/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, 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;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 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.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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.
 */

[type="search"]::-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 Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

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

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * 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 {
  color: #a0aec0;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

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

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: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

h1 {
  font-family: Oswald, sans-serif !important;
  font-style: italic;
}

h2 {
  font-family: Oswald, sans-serif !important;
  font-style: italic;
}

h3 {
  font-family: Oswald, sans-serif !important;
  font-style: italic;
}

.container {
  width: 100%;
}

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

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

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

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

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

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

.space-y-0 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(0px * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(0px * var(--space-y-reverse)) !important;
}

.space-x-0 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(0px * var(--space-x-reverse)) !important;
  margin-left: calc(0px * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-1 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(0.25rem * var(--space-y-reverse)) !important;
}

.space-x-1 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(0.25rem * var(--space-x-reverse)) !important;
  margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-2 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(0.5rem * var(--space-y-reverse)) !important;
}

.space-x-2 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(0.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-3 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(0.75rem * var(--space-y-reverse)) !important;
}

.space-x-3 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(0.75rem * var(--space-x-reverse)) !important;
  margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-4 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(1rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(1rem * var(--space-y-reverse)) !important;
}

.space-x-4 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(1rem * var(--space-x-reverse)) !important;
  margin-left: calc(1rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-5 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(1.25rem * var(--space-y-reverse)) !important;
}

.space-x-5 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
  margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-6 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(1.5rem * var(--space-y-reverse)) !important;
}

.space-x-6 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-8 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(2rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(2rem * var(--space-y-reverse)) !important;
}

.space-x-8 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(2rem * var(--space-x-reverse)) !important;
  margin-left: calc(2rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-9 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(2.5rem * var(--space-y-reverse)) !important;
}

.space-x-9 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-10 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(2.5rem * var(--space-y-reverse)) !important;
}

.space-x-10 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(3rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(3rem * var(--space-y-reverse)) !important;
}

.space-x-12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(3rem * var(--space-x-reverse)) !important;
  margin-left: calc(3rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-14 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(3.5rem * var(--space-y-reverse)) !important;
}

.space-x-14 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(3.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-16 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(4rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(4rem * var(--space-y-reverse)) !important;
}

.space-x-16 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(4rem * var(--space-x-reverse)) !important;
  margin-left: calc(4rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-18 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(4.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(4.5rem * var(--space-y-reverse)) !important;
}

.space-x-18 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(4.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(4.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-20 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(5rem * var(--space-y-reverse)) !important;
}

.space-x-20 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(5rem * var(--space-x-reverse)) !important;
  margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-22 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(5.626rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(5.626rem * var(--space-y-reverse)) !important;
}

.space-x-22 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(5.626rem * var(--space-x-reverse)) !important;
  margin-left: calc(5.626rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-24 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(6rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(6rem * var(--space-y-reverse)) !important;
}

.space-x-24 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(6rem * var(--space-x-reverse)) !important;
  margin-left: calc(6rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-26 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(6.25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(6.25rem * var(--space-y-reverse)) !important;
}

.space-x-26 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(6.25rem * var(--space-x-reverse)) !important;
  margin-left: calc(6.25rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-28 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(7rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(7rem * var(--space-y-reverse)) !important;
}

.space-x-28 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(7rem * var(--space-x-reverse)) !important;
  margin-left: calc(7rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-32 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(8rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(8rem * var(--space-y-reverse)) !important;
}

.space-x-32 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(8rem * var(--space-x-reverse)) !important;
  margin-left: calc(8rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-34 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(8.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(8.5rem * var(--space-y-reverse)) !important;
}

.space-x-34 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(8.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(8.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-38 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(9.25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(9.25rem * var(--space-y-reverse)) !important;
}

.space-x-38 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(9.25rem * var(--space-x-reverse)) !important;
  margin-left: calc(9.25rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-40 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(10rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(10rem * var(--space-y-reverse)) !important;
}

.space-x-40 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(10rem * var(--space-x-reverse)) !important;
  margin-left: calc(10rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-46 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(11.75rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(11.75rem * var(--space-y-reverse)) !important;
}

.space-x-46 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(11.75rem * var(--space-x-reverse)) !important;
  margin-left: calc(11.75rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-48 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(12rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(12rem * var(--space-y-reverse)) !important;
}

.space-x-48 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(12rem * var(--space-x-reverse)) !important;
  margin-left: calc(12rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-56 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(14rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(14rem * var(--space-y-reverse)) !important;
}

.space-x-56 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(14rem * var(--space-x-reverse)) !important;
  margin-left: calc(14rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-64 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(16rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(16rem * var(--space-y-reverse)) !important;
}

.space-x-64 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(16rem * var(--space-x-reverse)) !important;
  margin-left: calc(16rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-82 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(20.75rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(20.75rem * var(--space-y-reverse)) !important;
}

.space-x-82 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(20.75rem * var(--space-x-reverse)) !important;
  margin-left: calc(20.75rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(1px * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(1px * var(--space-y-reverse)) !important;
}

.space-x-px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(1px * var(--space-x-reverse)) !important;
  margin-left: calc(1px * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-tiny > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(0.3rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(0.3rem * var(--space-y-reverse)) !important;
}

.space-x-tiny > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(0.3rem * var(--space-x-reverse)) !important;
  margin-left: calc(0.3rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-quick-links > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(26% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(26% * var(--space-y-reverse)) !important;
}

.space-x-quick-links > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(26% * var(--space-x-reverse)) !important;
  margin-left: calc(26% * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-pro-slid > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(48% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(48% * var(--space-y-reverse)) !important;
}

.space-x-pro-slid > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(48% * var(--space-x-reverse)) !important;
  margin-left: calc(48% * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-62p > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(62% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(62% * var(--space-y-reverse)) !important;
}

.space-x-62p > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(62% * var(--space-x-reverse)) !important;
  margin-left: calc(62% * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-90p > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(90% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(90% * var(--space-y-reverse)) !important;
}

.space-x-90p > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(90% * var(--space-x-reverse)) !important;
  margin-left: calc(90% * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-x-large > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(27.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(27.5rem * var(--space-y-reverse)) !important;
}

.space-x-x-large > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(27.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(27.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-2px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(0.125rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(0.125rem * var(--space-y-reverse)) !important;
}

.space-x-2px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(0.125rem * var(--space-x-reverse)) !important;
  margin-left: calc(0.125rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-9px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(0.5625rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(0.5625rem * var(--space-y-reverse)) !important;
}

.space-x-9px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(0.5625rem * var(--space-x-reverse)) !important;
  margin-left: calc(0.5625rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-10px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(0.625rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(0.625rem * var(--space-y-reverse)) !important;
}

.space-x-10px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(0.625rem * var(--space-x-reverse)) !important;
  margin-left: calc(0.625rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-18px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(1.125rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(1.125rem * var(--space-y-reverse)) !important;
}

.space-x-18px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(1.125rem * var(--space-x-reverse)) !important;
  margin-left: calc(1.125rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-20px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(1.25rem * var(--space-y-reverse)) !important;
}

.space-x-20px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
  margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-24px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(1.5rem * var(--space-y-reverse)) !important;
}

.space-x-24px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-26px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(1.625rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(1.625rem * var(--space-y-reverse)) !important;
}

.space-x-26px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(1.625rem * var(--space-x-reverse)) !important;
  margin-left: calc(1.625rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-30px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(1.875rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(1.875rem * var(--space-y-reverse)) !important;
}

.space-x-30px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(1.875rem * var(--space-x-reverse)) !important;
  margin-left: calc(1.875rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-38px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(2.375rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(2.375rem * var(--space-y-reverse)) !important;
}

.space-x-38px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(2.375rem * var(--space-x-reverse)) !important;
  margin-left: calc(2.375rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-43px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(2.6875rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(2.6875rem * var(--space-y-reverse)) !important;
}

.space-x-43px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(2.6875rem * var(--space-x-reverse)) !important;
  margin-left: calc(2.6875rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-44px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(2.75rem * var(--space-y-reverse)) !important;
}

.space-x-44px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(2.75rem * var(--space-x-reverse)) !important;
  margin-left: calc(2.75rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-46px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(2.875rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(2.875rem * var(--space-y-reverse)) !important;
}

.space-x-46px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(2.875rem * var(--space-x-reverse)) !important;
  margin-left: calc(2.875rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-53px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(3.3125rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(3.3125rem * var(--space-y-reverse)) !important;
}

.space-x-53px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(3.3125rem * var(--space-x-reverse)) !important;
  margin-left: calc(3.3125rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-54px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(3.375rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(3.375rem * var(--space-y-reverse)) !important;
}

.space-x-54px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(3.375rem * var(--space-x-reverse)) !important;
  margin-left: calc(3.375rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-55px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(3.4375rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(3.4375rem * var(--space-y-reverse)) !important;
}

.space-x-55px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(3.4375rem * var(--space-x-reverse)) !important;
  margin-left: calc(3.4375rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-60px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(3.75rem * var(--space-y-reverse)) !important;
}

.space-x-60px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(3.75rem * var(--space-x-reverse)) !important;
  margin-left: calc(3.75rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-67px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(4.1875rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(4.1875rem * var(--space-y-reverse)) !important;
}

.space-x-67px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(4.1875rem * var(--space-x-reverse)) !important;
  margin-left: calc(4.1875rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-73px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(4.5625rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(4.5625rem * var(--space-y-reverse)) !important;
}

.space-x-73px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(4.5625rem * var(--space-x-reverse)) !important;
  margin-left: calc(4.5625rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-80px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(5rem * var(--space-y-reverse)) !important;
}

.space-x-80px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(5rem * var(--space-x-reverse)) !important;
  margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-81px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(5.0625rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(5.0625rem * var(--space-y-reverse)) !important;
}

.space-x-81px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(5.0625rem * var(--space-x-reverse)) !important;
  margin-left: calc(5.0625rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-85px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(5.3125rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(5.3125rem * var(--space-y-reverse)) !important;
}

.space-x-85px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(5.3125rem * var(--space-x-reverse)) !important;
  margin-left: calc(5.3125rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-92px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(5.75rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(5.75rem * var(--space-y-reverse)) !important;
}

.space-x-92px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(5.75rem * var(--space-x-reverse)) !important;
  margin-left: calc(5.75rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-100px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(6.25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(6.25rem * var(--space-y-reverse)) !important;
}

.space-x-100px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(6.25rem * var(--space-x-reverse)) !important;
  margin-left: calc(6.25rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-106px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(6.625rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(6.625rem * var(--space-y-reverse)) !important;
}

.space-x-106px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(6.625rem * var(--space-x-reverse)) !important;
  margin-left: calc(6.625rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-123px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(7.6875rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(7.6875rem * var(--space-y-reverse)) !important;
}

.space-x-123px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(7.6875rem * var(--space-x-reverse)) !important;
  margin-left: calc(7.6875rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-126px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(7.875rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(7.875rem * var(--space-y-reverse)) !important;
}

.space-x-126px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(7.875rem * var(--space-x-reverse)) !important;
  margin-left: calc(7.875rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-138px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(8.625rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(8.625rem * var(--space-y-reverse)) !important;
}

.space-x-138px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(8.625rem * var(--space-x-reverse)) !important;
  margin-left: calc(8.625rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-140px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(8.75rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(8.75rem * var(--space-y-reverse)) !important;
}

.space-x-140px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(8.75rem * var(--space-x-reverse)) !important;
  margin-left: calc(8.75rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-146px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(9.125rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(9.125rem * var(--space-y-reverse)) !important;
}

.space-x-146px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(9.125rem * var(--space-x-reverse)) !important;
  margin-left: calc(9.125rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-152px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(9.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(9.5rem * var(--space-y-reverse)) !important;
}

.space-x-152px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(9.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(9.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-187px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(11.6875rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(11.6875rem * var(--space-y-reverse)) !important;
}

.space-x-187px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(11.6875rem * var(--space-x-reverse)) !important;
  margin-left: calc(11.6875rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-220px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(13.75rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(13.75rem * var(--space-y-reverse)) !important;
}

.space-x-220px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(13.75rem * var(--space-x-reverse)) !important;
  margin-left: calc(13.75rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-253px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(15.8125rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(15.8125rem * var(--space-y-reverse)) !important;
}

.space-x-253px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(15.8125rem * var(--space-x-reverse)) !important;
  margin-left: calc(15.8125rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-320px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(20rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(20rem * var(--space-y-reverse)) !important;
}

.space-x-320px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(20rem * var(--space-x-reverse)) !important;
  margin-left: calc(20rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-400px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(25rem * var(--space-y-reverse)) !important;
}

.space-x-400px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(25rem * var(--space-x-reverse)) !important;
  margin-left: calc(25rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-500px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(31.25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(31.25rem * var(--space-y-reverse)) !important;
}

.space-x-500px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(31.25rem * var(--space-x-reverse)) !important;
  margin-left: calc(31.25rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-lgPaddingTop > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(15.8125rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(15.8125rem * var(--space-y-reverse)) !important;
}

.space-x-lgPaddingTop > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(15.8125rem * var(--space-x-reverse)) !important;
  margin-left: calc(15.8125rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-phonePaddingTop > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(9.875rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(9.875rem * var(--space-y-reverse)) !important;
}

.space-x-phonePaddingTop > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(9.875rem * var(--space-x-reverse)) !important;
  margin-left: calc(9.875rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-tabletPaddingTop > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(6.625rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(6.625rem * var(--space-y-reverse)) !important;
}

.space-x-tabletPaddingTop > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(6.625rem * var(--space-x-reverse)) !important;
  margin-left: calc(6.625rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-largePaddingTop > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(13.75rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(13.75rem * var(--space-y-reverse)) !important;
}

.space-x-largePaddingTop > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(13.75rem * var(--space-x-reverse)) !important;
  margin-left: calc(13.75rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-phoneTextContentMaxWidth > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(57.0625rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(57.0625rem * var(--space-y-reverse)) !important;
}

.space-x-phoneTextContentMaxWidth > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(57.0625rem * var(--space-x-reverse)) !important;
  margin-left: calc(57.0625rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-phoneTextContentWidth > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(63% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(63% * var(--space-y-reverse)) !important;
}

.space-x-phoneTextContentWidth > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(63% * var(--space-x-reverse)) !important;
  margin-left: calc(63% * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-phoneBlockContentWidth > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(71.625rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(71.625rem * var(--space-y-reverse)) !important;
}

.space-x-phoneBlockContentWidth > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(71.625rem * var(--space-x-reverse)) !important;
  margin-left: calc(71.625rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-tabletTextContentMaxWidth > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(57.0625rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(57.0625rem * var(--space-y-reverse)) !important;
}

.space-x-tabletTextContentMaxWidth > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(57.0625rem * var(--space-x-reverse)) !important;
  margin-left: calc(57.0625rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-tabletTextContentWidth > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(63% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(63% * var(--space-y-reverse)) !important;
}

.space-x-tabletTextContentWidth > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(63% * var(--space-x-reverse)) !important;
  margin-left: calc(63% * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-tabletBlockContentWidth > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(71.625rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(71.625rem * var(--space-y-reverse)) !important;
}

.space-x-tabletBlockContentWidth > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(71.625rem * var(--space-x-reverse)) !important;
  margin-left: calc(71.625rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-largeTextContentMaxWidth > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(57.0625rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(57.0625rem * var(--space-y-reverse)) !important;
}

.space-x-largeTextContentMaxWidth > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(57.0625rem * var(--space-x-reverse)) !important;
  margin-left: calc(57.0625rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-largeTextContentWidth > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(63% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(63% * var(--space-y-reverse)) !important;
}

.space-x-largeTextContentWidth > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(63% * var(--space-x-reverse)) !important;
  margin-left: calc(63% * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-largeBlockContentWidth > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(71.625rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(71.625rem * var(--space-y-reverse)) !important;
}

.space-x-largeBlockContentWidth > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(71.625rem * var(--space-x-reverse)) !important;
  margin-left: calc(71.625rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-1 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-0.25rem * var(--space-y-reverse)) !important;
}

.-space-x-1 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-0.25rem * var(--space-x-reverse)) !important;
  margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-2 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-0.5rem * var(--space-y-reverse)) !important;
}

.-space-x-2 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-0.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-3 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-0.75rem * var(--space-y-reverse)) !important;
}

.-space-x-3 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-0.75rem * var(--space-x-reverse)) !important;
  margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-4 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-1rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-1rem * var(--space-y-reverse)) !important;
}

.-space-x-4 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-1rem * var(--space-x-reverse)) !important;
  margin-left: calc(-1rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-5 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-1.25rem * var(--space-y-reverse)) !important;
}

.-space-x-5 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
  margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-6 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-1.5rem * var(--space-y-reverse)) !important;
}

.-space-x-6 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-1.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-8 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-2rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-2rem * var(--space-y-reverse)) !important;
}

.-space-x-8 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-2rem * var(--space-x-reverse)) !important;
  margin-left: calc(-2rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-9 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-2.5rem * var(--space-y-reverse)) !important;
}

.-space-x-9 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-10 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-2.5rem * var(--space-y-reverse)) !important;
}

.-space-x-10 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-3rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-3rem * var(--space-y-reverse)) !important;
}

.-space-x-12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-3rem * var(--space-x-reverse)) !important;
  margin-left: calc(-3rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-14 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-3.5rem * var(--space-y-reverse)) !important;
}

.-space-x-14 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-3.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-16 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-4rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-4rem * var(--space-y-reverse)) !important;
}

.-space-x-16 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-4rem * var(--space-x-reverse)) !important;
  margin-left: calc(-4rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-18 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-4.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-4.5rem * var(--space-y-reverse)) !important;
}

.-space-x-18 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-4.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(-4.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-20 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-5rem * var(--space-y-reverse)) !important;
}

.-space-x-20 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-5rem * var(--space-x-reverse)) !important;
  margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-22 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-5.626rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-5.626rem * var(--space-y-reverse)) !important;
}

.-space-x-22 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-5.626rem * var(--space-x-reverse)) !important;
  margin-left: calc(-5.626rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-24 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-6rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-6rem * var(--space-y-reverse)) !important;
}

.-space-x-24 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-6rem * var(--space-x-reverse)) !important;
  margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-26 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-6.25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-6.25rem * var(--space-y-reverse)) !important;
}

.-space-x-26 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-6.25rem * var(--space-x-reverse)) !important;
  margin-left: calc(-6.25rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-28 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-7rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-7rem * var(--space-y-reverse)) !important;
}

.-space-x-28 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-7rem * var(--space-x-reverse)) !important;
  margin-left: calc(-7rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-32 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-8rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-8rem * var(--space-y-reverse)) !important;
}

.-space-x-32 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-8rem * var(--space-x-reverse)) !important;
  margin-left: calc(-8rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-34 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-8.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-8.5rem * var(--space-y-reverse)) !important;
}

.-space-x-34 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-8.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(-8.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-38 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-9.25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-9.25rem * var(--space-y-reverse)) !important;
}

.-space-x-38 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-9.25rem * var(--space-x-reverse)) !important;
  margin-left: calc(-9.25rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-40 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-10rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-10rem * var(--space-y-reverse)) !important;
}

.-space-x-40 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-10rem * var(--space-x-reverse)) !important;
  margin-left: calc(-10rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-46 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-11.75rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-11.75rem * var(--space-y-reverse)) !important;
}

.-space-x-46 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-11.75rem * var(--space-x-reverse)) !important;
  margin-left: calc(-11.75rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-48 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-12rem * var(--space-y-reverse)) !important;
}

.-space-x-48 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-12rem * var(--space-x-reverse)) !important;
  margin-left: calc(-12rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-56 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-14rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-14rem * var(--space-y-reverse)) !important;
}

.-space-x-56 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-14rem * var(--space-x-reverse)) !important;
  margin-left: calc(-14rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-64 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-16rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-16rem * var(--space-y-reverse)) !important;
}

.-space-x-64 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-16rem * var(--space-x-reverse)) !important;
  margin-left: calc(-16rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-82 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-20.75rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-20.75rem * var(--space-y-reverse)) !important;
}

.-space-x-82 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-20.75rem * var(--space-x-reverse)) !important;
  margin-left: calc(-20.75rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-1px * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-1px * var(--space-y-reverse)) !important;
}

.-space-x-px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-1px * var(--space-x-reverse)) !important;
  margin-left: calc(-1px * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-tiny > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-0.3rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-0.3rem * var(--space-y-reverse)) !important;
}

.-space-x-tiny > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-0.3rem * var(--space-x-reverse)) !important;
  margin-left: calc(-0.3rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-quick-links > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-26% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-26% * var(--space-y-reverse)) !important;
}

.-space-x-quick-links > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-26% * var(--space-x-reverse)) !important;
  margin-left: calc(-26% * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-pro-slid > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-48% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-48% * var(--space-y-reverse)) !important;
}

.-space-x-pro-slid > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-48% * var(--space-x-reverse)) !important;
  margin-left: calc(-48% * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-62p > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-62% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-62% * var(--space-y-reverse)) !important;
}

.-space-x-62p > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-62% * var(--space-x-reverse)) !important;
  margin-left: calc(-62% * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-90p > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-90% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-90% * var(--space-y-reverse)) !important;
}

.-space-x-90p > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-90% * var(--space-x-reverse)) !important;
  margin-left: calc(-90% * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-x-large > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-27.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-27.5rem * var(--space-y-reverse)) !important;
}

.-space-x-x-large > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-27.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(-27.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-2px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-0.125rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-0.125rem * var(--space-y-reverse)) !important;
}

.-space-x-2px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-0.125rem * var(--space-x-reverse)) !important;
  margin-left: calc(-0.125rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-9px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-0.5625rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-0.5625rem * var(--space-y-reverse)) !important;
}

.-space-x-9px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-0.5625rem * var(--space-x-reverse)) !important;
  margin-left: calc(-0.5625rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-10px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-0.625rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-0.625rem * var(--space-y-reverse)) !important;
}

.-space-x-10px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-0.625rem * var(--space-x-reverse)) !important;
  margin-left: calc(-0.625rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-18px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-1.125rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-1.125rem * var(--space-y-reverse)) !important;
}

.-space-x-18px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-1.125rem * var(--space-x-reverse)) !important;
  margin-left: calc(-1.125rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-20px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-1.25rem * var(--space-y-reverse)) !important;
}

.-space-x-20px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
  margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-24px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-1.5rem * var(--space-y-reverse)) !important;
}

.-space-x-24px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-1.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-26px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-1.625rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-1.625rem * var(--space-y-reverse)) !important;
}

.-space-x-26px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-1.625rem * var(--space-x-reverse)) !important;
  margin-left: calc(-1.625rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-30px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-1.875rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-1.875rem * var(--space-y-reverse)) !important;
}

.-space-x-30px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-1.875rem * var(--space-x-reverse)) !important;
  margin-left: calc(-1.875rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-38px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-2.375rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-2.375rem * var(--space-y-reverse)) !important;
}

.-space-x-38px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-2.375rem * var(--space-x-reverse)) !important;
  margin-left: calc(-2.375rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-43px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-2.6875rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-2.6875rem * var(--space-y-reverse)) !important;
}

.-space-x-43px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-2.6875rem * var(--space-x-reverse)) !important;
  margin-left: calc(-2.6875rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-44px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-2.75rem * var(--space-y-reverse)) !important;
}

.-space-x-44px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-2.75rem * var(--space-x-reverse)) !important;
  margin-left: calc(-2.75rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-46px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-2.875rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-2.875rem * var(--space-y-reverse)) !important;
}

.-space-x-46px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-2.875rem * var(--space-x-reverse)) !important;
  margin-left: calc(-2.875rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-53px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-3.3125rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-3.3125rem * var(--space-y-reverse)) !important;
}

.-space-x-53px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-3.3125rem * var(--space-x-reverse)) !important;
  margin-left: calc(-3.3125rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-54px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-3.375rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-3.375rem * var(--space-y-reverse)) !important;
}

.-space-x-54px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-3.375rem * var(--space-x-reverse)) !important;
  margin-left: calc(-3.375rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-55px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-3.4375rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-3.4375rem * var(--space-y-reverse)) !important;
}

.-space-x-55px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-3.4375rem * var(--space-x-reverse)) !important;
  margin-left: calc(-3.4375rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-60px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-3.75rem * var(--space-y-reverse)) !important;
}

.-space-x-60px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-3.75rem * var(--space-x-reverse)) !important;
  margin-left: calc(-3.75rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-67px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-4.1875rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-4.1875rem * var(--space-y-reverse)) !important;
}

.-space-x-67px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-4.1875rem * var(--space-x-reverse)) !important;
  margin-left: calc(-4.1875rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-73px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-4.5625rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-4.5625rem * var(--space-y-reverse)) !important;
}

.-space-x-73px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-4.5625rem * var(--space-x-reverse)) !important;
  margin-left: calc(-4.5625rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-80px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-5rem * var(--space-y-reverse)) !important;
}

.-space-x-80px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-5rem * var(--space-x-reverse)) !important;
  margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-81px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-5.0625rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-5.0625rem * var(--space-y-reverse)) !important;
}

.-space-x-81px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-5.0625rem * var(--space-x-reverse)) !important;
  margin-left: calc(-5.0625rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-85px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-5.3125rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-5.3125rem * var(--space-y-reverse)) !important;
}

.-space-x-85px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-5.3125rem * var(--space-x-reverse)) !important;
  margin-left: calc(-5.3125rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-92px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-5.75rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-5.75rem * var(--space-y-reverse)) !important;
}

.-space-x-92px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-5.75rem * var(--space-x-reverse)) !important;
  margin-left: calc(-5.75rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-100px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-6.25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-6.25rem * var(--space-y-reverse)) !important;
}

.-space-x-100px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-6.25rem * var(--space-x-reverse)) !important;
  margin-left: calc(-6.25rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-106px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-6.625rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-6.625rem * var(--space-y-reverse)) !important;
}

.-space-x-106px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-6.625rem * var(--space-x-reverse)) !important;
  margin-left: calc(-6.625rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-123px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-7.6875rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-7.6875rem * var(--space-y-reverse)) !important;
}

.-space-x-123px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-7.6875rem * var(--space-x-reverse)) !important;
  margin-left: calc(-7.6875rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-126px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-7.875rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-7.875rem * var(--space-y-reverse)) !important;
}

.-space-x-126px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-7.875rem * var(--space-x-reverse)) !important;
  margin-left: calc(-7.875rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-138px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-8.625rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-8.625rem * var(--space-y-reverse)) !important;
}

.-space-x-138px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-8.625rem * var(--space-x-reverse)) !important;
  margin-left: calc(-8.625rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-140px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-8.75rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-8.75rem * var(--space-y-reverse)) !important;
}

.-space-x-140px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-8.75rem * var(--space-x-reverse)) !important;
  margin-left: calc(-8.75rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-146px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-9.125rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-9.125rem * var(--space-y-reverse)) !important;
}

.-space-x-146px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-9.125rem * var(--space-x-reverse)) !important;
  margin-left: calc(-9.125rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-152px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-9.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-9.5rem * var(--space-y-reverse)) !important;
}

.-space-x-152px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-9.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(-9.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-187px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-11.6875rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-11.6875rem * var(--space-y-reverse)) !important;
}

.-space-x-187px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-11.6875rem * var(--space-x-reverse)) !important;
  margin-left: calc(-11.6875rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-220px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-13.75rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-13.75rem * var(--space-y-reverse)) !important;
}

.-space-x-220px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-13.75rem * var(--space-x-reverse)) !important;
  margin-left: calc(-13.75rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-253px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-15.8125rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-15.8125rem * var(--space-y-reverse)) !important;
}

.-space-x-253px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-15.8125rem * var(--space-x-reverse)) !important;
  margin-left: calc(-15.8125rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-320px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-20rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-20rem * var(--space-y-reverse)) !important;
}

.-space-x-320px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-20rem * var(--space-x-reverse)) !important;
  margin-left: calc(-20rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-400px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-25rem * var(--space-y-reverse)) !important;
}

.-space-x-400px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-25rem * var(--space-x-reverse)) !important;
  margin-left: calc(-25rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-500px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-31.25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-31.25rem * var(--space-y-reverse)) !important;
}

.-space-x-500px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-31.25rem * var(--space-x-reverse)) !important;
  margin-left: calc(-31.25rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-lgPaddingTop > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-15.8125rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-15.8125rem * var(--space-y-reverse)) !important;
}

.-space-x-lgPaddingTop > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-15.8125rem * var(--space-x-reverse)) !important;
  margin-left: calc(-15.8125rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-phonePaddingTop > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-9.875rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-9.875rem * var(--space-y-reverse)) !important;
}

.-space-x-phonePaddingTop > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-9.875rem * var(--space-x-reverse)) !important;
  margin-left: calc(-9.875rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-tabletPaddingTop > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-6.625rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-6.625rem * var(--space-y-reverse)) !important;
}

.-space-x-tabletPaddingTop > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-6.625rem * var(--space-x-reverse)) !important;
  margin-left: calc(-6.625rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-largePaddingTop > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-13.75rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-13.75rem * var(--space-y-reverse)) !important;
}

.-space-x-largePaddingTop > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-13.75rem * var(--space-x-reverse)) !important;
  margin-left: calc(-13.75rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-phoneTextContentMaxWidth > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-57.0625rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-57.0625rem * var(--space-y-reverse)) !important;
}

.-space-x-phoneTextContentMaxWidth > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-57.0625rem * var(--space-x-reverse)) !important;
  margin-left: calc(-57.0625rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-phoneTextContentWidth > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-63% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-63% * var(--space-y-reverse)) !important;
}

.-space-x-phoneTextContentWidth > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-63% * var(--space-x-reverse)) !important;
  margin-left: calc(-63% * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-phoneBlockContentWidth > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-71.625rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-71.625rem * var(--space-y-reverse)) !important;
}

.-space-x-phoneBlockContentWidth > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-71.625rem * var(--space-x-reverse)) !important;
  margin-left: calc(-71.625rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-tabletTextContentMaxWidth > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-57.0625rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-57.0625rem * var(--space-y-reverse)) !important;
}

.-space-x-tabletTextContentMaxWidth > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-57.0625rem * var(--space-x-reverse)) !important;
  margin-left: calc(-57.0625rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-tabletTextContentWidth > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-63% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-63% * var(--space-y-reverse)) !important;
}

.-space-x-tabletTextContentWidth > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-63% * var(--space-x-reverse)) !important;
  margin-left: calc(-63% * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-tabletBlockContentWidth > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-71.625rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-71.625rem * var(--space-y-reverse)) !important;
}

.-space-x-tabletBlockContentWidth > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-71.625rem * var(--space-x-reverse)) !important;
  margin-left: calc(-71.625rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-largeTextContentMaxWidth > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-57.0625rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-57.0625rem * var(--space-y-reverse)) !important;
}

.-space-x-largeTextContentMaxWidth > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-57.0625rem * var(--space-x-reverse)) !important;
  margin-left: calc(-57.0625rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-largeTextContentWidth > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-63% * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-63% * var(--space-y-reverse)) !important;
}

.-space-x-largeTextContentWidth > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-63% * var(--space-x-reverse)) !important;
  margin-left: calc(-63% * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-largeBlockContentWidth > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-71.625rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-71.625rem * var(--space-y-reverse)) !important;
}

.-space-x-largeBlockContentWidth > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-71.625rem * var(--space-x-reverse)) !important;
  margin-left: calc(-71.625rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-reverse > :not(template) ~ :not(template) {
  --space-y-reverse: 1 !important;
}

.space-x-reverse > :not(template) ~ :not(template) {
  --space-x-reverse: 1 !important;
}

.divide-y-2 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0 !important;
  border-top-width: calc(2px * calc(1 - var(--divide-y-reverse))) !important;
  border-bottom-width: calc(2px * var(--divide-y-reverse)) !important;
}

.divide-x-2 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0 !important;
  border-right-width: calc(2px * var(--divide-x-reverse)) !important;
  border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important;
}

.divide-y-0px > :not(template) ~ :not(template) {
  --divide-y-reverse: 0 !important;
  border-top-width: calc(0px * calc(1 - var(--divide-y-reverse))) !important;
  border-bottom-width: calc(0px * var(--divide-y-reverse)) !important;
}

.divide-x-0px > :not(template) ~ :not(template) {
  --divide-x-reverse: 0 !important;
  border-right-width: calc(0px * var(--divide-x-reverse)) !important;
  border-left-width: calc(0px * calc(1 - var(--divide-x-reverse))) !important;
}

.divide-y-18px > :not(template) ~ :not(template) {
  --divide-y-reverse: 0 !important;
  border-top-width: calc(18px * calc(1 - var(--divide-y-reverse))) !important;
  border-bottom-width: calc(18px * var(--divide-y-reverse)) !important;
}

.divide-x-18px > :not(template) ~ :not(template) {
  --divide-x-reverse: 0 !important;
  border-right-width: calc(18px * var(--divide-x-reverse)) !important;
  border-left-width: calc(18px * calc(1 - var(--divide-x-reverse))) !important;
}

.divide-y-reverse > :not(template) ~ :not(template) {
  --divide-y-reverse: 1 !important;
}

.divide-x-reverse > :not(template) ~ :not(template) {
  --divide-x-reverse: 1 !important;
}

.divide-transparent > :not(template) ~ :not(template) {
  border-color: transparent !important;
}

.divide-current > :not(template) ~ :not(template) {
  border-color: currentColor !important;
}

.divide-black > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #000000 !important;
  border-color: rgba(0, 0, 0, var(--divide-opacity)) !important;
}

.divide-white > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #FFFFFF !important;
  border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
}

.divide-gray > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #727272 !important;
  border-color: rgba(114, 114, 114, var(--divide-opacity)) !important;
}

.divide-red > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #E12A09 !important;
  border-color: rgba(225, 42, 9, var(--divide-opacity)) !important;
}

.divide-orange > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #F29C2B !important;
  border-color: rgba(242, 156, 43, var(--divide-opacity)) !important;
}

.divide-yellow > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #FFEB9A !important;
  border-color: rgba(255, 235, 154, var(--divide-opacity)) !important;
}

.divide-green-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #f0fff4 !important;
  border-color: rgba(240, 255, 244, var(--divide-opacity)) !important;
}

.divide-green-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #c6f6d5 !important;
  border-color: rgba(198, 246, 213, var(--divide-opacity)) !important;
}

.divide-green-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #9ae6b4 !important;
  border-color: rgba(154, 230, 180, var(--divide-opacity)) !important;
}

.divide-green-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #68d391 !important;
  border-color: rgba(104, 211, 145, var(--divide-opacity)) !important;
}

.divide-green-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #48bb78 !important;
  border-color: rgba(72, 187, 120, var(--divide-opacity)) !important;
}

.divide-green-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #38a169 !important;
  border-color: rgba(56, 161, 105, var(--divide-opacity)) !important;
}

.divide-green-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #2f855a !important;
  border-color: rgba(47, 133, 90, var(--divide-opacity)) !important;
}

.divide-green-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #276749 !important;
  border-color: rgba(39, 103, 73, var(--divide-opacity)) !important;
}

.divide-green-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #22543d !important;
  border-color: rgba(34, 84, 61, var(--divide-opacity)) !important;
}

.divide-teal-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #e6fffa !important;
  border-color: rgba(230, 255, 250, var(--divide-opacity)) !important;
}

.divide-teal-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #b2f5ea !important;
  border-color: rgba(178, 245, 234, var(--divide-opacity)) !important;
}

.divide-teal-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #81e6d9 !important;
  border-color: rgba(129, 230, 217, var(--divide-opacity)) !important;
}

.divide-teal-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #4fd1c5 !important;
  border-color: rgba(79, 209, 197, var(--divide-opacity)) !important;
}

.divide-teal-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #38b2ac !important;
  border-color: rgba(56, 178, 172, var(--divide-opacity)) !important;
}

.divide-teal-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #319795 !important;
  border-color: rgba(49, 151, 149, var(--divide-opacity)) !important;
}

.divide-teal-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #2c7a7b !important;
  border-color: rgba(44, 122, 123, var(--divide-opacity)) !important;
}

.divide-teal-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #285e61 !important;
  border-color: rgba(40, 94, 97, var(--divide-opacity)) !important;
}

.divide-teal-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #234e52 !important;
  border-color: rgba(35, 78, 82, var(--divide-opacity)) !important;
}

.divide-blue-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #ebf8ff !important;
  border-color: rgba(235, 248, 255, var(--divide-opacity)) !important;
}

.divide-blue-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #bee3f8 !important;
  border-color: rgba(190, 227, 248, var(--divide-opacity)) !important;
}

.divide-blue-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #90cdf4 !important;
  border-color: rgba(144, 205, 244, var(--divide-opacity)) !important;
}

.divide-blue-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #63b3ed !important;
  border-color: rgba(99, 179, 237, var(--divide-opacity)) !important;
}

.divide-blue-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #4299e1 !important;
  border-color: rgba(66, 153, 225, var(--divide-opacity)) !important;
}

.divide-blue-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #3182ce !important;
  border-color: rgba(49, 130, 206, var(--divide-opacity)) !important;
}

.divide-blue-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #2b6cb0 !important;
  border-color: rgba(43, 108, 176, var(--divide-opacity)) !important;
}

.divide-blue-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #2c5282 !important;
  border-color: rgba(44, 82, 130, var(--divide-opacity)) !important;
}

.divide-blue-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #2a4365 !important;
  border-color: rgba(42, 67, 101, var(--divide-opacity)) !important;
}

.divide-indigo-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #ebf4ff !important;
  border-color: rgba(235, 244, 255, var(--divide-opacity)) !important;
}

.divide-indigo-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #c3dafe !important;
  border-color: rgba(195, 218, 254, var(--divide-opacity)) !important;
}

.divide-indigo-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #a3bffa !important;
  border-color: rgba(163, 191, 250, var(--divide-opacity)) !important;
}

.divide-indigo-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #7f9cf5 !important;
  border-color: rgba(127, 156, 245, var(--divide-opacity)) !important;
}

.divide-indigo-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #667eea !important;
  border-color: rgba(102, 126, 234, var(--divide-opacity)) !important;
}

.divide-indigo-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #5a67d8 !important;
  border-color: rgba(90, 103, 216, var(--divide-opacity)) !important;
}

.divide-indigo-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #4c51bf !important;
  border-color: rgba(76, 81, 191, var(--divide-opacity)) !important;
}

.divide-indigo-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #434190 !important;
  border-color: rgba(67, 65, 144, var(--divide-opacity)) !important;
}

.divide-indigo-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #3c366b !important;
  border-color: rgba(60, 54, 107, var(--divide-opacity)) !important;
}

.divide-purple-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #faf5ff !important;
  border-color: rgba(250, 245, 255, var(--divide-opacity)) !important;
}

.divide-purple-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #e9d8fd !important;
  border-color: rgba(233, 216, 253, var(--divide-opacity)) !important;
}

.divide-purple-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #d6bcfa !important;
  border-color: rgba(214, 188, 250, var(--divide-opacity)) !important;
}

.divide-purple-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #b794f4 !important;
  border-color: rgba(183, 148, 244, var(--divide-opacity)) !important;
}

.divide-purple-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #9f7aea !important;
  border-color: rgba(159, 122, 234, var(--divide-opacity)) !important;
}

.divide-purple-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #805ad5 !important;
  border-color: rgba(128, 90, 213, var(--divide-opacity)) !important;
}

.divide-purple-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #6b46c1 !important;
  border-color: rgba(107, 70, 193, var(--divide-opacity)) !important;
}

.divide-purple-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #553c9a !important;
  border-color: rgba(85, 60, 154, var(--divide-opacity)) !important;
}

.divide-purple-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #44337a !important;
  border-color: rgba(68, 51, 122, var(--divide-opacity)) !important;
}

.divide-pink-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #fff5f7 !important;
  border-color: rgba(255, 245, 247, var(--divide-opacity)) !important;
}

.divide-pink-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #fed7e2 !important;
  border-color: rgba(254, 215, 226, var(--divide-opacity)) !important;
}

.divide-pink-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #fbb6ce !important;
  border-color: rgba(251, 182, 206, var(--divide-opacity)) !important;
}

.divide-pink-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #f687b3 !important;
  border-color: rgba(246, 135, 179, var(--divide-opacity)) !important;
}

.divide-pink-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #ed64a6 !important;
  border-color: rgba(237, 100, 166, var(--divide-opacity)) !important;
}

.divide-pink-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #d53f8c !important;
  border-color: rgba(213, 63, 140, var(--divide-opacity)) !important;
}

.divide-pink-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #b83280 !important;
  border-color: rgba(184, 50, 128, var(--divide-opacity)) !important;
}

.divide-pink-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #97266d !important;
  border-color: rgba(151, 38, 109, var(--divide-opacity)) !important;
}

.divide-pink-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #702459 !important;
  border-color: rgba(112, 36, 89, var(--divide-opacity)) !important;
}

.divide-navy-blue > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #23345A !important;
  border-color: rgba(35, 52, 90, var(--divide-opacity)) !important;
}

.divide-cyan > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #40C8EA !important;
  border-color: rgba(64, 200, 234, var(--divide-opacity)) !important;
}

.divide-yellowOrange > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #F8E9A7 !important;
  border-color: rgba(248, 233, 167, var(--divide-opacity)) !important;
}

.divide-light-blue > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #C9EAF4 !important;
  border-color: rgba(201, 234, 244, var(--divide-opacity)) !important;
}

.divide-lightest-blue > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #EBFAFF !important;
  border-color: rgba(235, 250, 255, var(--divide-opacity)) !important;
}

.divide-blueGreen > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #148093 !important;
  border-color: rgba(20, 128, 147, var(--divide-opacity)) !important;
}

.divide-mediumGray > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #97A2B0 !important;
  border-color: rgba(151, 162, 176, var(--divide-opacity)) !important;
}

.divide-light-gray > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #ACACB4 !important;
  border-color: rgba(172, 172, 180, var(--divide-opacity)) !important;
}

.divide-lightestGray > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #F2F2F2 !important;
  border-color: rgba(242, 242, 242, var(--divide-opacity)) !important;
}

.divide-dark-gray > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #64626F !important;
  border-color: rgba(100, 98, 111, var(--divide-opacity)) !important;
}

.divide-nav-gray > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #65718C !important;
  border-color: rgba(101, 113, 140, var(--divide-opacity)) !important;
}

.divide-bullet-gray > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #F1F1F2 !important;
  border-color: rgba(241, 241, 242, var(--divide-opacity)) !important;
}

.divide-dark-red > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #951700 !important;
  border-color: rgba(149, 23, 0, var(--divide-opacity)) !important;
}

.divide-navy > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #182F50 !important;
  border-color: rgba(24, 47, 80, var(--divide-opacity)) !important;
}

.divide-lightNavy > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #687FA0 !important;
  border-color: rgba(104, 127, 160, var(--divide-opacity)) !important;
}

.divide-solid > :not(template) ~ :not(template) {
  border-style: solid !important;
}

.divide-dashed > :not(template) ~ :not(template) {
  border-style: dashed !important;
}

.divide-dotted > :not(template) ~ :not(template) {
  border-style: dotted !important;
}

.divide-double > :not(template) ~ :not(template) {
  border-style: double !important;
}

.divide-none > :not(template) ~ :not(template) {
  border-style: none !important;
}

.divide-opacity-0 > :not(template) ~ :not(template) {
  --divide-opacity: 0 !important;
}

.divide-opacity-25 > :not(template) ~ :not(template) {
  --divide-opacity: 0.25 !important;
}

.divide-opacity-50 > :not(template) ~ :not(template) {
  --divide-opacity: 0.5 !important;
}

.divide-opacity-75 > :not(template) ~ :not(template) {
  --divide-opacity: 0.75 !important;
}

.divide-opacity-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

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

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

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

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

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

.bg-fixed {
  background-attachment: fixed !important;
}

.bg-local {
  background-attachment: local !important;
}

.bg-scroll {
  background-attachment: scroll !important;
}

.bg-clip-border {
  background-clip: border-box !important;
}

.bg-clip-padding {
  background-clip: padding-box !important;
}

.bg-clip-content {
  background-clip: content-box !important;
}

.bg-clip-text {
  -webkit-background-clip: text !important;
          background-clip: text !important;
}

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

.bg-current {
  background-color: currentColor !important;
}

.bg-black {
  --bg-opacity: 1 !important;
  background-color: #000000 !important;
  background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
}

.bg-white {
  --bg-opacity: 1 !important;
  background-color: #FFFFFF !important;
  background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
}

.bg-gray {
  --bg-opacity: 1 !important;
  background-color: #727272 !important;
  background-color: rgba(114, 114, 114, var(--bg-opacity)) !important;
}

.bg-red {
  --bg-opacity: 1 !important;
  background-color: #E12A09 !important;
  background-color: rgba(225, 42, 9, var(--bg-opacity)) !important;
}

.bg-orange {
  --bg-opacity: 1 !important;
  background-color: #F29C2B !important;
  background-color: rgba(242, 156, 43, var(--bg-opacity)) !important;
}

.bg-yellow {
  --bg-opacity: 1 !important;
  background-color: #FFEB9A !important;
  background-color: rgba(255, 235, 154, var(--bg-opacity)) !important;
}

.bg-green-100 {
  --bg-opacity: 1 !important;
  background-color: #f0fff4 !important;
  background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
}

.bg-green-200 {
  --bg-opacity: 1 !important;
  background-color: #c6f6d5 !important;
  background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
}

.bg-green-300 {
  --bg-opacity: 1 !important;
  background-color: #9ae6b4 !important;
  background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
}

.bg-green-400 {
  --bg-opacity: 1 !important;
  background-color: #68d391 !important;
  background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
}

.bg-green-500 {
  --bg-opacity: 1 !important;
  background-color: #48bb78 !important;
  background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
}

.bg-green-600 {
  --bg-opacity: 1 !important;
  background-color: #38a169 !important;
  background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
}

.bg-green-700 {
  --bg-opacity: 1 !important;
  background-color: #2f855a !important;
  background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
}

.bg-green-800 {
  --bg-opacity: 1 !important;
  background-color: #276749 !important;
  background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
}

.bg-green-900 {
  --bg-opacity: 1 !important;
  background-color: #22543d !important;
  background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
}

.bg-teal-100 {
  --bg-opacity: 1 !important;
  background-color: #e6fffa !important;
  background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
}

.bg-teal-200 {
  --bg-opacity: 1 !important;
  background-color: #b2f5ea !important;
  background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
}

.bg-teal-300 {
  --bg-opacity: 1 !important;
  background-color: #81e6d9 !important;
  background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
}

.bg-teal-400 {
  --bg-opacity: 1 !important;
  background-color: #4fd1c5 !important;
  background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
}

.bg-teal-500 {
  --bg-opacity: 1 !important;
  background-color: #38b2ac !important;
  background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
}

.bg-teal-600 {
  --bg-opacity: 1 !important;
  background-color: #319795 !important;
  background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
}

.bg-teal-700 {
  --bg-opacity: 1 !important;
  background-color: #2c7a7b !important;
  background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
}

.bg-teal-800 {
  --bg-opacity: 1 !important;
  background-color: #285e61 !important;
  background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
}

.bg-teal-900 {
  --bg-opacity: 1 !important;
  background-color: #234e52 !important;
  background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
}

.bg-blue-100 {
  --bg-opacity: 1 !important;
  background-color: #ebf8ff !important;
  background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
}

.bg-blue-200 {
  --bg-opacity: 1 !important;
  background-color: #bee3f8 !important;
  background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
}

.bg-blue-300 {
  --bg-opacity: 1 !important;
  background-color: #90cdf4 !important;
  background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
}

.bg-blue-400 {
  --bg-opacity: 1 !important;
  background-color: #63b3ed !important;
  background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
}

.bg-blue-500 {
  --bg-opacity: 1 !important;
  background-color: #4299e1 !important;
  background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
}

.bg-blue-600 {
  --bg-opacity: 1 !important;
  background-color: #3182ce !important;
  background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
}

.bg-blue-700 {
  --bg-opacity: 1 !important;
  background-color: #2b6cb0 !important;
  background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
}

.bg-blue-800 {
  --bg-opacity: 1 !important;
  background-color: #2c5282 !important;
  background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
}

.bg-blue-900 {
  --bg-opacity: 1 !important;
  background-color: #2a4365 !important;
  background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
}

.bg-indigo-100 {
  --bg-opacity: 1 !important;
  background-color: #ebf4ff !important;
  background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
}

.bg-indigo-200 {
  --bg-opacity: 1 !important;
  background-color: #c3dafe !important;
  background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
}

.bg-indigo-300 {
  --bg-opacity: 1 !important;
  background-color: #a3bffa !important;
  background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
}

.bg-indigo-400 {
  --bg-opacity: 1 !important;
  background-color: #7f9cf5 !important;
  background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
}

.bg-indigo-500 {
  --bg-opacity: 1 !important;
  background-color: #667eea !important;
  background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
}

.bg-indigo-600 {
  --bg-opacity: 1 !important;
  background-color: #5a67d8 !important;
  background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
}

.bg-indigo-700 {
  --bg-opacity: 1 !important;
  background-color: #4c51bf !important;
  background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
}

.bg-indigo-800 {
  --bg-opacity: 1 !important;
  background-color: #434190 !important;
  background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
}

.bg-indigo-900 {
  --bg-opacity: 1 !important;
  background-color: #3c366b !important;
  background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
}

.bg-purple-100 {
  --bg-opacity: 1 !important;
  background-color: #faf5ff !important;
  background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
}

.bg-purple-200 {
  --bg-opacity: 1 !important;
  background-color: #e9d8fd !important;
  background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
}

.bg-purple-300 {
  --bg-opacity: 1 !important;
  background-color: #d6bcfa !important;
  background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
}

.bg-purple-400 {
  --bg-opacity: 1 !important;
  background-color: #b794f4 !important;
  background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
}

.bg-purple-500 {
  --bg-opacity: 1 !important;
  background-color: #9f7aea !important;
  background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
}

.bg-purple-600 {
  --bg-opacity: 1 !important;
  background-color: #805ad5 !important;
  background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
}

.bg-purple-700 {
  --bg-opacity: 1 !important;
  background-color: #6b46c1 !important;
  background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
}

.bg-purple-800 {
  --bg-opacity: 1 !important;
  background-color: #553c9a !important;
  background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
}

.bg-purple-900 {
  --bg-opacity: 1 !important;
  background-color: #44337a !important;
  background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
}

.bg-pink-100 {
  --bg-opacity: 1 !important;
  background-color: #fff5f7 !important;
  background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
}

.bg-pink-200 {
  --bg-opacity: 1 !important;
  background-color: #fed7e2 !important;
  background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
}

.bg-pink-300 {
  --bg-opacity: 1 !important;
  background-color: #fbb6ce !important;
  background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
}

.bg-pink-400 {
  --bg-opacity: 1 !important;
  background-color: #f687b3 !important;
  background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
}

.bg-pink-500 {
  --bg-opacity: 1 !important;
  background-color: #ed64a6 !important;
  background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
}

.bg-pink-600 {
  --bg-opacity: 1 !important;
  background-color: #d53f8c !important;
  background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
}

.bg-pink-700 {
  --bg-opacity: 1 !important;
  background-color: #b83280 !important;
  background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
}

.bg-pink-800 {
  --bg-opacity: 1 !important;
  background-color: #97266d !important;
  background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
}

.bg-pink-900 {
  --bg-opacity: 1 !important;
  background-color: #702459 !important;
  background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
}

.bg-navy-blue {
  --bg-opacity: 1 !important;
  background-color: #23345A !important;
  background-color: rgba(35, 52, 90, var(--bg-opacity)) !important;
}

.bg-cyan {
  --bg-opacity: 1 !important;
  background-color: #40C8EA !important;
  background-color: rgba(64, 200, 234, var(--bg-opacity)) !important;
}

.bg-yellowOrange {
  --bg-opacity: 1 !important;
  background-color: #F8E9A7 !important;
  background-color: rgba(248, 233, 167, var(--bg-opacity)) !important;
}

.bg-light-blue {
  --bg-opacity: 1 !important;
  background-color: #C9EAF4 !important;
  background-color: rgba(201, 234, 244, var(--bg-opacity)) !important;
}

.bg-lightest-blue {
  --bg-opacity: 1 !important;
  background-color: #EBFAFF !important;
  background-color: rgba(235, 250, 255, var(--bg-opacity)) !important;
}

.bg-blueGreen {
  --bg-opacity: 1 !important;
  background-color: #148093 !important;
  background-color: rgba(20, 128, 147, var(--bg-opacity)) !important;
}

.bg-mediumGray {
  --bg-opacity: 1 !important;
  background-color: #97A2B0 !important;
  background-color: rgba(151, 162, 176, var(--bg-opacity)) !important;
}

.bg-light-gray {
  --bg-opacity: 1 !important;
  background-color: #ACACB4 !important;
  background-color: rgba(172, 172, 180, var(--bg-opacity)) !important;
}

.bg-lightestGray {
  --bg-opacity: 1 !important;
  background-color: #F2F2F2 !important;
  background-color: rgba(242, 242, 242, var(--bg-opacity)) !important;
}

.bg-dark-gray {
  --bg-opacity: 1 !important;
  background-color: #64626F !important;
  background-color: rgba(100, 98, 111, var(--bg-opacity)) !important;
}

.bg-nav-gray {
  --bg-opacity: 1 !important;
  background-color: #65718C !important;
  background-color: rgba(101, 113, 140, var(--bg-opacity)) !important;
}

.bg-bullet-gray {
  --bg-opacity: 1 !important;
  background-color: #F1F1F2 !important;
  background-color: rgba(241, 241, 242, var(--bg-opacity)) !important;
}

.bg-dark-red {
  --bg-opacity: 1 !important;
  background-color: #951700 !important;
  background-color: rgba(149, 23, 0, var(--bg-opacity)) !important;
}

.bg-navy {
  --bg-opacity: 1 !important;
  background-color: #182F50 !important;
  background-color: rgba(24, 47, 80, var(--bg-opacity)) !important;
}

.bg-lightNavy {
  --bg-opacity: 1 !important;
  background-color: #687FA0 !important;
  background-color: rgba(104, 127, 160, var(--bg-opacity)) !important;
}

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

.hover\:bg-current:hover {
  background-color: currentColor !important;
}

.hover\:bg-black:hover {
  --bg-opacity: 1 !important;
  background-color: #000000 !important;
  background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
}

.hover\:bg-white:hover {
  --bg-opacity: 1 !important;
  background-color: #FFFFFF !important;
  background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
}

.hover\:bg-gray:hover {
  --bg-opacity: 1 !important;
  background-color: #727272 !important;
  background-color: rgba(114, 114, 114, var(--bg-opacity)) !important;
}

.hover\:bg-red:hover {
  --bg-opacity: 1 !important;
  background-color: #E12A09 !important;
  background-color: rgba(225, 42, 9, var(--bg-opacity)) !important;
}

.hover\:bg-orange:hover {
  --bg-opacity: 1 !important;
  background-color: #F29C2B !important;
  background-color: rgba(242, 156, 43, var(--bg-opacity)) !important;
}

.hover\:bg-yellow:hover {
  --bg-opacity: 1 !important;
  background-color: #FFEB9A !important;
  background-color: rgba(255, 235, 154, var(--bg-opacity)) !important;
}

.hover\:bg-green-100:hover {
  --bg-opacity: 1 !important;
  background-color: #f0fff4 !important;
  background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
}

.hover\:bg-green-200:hover {
  --bg-opacity: 1 !important;
  background-color: #c6f6d5 !important;
  background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
}

.hover\:bg-green-300:hover {
  --bg-opacity: 1 !important;
  background-color: #9ae6b4 !important;
  background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
}

.hover\:bg-green-400:hover {
  --bg-opacity: 1 !important;
  background-color: #68d391 !important;
  background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
}

.hover\:bg-green-500:hover {
  --bg-opacity: 1 !important;
  background-color: #48bb78 !important;
  background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
}

.hover\:bg-green-600:hover {
  --bg-opacity: 1 !important;
  background-color: #38a169 !important;
  background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
}

.hover\:bg-green-700:hover {
  --bg-opacity: 1 !important;
  background-color: #2f855a !important;
  background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
}

.hover\:bg-green-800:hover {
  --bg-opacity: 1 !important;
  background-color: #276749 !important;
  background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
}

.hover\:bg-green-900:hover {
  --bg-opacity: 1 !important;
  background-color: #22543d !important;
  background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
}

.hover\:bg-teal-100:hover {
  --bg-opacity: 1 !important;
  background-color: #e6fffa !important;
  background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
}

.hover\:bg-teal-200:hover {
  --bg-opacity: 1 !important;
  background-color: #b2f5ea !important;
  background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
}

.hover\:bg-teal-300:hover {
  --bg-opacity: 1 !important;
  background-color: #81e6d9 !important;
  background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
}

.hover\:bg-teal-400:hover {
  --bg-opacity: 1 !important;
  background-color: #4fd1c5 !important;
  background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
}

.hover\:bg-teal-500:hover {
  --bg-opacity: 1 !important;
  background-color: #38b2ac !important;
  background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
}

.hover\:bg-teal-600:hover {
  --bg-opacity: 1 !important;
  background-color: #319795 !important;
  background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
}

.hover\:bg-teal-700:hover {
  --bg-opacity: 1 !important;
  background-color: #2c7a7b !important;
  background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
}

.hover\:bg-teal-800:hover {
  --bg-opacity: 1 !important;
  background-color: #285e61 !important;
  background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
}

.hover\:bg-teal-900:hover {
  --bg-opacity: 1 !important;
  background-color: #234e52 !important;
  background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
}

.hover\:bg-blue-100:hover {
  --bg-opacity: 1 !important;
  background-color: #ebf8ff !important;
  background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
}

.hover\:bg-blue-200:hover {
  --bg-opacity: 1 !important;
  background-color: #bee3f8 !important;
  background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
}

.hover\:bg-blue-300:hover {
  --bg-opacity: 1 !important;
  background-color: #90cdf4 !important;
  background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
}

.hover\:bg-blue-400:hover {
  --bg-opacity: 1 !important;
  background-color: #63b3ed !important;
  background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
}

.hover\:bg-blue-500:hover {
  --bg-opacity: 1 !important;
  background-color: #4299e1 !important;
  background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
}

.hover\:bg-blue-600:hover {
  --bg-opacity: 1 !important;
  background-color: #3182ce !important;
  background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
}

.hover\:bg-blue-700:hover {
  --bg-opacity: 1 !important;
  background-color: #2b6cb0 !important;
  background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
}

.hover\:bg-blue-800:hover {
  --bg-opacity: 1 !important;
  background-color: #2c5282 !important;
  background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
}

.hover\:bg-blue-900:hover {
  --bg-opacity: 1 !important;
  background-color: #2a4365 !important;
  background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
}

.hover\:bg-indigo-100:hover {
  --bg-opacity: 1 !important;
  background-color: #ebf4ff !important;
  background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
}

.hover\:bg-indigo-200:hover {
  --bg-opacity: 1 !important;
  background-color: #c3dafe !important;
  background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
}

.hover\:bg-indigo-300:hover {
  --bg-opacity: 1 !important;
  background-color: #a3bffa !important;
  background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
}

.hover\:bg-indigo-400:hover {
  --bg-opacity: 1 !important;
  background-color: #7f9cf5 !important;
  background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
}

.hover\:bg-indigo-500:hover {
  --bg-opacity: 1 !important;
  background-color: #667eea !important;
  background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
}

.hover\:bg-indigo-600:hover {
  --bg-opacity: 1 !important;
  background-color: #5a67d8 !important;
  background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
}

.hover\:bg-indigo-700:hover {
  --bg-opacity: 1 !important;
  background-color: #4c51bf !important;
  background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
}

.hover\:bg-indigo-800:hover {
  --bg-opacity: 1 !important;
  background-color: #434190 !important;
  background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
}

.hover\:bg-indigo-900:hover {
  --bg-opacity: 1 !important;
  background-color: #3c366b !important;
  background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
}

.hover\:bg-purple-100:hover {
  --bg-opacity: 1 !important;
  background-color: #faf5ff !important;
  background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
}

.hover\:bg-purple-200:hover {
  --bg-opacity: 1 !important;
  background-color: #e9d8fd !important;
  background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
}

.hover\:bg-purple-300:hover {
  --bg-opacity: 1 !important;
  background-color: #d6bcfa !important;
  background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
}

.hover\:bg-purple-400:hover {
  --bg-opacity: 1 !important;
  background-color: #b794f4 !important;
  background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
}

.hover\:bg-purple-500:hover {
  --bg-opacity: 1 !important;
  background-color: #9f7aea !important;
  background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
}

.hover\:bg-purple-600:hover {
  --bg-opacity: 1 !important;
  background-color: #805ad5 !important;
  background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
}

.hover\:bg-purple-700:hover {
  --bg-opacity: 1 !important;
  background-color: #6b46c1 !important;
  background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
}

.hover\:bg-purple-800:hover {
  --bg-opacity: 1 !important;
  background-color: #553c9a !important;
  background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
}

.hover\:bg-purple-900:hover {
  --bg-opacity: 1 !important;
  background-color: #44337a !important;
  background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
}

.hover\:bg-pink-100:hover {
  --bg-opacity: 1 !important;
  background-color: #fff5f7 !important;
  background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
}

.hover\:bg-pink-200:hover {
  --bg-opacity: 1 !important;
  background-color: #fed7e2 !important;
  background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
}

.hover\:bg-pink-300:hover {
  --bg-opacity: 1 !important;
  background-color: #fbb6ce !important;
  background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
}

.hover\:bg-pink-400:hover {
  --bg-opacity: 1 !important;
  background-color: #f687b3 !important;
  background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
}

.hover\:bg-pink-500:hover {
  --bg-opacity: 1 !important;
  background-color: #ed64a6 !important;
  background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
}

.hover\:bg-pink-600:hover {
  --bg-opacity: 1 !important;
  background-color: #d53f8c !important;
  background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
}

.hover\:bg-pink-700:hover {
  --bg-opacity: 1 !important;
  background-color: #b83280 !important;
  background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
}

.hover\:bg-pink-800:hover {
  --bg-opacity: 1 !important;
  background-color: #97266d !important;
  background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
}

.hover\:bg-pink-900:hover {
  --bg-opacity: 1 !important;
  background-color: #702459 !important;
  background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
}

.hover\:bg-navy-blue:hover {
  --bg-opacity: 1 !important;
  background-color: #23345A !important;
  background-color: rgba(35, 52, 90, var(--bg-opacity)) !important;
}

.hover\:bg-cyan:hover {
  --bg-opacity: 1 !important;
  background-color: #40C8EA !important;
  background-color: rgba(64, 200, 234, var(--bg-opacity)) !important;
}

.hover\:bg-yellowOrange:hover {
  --bg-opacity: 1 !important;
  background-color: #F8E9A7 !important;
  background-color: rgba(248, 233, 167, var(--bg-opacity)) !important;
}

.hover\:bg-light-blue:hover {
  --bg-opacity: 1 !important;
  background-color: #C9EAF4 !important;
  background-color: rgba(201, 234, 244, var(--bg-opacity)) !important;
}

.hover\:bg-lightest-blue:hover {
  --bg-opacity: 1 !important;
  background-color: #EBFAFF !important;
  background-color: rgba(235, 250, 255, var(--bg-opacity)) !important;
}

.hover\:bg-blueGreen:hover {
  --bg-opacity: 1 !important;
  background-color: #148093 !important;
  background-color: rgba(20, 128, 147, var(--bg-opacity)) !important;
}

.hover\:bg-mediumGray:hover {
  --bg-opacity: 1 !important;
  background-color: #97A2B0 !important;
  background-color: rgba(151, 162, 176, var(--bg-opacity)) !important;
}

.hover\:bg-light-gray:hover {
  --bg-opacity: 1 !important;
  background-color: #ACACB4 !important;
  background-color: rgba(172, 172, 180, var(--bg-opacity)) !important;
}

.hover\:bg-lightestGray:hover {
  --bg-opacity: 1 !important;
  background-color: #F2F2F2 !important;
  background-color: rgba(242, 242, 242, var(--bg-opacity)) !important;
}

.hover\:bg-dark-gray:hover {
  --bg-opacity: 1 !important;
  background-color: #64626F !important;
  background-color: rgba(100, 98, 111, var(--bg-opacity)) !important;
}

.hover\:bg-nav-gray:hover {
  --bg-opacity: 1 !important;
  background-color: #65718C !important;
  background-color: rgba(101, 113, 140, var(--bg-opacity)) !important;
}

.hover\:bg-bullet-gray:hover {
  --bg-opacity: 1 !important;
  background-color: #F1F1F2 !important;
  background-color: rgba(241, 241, 242, var(--bg-opacity)) !important;
}

.hover\:bg-dark-red:hover {
  --bg-opacity: 1 !important;
  background-color: #951700 !important;
  background-color: rgba(149, 23, 0, var(--bg-opacity)) !important;
}

.hover\:bg-navy:hover {
  --bg-opacity: 1 !important;
  background-color: #182F50 !important;
  background-color: rgba(24, 47, 80, var(--bg-opacity)) !important;
}

.hover\:bg-lightNavy:hover {
  --bg-opacity: 1 !important;
  background-color: #687FA0 !important;
  background-color: rgba(104, 127, 160, var(--bg-opacity)) !important;
}

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

.group:hover .group-hover\:bg-current {
  background-color: currentColor !important;
}

.group:hover .group-hover\:bg-black {
  --bg-opacity: 1 !important;
  background-color: #000000 !important;
  background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-white {
  --bg-opacity: 1 !important;
  background-color: #FFFFFF !important;
  background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray {
  --bg-opacity: 1 !important;
  background-color: #727272 !important;
  background-color: rgba(114, 114, 114, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-red {
  --bg-opacity: 1 !important;
  background-color: #E12A09 !important;
  background-color: rgba(225, 42, 9, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-orange {
  --bg-opacity: 1 !important;
  background-color: #F29C2B !important;
  background-color: rgba(242, 156, 43, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-yellow {
  --bg-opacity: 1 !important;
  background-color: #FFEB9A !important;
  background-color: rgba(255, 235, 154, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-green-100 {
  --bg-opacity: 1 !important;
  background-color: #f0fff4 !important;
  background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-green-200 {
  --bg-opacity: 1 !important;
  background-color: #c6f6d5 !important;
  background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-green-300 {
  --bg-opacity: 1 !important;
  background-color: #9ae6b4 !important;
  background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-green-400 {
  --bg-opacity: 1 !important;
  background-color: #68d391 !important;
  background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-green-500 {
  --bg-opacity: 1 !important;
  background-color: #48bb78 !important;
  background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-green-600 {
  --bg-opacity: 1 !important;
  background-color: #38a169 !important;
  background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-green-700 {
  --bg-opacity: 1 !important;
  background-color: #2f855a !important;
  background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-green-800 {
  --bg-opacity: 1 !important;
  background-color: #276749 !important;
  background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-green-900 {
  --bg-opacity: 1 !important;
  background-color: #22543d !important;
  background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-teal-100 {
  --bg-opacity: 1 !important;
  background-color: #e6fffa !important;
  background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-teal-200 {
  --bg-opacity: 1 !important;
  background-color: #b2f5ea !important;
  background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-teal-300 {
  --bg-opacity: 1 !important;
  background-color: #81e6d9 !important;
  background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-teal-400 {
  --bg-opacity: 1 !important;
  background-color: #4fd1c5 !important;
  background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-teal-500 {
  --bg-opacity: 1 !important;
  background-color: #38b2ac !important;
  background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-teal-600 {
  --bg-opacity: 1 !important;
  background-color: #319795 !important;
  background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-teal-700 {
  --bg-opacity: 1 !important;
  background-color: #2c7a7b !important;
  background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-teal-800 {
  --bg-opacity: 1 !important;
  background-color: #285e61 !important;
  background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-teal-900 {
  --bg-opacity: 1 !important;
  background-color: #234e52 !important;
  background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-100 {
  --bg-opacity: 1 !important;
  background-color: #ebf8ff !important;
  background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-200 {
  --bg-opacity: 1 !important;
  background-color: #bee3f8 !important;
  background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-300 {
  --bg-opacity: 1 !important;
  background-color: #90cdf4 !important;
  background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-400 {
  --bg-opacity: 1 !important;
  background-color: #63b3ed !important;
  background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-500 {
  --bg-opacity: 1 !important;
  background-color: #4299e1 !important;
  background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-600 {
  --bg-opacity: 1 !important;
  background-color: #3182ce !important;
  background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-700 {
  --bg-opacity: 1 !important;
  background-color: #2b6cb0 !important;
  background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-800 {
  --bg-opacity: 1 !important;
  background-color: #2c5282 !important;
  background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-900 {
  --bg-opacity: 1 !important;
  background-color: #2a4365 !important;
  background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-indigo-100 {
  --bg-opacity: 1 !important;
  background-color: #ebf4ff !important;
  background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-indigo-200 {
  --bg-opacity: 1 !important;
  background-color: #c3dafe !important;
  background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-indigo-300 {
  --bg-opacity: 1 !important;
  background-color: #a3bffa !important;
  background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-indigo-400 {
  --bg-opacity: 1 !important;
  background-color: #7f9cf5 !important;
  background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-indigo-500 {
  --bg-opacity: 1 !important;
  background-color: #667eea !important;
  background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-indigo-600 {
  --bg-opacity: 1 !important;
  background-color: #5a67d8 !important;
  background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-indigo-700 {
  --bg-opacity: 1 !important;
  background-color: #4c51bf !important;
  background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-indigo-800 {
  --bg-opacity: 1 !important;
  background-color: #434190 !important;
  background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-indigo-900 {
  --bg-opacity: 1 !important;
  background-color: #3c366b !important;
  background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-purple-100 {
  --bg-opacity: 1 !important;
  background-color: #faf5ff !important;
  background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-purple-200 {
  --bg-opacity: 1 !important;
  background-color: #e9d8fd !important;
  background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-purple-300 {
  --bg-opacity: 1 !important;
  background-color: #d6bcfa !important;
  background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-purple-400 {
  --bg-opacity: 1 !important;
  background-color: #b794f4 !important;
  background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-purple-500 {
  --bg-opacity: 1 !important;
  background-color: #9f7aea !important;
  background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-purple-600 {
  --bg-opacity: 1 !important;
  background-color: #805ad5 !important;
  background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-purple-700 {
  --bg-opacity: 1 !important;
  background-color: #6b46c1 !important;
  background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-purple-800 {
  --bg-opacity: 1 !important;
  background-color: #553c9a !important;
  background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-purple-900 {
  --bg-opacity: 1 !important;
  background-color: #44337a !important;
  background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-pink-100 {
  --bg-opacity: 1 !important;
  background-color: #fff5f7 !important;
  background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-pink-200 {
  --bg-opacity: 1 !important;
  background-color: #fed7e2 !important;
  background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-pink-300 {
  --bg-opacity: 1 !important;
  background-color: #fbb6ce !important;
  background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-pink-400 {
  --bg-opacity: 1 !important;
  background-color: #f687b3 !important;
  background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-pink-500 {
  --bg-opacity: 1 !important;
  background-color: #ed64a6 !important;
  background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-pink-600 {
  --bg-opacity: 1 !important;
  background-color: #d53f8c !important;
  background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-pink-700 {
  --bg-opacity: 1 !important;
  background-color: #b83280 !important;
  background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-pink-800 {
  --bg-opacity: 1 !important;
  background-color: #97266d !important;
  background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-pink-900 {
  --bg-opacity: 1 !important;
  background-color: #702459 !important;
  background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-navy-blue {
  --bg-opacity: 1 !important;
  background-color: #23345A !important;
  background-color: rgba(35, 52, 90, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-cyan {
  --bg-opacity: 1 !important;
  background-color: #40C8EA !important;
  background-color: rgba(64, 200, 234, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-yellowOrange {
  --bg-opacity: 1 !important;
  background-color: #F8E9A7 !important;
  background-color: rgba(248, 233, 167, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-light-blue {
  --bg-opacity: 1 !important;
  background-color: #C9EAF4 !important;
  background-color: rgba(201, 234, 244, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-lightest-blue {
  --bg-opacity: 1 !important;
  background-color: #EBFAFF !important;
  background-color: rgba(235, 250, 255, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blueGreen {
  --bg-opacity: 1 !important;
  background-color: #148093 !important;
  background-color: rgba(20, 128, 147, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-mediumGray {
  --bg-opacity: 1 !important;
  background-color: #97A2B0 !important;
  background-color: rgba(151, 162, 176, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-light-gray {
  --bg-opacity: 1 !important;
  background-color: #ACACB4 !important;
  background-color: rgba(172, 172, 180, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-lightestGray {
  --bg-opacity: 1 !important;
  background-color: #F2F2F2 !important;
  background-color: rgba(242, 242, 242, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-dark-gray {
  --bg-opacity: 1 !important;
  background-color: #64626F !important;
  background-color: rgba(100, 98, 111, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nav-gray {
  --bg-opacity: 1 !important;
  background-color: #65718C !important;
  background-color: rgba(101, 113, 140, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-bullet-gray {
  --bg-opacity: 1 !important;
  background-color: #F1F1F2 !important;
  background-color: rgba(241, 241, 242, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-dark-red {
  --bg-opacity: 1 !important;
  background-color: #951700 !important;
  background-color: rgba(149, 23, 0, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-navy {
  --bg-opacity: 1 !important;
  background-color: #182F50 !important;
  background-color: rgba(24, 47, 80, var(--bg-opacity)) !important;
}

.group:hover .group-hover\:bg-lightNavy {
  --bg-opacity: 1 !important;
  background-color: #687FA0 !important;
  background-color: rgba(104, 127, 160, var(--bg-opacity)) !important;
}

.bg-none {
  background-image: none !important;
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--gradient-color-stops)) !important;
}

.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
}

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

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important;
}

.bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
}

.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
}

.bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important;
}

.from-transparent {
  --gradient-from-color: transparent !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.from-current {
  --gradient-from-color: currentColor !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.from-black {
  --gradient-from-color: #000000 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.from-white {
  --gradient-from-color: #FFFFFF !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.from-gray {
  --gradient-from-color: #727272 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(114, 114, 114, 0)) !important;
}

.from-red {
  --gradient-from-color: #E12A09 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(225, 42, 9, 0)) !important;
}

.from-orange {
  --gradient-from-color: #F29C2B !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 156, 43, 0)) !important;
}

.from-yellow {
  --gradient-from-color: #FFEB9A !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 235, 154, 0)) !important;
}

.from-green-100 {
  --gradient-from-color: #f0fff4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
}

.from-green-200 {
  --gradient-from-color: #c6f6d5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
}

.from-green-300 {
  --gradient-from-color: #9ae6b4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
}

.from-green-400 {
  --gradient-from-color: #68d391 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
}

.from-green-500 {
  --gradient-from-color: #48bb78 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
}

.from-green-600 {
  --gradient-from-color: #38a169 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
}

.from-green-700 {
  --gradient-from-color: #2f855a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
}

.from-green-800 {
  --gradient-from-color: #276749 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
}

.from-green-900 {
  --gradient-from-color: #22543d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
}

.from-teal-100 {
  --gradient-from-color: #e6fffa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
}

.from-teal-200 {
  --gradient-from-color: #b2f5ea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
}

.from-teal-300 {
  --gradient-from-color: #81e6d9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
}

.from-teal-400 {
  --gradient-from-color: #4fd1c5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
}

.from-teal-500 {
  --gradient-from-color: #38b2ac !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
}

.from-teal-600 {
  --gradient-from-color: #319795 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
}

.from-teal-700 {
  --gradient-from-color: #2c7a7b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
}

.from-teal-800 {
  --gradient-from-color: #285e61 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
}

.from-teal-900 {
  --gradient-from-color: #234e52 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
}

.from-blue-100 {
  --gradient-from-color: #ebf8ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
}

.from-blue-200 {
  --gradient-from-color: #bee3f8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
}

.from-blue-300 {
  --gradient-from-color: #90cdf4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
}

.from-blue-400 {
  --gradient-from-color: #63b3ed !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
}

.from-blue-500 {
  --gradient-from-color: #4299e1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
}

.from-blue-600 {
  --gradient-from-color: #3182ce !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
}

.from-blue-700 {
  --gradient-from-color: #2b6cb0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
}

.from-blue-800 {
  --gradient-from-color: #2c5282 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
}

.from-blue-900 {
  --gradient-from-color: #2a4365 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
}

.from-indigo-100 {
  --gradient-from-color: #ebf4ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
}

.from-indigo-200 {
  --gradient-from-color: #c3dafe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
}

.from-indigo-300 {
  --gradient-from-color: #a3bffa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
}

.from-indigo-400 {
  --gradient-from-color: #7f9cf5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
}

.from-indigo-500 {
  --gradient-from-color: #667eea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
}

.from-indigo-600 {
  --gradient-from-color: #5a67d8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
}

.from-indigo-700 {
  --gradient-from-color: #4c51bf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
}

.from-indigo-800 {
  --gradient-from-color: #434190 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
}

.from-indigo-900 {
  --gradient-from-color: #3c366b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
}

.from-purple-100 {
  --gradient-from-color: #faf5ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
}

.from-purple-200 {
  --gradient-from-color: #e9d8fd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
}

.from-purple-300 {
  --gradient-from-color: #d6bcfa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
}

.from-purple-400 {
  --gradient-from-color: #b794f4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
}

.from-purple-500 {
  --gradient-from-color: #9f7aea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
}

.from-purple-600 {
  --gradient-from-color: #805ad5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
}

.from-purple-700 {
  --gradient-from-color: #6b46c1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
}

.from-purple-800 {
  --gradient-from-color: #553c9a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
}

.from-purple-900 {
  --gradient-from-color: #44337a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
}

.from-pink-100 {
  --gradient-from-color: #fff5f7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
}

.from-pink-200 {
  --gradient-from-color: #fed7e2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
}

.from-pink-300 {
  --gradient-from-color: #fbb6ce !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
}

.from-pink-400 {
  --gradient-from-color: #f687b3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
}

.from-pink-500 {
  --gradient-from-color: #ed64a6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
}

.from-pink-600 {
  --gradient-from-color: #d53f8c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
}

.from-pink-700 {
  --gradient-from-color: #b83280 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
}

.from-pink-800 {
  --gradient-from-color: #97266d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
}

.from-pink-900 {
  --gradient-from-color: #702459 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
}

.from-navy-blue {
  --gradient-from-color: #23345A !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 52, 90, 0)) !important;
}

.from-cyan {
  --gradient-from-color: #40C8EA !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 200, 234, 0)) !important;
}

.from-yellowOrange {
  --gradient-from-color: #F8E9A7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 233, 167, 0)) !important;
}

.from-light-blue {
  --gradient-from-color: #C9EAF4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(201, 234, 244, 0)) !important;
}

.from-lightest-blue {
  --gradient-from-color: #EBFAFF !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 250, 255, 0)) !important;
}

.from-blueGreen {
  --gradient-from-color: #148093 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 128, 147, 0)) !important;
}

.from-mediumGray {
  --gradient-from-color: #97A2B0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 162, 176, 0)) !important;
}

.from-light-gray {
  --gradient-from-color: #ACACB4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(172, 172, 180, 0)) !important;
}

.from-lightestGray {
  --gradient-from-color: #F2F2F2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
}

.from-dark-gray {
  --gradient-from-color: #64626F !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(100, 98, 111, 0)) !important;
}

.from-nav-gray {
  --gradient-from-color: #65718C !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(101, 113, 140, 0)) !important;
}

.from-bullet-gray {
  --gradient-from-color: #F1F1F2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 241, 242, 0)) !important;
}

.from-dark-red {
  --gradient-from-color: #951700 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 23, 0, 0)) !important;
}

.from-navy {
  --gradient-from-color: #182F50 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(24, 47, 80, 0)) !important;
}

.from-lightNavy {
  --gradient-from-color: #687FA0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 127, 160, 0)) !important;
}

.via-transparent {
  --gradient-via-color: transparent !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.via-current {
  --gradient-via-color: currentColor !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.via-black {
  --gradient-via-color: #000000 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.via-white {
  --gradient-via-color: #FFFFFF !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.via-gray {
  --gradient-via-color: #727272 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(114, 114, 114, 0)) !important;
}

.via-red {
  --gradient-via-color: #E12A09 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(225, 42, 9, 0)) !important;
}

.via-orange {
  --gradient-via-color: #F29C2B !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 156, 43, 0)) !important;
}

.via-yellow {
  --gradient-via-color: #FFEB9A !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 235, 154, 0)) !important;
}

.via-green-100 {
  --gradient-via-color: #f0fff4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
}

.via-green-200 {
  --gradient-via-color: #c6f6d5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
}

.via-green-300 {
  --gradient-via-color: #9ae6b4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
}

.via-green-400 {
  --gradient-via-color: #68d391 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
}

.via-green-500 {
  --gradient-via-color: #48bb78 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
}

.via-green-600 {
  --gradient-via-color: #38a169 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
}

.via-green-700 {
  --gradient-via-color: #2f855a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
}

.via-green-800 {
  --gradient-via-color: #276749 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
}

.via-green-900 {
  --gradient-via-color: #22543d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
}

.via-teal-100 {
  --gradient-via-color: #e6fffa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
}

.via-teal-200 {
  --gradient-via-color: #b2f5ea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
}

.via-teal-300 {
  --gradient-via-color: #81e6d9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
}

.via-teal-400 {
  --gradient-via-color: #4fd1c5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
}

.via-teal-500 {
  --gradient-via-color: #38b2ac !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
}

.via-teal-600 {
  --gradient-via-color: #319795 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
}

.via-teal-700 {
  --gradient-via-color: #2c7a7b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
}

.via-teal-800 {
  --gradient-via-color: #285e61 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
}

.via-teal-900 {
  --gradient-via-color: #234e52 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
}

.via-blue-100 {
  --gradient-via-color: #ebf8ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
}

.via-blue-200 {
  --gradient-via-color: #bee3f8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
}

.via-blue-300 {
  --gradient-via-color: #90cdf4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
}

.via-blue-400 {
  --gradient-via-color: #63b3ed !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
}

.via-blue-500 {
  --gradient-via-color: #4299e1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
}

.via-blue-600 {
  --gradient-via-color: #3182ce !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
}

.via-blue-700 {
  --gradient-via-color: #2b6cb0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
}

.via-blue-800 {
  --gradient-via-color: #2c5282 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
}

.via-blue-900 {
  --gradient-via-color: #2a4365 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
}

.via-indigo-100 {
  --gradient-via-color: #ebf4ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
}

.via-indigo-200 {
  --gradient-via-color: #c3dafe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
}

.via-indigo-300 {
  --gradient-via-color: #a3bffa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
}

.via-indigo-400 {
  --gradient-via-color: #7f9cf5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
}

.via-indigo-500 {
  --gradient-via-color: #667eea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
}

.via-indigo-600 {
  --gradient-via-color: #5a67d8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
}

.via-indigo-700 {
  --gradient-via-color: #4c51bf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
}

.via-indigo-800 {
  --gradient-via-color: #434190 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
}

.via-indigo-900 {
  --gradient-via-color: #3c366b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
}

.via-purple-100 {
  --gradient-via-color: #faf5ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
}

.via-purple-200 {
  --gradient-via-color: #e9d8fd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
}

.via-purple-300 {
  --gradient-via-color: #d6bcfa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
}

.via-purple-400 {
  --gradient-via-color: #b794f4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
}

.via-purple-500 {
  --gradient-via-color: #9f7aea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
}

.via-purple-600 {
  --gradient-via-color: #805ad5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
}

.via-purple-700 {
  --gradient-via-color: #6b46c1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
}

.via-purple-800 {
  --gradient-via-color: #553c9a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
}

.via-purple-900 {
  --gradient-via-color: #44337a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
}

.via-pink-100 {
  --gradient-via-color: #fff5f7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
}

.via-pink-200 {
  --gradient-via-color: #fed7e2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
}

.via-pink-300 {
  --gradient-via-color: #fbb6ce !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
}

.via-pink-400 {
  --gradient-via-color: #f687b3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
}

.via-pink-500 {
  --gradient-via-color: #ed64a6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
}

.via-pink-600 {
  --gradient-via-color: #d53f8c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
}

.via-pink-700 {
  --gradient-via-color: #b83280 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
}

.via-pink-800 {
  --gradient-via-color: #97266d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
}

.via-pink-900 {
  --gradient-via-color: #702459 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
}

.via-navy-blue {
  --gradient-via-color: #23345A !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 52, 90, 0)) !important;
}

.via-cyan {
  --gradient-via-color: #40C8EA !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 200, 234, 0)) !important;
}

.via-yellowOrange {
  --gradient-via-color: #F8E9A7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 233, 167, 0)) !important;
}

.via-light-blue {
  --gradient-via-color: #C9EAF4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(201, 234, 244, 0)) !important;
}

.via-lightest-blue {
  --gradient-via-color: #EBFAFF !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 250, 255, 0)) !important;
}

.via-blueGreen {
  --gradient-via-color: #148093 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 128, 147, 0)) !important;
}

.via-mediumGray {
  --gradient-via-color: #97A2B0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 162, 176, 0)) !important;
}

.via-light-gray {
  --gradient-via-color: #ACACB4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(172, 172, 180, 0)) !important;
}

.via-lightestGray {
  --gradient-via-color: #F2F2F2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
}

.via-dark-gray {
  --gradient-via-color: #64626F !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(100, 98, 111, 0)) !important;
}

.via-nav-gray {
  --gradient-via-color: #65718C !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(101, 113, 140, 0)) !important;
}

.via-bullet-gray {
  --gradient-via-color: #F1F1F2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 241, 242, 0)) !important;
}

.via-dark-red {
  --gradient-via-color: #951700 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 23, 0, 0)) !important;
}

.via-navy {
  --gradient-via-color: #182F50 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(24, 47, 80, 0)) !important;
}

.via-lightNavy {
  --gradient-via-color: #687FA0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 127, 160, 0)) !important;
}

.to-transparent {
  --gradient-to-color: transparent !important;
}

.to-current {
  --gradient-to-color: currentColor !important;
}

.to-black {
  --gradient-to-color: #000000 !important;
}

.to-white {
  --gradient-to-color: #FFFFFF !important;
}

.to-gray {
  --gradient-to-color: #727272 !important;
}

.to-red {
  --gradient-to-color: #E12A09 !important;
}

.to-orange {
  --gradient-to-color: #F29C2B !important;
}

.to-yellow {
  --gradient-to-color: #FFEB9A !important;
}

.to-green-100 {
  --gradient-to-color: #f0fff4 !important;
}

.to-green-200 {
  --gradient-to-color: #c6f6d5 !important;
}

.to-green-300 {
  --gradient-to-color: #9ae6b4 !important;
}

.to-green-400 {
  --gradient-to-color: #68d391 !important;
}

.to-green-500 {
  --gradient-to-color: #48bb78 !important;
}

.to-green-600 {
  --gradient-to-color: #38a169 !important;
}

.to-green-700 {
  --gradient-to-color: #2f855a !important;
}

.to-green-800 {
  --gradient-to-color: #276749 !important;
}

.to-green-900 {
  --gradient-to-color: #22543d !important;
}

.to-teal-100 {
  --gradient-to-color: #e6fffa !important;
}

.to-teal-200 {
  --gradient-to-color: #b2f5ea !important;
}

.to-teal-300 {
  --gradient-to-color: #81e6d9 !important;
}

.to-teal-400 {
  --gradient-to-color: #4fd1c5 !important;
}

.to-teal-500 {
  --gradient-to-color: #38b2ac !important;
}

.to-teal-600 {
  --gradient-to-color: #319795 !important;
}

.to-teal-700 {
  --gradient-to-color: #2c7a7b !important;
}

.to-teal-800 {
  --gradient-to-color: #285e61 !important;
}

.to-teal-900 {
  --gradient-to-color: #234e52 !important;
}

.to-blue-100 {
  --gradient-to-color: #ebf8ff !important;
}

.to-blue-200 {
  --gradient-to-color: #bee3f8 !important;
}

.to-blue-300 {
  --gradient-to-color: #90cdf4 !important;
}

.to-blue-400 {
  --gradient-to-color: #63b3ed !important;
}

.to-blue-500 {
  --gradient-to-color: #4299e1 !important;
}

.to-blue-600 {
  --gradient-to-color: #3182ce !important;
}

.to-blue-700 {
  --gradient-to-color: #2b6cb0 !important;
}

.to-blue-800 {
  --gradient-to-color: #2c5282 !important;
}

.to-blue-900 {
  --gradient-to-color: #2a4365 !important;
}

.to-indigo-100 {
  --gradient-to-color: #ebf4ff !important;
}

.to-indigo-200 {
  --gradient-to-color: #c3dafe !important;
}

.to-indigo-300 {
  --gradient-to-color: #a3bffa !important;
}

.to-indigo-400 {
  --gradient-to-color: #7f9cf5 !important;
}

.to-indigo-500 {
  --gradient-to-color: #667eea !important;
}

.to-indigo-600 {
  --gradient-to-color: #5a67d8 !important;
}

.to-indigo-700 {
  --gradient-to-color: #4c51bf !important;
}

.to-indigo-800 {
  --gradient-to-color: #434190 !important;
}

.to-indigo-900 {
  --gradient-to-color: #3c366b !important;
}

.to-purple-100 {
  --gradient-to-color: #faf5ff !important;
}

.to-purple-200 {
  --gradient-to-color: #e9d8fd !important;
}

.to-purple-300 {
  --gradient-to-color: #d6bcfa !important;
}

.to-purple-400 {
  --gradient-to-color: #b794f4 !important;
}

.to-purple-500 {
  --gradient-to-color: #9f7aea !important;
}

.to-purple-600 {
  --gradient-to-color: #805ad5 !important;
}

.to-purple-700 {
  --gradient-to-color: #6b46c1 !important;
}

.to-purple-800 {
  --gradient-to-color: #553c9a !important;
}

.to-purple-900 {
  --gradient-to-color: #44337a !important;
}

.to-pink-100 {
  --gradient-to-color: #fff5f7 !important;
}

.to-pink-200 {
  --gradient-to-color: #fed7e2 !important;
}

.to-pink-300 {
  --gradient-to-color: #fbb6ce !important;
}

.to-pink-400 {
  --gradient-to-color: #f687b3 !important;
}

.to-pink-500 {
  --gradient-to-color: #ed64a6 !important;
}

.to-pink-600 {
  --gradient-to-color: #d53f8c !important;
}

.to-pink-700 {
  --gradient-to-color: #b83280 !important;
}

.to-pink-800 {
  --gradient-to-color: #97266d !important;
}

.to-pink-900 {
  --gradient-to-color: #702459 !important;
}

.to-navy-blue {
  --gradient-to-color: #23345A !important;
}

.to-cyan {
  --gradient-to-color: #40C8EA !important;
}

.to-yellowOrange {
  --gradient-to-color: #F8E9A7 !important;
}

.to-light-blue {
  --gradient-to-color: #C9EAF4 !important;
}

.to-lightest-blue {
  --gradient-to-color: #EBFAFF !important;
}

.to-blueGreen {
  --gradient-to-color: #148093 !important;
}

.to-mediumGray {
  --gradient-to-color: #97A2B0 !important;
}

.to-light-gray {
  --gradient-to-color: #ACACB4 !important;
}

.to-lightestGray {
  --gradient-to-color: #F2F2F2 !important;
}

.to-dark-gray {
  --gradient-to-color: #64626F !important;
}

.to-nav-gray {
  --gradient-to-color: #65718C !important;
}

.to-bullet-gray {
  --gradient-to-color: #F1F1F2 !important;
}

.to-dark-red {
  --gradient-to-color: #951700 !important;
}

.to-navy {
  --gradient-to-color: #182F50 !important;
}

.to-lightNavy {
  --gradient-to-color: #687FA0 !important;
}

.hover\:from-transparent:hover {
  --gradient-from-color: transparent !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.hover\:from-current:hover {
  --gradient-from-color: currentColor !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.hover\:from-black:hover {
  --gradient-from-color: #000000 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.hover\:from-white:hover {
  --gradient-from-color: #FFFFFF !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.hover\:from-gray:hover {
  --gradient-from-color: #727272 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(114, 114, 114, 0)) !important;
}

.hover\:from-red:hover {
  --gradient-from-color: #E12A09 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(225, 42, 9, 0)) !important;
}

.hover\:from-orange:hover {
  --gradient-from-color: #F29C2B !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 156, 43, 0)) !important;
}

.hover\:from-yellow:hover {
  --gradient-from-color: #FFEB9A !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 235, 154, 0)) !important;
}

.hover\:from-green-100:hover {
  --gradient-from-color: #f0fff4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
}

.hover\:from-green-200:hover {
  --gradient-from-color: #c6f6d5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
}

.hover\:from-green-300:hover {
  --gradient-from-color: #9ae6b4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
}

.hover\:from-green-400:hover {
  --gradient-from-color: #68d391 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
}

.hover\:from-green-500:hover {
  --gradient-from-color: #48bb78 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
}

.hover\:from-green-600:hover {
  --gradient-from-color: #38a169 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
}

.hover\:from-green-700:hover {
  --gradient-from-color: #2f855a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
}

.hover\:from-green-800:hover {
  --gradient-from-color: #276749 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
}

.hover\:from-green-900:hover {
  --gradient-from-color: #22543d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
}

.hover\:from-teal-100:hover {
  --gradient-from-color: #e6fffa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
}

.hover\:from-teal-200:hover {
  --gradient-from-color: #b2f5ea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
}

.hover\:from-teal-300:hover {
  --gradient-from-color: #81e6d9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
}

.hover\:from-teal-400:hover {
  --gradient-from-color: #4fd1c5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
}

.hover\:from-teal-500:hover {
  --gradient-from-color: #38b2ac !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
}

.hover\:from-teal-600:hover {
  --gradient-from-color: #319795 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
}

.hover\:from-teal-700:hover {
  --gradient-from-color: #2c7a7b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
}

.hover\:from-teal-800:hover {
  --gradient-from-color: #285e61 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
}

.hover\:from-teal-900:hover {
  --gradient-from-color: #234e52 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
}

.hover\:from-blue-100:hover {
  --gradient-from-color: #ebf8ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
}

.hover\:from-blue-200:hover {
  --gradient-from-color: #bee3f8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
}

.hover\:from-blue-300:hover {
  --gradient-from-color: #90cdf4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
}

.hover\:from-blue-400:hover {
  --gradient-from-color: #63b3ed !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
}

.hover\:from-blue-500:hover {
  --gradient-from-color: #4299e1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
}

.hover\:from-blue-600:hover {
  --gradient-from-color: #3182ce !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
}

.hover\:from-blue-700:hover {
  --gradient-from-color: #2b6cb0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
}

.hover\:from-blue-800:hover {
  --gradient-from-color: #2c5282 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
}

.hover\:from-blue-900:hover {
  --gradient-from-color: #2a4365 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
}

.hover\:from-indigo-100:hover {
  --gradient-from-color: #ebf4ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
}

.hover\:from-indigo-200:hover {
  --gradient-from-color: #c3dafe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
}

.hover\:from-indigo-300:hover {
  --gradient-from-color: #a3bffa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
}

.hover\:from-indigo-400:hover {
  --gradient-from-color: #7f9cf5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
}

.hover\:from-indigo-500:hover {
  --gradient-from-color: #667eea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
}

.hover\:from-indigo-600:hover {
  --gradient-from-color: #5a67d8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
}

.hover\:from-indigo-700:hover {
  --gradient-from-color: #4c51bf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
}

.hover\:from-indigo-800:hover {
  --gradient-from-color: #434190 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
}

.hover\:from-indigo-900:hover {
  --gradient-from-color: #3c366b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
}

.hover\:from-purple-100:hover {
  --gradient-from-color: #faf5ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
}

.hover\:from-purple-200:hover {
  --gradient-from-color: #e9d8fd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
}

.hover\:from-purple-300:hover {
  --gradient-from-color: #d6bcfa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
}

.hover\:from-purple-400:hover {
  --gradient-from-color: #b794f4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
}

.hover\:from-purple-500:hover {
  --gradient-from-color: #9f7aea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
}

.hover\:from-purple-600:hover {
  --gradient-from-color: #805ad5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
}

.hover\:from-purple-700:hover {
  --gradient-from-color: #6b46c1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
}

.hover\:from-purple-800:hover {
  --gradient-from-color: #553c9a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
}

.hover\:from-purple-900:hover {
  --gradient-from-color: #44337a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
}

.hover\:from-pink-100:hover {
  --gradient-from-color: #fff5f7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
}

.hover\:from-pink-200:hover {
  --gradient-from-color: #fed7e2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
}

.hover\:from-pink-300:hover {
  --gradient-from-color: #fbb6ce !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
}

.hover\:from-pink-400:hover {
  --gradient-from-color: #f687b3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
}

.hover\:from-pink-500:hover {
  --gradient-from-color: #ed64a6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
}

.hover\:from-pink-600:hover {
  --gradient-from-color: #d53f8c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
}

.hover\:from-pink-700:hover {
  --gradient-from-color: #b83280 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
}

.hover\:from-pink-800:hover {
  --gradient-from-color: #97266d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
}

.hover\:from-pink-900:hover {
  --gradient-from-color: #702459 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
}

.hover\:from-navy-blue:hover {
  --gradient-from-color: #23345A !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 52, 90, 0)) !important;
}

.hover\:from-cyan:hover {
  --gradient-from-color: #40C8EA !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 200, 234, 0)) !important;
}

.hover\:from-yellowOrange:hover {
  --gradient-from-color: #F8E9A7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 233, 167, 0)) !important;
}

.hover\:from-light-blue:hover {
  --gradient-from-color: #C9EAF4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(201, 234, 244, 0)) !important;
}

.hover\:from-lightest-blue:hover {
  --gradient-from-color: #EBFAFF !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 250, 255, 0)) !important;
}

.hover\:from-blueGreen:hover {
  --gradient-from-color: #148093 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 128, 147, 0)) !important;
}

.hover\:from-mediumGray:hover {
  --gradient-from-color: #97A2B0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 162, 176, 0)) !important;
}

.hover\:from-light-gray:hover {
  --gradient-from-color: #ACACB4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(172, 172, 180, 0)) !important;
}

.hover\:from-lightestGray:hover {
  --gradient-from-color: #F2F2F2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
}

.hover\:from-dark-gray:hover {
  --gradient-from-color: #64626F !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(100, 98, 111, 0)) !important;
}

.hover\:from-nav-gray:hover {
  --gradient-from-color: #65718C !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(101, 113, 140, 0)) !important;
}

.hover\:from-bullet-gray:hover {
  --gradient-from-color: #F1F1F2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 241, 242, 0)) !important;
}

.hover\:from-dark-red:hover {
  --gradient-from-color: #951700 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 23, 0, 0)) !important;
}

.hover\:from-navy:hover {
  --gradient-from-color: #182F50 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(24, 47, 80, 0)) !important;
}

.hover\:from-lightNavy:hover {
  --gradient-from-color: #687FA0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 127, 160, 0)) !important;
}

.hover\:via-transparent:hover {
  --gradient-via-color: transparent !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.hover\:via-current:hover {
  --gradient-via-color: currentColor !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.hover\:via-black:hover {
  --gradient-via-color: #000000 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.hover\:via-white:hover {
  --gradient-via-color: #FFFFFF !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.hover\:via-gray:hover {
  --gradient-via-color: #727272 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(114, 114, 114, 0)) !important;
}

.hover\:via-red:hover {
  --gradient-via-color: #E12A09 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(225, 42, 9, 0)) !important;
}

.hover\:via-orange:hover {
  --gradient-via-color: #F29C2B !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 156, 43, 0)) !important;
}

.hover\:via-yellow:hover {
  --gradient-via-color: #FFEB9A !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 235, 154, 0)) !important;
}

.hover\:via-green-100:hover {
  --gradient-via-color: #f0fff4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
}

.hover\:via-green-200:hover {
  --gradient-via-color: #c6f6d5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
}

.hover\:via-green-300:hover {
  --gradient-via-color: #9ae6b4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
}

.hover\:via-green-400:hover {
  --gradient-via-color: #68d391 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
}

.hover\:via-green-500:hover {
  --gradient-via-color: #48bb78 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
}

.hover\:via-green-600:hover {
  --gradient-via-color: #38a169 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
}

.hover\:via-green-700:hover {
  --gradient-via-color: #2f855a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
}

.hover\:via-green-800:hover {
  --gradient-via-color: #276749 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
}

.hover\:via-green-900:hover {
  --gradient-via-color: #22543d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
}

.hover\:via-teal-100:hover {
  --gradient-via-color: #e6fffa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
}

.hover\:via-teal-200:hover {
  --gradient-via-color: #b2f5ea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
}

.hover\:via-teal-300:hover {
  --gradient-via-color: #81e6d9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
}

.hover\:via-teal-400:hover {
  --gradient-via-color: #4fd1c5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
}

.hover\:via-teal-500:hover {
  --gradient-via-color: #38b2ac !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
}

.hover\:via-teal-600:hover {
  --gradient-via-color: #319795 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
}

.hover\:via-teal-700:hover {
  --gradient-via-color: #2c7a7b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
}

.hover\:via-teal-800:hover {
  --gradient-via-color: #285e61 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
}

.hover\:via-teal-900:hover {
  --gradient-via-color: #234e52 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
}

.hover\:via-blue-100:hover {
  --gradient-via-color: #ebf8ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
}

.hover\:via-blue-200:hover {
  --gradient-via-color: #bee3f8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
}

.hover\:via-blue-300:hover {
  --gradient-via-color: #90cdf4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
}

.hover\:via-blue-400:hover {
  --gradient-via-color: #63b3ed !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
}

.hover\:via-blue-500:hover {
  --gradient-via-color: #4299e1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
}

.hover\:via-blue-600:hover {
  --gradient-via-color: #3182ce !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
}

.hover\:via-blue-700:hover {
  --gradient-via-color: #2b6cb0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
}

.hover\:via-blue-800:hover {
  --gradient-via-color: #2c5282 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
}

.hover\:via-blue-900:hover {
  --gradient-via-color: #2a4365 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
}

.hover\:via-indigo-100:hover {
  --gradient-via-color: #ebf4ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
}

.hover\:via-indigo-200:hover {
  --gradient-via-color: #c3dafe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
}

.hover\:via-indigo-300:hover {
  --gradient-via-color: #a3bffa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
}

.hover\:via-indigo-400:hover {
  --gradient-via-color: #7f9cf5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
}

.hover\:via-indigo-500:hover {
  --gradient-via-color: #667eea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
}

.hover\:via-indigo-600:hover {
  --gradient-via-color: #5a67d8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
}

.hover\:via-indigo-700:hover {
  --gradient-via-color: #4c51bf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
}

.hover\:via-indigo-800:hover {
  --gradient-via-color: #434190 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
}

.hover\:via-indigo-900:hover {
  --gradient-via-color: #3c366b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
}

.hover\:via-purple-100:hover {
  --gradient-via-color: #faf5ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
}

.hover\:via-purple-200:hover {
  --gradient-via-color: #e9d8fd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
}

.hover\:via-purple-300:hover {
  --gradient-via-color: #d6bcfa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
}

.hover\:via-purple-400:hover {
  --gradient-via-color: #b794f4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
}

.hover\:via-purple-500:hover {
  --gradient-via-color: #9f7aea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
}

.hover\:via-purple-600:hover {
  --gradient-via-color: #805ad5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
}

.hover\:via-purple-700:hover {
  --gradient-via-color: #6b46c1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
}

.hover\:via-purple-800:hover {
  --gradient-via-color: #553c9a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
}

.hover\:via-purple-900:hover {
  --gradient-via-color: #44337a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
}

.hover\:via-pink-100:hover {
  --gradient-via-color: #fff5f7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
}

.hover\:via-pink-200:hover {
  --gradient-via-color: #fed7e2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
}

.hover\:via-pink-300:hover {
  --gradient-via-color: #fbb6ce !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
}

.hover\:via-pink-400:hover {
  --gradient-via-color: #f687b3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
}

.hover\:via-pink-500:hover {
  --gradient-via-color: #ed64a6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
}

.hover\:via-pink-600:hover {
  --gradient-via-color: #d53f8c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
}

.hover\:via-pink-700:hover {
  --gradient-via-color: #b83280 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
}

.hover\:via-pink-800:hover {
  --gradient-via-color: #97266d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
}

.hover\:via-pink-900:hover {
  --gradient-via-color: #702459 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
}

.hover\:via-navy-blue:hover {
  --gradient-via-color: #23345A !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 52, 90, 0)) !important;
}

.hover\:via-cyan:hover {
  --gradient-via-color: #40C8EA !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 200, 234, 0)) !important;
}

.hover\:via-yellowOrange:hover {
  --gradient-via-color: #F8E9A7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 233, 167, 0)) !important;
}

.hover\:via-light-blue:hover {
  --gradient-via-color: #C9EAF4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(201, 234, 244, 0)) !important;
}

.hover\:via-lightest-blue:hover {
  --gradient-via-color: #EBFAFF !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 250, 255, 0)) !important;
}

.hover\:via-blueGreen:hover {
  --gradient-via-color: #148093 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 128, 147, 0)) !important;
}

.hover\:via-mediumGray:hover {
  --gradient-via-color: #97A2B0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 162, 176, 0)) !important;
}

.hover\:via-light-gray:hover {
  --gradient-via-color: #ACACB4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(172, 172, 180, 0)) !important;
}

.hover\:via-lightestGray:hover {
  --gradient-via-color: #F2F2F2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
}

.hover\:via-dark-gray:hover {
  --gradient-via-color: #64626F !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(100, 98, 111, 0)) !important;
}

.hover\:via-nav-gray:hover {
  --gradient-via-color: #65718C !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(101, 113, 140, 0)) !important;
}

.hover\:via-bullet-gray:hover {
  --gradient-via-color: #F1F1F2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 241, 242, 0)) !important;
}

.hover\:via-dark-red:hover {
  --gradient-via-color: #951700 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 23, 0, 0)) !important;
}

.hover\:via-navy:hover {
  --gradient-via-color: #182F50 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(24, 47, 80, 0)) !important;
}

.hover\:via-lightNavy:hover {
  --gradient-via-color: #687FA0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 127, 160, 0)) !important;
}

.hover\:to-transparent:hover {
  --gradient-to-color: transparent !important;
}

.hover\:to-current:hover {
  --gradient-to-color: currentColor !important;
}

.hover\:to-black:hover {
  --gradient-to-color: #000000 !important;
}

.hover\:to-white:hover {
  --gradient-to-color: #FFFFFF !important;
}

.hover\:to-gray:hover {
  --gradient-to-color: #727272 !important;
}

.hover\:to-red:hover {
  --gradient-to-color: #E12A09 !important;
}

.hover\:to-orange:hover {
  --gradient-to-color: #F29C2B !important;
}

.hover\:to-yellow:hover {
  --gradient-to-color: #FFEB9A !important;
}

.hover\:to-green-100:hover {
  --gradient-to-color: #f0fff4 !important;
}

.hover\:to-green-200:hover {
  --gradient-to-color: #c6f6d5 !important;
}

.hover\:to-green-300:hover {
  --gradient-to-color: #9ae6b4 !important;
}

.hover\:to-green-400:hover {
  --gradient-to-color: #68d391 !important;
}

.hover\:to-green-500:hover {
  --gradient-to-color: #48bb78 !important;
}

.hover\:to-green-600:hover {
  --gradient-to-color: #38a169 !important;
}

.hover\:to-green-700:hover {
  --gradient-to-color: #2f855a !important;
}

.hover\:to-green-800:hover {
  --gradient-to-color: #276749 !important;
}

.hover\:to-green-900:hover {
  --gradient-to-color: #22543d !important;
}

.hover\:to-teal-100:hover {
  --gradient-to-color: #e6fffa !important;
}

.hover\:to-teal-200:hover {
  --gradient-to-color: #b2f5ea !important;
}

.hover\:to-teal-300:hover {
  --gradient-to-color: #81e6d9 !important;
}

.hover\:to-teal-400:hover {
  --gradient-to-color: #4fd1c5 !important;
}

.hover\:to-teal-500:hover {
  --gradient-to-color: #38b2ac !important;
}

.hover\:to-teal-600:hover {
  --gradient-to-color: #319795 !important;
}

.hover\:to-teal-700:hover {
  --gradient-to-color: #2c7a7b !important;
}

.hover\:to-teal-800:hover {
  --gradient-to-color: #285e61 !important;
}

.hover\:to-teal-900:hover {
  --gradient-to-color: #234e52 !important;
}

.hover\:to-blue-100:hover {
  --gradient-to-color: #ebf8ff !important;
}

.hover\:to-blue-200:hover {
  --gradient-to-color: #bee3f8 !important;
}

.hover\:to-blue-300:hover {
  --gradient-to-color: #90cdf4 !important;
}

.hover\:to-blue-400:hover {
  --gradient-to-color: #63b3ed !important;
}

.hover\:to-blue-500:hover {
  --gradient-to-color: #4299e1 !important;
}

.hover\:to-blue-600:hover {
  --gradient-to-color: #3182ce !important;
}

.hover\:to-blue-700:hover {
  --gradient-to-color: #2b6cb0 !important;
}

.hover\:to-blue-800:hover {
  --gradient-to-color: #2c5282 !important;
}

.hover\:to-blue-900:hover {
  --gradient-to-color: #2a4365 !important;
}

.hover\:to-indigo-100:hover {
  --gradient-to-color: #ebf4ff !important;
}

.hover\:to-indigo-200:hover {
  --gradient-to-color: #c3dafe !important;
}

.hover\:to-indigo-300:hover {
  --gradient-to-color: #a3bffa !important;
}

.hover\:to-indigo-400:hover {
  --gradient-to-color: #7f9cf5 !important;
}

.hover\:to-indigo-500:hover {
  --gradient-to-color: #667eea !important;
}

.hover\:to-indigo-600:hover {
  --gradient-to-color: #5a67d8 !important;
}

.hover\:to-indigo-700:hover {
  --gradient-to-color: #4c51bf !important;
}

.hover\:to-indigo-800:hover {
  --gradient-to-color: #434190 !important;
}

.hover\:to-indigo-900:hover {
  --gradient-to-color: #3c366b !important;
}

.hover\:to-purple-100:hover {
  --gradient-to-color: #faf5ff !important;
}

.hover\:to-purple-200:hover {
  --gradient-to-color: #e9d8fd !important;
}

.hover\:to-purple-300:hover {
  --gradient-to-color: #d6bcfa !important;
}

.hover\:to-purple-400:hover {
  --gradient-to-color: #b794f4 !important;
}

.hover\:to-purple-500:hover {
  --gradient-to-color: #9f7aea !important;
}

.hover\:to-purple-600:hover {
  --gradient-to-color: #805ad5 !important;
}

.hover\:to-purple-700:hover {
  --gradient-to-color: #6b46c1 !important;
}

.hover\:to-purple-800:hover {
  --gradient-to-color: #553c9a !important;
}

.hover\:to-purple-900:hover {
  --gradient-to-color: #44337a !important;
}

.hover\:to-pink-100:hover {
  --gradient-to-color: #fff5f7 !important;
}

.hover\:to-pink-200:hover {
  --gradient-to-color: #fed7e2 !important;
}

.hover\:to-pink-300:hover {
  --gradient-to-color: #fbb6ce !important;
}

.hover\:to-pink-400:hover {
  --gradient-to-color: #f687b3 !important;
}

.hover\:to-pink-500:hover {
  --gradient-to-color: #ed64a6 !important;
}

.hover\:to-pink-600:hover {
  --gradient-to-color: #d53f8c !important;
}

.hover\:to-pink-700:hover {
  --gradient-to-color: #b83280 !important;
}

.hover\:to-pink-800:hover {
  --gradient-to-color: #97266d !important;
}

.hover\:to-pink-900:hover {
  --gradient-to-color: #702459 !important;
}

.hover\:to-navy-blue:hover {
  --gradient-to-color: #23345A !important;
}

.hover\:to-cyan:hover {
  --gradient-to-color: #40C8EA !important;
}

.hover\:to-yellowOrange:hover {
  --gradient-to-color: #F8E9A7 !important;
}

.hover\:to-light-blue:hover {
  --gradient-to-color: #C9EAF4 !important;
}

.hover\:to-lightest-blue:hover {
  --gradient-to-color: #EBFAFF !important;
}

.hover\:to-blueGreen:hover {
  --gradient-to-color: #148093 !important;
}

.hover\:to-mediumGray:hover {
  --gradient-to-color: #97A2B0 !important;
}

.hover\:to-light-gray:hover {
  --gradient-to-color: #ACACB4 !important;
}

.hover\:to-lightestGray:hover {
  --gradient-to-color: #F2F2F2 !important;
}

.hover\:to-dark-gray:hover {
  --gradient-to-color: #64626F !important;
}

.hover\:to-nav-gray:hover {
  --gradient-to-color: #65718C !important;
}

.hover\:to-bullet-gray:hover {
  --gradient-to-color: #F1F1F2 !important;
}

.hover\:to-dark-red:hover {
  --gradient-to-color: #951700 !important;
}

.hover\:to-navy:hover {
  --gradient-to-color: #182F50 !important;
}

.hover\:to-lightNavy:hover {
  --gradient-to-color: #687FA0 !important;
}

.focus\:from-transparent:focus {
  --gradient-from-color: transparent !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.focus\:from-current:focus {
  --gradient-from-color: currentColor !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.focus\:from-black:focus {
  --gradient-from-color: #000000 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.focus\:from-white:focus {
  --gradient-from-color: #FFFFFF !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.focus\:from-gray:focus {
  --gradient-from-color: #727272 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(114, 114, 114, 0)) !important;
}

.focus\:from-red:focus {
  --gradient-from-color: #E12A09 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(225, 42, 9, 0)) !important;
}

.focus\:from-orange:focus {
  --gradient-from-color: #F29C2B !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 156, 43, 0)) !important;
}

.focus\:from-yellow:focus {
  --gradient-from-color: #FFEB9A !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 235, 154, 0)) !important;
}

.focus\:from-green-100:focus {
  --gradient-from-color: #f0fff4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
}

.focus\:from-green-200:focus {
  --gradient-from-color: #c6f6d5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
}

.focus\:from-green-300:focus {
  --gradient-from-color: #9ae6b4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
}

.focus\:from-green-400:focus {
  --gradient-from-color: #68d391 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
}

.focus\:from-green-500:focus {
  --gradient-from-color: #48bb78 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
}

.focus\:from-green-600:focus {
  --gradient-from-color: #38a169 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
}

.focus\:from-green-700:focus {
  --gradient-from-color: #2f855a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
}

.focus\:from-green-800:focus {
  --gradient-from-color: #276749 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
}

.focus\:from-green-900:focus {
  --gradient-from-color: #22543d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
}

.focus\:from-teal-100:focus {
  --gradient-from-color: #e6fffa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
}

.focus\:from-teal-200:focus {
  --gradient-from-color: #b2f5ea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
}

.focus\:from-teal-300:focus {
  --gradient-from-color: #81e6d9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
}

.focus\:from-teal-400:focus {
  --gradient-from-color: #4fd1c5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
}

.focus\:from-teal-500:focus {
  --gradient-from-color: #38b2ac !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
}

.focus\:from-teal-600:focus {
  --gradient-from-color: #319795 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
}

.focus\:from-teal-700:focus {
  --gradient-from-color: #2c7a7b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
}

.focus\:from-teal-800:focus {
  --gradient-from-color: #285e61 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
}

.focus\:from-teal-900:focus {
  --gradient-from-color: #234e52 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
}

.focus\:from-blue-100:focus {
  --gradient-from-color: #ebf8ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
}

.focus\:from-blue-200:focus {
  --gradient-from-color: #bee3f8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
}

.focus\:from-blue-300:focus {
  --gradient-from-color: #90cdf4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
}

.focus\:from-blue-400:focus {
  --gradient-from-color: #63b3ed !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
}

.focus\:from-blue-500:focus {
  --gradient-from-color: #4299e1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
}

.focus\:from-blue-600:focus {
  --gradient-from-color: #3182ce !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
}

.focus\:from-blue-700:focus {
  --gradient-from-color: #2b6cb0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
}

.focus\:from-blue-800:focus {
  --gradient-from-color: #2c5282 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
}

.focus\:from-blue-900:focus {
  --gradient-from-color: #2a4365 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
}

.focus\:from-indigo-100:focus {
  --gradient-from-color: #ebf4ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
}

.focus\:from-indigo-200:focus {
  --gradient-from-color: #c3dafe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
}

.focus\:from-indigo-300:focus {
  --gradient-from-color: #a3bffa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
}

.focus\:from-indigo-400:focus {
  --gradient-from-color: #7f9cf5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
}

.focus\:from-indigo-500:focus {
  --gradient-from-color: #667eea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
}

.focus\:from-indigo-600:focus {
  --gradient-from-color: #5a67d8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
}

.focus\:from-indigo-700:focus {
  --gradient-from-color: #4c51bf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
}

.focus\:from-indigo-800:focus {
  --gradient-from-color: #434190 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
}

.focus\:from-indigo-900:focus {
  --gradient-from-color: #3c366b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
}

.focus\:from-purple-100:focus {
  --gradient-from-color: #faf5ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
}

.focus\:from-purple-200:focus {
  --gradient-from-color: #e9d8fd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
}

.focus\:from-purple-300:focus {
  --gradient-from-color: #d6bcfa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
}

.focus\:from-purple-400:focus {
  --gradient-from-color: #b794f4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
}

.focus\:from-purple-500:focus {
  --gradient-from-color: #9f7aea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
}

.focus\:from-purple-600:focus {
  --gradient-from-color: #805ad5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
}

.focus\:from-purple-700:focus {
  --gradient-from-color: #6b46c1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
}

.focus\:from-purple-800:focus {
  --gradient-from-color: #553c9a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
}

.focus\:from-purple-900:focus {
  --gradient-from-color: #44337a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
}

.focus\:from-pink-100:focus {
  --gradient-from-color: #fff5f7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
}

.focus\:from-pink-200:focus {
  --gradient-from-color: #fed7e2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
}

.focus\:from-pink-300:focus {
  --gradient-from-color: #fbb6ce !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
}

.focus\:from-pink-400:focus {
  --gradient-from-color: #f687b3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
}

.focus\:from-pink-500:focus {
  --gradient-from-color: #ed64a6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
}

.focus\:from-pink-600:focus {
  --gradient-from-color: #d53f8c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
}

.focus\:from-pink-700:focus {
  --gradient-from-color: #b83280 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
}

.focus\:from-pink-800:focus {
  --gradient-from-color: #97266d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
}

.focus\:from-pink-900:focus {
  --gradient-from-color: #702459 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
}

.focus\:from-navy-blue:focus {
  --gradient-from-color: #23345A !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 52, 90, 0)) !important;
}

.focus\:from-cyan:focus {
  --gradient-from-color: #40C8EA !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 200, 234, 0)) !important;
}

.focus\:from-yellowOrange:focus {
  --gradient-from-color: #F8E9A7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 233, 167, 0)) !important;
}

.focus\:from-light-blue:focus {
  --gradient-from-color: #C9EAF4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(201, 234, 244, 0)) !important;
}

.focus\:from-lightest-blue:focus {
  --gradient-from-color: #EBFAFF !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 250, 255, 0)) !important;
}

.focus\:from-blueGreen:focus {
  --gradient-from-color: #148093 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 128, 147, 0)) !important;
}

.focus\:from-mediumGray:focus {
  --gradient-from-color: #97A2B0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 162, 176, 0)) !important;
}

.focus\:from-light-gray:focus {
  --gradient-from-color: #ACACB4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(172, 172, 180, 0)) !important;
}

.focus\:from-lightestGray:focus {
  --gradient-from-color: #F2F2F2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
}

.focus\:from-dark-gray:focus {
  --gradient-from-color: #64626F !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(100, 98, 111, 0)) !important;
}

.focus\:from-nav-gray:focus {
  --gradient-from-color: #65718C !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(101, 113, 140, 0)) !important;
}

.focus\:from-bullet-gray:focus {
  --gradient-from-color: #F1F1F2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 241, 242, 0)) !important;
}

.focus\:from-dark-red:focus {
  --gradient-from-color: #951700 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 23, 0, 0)) !important;
}

.focus\:from-navy:focus {
  --gradient-from-color: #182F50 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(24, 47, 80, 0)) !important;
}

.focus\:from-lightNavy:focus {
  --gradient-from-color: #687FA0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 127, 160, 0)) !important;
}

.focus\:via-transparent:focus {
  --gradient-via-color: transparent !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.focus\:via-current:focus {
  --gradient-via-color: currentColor !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.focus\:via-black:focus {
  --gradient-via-color: #000000 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.focus\:via-white:focus {
  --gradient-via-color: #FFFFFF !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.focus\:via-gray:focus {
  --gradient-via-color: #727272 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(114, 114, 114, 0)) !important;
}

.focus\:via-red:focus {
  --gradient-via-color: #E12A09 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(225, 42, 9, 0)) !important;
}

.focus\:via-orange:focus {
  --gradient-via-color: #F29C2B !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 156, 43, 0)) !important;
}

.focus\:via-yellow:focus {
  --gradient-via-color: #FFEB9A !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 235, 154, 0)) !important;
}

.focus\:via-green-100:focus {
  --gradient-via-color: #f0fff4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
}

.focus\:via-green-200:focus {
  --gradient-via-color: #c6f6d5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
}

.focus\:via-green-300:focus {
  --gradient-via-color: #9ae6b4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
}

.focus\:via-green-400:focus {
  --gradient-via-color: #68d391 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
}

.focus\:via-green-500:focus {
  --gradient-via-color: #48bb78 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
}

.focus\:via-green-600:focus {
  --gradient-via-color: #38a169 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
}

.focus\:via-green-700:focus {
  --gradient-via-color: #2f855a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
}

.focus\:via-green-800:focus {
  --gradient-via-color: #276749 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
}

.focus\:via-green-900:focus {
  --gradient-via-color: #22543d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
}

.focus\:via-teal-100:focus {
  --gradient-via-color: #e6fffa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
}

.focus\:via-teal-200:focus {
  --gradient-via-color: #b2f5ea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
}

.focus\:via-teal-300:focus {
  --gradient-via-color: #81e6d9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
}

.focus\:via-teal-400:focus {
  --gradient-via-color: #4fd1c5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
}

.focus\:via-teal-500:focus {
  --gradient-via-color: #38b2ac !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
}

.focus\:via-teal-600:focus {
  --gradient-via-color: #319795 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
}

.focus\:via-teal-700:focus {
  --gradient-via-color: #2c7a7b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
}

.focus\:via-teal-800:focus {
  --gradient-via-color: #285e61 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
}

.focus\:via-teal-900:focus {
  --gradient-via-color: #234e52 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
}

.focus\:via-blue-100:focus {
  --gradient-via-color: #ebf8ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
}

.focus\:via-blue-200:focus {
  --gradient-via-color: #bee3f8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
}

.focus\:via-blue-300:focus {
  --gradient-via-color: #90cdf4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
}

.focus\:via-blue-400:focus {
  --gradient-via-color: #63b3ed !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
}

.focus\:via-blue-500:focus {
  --gradient-via-color: #4299e1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
}

.focus\:via-blue-600:focus {
  --gradient-via-color: #3182ce !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
}

.focus\:via-blue-700:focus {
  --gradient-via-color: #2b6cb0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
}

.focus\:via-blue-800:focus {
  --gradient-via-color: #2c5282 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
}

.focus\:via-blue-900:focus {
  --gradient-via-color: #2a4365 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
}

.focus\:via-indigo-100:focus {
  --gradient-via-color: #ebf4ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
}

.focus\:via-indigo-200:focus {
  --gradient-via-color: #c3dafe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
}

.focus\:via-indigo-300:focus {
  --gradient-via-color: #a3bffa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
}

.focus\:via-indigo-400:focus {
  --gradient-via-color: #7f9cf5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
}

.focus\:via-indigo-500:focus {
  --gradient-via-color: #667eea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
}

.focus\:via-indigo-600:focus {
  --gradient-via-color: #5a67d8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
}

.focus\:via-indigo-700:focus {
  --gradient-via-color: #4c51bf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
}

.focus\:via-indigo-800:focus {
  --gradient-via-color: #434190 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
}

.focus\:via-indigo-900:focus {
  --gradient-via-color: #3c366b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
}

.focus\:via-purple-100:focus {
  --gradient-via-color: #faf5ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
}

.focus\:via-purple-200:focus {
  --gradient-via-color: #e9d8fd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
}

.focus\:via-purple-300:focus {
  --gradient-via-color: #d6bcfa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
}

.focus\:via-purple-400:focus {
  --gradient-via-color: #b794f4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
}

.focus\:via-purple-500:focus {
  --gradient-via-color: #9f7aea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
}

.focus\:via-purple-600:focus {
  --gradient-via-color: #805ad5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
}

.focus\:via-purple-700:focus {
  --gradient-via-color: #6b46c1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
}

.focus\:via-purple-800:focus {
  --gradient-via-color: #553c9a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
}

.focus\:via-purple-900:focus {
  --gradient-via-color: #44337a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
}

.focus\:via-pink-100:focus {
  --gradient-via-color: #fff5f7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
}

.focus\:via-pink-200:focus {
  --gradient-via-color: #fed7e2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
}

.focus\:via-pink-300:focus {
  --gradient-via-color: #fbb6ce !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
}

.focus\:via-pink-400:focus {
  --gradient-via-color: #f687b3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
}

.focus\:via-pink-500:focus {
  --gradient-via-color: #ed64a6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
}

.focus\:via-pink-600:focus {
  --gradient-via-color: #d53f8c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
}

.focus\:via-pink-700:focus {
  --gradient-via-color: #b83280 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
}

.focus\:via-pink-800:focus {
  --gradient-via-color: #97266d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
}

.focus\:via-pink-900:focus {
  --gradient-via-color: #702459 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
}

.focus\:via-navy-blue:focus {
  --gradient-via-color: #23345A !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 52, 90, 0)) !important;
}

.focus\:via-cyan:focus {
  --gradient-via-color: #40C8EA !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 200, 234, 0)) !important;
}

.focus\:via-yellowOrange:focus {
  --gradient-via-color: #F8E9A7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 233, 167, 0)) !important;
}

.focus\:via-light-blue:focus {
  --gradient-via-color: #C9EAF4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(201, 234, 244, 0)) !important;
}

.focus\:via-lightest-blue:focus {
  --gradient-via-color: #EBFAFF !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 250, 255, 0)) !important;
}

.focus\:via-blueGreen:focus {
  --gradient-via-color: #148093 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 128, 147, 0)) !important;
}

.focus\:via-mediumGray:focus {
  --gradient-via-color: #97A2B0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 162, 176, 0)) !important;
}

.focus\:via-light-gray:focus {
  --gradient-via-color: #ACACB4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(172, 172, 180, 0)) !important;
}

.focus\:via-lightestGray:focus {
  --gradient-via-color: #F2F2F2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
}

.focus\:via-dark-gray:focus {
  --gradient-via-color: #64626F !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(100, 98, 111, 0)) !important;
}

.focus\:via-nav-gray:focus {
  --gradient-via-color: #65718C !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(101, 113, 140, 0)) !important;
}

.focus\:via-bullet-gray:focus {
  --gradient-via-color: #F1F1F2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 241, 242, 0)) !important;
}

.focus\:via-dark-red:focus {
  --gradient-via-color: #951700 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 23, 0, 0)) !important;
}

.focus\:via-navy:focus {
  --gradient-via-color: #182F50 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(24, 47, 80, 0)) !important;
}

.focus\:via-lightNavy:focus {
  --gradient-via-color: #687FA0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 127, 160, 0)) !important;
}

.focus\:to-transparent:focus {
  --gradient-to-color: transparent !important;
}

.focus\:to-current:focus {
  --gradient-to-color: currentColor !important;
}

.focus\:to-black:focus {
  --gradient-to-color: #000000 !important;
}

.focus\:to-white:focus {
  --gradient-to-color: #FFFFFF !important;
}

.focus\:to-gray:focus {
  --gradient-to-color: #727272 !important;
}

.focus\:to-red:focus {
  --gradient-to-color: #E12A09 !important;
}

.focus\:to-orange:focus {
  --gradient-to-color: #F29C2B !important;
}

.focus\:to-yellow:focus {
  --gradient-to-color: #FFEB9A !important;
}

.focus\:to-green-100:focus {
  --gradient-to-color: #f0fff4 !important;
}

.focus\:to-green-200:focus {
  --gradient-to-color: #c6f6d5 !important;
}

.focus\:to-green-300:focus {
  --gradient-to-color: #9ae6b4 !important;
}

.focus\:to-green-400:focus {
  --gradient-to-color: #68d391 !important;
}

.focus\:to-green-500:focus {
  --gradient-to-color: #48bb78 !important;
}

.focus\:to-green-600:focus {
  --gradient-to-color: #38a169 !important;
}

.focus\:to-green-700:focus {
  --gradient-to-color: #2f855a !important;
}

.focus\:to-green-800:focus {
  --gradient-to-color: #276749 !important;
}

.focus\:to-green-900:focus {
  --gradient-to-color: #22543d !important;
}

.focus\:to-teal-100:focus {
  --gradient-to-color: #e6fffa !important;
}

.focus\:to-teal-200:focus {
  --gradient-to-color: #b2f5ea !important;
}

.focus\:to-teal-300:focus {
  --gradient-to-color: #81e6d9 !important;
}

.focus\:to-teal-400:focus {
  --gradient-to-color: #4fd1c5 !important;
}

.focus\:to-teal-500:focus {
  --gradient-to-color: #38b2ac !important;
}

.focus\:to-teal-600:focus {
  --gradient-to-color: #319795 !important;
}

.focus\:to-teal-700:focus {
  --gradient-to-color: #2c7a7b !important;
}

.focus\:to-teal-800:focus {
  --gradient-to-color: #285e61 !important;
}

.focus\:to-teal-900:focus {
  --gradient-to-color: #234e52 !important;
}

.focus\:to-blue-100:focus {
  --gradient-to-color: #ebf8ff !important;
}

.focus\:to-blue-200:focus {
  --gradient-to-color: #bee3f8 !important;
}

.focus\:to-blue-300:focus {
  --gradient-to-color: #90cdf4 !important;
}

.focus\:to-blue-400:focus {
  --gradient-to-color: #63b3ed !important;
}

.focus\:to-blue-500:focus {
  --gradient-to-color: #4299e1 !important;
}

.focus\:to-blue-600:focus {
  --gradient-to-color: #3182ce !important;
}

.focus\:to-blue-700:focus {
  --gradient-to-color: #2b6cb0 !important;
}

.focus\:to-blue-800:focus {
  --gradient-to-color: #2c5282 !important;
}

.focus\:to-blue-900:focus {
  --gradient-to-color: #2a4365 !important;
}

.focus\:to-indigo-100:focus {
  --gradient-to-color: #ebf4ff !important;
}

.focus\:to-indigo-200:focus {
  --gradient-to-color: #c3dafe !important;
}

.focus\:to-indigo-300:focus {
  --gradient-to-color: #a3bffa !important;
}

.focus\:to-indigo-400:focus {
  --gradient-to-color: #7f9cf5 !important;
}

.focus\:to-indigo-500:focus {
  --gradient-to-color: #667eea !important;
}

.focus\:to-indigo-600:focus {
  --gradient-to-color: #5a67d8 !important;
}

.focus\:to-indigo-700:focus {
  --gradient-to-color: #4c51bf !important;
}

.focus\:to-indigo-800:focus {
  --gradient-to-color: #434190 !important;
}

.focus\:to-indigo-900:focus {
  --gradient-to-color: #3c366b !important;
}

.focus\:to-purple-100:focus {
  --gradient-to-color: #faf5ff !important;
}

.focus\:to-purple-200:focus {
  --gradient-to-color: #e9d8fd !important;
}

.focus\:to-purple-300:focus {
  --gradient-to-color: #d6bcfa !important;
}

.focus\:to-purple-400:focus {
  --gradient-to-color: #b794f4 !important;
}

.focus\:to-purple-500:focus {
  --gradient-to-color: #9f7aea !important;
}

.focus\:to-purple-600:focus {
  --gradient-to-color: #805ad5 !important;
}

.focus\:to-purple-700:focus {
  --gradient-to-color: #6b46c1 !important;
}

.focus\:to-purple-800:focus {
  --gradient-to-color: #553c9a !important;
}

.focus\:to-purple-900:focus {
  --gradient-to-color: #44337a !important;
}

.focus\:to-pink-100:focus {
  --gradient-to-color: #fff5f7 !important;
}

.focus\:to-pink-200:focus {
  --gradient-to-color: #fed7e2 !important;
}

.focus\:to-pink-300:focus {
  --gradient-to-color: #fbb6ce !important;
}

.focus\:to-pink-400:focus {
  --gradient-to-color: #f687b3 !important;
}

.focus\:to-pink-500:focus {
  --gradient-to-color: #ed64a6 !important;
}

.focus\:to-pink-600:focus {
  --gradient-to-color: #d53f8c !important;
}

.focus\:to-pink-700:focus {
  --gradient-to-color: #b83280 !important;
}

.focus\:to-pink-800:focus {
  --gradient-to-color: #97266d !important;
}

.focus\:to-pink-900:focus {
  --gradient-to-color: #702459 !important;
}

.focus\:to-navy-blue:focus {
  --gradient-to-color: #23345A !important;
}

.focus\:to-cyan:focus {
  --gradient-to-color: #40C8EA !important;
}

.focus\:to-yellowOrange:focus {
  --gradient-to-color: #F8E9A7 !important;
}

.focus\:to-light-blue:focus {
  --gradient-to-color: #C9EAF4 !important;
}

.focus\:to-lightest-blue:focus {
  --gradient-to-color: #EBFAFF !important;
}

.focus\:to-blueGreen:focus {
  --gradient-to-color: #148093 !important;
}

.focus\:to-mediumGray:focus {
  --gradient-to-color: #97A2B0 !important;
}

.focus\:to-light-gray:focus {
  --gradient-to-color: #ACACB4 !important;
}

.focus\:to-lightestGray:focus {
  --gradient-to-color: #F2F2F2 !important;
}

.focus\:to-dark-gray:focus {
  --gradient-to-color: #64626F !important;
}

.focus\:to-nav-gray:focus {
  --gradient-to-color: #65718C !important;
}

.focus\:to-bullet-gray:focus {
  --gradient-to-color: #F1F1F2 !important;
}

.focus\:to-dark-red:focus {
  --gradient-to-color: #951700 !important;
}

.focus\:to-navy:focus {
  --gradient-to-color: #182F50 !important;
}

.focus\:to-lightNavy:focus {
  --gradient-to-color: #687FA0 !important;
}

.bg-opacity-0 {
  --bg-opacity: 0 !important;
}

.bg-opacity-25 {
  --bg-opacity: 0.25 !important;
}

.bg-opacity-50 {
  --bg-opacity: 0.5 !important;
}

.bg-opacity-75 {
  --bg-opacity: 0.75 !important;
}

.bg-opacity-100 {
  --bg-opacity: 1 !important;
}

.hover\:bg-opacity-0:hover {
  --bg-opacity: 0 !important;
}

.hover\:bg-opacity-25:hover {
  --bg-opacity: 0.25 !important;
}

.hover\:bg-opacity-50:hover {
  --bg-opacity: 0.5 !important;
}

.hover\:bg-opacity-75:hover {
  --bg-opacity: 0.75 !important;
}

.hover\:bg-opacity-100:hover {
  --bg-opacity: 1 !important;
}

.focus\:bg-opacity-0:focus {
  --bg-opacity: 0 !important;
}

.focus\:bg-opacity-25:focus {
  --bg-opacity: 0.25 !important;
}

.focus\:bg-opacity-50:focus {
  --bg-opacity: 0.5 !important;
}

.focus\:bg-opacity-75:focus {
  --bg-opacity: 0.75 !important;
}

.focus\:bg-opacity-100:focus {
  --bg-opacity: 1 !important;
}

.bg-bottom {
  background-position: bottom !important;
}

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

.bg-left {
  background-position: left !important;
}

.bg-left-bottom {
  background-position: left bottom !important;
}

.bg-left-top {
  background-position: left top !important;
}

.bg-right {
  background-position: right !important;
}

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

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

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

.bg-repeat {
  background-repeat: repeat !important;
}

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

.bg-repeat-x {
  background-repeat: repeat-x !important;
}

.bg-repeat-y {
  background-repeat: repeat-y !important;
}

.bg-repeat-round {
  background-repeat: round !important;
}

.bg-repeat-space {
  background-repeat: space !important;
}

.bg-auto {
  background-size: auto !important;
}

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

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

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

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

.border-transparent {
  border-color: transparent !important;
}

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

.border-black {
  --border-opacity: 1 !important;
  border-color: #000000 !important;
  border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
}

.border-white {
  --border-opacity: 1 !important;
  border-color: #FFFFFF !important;
  border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
}

.border-gray {
  --border-opacity: 1 !important;
  border-color: #727272 !important;
  border-color: rgba(114, 114, 114, var(--border-opacity)) !important;
}

.border-red {
  --border-opacity: 1 !important;
  border-color: #E12A09 !important;
  border-color: rgba(225, 42, 9, var(--border-opacity)) !important;
}

.border-orange {
  --border-opacity: 1 !important;
  border-color: #F29C2B !important;
  border-color: rgba(242, 156, 43, var(--border-opacity)) !important;
}

.border-yellow {
  --border-opacity: 1 !important;
  border-color: #FFEB9A !important;
  border-color: rgba(255, 235, 154, var(--border-opacity)) !important;
}

.border-green-100 {
  --border-opacity: 1 !important;
  border-color: #f0fff4 !important;
  border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
}

.border-green-200 {
  --border-opacity: 1 !important;
  border-color: #c6f6d5 !important;
  border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
}

.border-green-300 {
  --border-opacity: 1 !important;
  border-color: #9ae6b4 !important;
  border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
}

.border-green-400 {
  --border-opacity: 1 !important;
  border-color: #68d391 !important;
  border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
}

.border-green-500 {
  --border-opacity: 1 !important;
  border-color: #48bb78 !important;
  border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
}

.border-green-600 {
  --border-opacity: 1 !important;
  border-color: #38a169 !important;
  border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
}

.border-green-700 {
  --border-opacity: 1 !important;
  border-color: #2f855a !important;
  border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
}

.border-green-800 {
  --border-opacity: 1 !important;
  border-color: #276749 !important;
  border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
}

.border-green-900 {
  --border-opacity: 1 !important;
  border-color: #22543d !important;
  border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
}

.border-teal-100 {
  --border-opacity: 1 !important;
  border-color: #e6fffa !important;
  border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
}

.border-teal-200 {
  --border-opacity: 1 !important;
  border-color: #b2f5ea !important;
  border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
}

.border-teal-300 {
  --border-opacity: 1 !important;
  border-color: #81e6d9 !important;
  border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
}

.border-teal-400 {
  --border-opacity: 1 !important;
  border-color: #4fd1c5 !important;
  border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
}

.border-teal-500 {
  --border-opacity: 1 !important;
  border-color: #38b2ac !important;
  border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
}

.border-teal-600 {
  --border-opacity: 1 !important;
  border-color: #319795 !important;
  border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
}

.border-teal-700 {
  --border-opacity: 1 !important;
  border-color: #2c7a7b !important;
  border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
}

.border-teal-800 {
  --border-opacity: 1 !important;
  border-color: #285e61 !important;
  border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
}

.border-teal-900 {
  --border-opacity: 1 !important;
  border-color: #234e52 !important;
  border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
}

.border-blue-100 {
  --border-opacity: 1 !important;
  border-color: #ebf8ff !important;
  border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
}

.border-blue-200 {
  --border-opacity: 1 !important;
  border-color: #bee3f8 !important;
  border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
}

.border-blue-300 {
  --border-opacity: 1 !important;
  border-color: #90cdf4 !important;
  border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
}

.border-blue-400 {
  --border-opacity: 1 !important;
  border-color: #63b3ed !important;
  border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
}

.border-blue-500 {
  --border-opacity: 1 !important;
  border-color: #4299e1 !important;
  border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
}

.border-blue-600 {
  --border-opacity: 1 !important;
  border-color: #3182ce !important;
  border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
}

.border-blue-700 {
  --border-opacity: 1 !important;
  border-color: #2b6cb0 !important;
  border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
}

.border-blue-800 {
  --border-opacity: 1 !important;
  border-color: #2c5282 !important;
  border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
}

.border-blue-900 {
  --border-opacity: 1 !important;
  border-color: #2a4365 !important;
  border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
}

.border-indigo-100 {
  --border-opacity: 1 !important;
  border-color: #ebf4ff !important;
  border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
}

.border-indigo-200 {
  --border-opacity: 1 !important;
  border-color: #c3dafe !important;
  border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
}

.border-indigo-300 {
  --border-opacity: 1 !important;
  border-color: #a3bffa !important;
  border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
}

.border-indigo-400 {
  --border-opacity: 1 !important;
  border-color: #7f9cf5 !important;
  border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
}

.border-indigo-500 {
  --border-opacity: 1 !important;
  border-color: #667eea !important;
  border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
}

.border-indigo-600 {
  --border-opacity: 1 !important;
  border-color: #5a67d8 !important;
  border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
}

.border-indigo-700 {
  --border-opacity: 1 !important;
  border-color: #4c51bf !important;
  border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
}

.border-indigo-800 {
  --border-opacity: 1 !important;
  border-color: #434190 !important;
  border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
}

.border-indigo-900 {
  --border-opacity: 1 !important;
  border-color: #3c366b !important;
  border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
}

.border-purple-100 {
  --border-opacity: 1 !important;
  border-color: #faf5ff !important;
  border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
}

.border-purple-200 {
  --border-opacity: 1 !important;
  border-color: #e9d8fd !important;
  border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
}

.border-purple-300 {
  --border-opacity: 1 !important;
  border-color: #d6bcfa !important;
  border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
}

.border-purple-400 {
  --border-opacity: 1 !important;
  border-color: #b794f4 !important;
  border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
}

.border-purple-500 {
  --border-opacity: 1 !important;
  border-color: #9f7aea !important;
  border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
}

.border-purple-600 {
  --border-opacity: 1 !important;
  border-color: #805ad5 !important;
  border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
}

.border-purple-700 {
  --border-opacity: 1 !important;
  border-color: #6b46c1 !important;
  border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
}

.border-purple-800 {
  --border-opacity: 1 !important;
  border-color: #553c9a !important;
  border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
}

.border-purple-900 {
  --border-opacity: 1 !important;
  border-color: #44337a !important;
  border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
}

.border-pink-100 {
  --border-opacity: 1 !important;
  border-color: #fff5f7 !important;
  border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
}

.border-pink-200 {
  --border-opacity: 1 !important;
  border-color: #fed7e2 !important;
  border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
}

.border-pink-300 {
  --border-opacity: 1 !important;
  border-color: #fbb6ce !important;
  border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
}

.border-pink-400 {
  --border-opacity: 1 !important;
  border-color: #f687b3 !important;
  border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
}

.border-pink-500 {
  --border-opacity: 1 !important;
  border-color: #ed64a6 !important;
  border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
}

.border-pink-600 {
  --border-opacity: 1 !important;
  border-color: #d53f8c !important;
  border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
}

.border-pink-700 {
  --border-opacity: 1 !important;
  border-color: #b83280 !important;
  border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
}

.border-pink-800 {
  --border-opacity: 1 !important;
  border-color: #97266d !important;
  border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
}

.border-pink-900 {
  --border-opacity: 1 !important;
  border-color: #702459 !important;
  border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
}

.border-navy-blue {
  --border-opacity: 1 !important;
  border-color: #23345A !important;
  border-color: rgba(35, 52, 90, var(--border-opacity)) !important;
}

.border-cyan {
  --border-opacity: 1 !important;
  border-color: #40C8EA !important;
  border-color: rgba(64, 200, 234, var(--border-opacity)) !important;
}

.border-yellowOrange {
  --border-opacity: 1 !important;
  border-color: #F8E9A7 !important;
  border-color: rgba(248, 233, 167, var(--border-opacity)) !important;
}

.border-light-blue {
  --border-opacity: 1 !important;
  border-color: #C9EAF4 !important;
  border-color: rgba(201, 234, 244, var(--border-opacity)) !important;
}

.border-lightest-blue {
  --border-opacity: 1 !important;
  border-color: #EBFAFF !important;
  border-color: rgba(235, 250, 255, var(--border-opacity)) !important;
}

.border-blueGreen {
  --border-opacity: 1 !important;
  border-color: #148093 !important;
  border-color: rgba(20, 128, 147, var(--border-opacity)) !important;
}

.border-mediumGray {
  --border-opacity: 1 !important;
  border-color: #97A2B0 !important;
  border-color: rgba(151, 162, 176, var(--border-opacity)) !important;
}

.border-light-gray {
  --border-opacity: 1 !important;
  border-color: #ACACB4 !important;
  border-color: rgba(172, 172, 180, var(--border-opacity)) !important;
}

.border-lightestGray {
  --border-opacity: 1 !important;
  border-color: #F2F2F2 !important;
  border-color: rgba(242, 242, 242, var(--border-opacity)) !important;
}

.border-dark-gray {
  --border-opacity: 1 !important;
  border-color: #64626F !important;
  border-color: rgba(100, 98, 111, var(--border-opacity)) !important;
}

.border-nav-gray {
  --border-opacity: 1 !important;
  border-color: #65718C !important;
  border-color: rgba(101, 113, 140, var(--border-opacity)) !important;
}

.border-bullet-gray {
  --border-opacity: 1 !important;
  border-color: #F1F1F2 !important;
  border-color: rgba(241, 241, 242, var(--border-opacity)) !important;
}

.border-dark-red {
  --border-opacity: 1 !important;
  border-color: #951700 !important;
  border-color: rgba(149, 23, 0, var(--border-opacity)) !important;
}

.border-navy {
  --border-opacity: 1 !important;
  border-color: #182F50 !important;
  border-color: rgba(24, 47, 80, var(--border-opacity)) !important;
}

.border-lightNavy {
  --border-opacity: 1 !important;
  border-color: #687FA0 !important;
  border-color: rgba(104, 127, 160, var(--border-opacity)) !important;
}

.hover\:border-transparent:hover {
  border-color: transparent !important;
}

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

.hover\:border-black:hover {
  --border-opacity: 1 !important;
  border-color: #000000 !important;
  border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
}

.hover\:border-white:hover {
  --border-opacity: 1 !important;
  border-color: #FFFFFF !important;
  border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
}

.hover\:border-gray:hover {
  --border-opacity: 1 !important;
  border-color: #727272 !important;
  border-color: rgba(114, 114, 114, var(--border-opacity)) !important;
}

.hover\:border-red:hover {
  --border-opacity: 1 !important;
  border-color: #E12A09 !important;
  border-color: rgba(225, 42, 9, var(--border-opacity)) !important;
}

.hover\:border-orange:hover {
  --border-opacity: 1 !important;
  border-color: #F29C2B !important;
  border-color: rgba(242, 156, 43, var(--border-opacity)) !important;
}

.hover\:border-yellow:hover {
  --border-opacity: 1 !important;
  border-color: #FFEB9A !important;
  border-color: rgba(255, 235, 154, var(--border-opacity)) !important;
}

.hover\:border-green-100:hover {
  --border-opacity: 1 !important;
  border-color: #f0fff4 !important;
  border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
}

.hover\:border-green-200:hover {
  --border-opacity: 1 !important;
  border-color: #c6f6d5 !important;
  border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
}

.hover\:border-green-300:hover {
  --border-opacity: 1 !important;
  border-color: #9ae6b4 !important;
  border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
}

.hover\:border-green-400:hover {
  --border-opacity: 1 !important;
  border-color: #68d391 !important;
  border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
}

.hover\:border-green-500:hover {
  --border-opacity: 1 !important;
  border-color: #48bb78 !important;
  border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
}

.hover\:border-green-600:hover {
  --border-opacity: 1 !important;
  border-color: #38a169 !important;
  border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
}

.hover\:border-green-700:hover {
  --border-opacity: 1 !important;
  border-color: #2f855a !important;
  border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
}

.hover\:border-green-800:hover {
  --border-opacity: 1 !important;
  border-color: #276749 !important;
  border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
}

.hover\:border-green-900:hover {
  --border-opacity: 1 !important;
  border-color: #22543d !important;
  border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
}

.hover\:border-teal-100:hover {
  --border-opacity: 1 !important;
  border-color: #e6fffa !important;
  border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
}

.hover\:border-teal-200:hover {
  --border-opacity: 1 !important;
  border-color: #b2f5ea !important;
  border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
}

.hover\:border-teal-300:hover {
  --border-opacity: 1 !important;
  border-color: #81e6d9 !important;
  border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
}

.hover\:border-teal-400:hover {
  --border-opacity: 1 !important;
  border-color: #4fd1c5 !important;
  border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
}

.hover\:border-teal-500:hover {
  --border-opacity: 1 !important;
  border-color: #38b2ac !important;
  border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
}

.hover\:border-teal-600:hover {
  --border-opacity: 1 !important;
  border-color: #319795 !important;
  border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
}

.hover\:border-teal-700:hover {
  --border-opacity: 1 !important;
  border-color: #2c7a7b !important;
  border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
}

.hover\:border-teal-800:hover {
  --border-opacity: 1 !important;
  border-color: #285e61 !important;
  border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
}

.hover\:border-teal-900:hover {
  --border-opacity: 1 !important;
  border-color: #234e52 !important;
  border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
}

.hover\:border-blue-100:hover {
  --border-opacity: 1 !important;
  border-color: #ebf8ff !important;
  border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
}

.hover\:border-blue-200:hover {
  --border-opacity: 1 !important;
  border-color: #bee3f8 !important;
  border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
}

.hover\:border-blue-300:hover {
  --border-opacity: 1 !important;
  border-color: #90cdf4 !important;
  border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
}

.hover\:border-blue-400:hover {
  --border-opacity: 1 !important;
  border-color: #63b3ed !important;
  border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
}

.hover\:border-blue-500:hover {
  --border-opacity: 1 !important;
  border-color: #4299e1 !important;
  border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
}

.hover\:border-blue-600:hover {
  --border-opacity: 1 !important;
  border-color: #3182ce !important;
  border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
}

.hover\:border-blue-700:hover {
  --border-opacity: 1 !important;
  border-color: #2b6cb0 !important;
  border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
}

.hover\:border-blue-800:hover {
  --border-opacity: 1 !important;
  border-color: #2c5282 !important;
  border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
}

.hover\:border-blue-900:hover {
  --border-opacity: 1 !important;
  border-color: #2a4365 !important;
  border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
}

.hover\:border-indigo-100:hover {
  --border-opacity: 1 !important;
  border-color: #ebf4ff !important;
  border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
}

.hover\:border-indigo-200:hover {
  --border-opacity: 1 !important;
  border-color: #c3dafe !important;
  border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
}

.hover\:border-indigo-300:hover {
  --border-opacity: 1 !important;
  border-color: #a3bffa !important;
  border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
}

.hover\:border-indigo-400:hover {
  --border-opacity: 1 !important;
  border-color: #7f9cf5 !important;
  border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
}

.hover\:border-indigo-500:hover {
  --border-opacity: 1 !important;
  border-color: #667eea !important;
  border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
}

.hover\:border-indigo-600:hover {
  --border-opacity: 1 !important;
  border-color: #5a67d8 !important;
  border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
}

.hover\:border-indigo-700:hover {
  --border-opacity: 1 !important;
  border-color: #4c51bf !important;
  border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
}

.hover\:border-indigo-800:hover {
  --border-opacity: 1 !important;
  border-color: #434190 !important;
  border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
}

.hover\:border-indigo-900:hover {
  --border-opacity: 1 !important;
  border-color: #3c366b !important;
  border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
}

.hover\:border-purple-100:hover {
  --border-opacity: 1 !important;
  border-color: #faf5ff !important;
  border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
}

.hover\:border-purple-200:hover {
  --border-opacity: 1 !important;
  border-color: #e9d8fd !important;
  border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
}

.hover\:border-purple-300:hover {
  --border-opacity: 1 !important;
  border-color: #d6bcfa !important;
  border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
}

.hover\:border-purple-400:hover {
  --border-opacity: 1 !important;
  border-color: #b794f4 !important;
  border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
}

.hover\:border-purple-500:hover {
  --border-opacity: 1 !important;
  border-color: #9f7aea !important;
  border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
}

.hover\:border-purple-600:hover {
  --border-opacity: 1 !important;
  border-color: #805ad5 !important;
  border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
}

.hover\:border-purple-700:hover {
  --border-opacity: 1 !important;
  border-color: #6b46c1 !important;
  border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
}

.hover\:border-purple-800:hover {
  --border-opacity: 1 !important;
  border-color: #553c9a !important;
  border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
}

.hover\:border-purple-900:hover {
  --border-opacity: 1 !important;
  border-color: #44337a !important;
  border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
}

.hover\:border-pink-100:hover {
  --border-opacity: 1 !important;
  border-color: #fff5f7 !important;
  border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
}

.hover\:border-pink-200:hover {
  --border-opacity: 1 !important;
  border-color: #fed7e2 !important;
  border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
}

.hover\:border-pink-300:hover {
  --border-opacity: 1 !important;
  border-color: #fbb6ce !important;
  border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
}

.hover\:border-pink-400:hover {
  --border-opacity: 1 !important;
  border-color: #f687b3 !important;
  border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
}

.hover\:border-pink-500:hover {
  --border-opacity: 1 !important;
  border-color: #ed64a6 !important;
  border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
}

.hover\:border-pink-600:hover {
  --border-opacity: 1 !important;
  border-color: #d53f8c !important;
  border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
}

.hover\:border-pink-700:hover {
  --border-opacity: 1 !important;
  border-color: #b83280 !important;
  border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
}

.hover\:border-pink-800:hover {
  --border-opacity: 1 !important;
  border-color: #97266d !important;
  border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
}

.hover\:border-pink-900:hover {
  --border-opacity: 1 !important;
  border-color: #702459 !important;
  border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
}

.hover\:border-navy-blue:hover {
  --border-opacity: 1 !important;
  border-color: #23345A !important;
  border-color: rgba(35, 52, 90, var(--border-opacity)) !important;
}

.hover\:border-cyan:hover {
  --border-opacity: 1 !important;
  border-color: #40C8EA !important;
  border-color: rgba(64, 200, 234, var(--border-opacity)) !important;
}

.hover\:border-yellowOrange:hover {
  --border-opacity: 1 !important;
  border-color: #F8E9A7 !important;
  border-color: rgba(248, 233, 167, var(--border-opacity)) !important;
}

.hover\:border-light-blue:hover {
  --border-opacity: 1 !important;
  border-color: #C9EAF4 !important;
  border-color: rgba(201, 234, 244, var(--border-opacity)) !important;
}

.hover\:border-lightest-blue:hover {
  --border-opacity: 1 !important;
  border-color: #EBFAFF !important;
  border-color: rgba(235, 250, 255, var(--border-opacity)) !important;
}

.hover\:border-blueGreen:hover {
  --border-opacity: 1 !important;
  border-color: #148093 !important;
  border-color: rgba(20, 128, 147, var(--border-opacity)) !important;
}

.hover\:border-mediumGray:hover {
  --border-opacity: 1 !important;
  border-color: #97A2B0 !important;
  border-color: rgba(151, 162, 176, var(--border-opacity)) !important;
}

.hover\:border-light-gray:hover {
  --border-opacity: 1 !important;
  border-color: #ACACB4 !important;
  border-color: rgba(172, 172, 180, var(--border-opacity)) !important;
}

.hover\:border-lightestGray:hover {
  --border-opacity: 1 !important;
  border-color: #F2F2F2 !important;
  border-color: rgba(242, 242, 242, var(--border-opacity)) !important;
}

.hover\:border-dark-gray:hover {
  --border-opacity: 1 !important;
  border-color: #64626F !important;
  border-color: rgba(100, 98, 111, var(--border-opacity)) !important;
}

.hover\:border-nav-gray:hover {
  --border-opacity: 1 !important;
  border-color: #65718C !important;
  border-color: rgba(101, 113, 140, var(--border-opacity)) !important;
}

.hover\:border-bullet-gray:hover {
  --border-opacity: 1 !important;
  border-color: #F1F1F2 !important;
  border-color: rgba(241, 241, 242, var(--border-opacity)) !important;
}

.hover\:border-dark-red:hover {
  --border-opacity: 1 !important;
  border-color: #951700 !important;
  border-color: rgba(149, 23, 0, var(--border-opacity)) !important;
}

.hover\:border-navy:hover {
  --border-opacity: 1 !important;
  border-color: #182F50 !important;
  border-color: rgba(24, 47, 80, var(--border-opacity)) !important;
}

.hover\:border-lightNavy:hover {
  --border-opacity: 1 !important;
  border-color: #687FA0 !important;
  border-color: rgba(104, 127, 160, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-transparent {
  border-color: transparent !important;
}

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

.group:hover .group-hover\:border-black {
  --border-opacity: 1 !important;
  border-color: #000000 !important;
  border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-white {
  --border-opacity: 1 !important;
  border-color: #FFFFFF !important;
  border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-gray {
  --border-opacity: 1 !important;
  border-color: #727272 !important;
  border-color: rgba(114, 114, 114, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-red {
  --border-opacity: 1 !important;
  border-color: #E12A09 !important;
  border-color: rgba(225, 42, 9, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-orange {
  --border-opacity: 1 !important;
  border-color: #F29C2B !important;
  border-color: rgba(242, 156, 43, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-yellow {
  --border-opacity: 1 !important;
  border-color: #FFEB9A !important;
  border-color: rgba(255, 235, 154, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-green-100 {
  --border-opacity: 1 !important;
  border-color: #f0fff4 !important;
  border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-green-200 {
  --border-opacity: 1 !important;
  border-color: #c6f6d5 !important;
  border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-green-300 {
  --border-opacity: 1 !important;
  border-color: #9ae6b4 !important;
  border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-green-400 {
  --border-opacity: 1 !important;
  border-color: #68d391 !important;
  border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-green-500 {
  --border-opacity: 1 !important;
  border-color: #48bb78 !important;
  border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-green-600 {
  --border-opacity: 1 !important;
  border-color: #38a169 !important;
  border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-green-700 {
  --border-opacity: 1 !important;
  border-color: #2f855a !important;
  border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-green-800 {
  --border-opacity: 1 !important;
  border-color: #276749 !important;
  border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-green-900 {
  --border-opacity: 1 !important;
  border-color: #22543d !important;
  border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-teal-100 {
  --border-opacity: 1 !important;
  border-color: #e6fffa !important;
  border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-teal-200 {
  --border-opacity: 1 !important;
  border-color: #b2f5ea !important;
  border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-teal-300 {
  --border-opacity: 1 !important;
  border-color: #81e6d9 !important;
  border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-teal-400 {
  --border-opacity: 1 !important;
  border-color: #4fd1c5 !important;
  border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-teal-500 {
  --border-opacity: 1 !important;
  border-color: #38b2ac !important;
  border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-teal-600 {
  --border-opacity: 1 !important;
  border-color: #319795 !important;
  border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-teal-700 {
  --border-opacity: 1 !important;
  border-color: #2c7a7b !important;
  border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-teal-800 {
  --border-opacity: 1 !important;
  border-color: #285e61 !important;
  border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-teal-900 {
  --border-opacity: 1 !important;
  border-color: #234e52 !important;
  border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-blue-100 {
  --border-opacity: 1 !important;
  border-color: #ebf8ff !important;
  border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-blue-200 {
  --border-opacity: 1 !important;
  border-color: #bee3f8 !important;
  border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-blue-300 {
  --border-opacity: 1 !important;
  border-color: #90cdf4 !important;
  border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-blue-400 {
  --border-opacity: 1 !important;
  border-color: #63b3ed !important;
  border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-blue-500 {
  --border-opacity: 1 !important;
  border-color: #4299e1 !important;
  border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-blue-600 {
  --border-opacity: 1 !important;
  border-color: #3182ce !important;
  border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-blue-700 {
  --border-opacity: 1 !important;
  border-color: #2b6cb0 !important;
  border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-blue-800 {
  --border-opacity: 1 !important;
  border-color: #2c5282 !important;
  border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-blue-900 {
  --border-opacity: 1 !important;
  border-color: #2a4365 !important;
  border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-indigo-100 {
  --border-opacity: 1 !important;
  border-color: #ebf4ff !important;
  border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-indigo-200 {
  --border-opacity: 1 !important;
  border-color: #c3dafe !important;
  border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-indigo-300 {
  --border-opacity: 1 !important;
  border-color: #a3bffa !important;
  border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-indigo-400 {
  --border-opacity: 1 !important;
  border-color: #7f9cf5 !important;
  border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-indigo-500 {
  --border-opacity: 1 !important;
  border-color: #667eea !important;
  border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-indigo-600 {
  --border-opacity: 1 !important;
  border-color: #5a67d8 !important;
  border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-indigo-700 {
  --border-opacity: 1 !important;
  border-color: #4c51bf !important;
  border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-indigo-800 {
  --border-opacity: 1 !important;
  border-color: #434190 !important;
  border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-indigo-900 {
  --border-opacity: 1 !important;
  border-color: #3c366b !important;
  border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-purple-100 {
  --border-opacity: 1 !important;
  border-color: #faf5ff !important;
  border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-purple-200 {
  --border-opacity: 1 !important;
  border-color: #e9d8fd !important;
  border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-purple-300 {
  --border-opacity: 1 !important;
  border-color: #d6bcfa !important;
  border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-purple-400 {
  --border-opacity: 1 !important;
  border-color: #b794f4 !important;
  border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-purple-500 {
  --border-opacity: 1 !important;
  border-color: #9f7aea !important;
  border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-purple-600 {
  --border-opacity: 1 !important;
  border-color: #805ad5 !important;
  border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-purple-700 {
  --border-opacity: 1 !important;
  border-color: #6b46c1 !important;
  border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-purple-800 {
  --border-opacity: 1 !important;
  border-color: #553c9a !important;
  border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-purple-900 {
  --border-opacity: 1 !important;
  border-color: #44337a !important;
  border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-pink-100 {
  --border-opacity: 1 !important;
  border-color: #fff5f7 !important;
  border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-pink-200 {
  --border-opacity: 1 !important;
  border-color: #fed7e2 !important;
  border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-pink-300 {
  --border-opacity: 1 !important;
  border-color: #fbb6ce !important;
  border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-pink-400 {
  --border-opacity: 1 !important;
  border-color: #f687b3 !important;
  border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-pink-500 {
  --border-opacity: 1 !important;
  border-color: #ed64a6 !important;
  border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-pink-600 {
  --border-opacity: 1 !important;
  border-color: #d53f8c !important;
  border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-pink-700 {
  --border-opacity: 1 !important;
  border-color: #b83280 !important;
  border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-pink-800 {
  --border-opacity: 1 !important;
  border-color: #97266d !important;
  border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-pink-900 {
  --border-opacity: 1 !important;
  border-color: #702459 !important;
  border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-navy-blue {
  --border-opacity: 1 !important;
  border-color: #23345A !important;
  border-color: rgba(35, 52, 90, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-cyan {
  --border-opacity: 1 !important;
  border-color: #40C8EA !important;
  border-color: rgba(64, 200, 234, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-yellowOrange {
  --border-opacity: 1 !important;
  border-color: #F8E9A7 !important;
  border-color: rgba(248, 233, 167, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-light-blue {
  --border-opacity: 1 !important;
  border-color: #C9EAF4 !important;
  border-color: rgba(201, 234, 244, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-lightest-blue {
  --border-opacity: 1 !important;
  border-color: #EBFAFF !important;
  border-color: rgba(235, 250, 255, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-blueGreen {
  --border-opacity: 1 !important;
  border-color: #148093 !important;
  border-color: rgba(20, 128, 147, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-mediumGray {
  --border-opacity: 1 !important;
  border-color: #97A2B0 !important;
  border-color: rgba(151, 162, 176, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-light-gray {
  --border-opacity: 1 !important;
  border-color: #ACACB4 !important;
  border-color: rgba(172, 172, 180, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-lightestGray {
  --border-opacity: 1 !important;
  border-color: #F2F2F2 !important;
  border-color: rgba(242, 242, 242, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-dark-gray {
  --border-opacity: 1 !important;
  border-color: #64626F !important;
  border-color: rgba(100, 98, 111, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-nav-gray {
  --border-opacity: 1 !important;
  border-color: #65718C !important;
  border-color: rgba(101, 113, 140, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-bullet-gray {
  --border-opacity: 1 !important;
  border-color: #F1F1F2 !important;
  border-color: rgba(241, 241, 242, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-dark-red {
  --border-opacity: 1 !important;
  border-color: #951700 !important;
  border-color: rgba(149, 23, 0, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-navy {
  --border-opacity: 1 !important;
  border-color: #182F50 !important;
  border-color: rgba(24, 47, 80, var(--border-opacity)) !important;
}

.group:hover .group-hover\:border-lightNavy {
  --border-opacity: 1 !important;
  border-color: #687FA0 !important;
  border-color: rgba(104, 127, 160, var(--border-opacity)) !important;
}

.border-opacity-0 {
  --border-opacity: 0 !important;
}

.border-opacity-25 {
  --border-opacity: 0.25 !important;
}

.border-opacity-50 {
  --border-opacity: 0.5 !important;
}

.border-opacity-75 {
  --border-opacity: 0.75 !important;
}

.border-opacity-100 {
  --border-opacity: 1 !important;
}

.hover\:border-opacity-0:hover {
  --border-opacity: 0 !important;
}

.hover\:border-opacity-25:hover {
  --border-opacity: 0.25 !important;
}

.hover\:border-opacity-50:hover {
  --border-opacity: 0.5 !important;
}

.hover\:border-opacity-75:hover {
  --border-opacity: 0.75 !important;
}

.hover\:border-opacity-100:hover {
  --border-opacity: 1 !important;
}

.focus\:border-opacity-0:focus {
  --border-opacity: 0 !important;
}

.focus\:border-opacity-25:focus {
  --border-opacity: 0.25 !important;
}

.focus\:border-opacity-50:focus {
  --border-opacity: 0.5 !important;
}

.focus\:border-opacity-75:focus {
  --border-opacity: 0.75 !important;
}

.focus\:border-opacity-100:focus {
  --border-opacity: 1 !important;
}

.rounded-none {
  border-radius: 0 !important;
}

.rounded-sm {
  border-radius: 0.125rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

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

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

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

.rounded-2xl {
  border-radius: 1rem !important;
}

.rounded-3xl {
  border-radius: 1.5rem !important;
}

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

.rounded-t-none {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-r-none {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-b-none {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-l-none {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-t-sm {
  border-top-left-radius: 0.125rem !important;
  border-top-right-radius: 0.125rem !important;
}

.rounded-r-sm {
  border-top-right-radius: 0.125rem !important;
  border-bottom-right-radius: 0.125rem !important;
}

.rounded-b-sm {
  border-bottom-right-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important;
}

.rounded-l-sm {
  border-top-left-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important;
}

.rounded-t {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-r {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-b {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-l {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-t-md {
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}

.rounded-r-md {
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}

.rounded-b-md {
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

.rounded-l-md {
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.rounded-l-lg {
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.rounded-t-xl {
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
}

.rounded-r-xl {
  border-top-right-radius: 0.75rem !important;
  border-bottom-right-radius: 0.75rem !important;
}

.rounded-b-xl {
  border-bottom-right-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}

.rounded-l-xl {
  border-top-left-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}

.rounded-t-2xl {
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}

.rounded-r-2xl {
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}

.rounded-b-2xl {
  border-bottom-right-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

.rounded-l-2xl {
  border-top-left-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

.rounded-t-3xl {
  border-top-left-radius: 1.5rem !important;
  border-top-right-radius: 1.5rem !important;
}

.rounded-r-3xl {
  border-top-right-radius: 1.5rem !important;
  border-bottom-right-radius: 1.5rem !important;
}

.rounded-b-3xl {
  border-bottom-right-radius: 1.5rem !important;
  border-bottom-left-radius: 1.5rem !important;
}

.rounded-l-3xl {
  border-top-left-radius: 1.5rem !important;
  border-bottom-left-radius: 1.5rem !important;
}

.rounded-t-full {
  border-top-left-radius: 9999px !important;
  border-top-right-radius: 9999px !important;
}

.rounded-r-full {
  border-top-right-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important;
}

.rounded-b-full {
  border-bottom-right-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.rounded-l-full {
  border-top-left-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.rounded-tl-none {
  border-top-left-radius: 0 !important;
}

.rounded-tr-none {
  border-top-right-radius: 0 !important;
}

.rounded-br-none {
  border-bottom-right-radius: 0 !important;
}

.rounded-bl-none {
  border-bottom-left-radius: 0 !important;
}

.rounded-tl-sm {
  border-top-left-radius: 0.125rem !important;
}

.rounded-tr-sm {
  border-top-right-radius: 0.125rem !important;
}

.rounded-br-sm {
  border-bottom-right-radius: 0.125rem !important;
}

.rounded-bl-sm {
  border-bottom-left-radius: 0.125rem !important;
}

.rounded-tl {
  border-top-left-radius: 0.25rem !important;
}

.rounded-tr {
  border-top-right-radius: 0.25rem !important;
}

.rounded-br {
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bl {
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-tl-md {
  border-top-left-radius: 0.375rem !important;
}

.rounded-tr-md {
  border-top-right-radius: 0.375rem !important;
}

.rounded-br-md {
  border-bottom-right-radius: 0.375rem !important;
}

.rounded-bl-md {
  border-bottom-left-radius: 0.375rem !important;
}

.rounded-tl-lg {
  border-top-left-radius: 0.5rem !important;
}

.rounded-tr-lg {
  border-top-right-radius: 0.5rem !important;
}

.rounded-br-lg {
  border-bottom-right-radius: 0.5rem !important;
}

.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem !important;
}

.rounded-tl-xl {
  border-top-left-radius: 0.75rem !important;
}

.rounded-tr-xl {
  border-top-right-radius: 0.75rem !important;
}

.rounded-br-xl {
  border-bottom-right-radius: 0.75rem !important;
}

.rounded-bl-xl {
  border-bottom-left-radius: 0.75rem !important;
}

.rounded-tl-2xl {
  border-top-left-radius: 1rem !important;
}

.rounded-tr-2xl {
  border-top-right-radius: 1rem !important;
}

.rounded-br-2xl {
  border-bottom-right-radius: 1rem !important;
}

.rounded-bl-2xl {
  border-bottom-left-radius: 1rem !important;
}

.rounded-tl-3xl {
  border-top-left-radius: 1.5rem !important;
}

.rounded-tr-3xl {
  border-top-right-radius: 1.5rem !important;
}

.rounded-br-3xl {
  border-bottom-right-radius: 1.5rem !important;
}

.rounded-bl-3xl {
  border-bottom-left-radius: 1.5rem !important;
}

.rounded-tl-full {
  border-top-left-radius: 9999px !important;
}

.rounded-tr-full {
  border-top-right-radius: 9999px !important;
}

.rounded-br-full {
  border-bottom-right-radius: 9999px !important;
}

.rounded-bl-full {
  border-bottom-left-radius: 9999px !important;
}

.border-solid {
  border-style: solid !important;
}

.border-dashed {
  border-style: dashed !important;
}

.border-dotted {
  border-style: dotted !important;
}

.border-double {
  border-style: double !important;
}

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

.hover\:border-solid:hover {
  border-style: solid !important;
}

.hover\:border-dashed:hover {
  border-style: dashed !important;
}

.hover\:border-dotted:hover {
  border-style: dotted !important;
}

.hover\:border-double:hover {
  border-style: double !important;
}

.hover\:border-none:hover {
  border-style: none !important;
}

.group:hover .group-hover\:border-solid {
  border-style: solid !important;
}

.group:hover .group-hover\:border-dashed {
  border-style: dashed !important;
}

.group:hover .group-hover\:border-dotted {
  border-style: dotted !important;
}

.group:hover .group-hover\:border-double {
  border-style: double !important;
}

.group:hover .group-hover\:border-none {
  border-style: none !important;
}

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

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

.border-18px {
  border-width: 18px !important;
}

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

.border-r-2 {
  border-right-width: 2px !important;
}

.border-b-2 {
  border-bottom-width: 2px !important;
}

.border-l-2 {
  border-left-width: 2px !important;
}

.border-t-0px {
  border-top-width: 0px !important;
}

.border-r-0px {
  border-right-width: 0px !important;
}

.border-b-0px {
  border-bottom-width: 0px !important;
}

.border-l-0px {
  border-left-width: 0px !important;
}

.border-t-18px {
  border-top-width: 18px !important;
}

.border-r-18px {
  border-right-width: 18px !important;
}

.border-b-18px {
  border-bottom-width: 18px !important;
}

.border-l-18px {
  border-left-width: 18px !important;
}

.hover\:border-2:hover {
  border-width: 2px !important;
}

.hover\:border-0px:hover {
  border-width: 0px !important;
}

.hover\:border-18px:hover {
  border-width: 18px !important;
}

.hover\:border-t-2:hover {
  border-top-width: 2px !important;
}

.hover\:border-r-2:hover {
  border-right-width: 2px !important;
}

.hover\:border-b-2:hover {
  border-bottom-width: 2px !important;
}

.hover\:border-l-2:hover {
  border-left-width: 2px !important;
}

.hover\:border-t-0px:hover {
  border-top-width: 0px !important;
}

.hover\:border-r-0px:hover {
  border-right-width: 0px !important;
}

.hover\:border-b-0px:hover {
  border-bottom-width: 0px !important;
}

.hover\:border-l-0px:hover {
  border-left-width: 0px !important;
}

.hover\:border-t-18px:hover {
  border-top-width: 18px !important;
}

.hover\:border-r-18px:hover {
  border-right-width: 18px !important;
}

.hover\:border-b-18px:hover {
  border-bottom-width: 18px !important;
}

.hover\:border-l-18px:hover {
  border-left-width: 18px !important;
}

.group:hover .group-hover\:border-2 {
  border-width: 2px !important;
}

.group:hover .group-hover\:border-0px {
  border-width: 0px !important;
}

.group:hover .group-hover\:border-18px {
  border-width: 18px !important;
}

.group:hover .group-hover\:border-t-2 {
  border-top-width: 2px !important;
}

.group:hover .group-hover\:border-r-2 {
  border-right-width: 2px !important;
}

.group:hover .group-hover\:border-b-2 {
  border-bottom-width: 2px !important;
}

.group:hover .group-hover\:border-l-2 {
  border-left-width: 2px !important;
}

.group:hover .group-hover\:border-t-0px {
  border-top-width: 0px !important;
}

.group:hover .group-hover\:border-r-0px {
  border-right-width: 0px !important;
}

.group:hover .group-hover\:border-b-0px {
  border-bottom-width: 0px !important;
}

.group:hover .group-hover\:border-l-0px {
  border-left-width: 0px !important;
}

.group:hover .group-hover\:border-t-18px {
  border-top-width: 18px !important;
}

.group:hover .group-hover\:border-r-18px {
  border-right-width: 18px !important;
}

.group:hover .group-hover\:border-b-18px {
  border-bottom-width: 18px !important;
}

.group:hover .group-hover\:border-l-18px {
  border-left-width: 18px !important;
}

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

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

.cursor-auto {
  cursor: auto !important;
}

.cursor-default {
  cursor: default !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-wait {
  cursor: wait !important;
}

.cursor-text {
  cursor: text !important;
}

.cursor-move {
  cursor: move !important;
}

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

.block {
  display: block !important;
}

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

.inline {
  display: inline !important;
}

.flex {
  display: flex !important;
}

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

.table {
  display: table !important;
}

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

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

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

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

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

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

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

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

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

.grid {
  display: grid !important;
}

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

.contents {
  display: contents !important;
}

.hidden {
  display: none !important;
}

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

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

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

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

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

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

.flex-no-wrap {
  flex-wrap: nowrap !important;
}

.place-items-auto {
  place-items: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

.place-self-auto {
  place-self: auto !important;
}

.place-self-start {
  place-self: start !important;
}

.place-self-end {
  place-self: end !important;
}

.place-self-center {
  place-self: center !important;
}

.place-self-stretch {
  place-self: stretch !important;
}

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

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

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

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

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

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

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

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

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

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

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

.self-auto {
  align-self: auto !important;
}

.self-start {
  align-self: flex-start !important;
}

.self-end {
  align-self: flex-end !important;
}

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

.self-stretch {
  align-self: stretch !important;
}

.justify-items-auto {
  justify-items: auto !important;
}

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

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

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

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

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

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

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

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

.justify-around {
  justify-content: space-around !important;
}

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

.justify-self-auto {
  justify-self: auto !important;
}

.justify-self-start {
  justify-self: start !important;
}

.justify-self-end {
  justify-self: end !important;
}

.justify-self-center {
  justify-self: center !important;
}

.justify-self-stretch {
  justify-self: stretch !important;
}

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

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

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

.flex-none {
  flex: none !important;
}

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

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

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

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

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-6 {
  order: 6 !important;
}

.order-7 {
  order: 7 !important;
}

.order-8 {
  order: 8 !important;
}

.order-9 {
  order: 9 !important;
}

.order-10 {
  order: 10 !important;
}

.order-11 {
  order: 11 !important;
}

.order-12 {
  order: 12 !important;
}

.order-first {
  order: -9999 !important;
}

.order-last {
  order: 9999 !important;
}

.order-none {
  order: 0 !important;
}

.float-right {
  float: right !important;
}

.float-left {
  float: left !important;
}

.float-none {
  float: none !important;
}

.clearfix:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}

.clear-left {
  clear: left !important;
}

.clear-right {
  clear: right !important;
}

.clear-both {
  clear: both !important;
}

.clear-none {
  clear: none !important;
}

.font-body {
  font-family: Montserrat, sans-serif !important;
}

.font-hairline {
  font-weight: 100 !important;
}

.font-thin {
  font-weight: 200 !important;
}

.font-light {
  font-weight: 300 !important;
}

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

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

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

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

.font-extrabold {
  font-weight: 800 !important;
}

.font-black {
  font-weight: 900 !important;
}

.hover\:font-hairline:hover {
  font-weight: 100 !important;
}

.hover\:font-thin:hover {
  font-weight: 200 !important;
}

.hover\:font-light:hover {
  font-weight: 300 !important;
}

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

.hover\:font-medium:hover {
  font-weight: 500 !important;
}

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

.hover\:font-bold:hover {
  font-weight: 700 !important;
}

.hover\:font-extrabold:hover {
  font-weight: 800 !important;
}

.hover\:font-black:hover {
  font-weight: 900 !important;
}

.focus\:font-hairline:focus {
  font-weight: 100 !important;
}

.focus\:font-thin:focus {
  font-weight: 200 !important;
}

.focus\:font-light:focus {
  font-weight: 300 !important;
}

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

.focus\:font-medium:focus {
  font-weight: 500 !important;
}

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

.focus\:font-bold:focus {
  font-weight: 700 !important;
}

.focus\:font-extrabold:focus {
  font-weight: 800 !important;
}

.focus\:font-black:focus {
  font-weight: 900 !important;
}

.h-0 {
  height: 0 !important;
}

.h-1 {
  height: 0.25rem !important;
}

.h-2 {
  height: 0.5rem !important;
}

.h-3 {
  height: 0.75rem !important;
}

.h-4 {
  height: 1rem !important;
}

.h-5 {
  height: 1.25rem !important;
}

.h-6 {
  height: 1.5rem !important;
}

.h-8 {
  height: 2rem !important;
}

.h-9 {
  height: 2.5rem !important;
}

.h-10 {
  height: 2.5rem !important;
}

.h-12 {
  height: 3rem !important;
}

.h-14 {
  height: 3.5rem !important;
}

.h-16 {
  height: 4rem !important;
}

.h-18 {
  height: 4.5rem !important;
}

.h-20 {
  height: 5rem !important;
}

.h-22 {
  height: 5.626rem !important;
}

.h-24 {
  height: 6rem !important;
}

.h-26 {
  height: 6.25rem !important;
}

.h-28 {
  height: 7rem !important;
}

.h-32 {
  height: 8rem !important;
}

.h-34 {
  height: 8.5rem !important;
}

.h-38 {
  height: 9.25rem !important;
}

.h-40 {
  height: 10rem !important;
}

.h-46 {
  height: 11.75rem !important;
}

.h-48 {
  height: 12rem !important;
}

.h-56 {
  height: 14rem !important;
}

.h-64 {
  height: 16rem !important;
}

.h-82 {
  height: 20.75rem !important;
}

.h-auto {
  height: auto !important;
}

.h-px {
  height: 1px !important;
}

.h-tiny {
  height: 0.3rem !important;
}

.h-quick-links {
  height: 26% !important;
}

.h-pro-slid {
  height: 48% !important;
}

.h-62p {
  height: 62% !important;
}

.h-90p {
  height: 90% !important;
}

.h-x-large {
  height: 27.5rem !important;
}

.h-2px {
  height: 0.125rem !important;
}

.h-9px {
  height: 0.5625rem !important;
}

.h-10px {
  height: 0.625rem !important;
}

.h-18px {
  height: 1.125rem !important;
}

.h-20px {
  height: 1.25rem !important;
}

.h-24px {
  height: 1.5rem !important;
}

.h-26px {
  height: 1.625rem !important;
}

.h-30px {
  height: 1.875rem !important;
}

.h-38px {
  height: 2.375rem !important;
}

.h-43px {
  height: 2.6875rem !important;
}

.h-44px {
  height: 2.75rem !important;
}

.h-46px {
  height: 2.875rem !important;
}

.h-53px {
  height: 3.3125rem !important;
}

.h-54px {
  height: 3.375rem !important;
}

.h-55px {
  height: 3.4375rem !important;
}

.h-60px {
  height: 3.75rem !important;
}

.h-67px {
  height: 4.1875rem !important;
}

.h-73px {
  height: 4.5625rem !important;
}

.h-80px {
  height: 5rem !important;
}

.h-81px {
  height: 5.0625rem !important;
}

.h-85px {
  height: 5.3125rem !important;
}

.h-92px {
  height: 5.75rem !important;
}

.h-100px {
  height: 6.25rem !important;
}

.h-106px {
  height: 6.625rem !important;
}

.h-123px {
  height: 7.6875rem !important;
}

.h-126px {
  height: 7.875rem !important;
}

.h-138px {
  height: 8.625rem !important;
}

.h-140px {
  height: 8.75rem !important;
}

.h-146px {
  height: 9.125rem !important;
}

.h-152px {
  height: 9.5rem !important;
}

.h-187px {
  height: 11.6875rem !important;
}

.h-220px {
  height: 13.75rem !important;
}

.h-253px {
  height: 15.8125rem !important;
}

.h-320px {
  height: 20rem !important;
}

.h-400px {
  height: 25rem !important;
}

.h-500px {
  height: 31.25rem !important;
}

.h-lgPaddingTop {
  height: 15.8125rem !important;
}

.h-phonePaddingTop {
  height: 9.875rem !important;
}

.h-tabletPaddingTop {
  height: 6.625rem !important;
}

.h-largePaddingTop {
  height: 13.75rem !important;
}

.h-phoneTextContentMaxWidth {
  height: 57.0625rem !important;
}

.h-phoneTextContentWidth {
  height: 63% !important;
}

.h-phoneBlockContentWidth {
  height: 71.625rem !important;
}

.h-tabletTextContentMaxWidth {
  height: 57.0625rem !important;
}

.h-tabletTextContentWidth {
  height: 63% !important;
}

.h-tabletBlockContentWidth {
  height: 71.625rem !important;
}

.h-largeTextContentMaxWidth {
  height: 57.0625rem !important;
}

.h-largeTextContentWidth {
  height: 63% !important;
}

.h-largeBlockContentWidth {
  height: 71.625rem !important;
}

.h-full {
  height: 100% !important;
}

.h-screen {
  height: 100vh !important;
}

.text-20 {
  font-size: 1.25rem !important;
}

.text-22 {
  font-size: 1.375rem !important;
}

.text-24 {
  font-size: 1.5rem !important;
}

.text-26 {
  font-size: 1.625rem !important;
}

.text-28 {
  font-size: 1.75rem !important;
}

.text-30 {
  font-size: 1.875rem !important;
}

.text-32 {
  font-size: 2rem !important;
}

.text-34 {
  font-size: 2.125rem !important;
}

.text-36 {
  font-size: 2.25rem !important;
}

.text-38 {
  font-size: 2.375rem !important;
}

.text-40 {
  font-size: 2.5rem !important;
}

.text-44 {
  font-size: 2.75rem !important;
}

.text-46 {
  font-size: 2.875rem !important;
}

.text-50 {
  font-size: 3.125rem !important;
}

.text-52 {
  font-size: 3.25rem !important;
}

.text-55 {
  font-size: 3.4375rem !important;
}

.text-60 {
  font-size: 3.75rem !important;
}

.text-64 {
  font-size: 4rem !important;
}

.text-66 {
  font-size: 4.125rem !important;
}

.text-70 {
  font-size: 4.375rem !important;
}

.text-80 {
  font-size: 5rem !important;
}

.text-100 {
  font-size: 6.25rem !important;
}

.text-xs {
  font-size: 0.75rem !important;
}

.text-sm {
  font-size: 0.875rem !important;
}

.text-base {
  font-size: 1rem !important;
}

.text-lg {
  font-size: 1.125rem !important;
}

.text-xl {
  font-size: 1.1875rem !important;
}

.leading-3 {
  line-height: .75rem !important;
}

.leading-4 {
  line-height: 1rem !important;
}

.leading-5 {
  line-height: 1.25rem !important;
}

.leading-6 {
  line-height: 1.5rem !important;
}

.leading-7 {
  line-height: 1.75rem !important;
}

.leading-8 {
  line-height: 2rem !important;
}

.leading-9 {
  line-height: 2.25rem !important;
}

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

.leading-none {
  line-height: 1 !important;
}

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

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

.leading-normal {
  line-height: 1.5 !important;
}

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

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

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

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

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

.list-disc {
  list-style-type: disc !important;
}

.list-decimal {
  list-style-type: decimal !important;
}

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

.m-1 {
  margin: 0.25rem !important;
}

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

.m-3 {
  margin: 0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.m-5 {
  margin: 1.25rem !important;
}

.m-6 {
  margin: 1.5rem !important;
}

.m-8 {
  margin: 2rem !important;
}

.m-9 {
  margin: 2.5rem !important;
}

.m-10 {
  margin: 2.5rem !important;
}

.m-12 {
  margin: 3rem !important;
}

.m-14 {
  margin: 3.5rem !important;
}

.m-16 {
  margin: 4rem !important;
}

.m-18 {
  margin: 4.5rem !important;
}

.m-20 {
  margin: 5rem !important;
}

.m-22 {
  margin: 5.626rem !important;
}

.m-24 {
  margin: 6rem !important;
}

.m-26 {
  margin: 6.25rem !important;
}

.m-28 {
  margin: 7rem !important;
}

.m-32 {
  margin: 8rem !important;
}

.m-34 {
  margin: 8.5rem !important;
}

.m-38 {
  margin: 9.25rem !important;
}

.m-40 {
  margin: 10rem !important;
}

.m-46 {
  margin: 11.75rem !important;
}

.m-48 {
  margin: 12rem !important;
}

.m-56 {
  margin: 14rem !important;
}

.m-64 {
  margin: 16rem !important;
}

.m-82 {
  margin: 20.75rem !important;
}

.m-auto {
  margin: auto !important;
}

.m-px {
  margin: 1px !important;
}

.m-tiny {
  margin: 0.3rem !important;
}

.m-quick-links {
  margin: 26% !important;
}

.m-pro-slid {
  margin: 48% !important;
}

.m-62p {
  margin: 62% !important;
}

.m-90p {
  margin: 90% !important;
}

.m-x-large {
  margin: 27.5rem !important;
}

.m-2px {
  margin: 0.125rem !important;
}

.m-9px {
  margin: 0.5625rem !important;
}

.m-10px {
  margin: 0.625rem !important;
}

.m-18px {
  margin: 1.125rem !important;
}

.m-20px {
  margin: 1.25rem !important;
}

.m-24px {
  margin: 1.5rem !important;
}

.m-26px {
  margin: 1.625rem !important;
}

.m-30px {
  margin: 1.875rem !important;
}

.m-38px {
  margin: 2.375rem !important;
}

.m-43px {
  margin: 2.6875rem !important;
}

.m-44px {
  margin: 2.75rem !important;
}

.m-46px {
  margin: 2.875rem !important;
}

.m-53px {
  margin: 3.3125rem !important;
}

.m-54px {
  margin: 3.375rem !important;
}

.m-55px {
  margin: 3.4375rem !important;
}

.m-60px {
  margin: 3.75rem !important;
}

.m-67px {
  margin: 4.1875rem !important;
}

.m-73px {
  margin: 4.5625rem !important;
}

.m-80px {
  margin: 5rem !important;
}

.m-81px {
  margin: 5.0625rem !important;
}

.m-85px {
  margin: 5.3125rem !important;
}

.m-92px {
  margin: 5.75rem !important;
}

.m-100px {
  margin: 6.25rem !important;
}

.m-106px {
  margin: 6.625rem !important;
}

.m-123px {
  margin: 7.6875rem !important;
}

.m-126px {
  margin: 7.875rem !important;
}

.m-138px {
  margin: 8.625rem !important;
}

.m-140px {
  margin: 8.75rem !important;
}

.m-146px {
  margin: 9.125rem !important;
}

.m-152px {
  margin: 9.5rem !important;
}

.m-187px {
  margin: 11.6875rem !important;
}

.m-220px {
  margin: 13.75rem !important;
}

.m-253px {
  margin: 15.8125rem !important;
}

.m-320px {
  margin: 20rem !important;
}

.m-400px {
  margin: 25rem !important;
}

.m-500px {
  margin: 31.25rem !important;
}

.m-lgPaddingTop {
  margin: 15.8125rem !important;
}

.m-phonePaddingTop {
  margin: 9.875rem !important;
}

.m-tabletPaddingTop {
  margin: 6.625rem !important;
}

.m-largePaddingTop {
  margin: 13.75rem !important;
}

.m-phoneTextContentMaxWidth {
  margin: 57.0625rem !important;
}

.m-phoneTextContentWidth {
  margin: 63% !important;
}

.m-phoneBlockContentWidth {
  margin: 71.625rem !important;
}

.m-tabletTextContentMaxWidth {
  margin: 57.0625rem !important;
}

.m-tabletTextContentWidth {
  margin: 63% !important;
}

.m-tabletBlockContentWidth {
  margin: 71.625rem !important;
}

.m-largeTextContentMaxWidth {
  margin: 57.0625rem !important;
}

.m-largeTextContentWidth {
  margin: 63% !important;
}

.m-largeBlockContentWidth {
  margin: 71.625rem !important;
}

.-m-1 {
  margin: -0.25rem !important;
}

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

.-m-3 {
  margin: -0.75rem !important;
}

.-m-4 {
  margin: -1rem !important;
}

.-m-5 {
  margin: -1.25rem !important;
}

.-m-6 {
  margin: -1.5rem !important;
}

.-m-8 {
  margin: -2rem !important;
}

.-m-9 {
  margin: -2.5rem !important;
}

.-m-10 {
  margin: -2.5rem !important;
}

.-m-12 {
  margin: -3rem !important;
}

.-m-14 {
  margin: -3.5rem !important;
}

.-m-16 {
  margin: -4rem !important;
}

.-m-18 {
  margin: -4.5rem !important;
}

.-m-20 {
  margin: -5rem !important;
}

.-m-22 {
  margin: -5.626rem !important;
}

.-m-24 {
  margin: -6rem !important;
}

.-m-26 {
  margin: -6.25rem !important;
}

.-m-28 {
  margin: -7rem !important;
}

.-m-32 {
  margin: -8rem !important;
}

.-m-34 {
  margin: -8.5rem !important;
}

.-m-38 {
  margin: -9.25rem !important;
}

.-m-40 {
  margin: -10rem !important;
}

.-m-46 {
  margin: -11.75rem !important;
}

.-m-48 {
  margin: -12rem !important;
}

.-m-56 {
  margin: -14rem !important;
}

.-m-64 {
  margin: -16rem !important;
}

.-m-82 {
  margin: -20.75rem !important;
}

.-m-px {
  margin: -1px !important;
}

.-m-tiny {
  margin: -0.3rem !important;
}

.-m-quick-links {
  margin: -26% !important;
}

.-m-pro-slid {
  margin: -48% !important;
}

.-m-62p {
  margin: -62% !important;
}

.-m-90p {
  margin: -90% !important;
}

.-m-x-large {
  margin: -27.5rem !important;
}

.-m-2px {
  margin: -0.125rem !important;
}

.-m-9px {
  margin: -0.5625rem !important;
}

.-m-10px {
  margin: -0.625rem !important;
}

.-m-18px {
  margin: -1.125rem !important;
}

.-m-20px {
  margin: -1.25rem !important;
}

.-m-24px {
  margin: -1.5rem !important;
}

.-m-26px {
  margin: -1.625rem !important;
}

.-m-30px {
  margin: -1.875rem !important;
}

.-m-38px {
  margin: -2.375rem !important;
}

.-m-43px {
  margin: -2.6875rem !important;
}

.-m-44px {
  margin: -2.75rem !important;
}

.-m-46px {
  margin: -2.875rem !important;
}

.-m-53px {
  margin: -3.3125rem !important;
}

.-m-54px {
  margin: -3.375rem !important;
}

.-m-55px {
  margin: -3.4375rem !important;
}

.-m-60px {
  margin: -3.75rem !important;
}

.-m-67px {
  margin: -4.1875rem !important;
}

.-m-73px {
  margin: -4.5625rem !important;
}

.-m-80px {
  margin: -5rem !important;
}

.-m-81px {
  margin: -5.0625rem !important;
}

.-m-85px {
  margin: -5.3125rem !important;
}

.-m-92px {
  margin: -5.75rem !important;
}

.-m-100px {
  margin: -6.25rem !important;
}

.-m-106px {
  margin: -6.625rem !important;
}

.-m-123px {
  margin: -7.6875rem !important;
}

.-m-126px {
  margin: -7.875rem !important;
}

.-m-138px {
  margin: -8.625rem !important;
}

.-m-140px {
  margin: -8.75rem !important;
}

.-m-146px {
  margin: -9.125rem !important;
}

.-m-152px {
  margin: -9.5rem !important;
}

.-m-187px {
  margin: -11.6875rem !important;
}

.-m-220px {
  margin: -13.75rem !important;
}

.-m-253px {
  margin: -15.8125rem !important;
}

.-m-320px {
  margin: -20rem !important;
}

.-m-400px {
  margin: -25rem !important;
}

.-m-500px {
  margin: -31.25rem !important;
}

.-m-lgPaddingTop {
  margin: -15.8125rem !important;
}

.-m-phonePaddingTop {
  margin: -9.875rem !important;
}

.-m-tabletPaddingTop {
  margin: -6.625rem !important;
}

.-m-largePaddingTop {
  margin: -13.75rem !important;
}

.-m-phoneTextContentMaxWidth {
  margin: -57.0625rem !important;
}

.-m-phoneTextContentWidth {
  margin: -63% !important;
}

.-m-phoneBlockContentWidth {
  margin: -71.625rem !important;
}

.-m-tabletTextContentMaxWidth {
  margin: -57.0625rem !important;
}

.-m-tabletTextContentWidth {
  margin: -63% !important;
}

.-m-tabletBlockContentWidth {
  margin: -71.625rem !important;
}

.-m-largeTextContentMaxWidth {
  margin: -57.0625rem !important;
}

.-m-largeTextContentWidth {
  margin: -63% !important;
}

.-m-largeBlockContentWidth {
  margin: -71.625rem !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

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

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

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

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

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

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

.my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.mx-6 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.mx-8 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.my-9 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.mx-9 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

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

.mx-10 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

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

.mx-12 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-14 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.mx-14 {
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important;
}

.my-16 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.mx-16 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.my-18 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.mx-18 {
  margin-left: 4.5rem !important;
  margin-right: 4.5rem !important;
}

.my-20 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.mx-20 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.my-22 {
  margin-top: 5.626rem !important;
  margin-bottom: 5.626rem !important;
}

.mx-22 {
  margin-left: 5.626rem !important;
  margin-right: 5.626rem !important;
}

.my-24 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.mx-24 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.my-26 {
  margin-top: 6.25rem !important;
  margin-bottom: 6.25rem !important;
}

.mx-26 {
  margin-left: 6.25rem !important;
  margin-right: 6.25rem !important;
}

.my-28 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

.mx-28 {
  margin-left: 7rem !important;
  margin-right: 7rem !important;
}

.my-32 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.mx-32 {
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}

.my-34 {
  margin-top: 8.5rem !important;
  margin-bottom: 8.5rem !important;
}

.mx-34 {
  margin-left: 8.5rem !important;
  margin-right: 8.5rem !important;
}

.my-38 {
  margin-top: 9.25rem !important;
  margin-bottom: 9.25rem !important;
}

.mx-38 {
  margin-left: 9.25rem !important;
  margin-right: 9.25rem !important;
}

.my-40 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.mx-40 {
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}

.my-46 {
  margin-top: 11.75rem !important;
  margin-bottom: 11.75rem !important;
}

.mx-46 {
  margin-left: 11.75rem !important;
  margin-right: 11.75rem !important;
}

.my-48 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

.mx-48 {
  margin-left: 12rem !important;
  margin-right: 12rem !important;
}

.my-56 {
  margin-top: 14rem !important;
  margin-bottom: 14rem !important;
}

.mx-56 {
  margin-left: 14rem !important;
  margin-right: 14rem !important;
}

.my-64 {
  margin-top: 16rem !important;
  margin-bottom: 16rem !important;
}

.mx-64 {
  margin-left: 16rem !important;
  margin-right: 16rem !important;
}

.my-82 {
  margin-top: 20.75rem !important;
  margin-bottom: 20.75rem !important;
}

.mx-82 {
  margin-left: 20.75rem !important;
  margin-right: 20.75rem !important;
}

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

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

.my-px {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}

.mx-px {
  margin-left: 1px !important;
  margin-right: 1px !important;
}

.my-tiny {
  margin-top: 0.3rem !important;
  margin-bottom: 0.3rem !important;
}

.mx-tiny {
  margin-left: 0.3rem !important;
  margin-right: 0.3rem !important;
}

.my-quick-links {
  margin-top: 26% !important;
  margin-bottom: 26% !important;
}

.mx-quick-links {
  margin-left: 26% !important;
  margin-right: 26% !important;
}

.my-pro-slid {
  margin-top: 48% !important;
  margin-bottom: 48% !important;
}

.mx-pro-slid {
  margin-left: 48% !important;
  margin-right: 48% !important;
}

.my-62p {
  margin-top: 62% !important;
  margin-bottom: 62% !important;
}

.mx-62p {
  margin-left: 62% !important;
  margin-right: 62% !important;
}

.my-90p {
  margin-top: 90% !important;
  margin-bottom: 90% !important;
}

.mx-90p {
  margin-left: 90% !important;
  margin-right: 90% !important;
}

.my-x-large {
  margin-top: 27.5rem !important;
  margin-bottom: 27.5rem !important;
}

.mx-x-large {
  margin-left: 27.5rem !important;
  margin-right: 27.5rem !important;
}

.my-2px {
  margin-top: 0.125rem !important;
  margin-bottom: 0.125rem !important;
}

.mx-2px {
  margin-left: 0.125rem !important;
  margin-right: 0.125rem !important;
}

.my-9px {
  margin-top: 0.5625rem !important;
  margin-bottom: 0.5625rem !important;
}

.mx-9px {
  margin-left: 0.5625rem !important;
  margin-right: 0.5625rem !important;
}

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

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

.my-18px {
  margin-top: 1.125rem !important;
  margin-bottom: 1.125rem !important;
}

.mx-18px {
  margin-left: 1.125rem !important;
  margin-right: 1.125rem !important;
}

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

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

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

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

.my-26px {
  margin-top: 1.625rem !important;
  margin-bottom: 1.625rem !important;
}

.mx-26px {
  margin-left: 1.625rem !important;
  margin-right: 1.625rem !important;
}

.my-30px {
  margin-top: 1.875rem !important;
  margin-bottom: 1.875rem !important;
}

.mx-30px {
  margin-left: 1.875rem !important;
  margin-right: 1.875rem !important;
}

.my-38px {
  margin-top: 2.375rem !important;
  margin-bottom: 2.375rem !important;
}

.mx-38px {
  margin-left: 2.375rem !important;
  margin-right: 2.375rem !important;
}

.my-43px {
  margin-top: 2.6875rem !important;
  margin-bottom: 2.6875rem !important;
}

.mx-43px {
  margin-left: 2.6875rem !important;
  margin-right: 2.6875rem !important;
}

.my-44px {
  margin-top: 2.75rem !important;
  margin-bottom: 2.75rem !important;
}

.mx-44px {
  margin-left: 2.75rem !important;
  margin-right: 2.75rem !important;
}

.my-46px {
  margin-top: 2.875rem !important;
  margin-bottom: 2.875rem !important;
}

.mx-46px {
  margin-left: 2.875rem !important;
  margin-right: 2.875rem !important;
}

.my-53px {
  margin-top: 3.3125rem !important;
  margin-bottom: 3.3125rem !important;
}

.mx-53px {
  margin-left: 3.3125rem !important;
  margin-right: 3.3125rem !important;
}

.my-54px {
  margin-top: 3.375rem !important;
  margin-bottom: 3.375rem !important;
}

.mx-54px {
  margin-left: 3.375rem !important;
  margin-right: 3.375rem !important;
}

.my-55px {
  margin-top: 3.4375rem !important;
  margin-bottom: 3.4375rem !important;
}

.mx-55px {
  margin-left: 3.4375rem !important;
  margin-right: 3.4375rem !important;
}

.my-60px {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important;
}

.mx-60px {
  margin-left: 3.75rem !important;
  margin-right: 3.75rem !important;
}

.my-67px {
  margin-top: 4.1875rem !important;
  margin-bottom: 4.1875rem !important;
}

.mx-67px {
  margin-left: 4.1875rem !important;
  margin-right: 4.1875rem !important;
}

.my-73px {
  margin-top: 4.5625rem !important;
  margin-bottom: 4.5625rem !important;
}

.mx-73px {
  margin-left: 4.5625rem !important;
  margin-right: 4.5625rem !important;
}

.my-80px {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.mx-80px {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.my-81px {
  margin-top: 5.0625rem !important;
  margin-bottom: 5.0625rem !important;
}

.mx-81px {
  margin-left: 5.0625rem !important;
  margin-right: 5.0625rem !important;
}

.my-85px {
  margin-top: 5.3125rem !important;
  margin-bottom: 5.3125rem !important;
}

.mx-85px {
  margin-left: 5.3125rem !important;
  margin-right: 5.3125rem !important;
}

.my-92px {
  margin-top: 5.75rem !important;
  margin-bottom: 5.75rem !important;
}

.mx-92px {
  margin-left: 5.75rem !important;
  margin-right: 5.75rem !important;
}

.my-100px {
  margin-top: 6.25rem !important;
  margin-bottom: 6.25rem !important;
}

.mx-100px {
  margin-left: 6.25rem !important;
  margin-right: 6.25rem !important;
}

.my-106px {
  margin-top: 6.625rem !important;
  margin-bottom: 6.625rem !important;
}

.mx-106px {
  margin-left: 6.625rem !important;
  margin-right: 6.625rem !important;
}

.my-123px {
  margin-top: 7.6875rem !important;
  margin-bottom: 7.6875rem !important;
}

.mx-123px {
  margin-left: 7.6875rem !important;
  margin-right: 7.6875rem !important;
}

.my-126px {
  margin-top: 7.875rem !important;
  margin-bottom: 7.875rem !important;
}

.mx-126px {
  margin-left: 7.875rem !important;
  margin-right: 7.875rem !important;
}

.my-138px {
  margin-top: 8.625rem !important;
  margin-bottom: 8.625rem !important;
}

.mx-138px {
  margin-left: 8.625rem !important;
  margin-right: 8.625rem !important;
}

.my-140px {
  margin-top: 8.75rem !important;
  margin-bottom: 8.75rem !important;
}

.mx-140px {
  margin-left: 8.75rem !important;
  margin-right: 8.75rem !important;
}

.my-146px {
  margin-top: 9.125rem !important;
  margin-bottom: 9.125rem !important;
}

.mx-146px {
  margin-left: 9.125rem !important;
  margin-right: 9.125rem !important;
}

.my-152px {
  margin-top: 9.5rem !important;
  margin-bottom: 9.5rem !important;
}

.mx-152px {
  margin-left: 9.5rem !important;
  margin-right: 9.5rem !important;
}

.my-187px {
  margin-top: 11.6875rem !important;
  margin-bottom: 11.6875rem !important;
}

.mx-187px {
  margin-left: 11.6875rem !important;
  margin-right: 11.6875rem !important;
}

.my-220px {
  margin-top: 13.75rem !important;
  margin-bottom: 13.75rem !important;
}

.mx-220px {
  margin-left: 13.75rem !important;
  margin-right: 13.75rem !important;
}

.my-253px {
  margin-top: 15.8125rem !important;
  margin-bottom: 15.8125rem !important;
}

.mx-253px {
  margin-left: 15.8125rem !important;
  margin-right: 15.8125rem !important;
}

.my-320px {
  margin-top: 20rem !important;
  margin-bottom: 20rem !important;
}

.mx-320px {
  margin-left: 20rem !important;
  margin-right: 20rem !important;
}

.my-400px {
  margin-top: 25rem !important;
  margin-bottom: 25rem !important;
}

.mx-400px {
  margin-left: 25rem !important;
  margin-right: 25rem !important;
}

.my-500px {
  margin-top: 31.25rem !important;
  margin-bottom: 31.25rem !important;
}

.mx-500px {
  margin-left: 31.25rem !important;
  margin-right: 31.25rem !important;
}

.my-lgPaddingTop {
  margin-top: 15.8125rem !important;
  margin-bottom: 15.8125rem !important;
}

.mx-lgPaddingTop {
  margin-left: 15.8125rem !important;
  margin-right: 15.8125rem !important;
}

.my-phonePaddingTop {
  margin-top: 9.875rem !important;
  margin-bottom: 9.875rem !important;
}

.mx-phonePaddingTop {
  margin-left: 9.875rem !important;
  margin-right: 9.875rem !important;
}

.my-tabletPaddingTop {
  margin-top: 6.625rem !important;
  margin-bottom: 6.625rem !important;
}

.mx-tabletPaddingTop {
  margin-left: 6.625rem !important;
  margin-right: 6.625rem !important;
}

.my-largePaddingTop {
  margin-top: 13.75rem !important;
  margin-bottom: 13.75rem !important;
}

.mx-largePaddingTop {
  margin-left: 13.75rem !important;
  margin-right: 13.75rem !important;
}

.my-phoneTextContentMaxWidth {
  margin-top: 57.0625rem !important;
  margin-bottom: 57.0625rem !important;
}

.mx-phoneTextContentMaxWidth {
  margin-left: 57.0625rem !important;
  margin-right: 57.0625rem !important;
}

.my-phoneTextContentWidth {
  margin-top: 63% !important;
  margin-bottom: 63% !important;
}

.mx-phoneTextContentWidth {
  margin-left: 63% !important;
  margin-right: 63% !important;
}

.my-phoneBlockContentWidth {
  margin-top: 71.625rem !important;
  margin-bottom: 71.625rem !important;
}

.mx-phoneBlockContentWidth {
  margin-left: 71.625rem !important;
  margin-right: 71.625rem !important;
}

.my-tabletTextContentMaxWidth {
  margin-top: 57.0625rem !important;
  margin-bottom: 57.0625rem !important;
}

.mx-tabletTextContentMaxWidth {
  margin-left: 57.0625rem !important;
  margin-right: 57.0625rem !important;
}

.my-tabletTextContentWidth {
  margin-top: 63% !important;
  margin-bottom: 63% !important;
}

.mx-tabletTextContentWidth {
  margin-left: 63% !important;
  margin-right: 63% !important;
}

.my-tabletBlockContentWidth {
  margin-top: 71.625rem !important;
  margin-bottom: 71.625rem !important;
}

.mx-tabletBlockContentWidth {
  margin-left: 71.625rem !important;
  margin-right: 71.625rem !important;
}

.my-largeTextContentMaxWidth {
  margin-top: 57.0625rem !important;
  margin-bottom: 57.0625rem !important;
}

.mx-largeTextContentMaxWidth {
  margin-left: 57.0625rem !important;
  margin-right: 57.0625rem !important;
}

.my-largeTextContentWidth {
  margin-top: 63% !important;
  margin-bottom: 63% !important;
}

.mx-largeTextContentWidth {
  margin-left: 63% !important;
  margin-right: 63% !important;
}

.my-largeBlockContentWidth {
  margin-top: 71.625rem !important;
  margin-bottom: 71.625rem !important;
}

.mx-largeBlockContentWidth {
  margin-left: 71.625rem !important;
  margin-right: 71.625rem !important;
}

.-my-1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.-mx-1 {
  margin-left: -0.25rem !important;
  margin-right: -0.25rem !important;
}

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

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

.-my-3 {
  margin-top: -0.75rem !important;
  margin-bottom: -0.75rem !important;
}

.-mx-3 {
  margin-left: -0.75rem !important;
  margin-right: -0.75rem !important;
}

.-my-4 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

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

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

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

.-my-6 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.-mx-6 {
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
}

.-my-8 {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}

.-mx-8 {
  margin-left: -2rem !important;
  margin-right: -2rem !important;
}

.-my-9 {
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}

.-mx-9 {
  margin-left: -2.5rem !important;
  margin-right: -2.5rem !important;
}

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

.-mx-10 {
  margin-left: -2.5rem !important;
  margin-right: -2.5rem !important;
}

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

.-mx-12 {
  margin-left: -3rem !important;
  margin-right: -3rem !important;
}

.-my-14 {
  margin-top: -3.5rem !important;
  margin-bottom: -3.5rem !important;
}

.-mx-14 {
  margin-left: -3.5rem !important;
  margin-right: -3.5rem !important;
}

.-my-16 {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}

.-mx-16 {
  margin-left: -4rem !important;
  margin-right: -4rem !important;
}

.-my-18 {
  margin-top: -4.5rem !important;
  margin-bottom: -4.5rem !important;
}

.-mx-18 {
  margin-left: -4.5rem !important;
  margin-right: -4.5rem !important;
}

.-my-20 {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}

.-mx-20 {
  margin-left: -5rem !important;
  margin-right: -5rem !important;
}

.-my-22 {
  margin-top: -5.626rem !important;
  margin-bottom: -5.626rem !important;
}

.-mx-22 {
  margin-left: -5.626rem !important;
  margin-right: -5.626rem !important;
}

.-my-24 {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}

.-mx-24 {
  margin-left: -6rem !important;
  margin-right: -6rem !important;
}

.-my-26 {
  margin-top: -6.25rem !important;
  margin-bottom: -6.25rem !important;
}

.-mx-26 {
  margin-left: -6.25rem !important;
  margin-right: -6.25rem !important;
}

.-my-28 {
  margin-top: -7rem !important;
  margin-bottom: -7rem !important;
}

.-mx-28 {
  margin-left: -7rem !important;
  margin-right: -7rem !important;
}

.-my-32 {
  margin-top: -8rem !important;
  margin-bottom: -8rem !important;
}

.-mx-32 {
  margin-left: -8rem !important;
  margin-right: -8rem !important;
}

.-my-34 {
  margin-top: -8.5rem !important;
  margin-bottom: -8.5rem !important;
}

.-mx-34 {
  margin-left: -8.5rem !important;
  margin-right: -8.5rem !important;
}

.-my-38 {
  margin-top: -9.25rem !important;
  margin-bottom: -9.25rem !important;
}

.-mx-38 {
  margin-left: -9.25rem !important;
  margin-right: -9.25rem !important;
}

.-my-40 {
  margin-top: -10rem !important;
  margin-bottom: -10rem !important;
}

.-mx-40 {
  margin-left: -10rem !important;
  margin-right: -10rem !important;
}

.-my-46 {
  margin-top: -11.75rem !important;
  margin-bottom: -11.75rem !important;
}

.-mx-46 {
  margin-left: -11.75rem !important;
  margin-right: -11.75rem !important;
}

.-my-48 {
  margin-top: -12rem !important;
  margin-bottom: -12rem !important;
}

.-mx-48 {
  margin-left: -12rem !important;
  margin-right: -12rem !important;
}

.-my-56 {
  margin-top: -14rem !important;
  margin-bottom: -14rem !important;
}

.-mx-56 {
  margin-left: -14rem !important;
  margin-right: -14rem !important;
}

.-my-64 {
  margin-top: -16rem !important;
  margin-bottom: -16rem !important;
}

.-mx-64 {
  margin-left: -16rem !important;
  margin-right: -16rem !important;
}

.-my-82 {
  margin-top: -20.75rem !important;
  margin-bottom: -20.75rem !important;
}

.-mx-82 {
  margin-left: -20.75rem !important;
  margin-right: -20.75rem !important;
}

.-my-px {
  margin-top: -1px !important;
  margin-bottom: -1px !important;
}

.-mx-px {
  margin-left: -1px !important;
  margin-right: -1px !important;
}

.-my-tiny {
  margin-top: -0.3rem !important;
  margin-bottom: -0.3rem !important;
}

.-mx-tiny {
  margin-left: -0.3rem !important;
  margin-right: -0.3rem !important;
}

.-my-quick-links {
  margin-top: -26% !important;
  margin-bottom: -26% !important;
}

.-mx-quick-links {
  margin-left: -26% !important;
  margin-right: -26% !important;
}

.-my-pro-slid {
  margin-top: -48% !important;
  margin-bottom: -48% !important;
}

.-mx-pro-slid {
  margin-left: -48% !important;
  margin-right: -48% !important;
}

.-my-62p {
  margin-top: -62% !important;
  margin-bottom: -62% !important;
}

.-mx-62p {
  margin-left: -62% !important;
  margin-right: -62% !important;
}

.-my-90p {
  margin-top: -90% !important;
  margin-bottom: -90% !important;
}

.-mx-90p {
  margin-left: -90% !important;
  margin-right: -90% !important;
}

.-my-x-large {
  margin-top: -27.5rem !important;
  margin-bottom: -27.5rem !important;
}

.-mx-x-large {
  margin-left: -27.5rem !important;
  margin-right: -27.5rem !important;
}

.-my-2px {
  margin-top: -0.125rem !important;
  margin-bottom: -0.125rem !important;
}

.-mx-2px {
  margin-left: -0.125rem !important;
  margin-right: -0.125rem !important;
}

.-my-9px {
  margin-top: -0.5625rem !important;
  margin-bottom: -0.5625rem !important;
}

.-mx-9px {
  margin-left: -0.5625rem !important;
  margin-right: -0.5625rem !important;
}

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

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

.-my-18px {
  margin-top: -1.125rem !important;
  margin-bottom: -1.125rem !important;
}

.-mx-18px {
  margin-left: -1.125rem !important;
  margin-right: -1.125rem !important;
}

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

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

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

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

.-my-26px {
  margin-top: -1.625rem !important;
  margin-bottom: -1.625rem !important;
}

.-mx-26px {
  margin-left: -1.625rem !important;
  margin-right: -1.625rem !important;
}

.-my-30px {
  margin-top: -1.875rem !important;
  margin-bottom: -1.875rem !important;
}

.-mx-30px {
  margin-left: -1.875rem !important;
  margin-right: -1.875rem !important;
}

.-my-38px {
  margin-top: -2.375rem !important;
  margin-bottom: -2.375rem !important;
}

.-mx-38px {
  margin-left: -2.375rem !important;
  margin-right: -2.375rem !important;
}

.-my-43px {
  margin-top: -2.6875rem !important;
  margin-bottom: -2.6875rem !important;
}

.-mx-43px {
  margin-left: -2.6875rem !important;
  margin-right: -2.6875rem !important;
}

.-my-44px {
  margin-top: -2.75rem !important;
  margin-bottom: -2.75rem !important;
}

.-mx-44px {
  margin-left: -2.75rem !important;
  margin-right: -2.75rem !important;
}

.-my-46px {
  margin-top: -2.875rem !important;
  margin-bottom: -2.875rem !important;
}

.-mx-46px {
  margin-left: -2.875rem !important;
  margin-right: -2.875rem !important;
}

.-my-53px {
  margin-top: -3.3125rem !important;
  margin-bottom: -3.3125rem !important;
}

.-mx-53px {
  margin-left: -3.3125rem !important;
  margin-right: -3.3125rem !important;
}

.-my-54px {
  margin-top: -3.375rem !important;
  margin-bottom: -3.375rem !important;
}

.-mx-54px {
  margin-left: -3.375rem !important;
  margin-right: -3.375rem !important;
}

.-my-55px {
  margin-top: -3.4375rem !important;
  margin-bottom: -3.4375rem !important;
}

.-mx-55px {
  margin-left: -3.4375rem !important;
  margin-right: -3.4375rem !important;
}

.-my-60px {
  margin-top: -3.75rem !important;
  margin-bottom: -3.75rem !important;
}

.-mx-60px {
  margin-left: -3.75rem !important;
  margin-right: -3.75rem !important;
}

.-my-67px {
  margin-top: -4.1875rem !important;
  margin-bottom: -4.1875rem !important;
}

.-mx-67px {
  margin-left: -4.1875rem !important;
  margin-right: -4.1875rem !important;
}

.-my-73px {
  margin-top: -4.5625rem !important;
  margin-bottom: -4.5625rem !important;
}

.-mx-73px {
  margin-left: -4.5625rem !important;
  margin-right: -4.5625rem !important;
}

.-my-80px {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}

.-mx-80px {
  margin-left: -5rem !important;
  margin-right: -5rem !important;
}

.-my-81px {
  margin-top: -5.0625rem !important;
  margin-bottom: -5.0625rem !important;
}

.-mx-81px {
  margin-left: -5.0625rem !important;
  margin-right: -5.0625rem !important;
}

.-my-85px {
  margin-top: -5.3125rem !important;
  margin-bottom: -5.3125rem !important;
}

.-mx-85px {
  margin-left: -5.3125rem !important;
  margin-right: -5.3125rem !important;
}

.-my-92px {
  margin-top: -5.75rem !important;
  margin-bottom: -5.75rem !important;
}

.-mx-92px {
  margin-left: -5.75rem !important;
  margin-right: -5.75rem !important;
}

.-my-100px {
  margin-top: -6.25rem !important;
  margin-bottom: -6.25rem !important;
}

.-mx-100px {
  margin-left: -6.25rem !important;
  margin-right: -6.25rem !important;
}

.-my-106px {
  margin-top: -6.625rem !important;
  margin-bottom: -6.625rem !important;
}

.-mx-106px {
  margin-left: -6.625rem !important;
  margin-right: -6.625rem !important;
}

.-my-123px {
  margin-top: -7.6875rem !important;
  margin-bottom: -7.6875rem !important;
}

.-mx-123px {
  margin-left: -7.6875rem !important;
  margin-right: -7.6875rem !important;
}

.-my-126px {
  margin-top: -7.875rem !important;
  margin-bottom: -7.875rem !important;
}

.-mx-126px {
  margin-left: -7.875rem !important;
  margin-right: -7.875rem !important;
}

.-my-138px {
  margin-top: -8.625rem !important;
  margin-bottom: -8.625rem !important;
}

.-mx-138px {
  margin-left: -8.625rem !important;
  margin-right: -8.625rem !important;
}

.-my-140px {
  margin-top: -8.75rem !important;
  margin-bottom: -8.75rem !important;
}

.-mx-140px {
  margin-left: -8.75rem !important;
  margin-right: -8.75rem !important;
}

.-my-146px {
  margin-top: -9.125rem !important;
  margin-bottom: -9.125rem !important;
}

.-mx-146px {
  margin-left: -9.125rem !important;
  margin-right: -9.125rem !important;
}

.-my-152px {
  margin-top: -9.5rem !important;
  margin-bottom: -9.5rem !important;
}

.-mx-152px {
  margin-left: -9.5rem !important;
  margin-right: -9.5rem !important;
}

.-my-187px {
  margin-top: -11.6875rem !important;
  margin-bottom: -11.6875rem !important;
}

.-mx-187px {
  margin-left: -11.6875rem !important;
  margin-right: -11.6875rem !important;
}

.-my-220px {
  margin-top: -13.75rem !important;
  margin-bottom: -13.75rem !important;
}

.-mx-220px {
  margin-left: -13.75rem !important;
  margin-right: -13.75rem !important;
}

.-my-253px {
  margin-top: -15.8125rem !important;
  margin-bottom: -15.8125rem !important;
}

.-mx-253px {
  margin-left: -15.8125rem !important;
  margin-right: -15.8125rem !important;
}

.-my-320px {
  margin-top: -20rem !important;
  margin-bottom: -20rem !important;
}

.-mx-320px {
  margin-left: -20rem !important;
  margin-right: -20rem !important;
}

.-my-400px {
  margin-top: -25rem !important;
  margin-bottom: -25rem !important;
}

.-mx-400px {
  margin-left: -25rem !important;
  margin-right: -25rem !important;
}

.-my-500px {
  margin-top: -31.25rem !important;
  margin-bottom: -31.25rem !important;
}

.-mx-500px {
  margin-left: -31.25rem !important;
  margin-right: -31.25rem !important;
}

.-my-lgPaddingTop {
  margin-top: -15.8125rem !important;
  margin-bottom: -15.8125rem !important;
}

.-mx-lgPaddingTop {
  margin-left: -15.8125rem !important;
  margin-right: -15.8125rem !important;
}

.-my-phonePaddingTop {
  margin-top: -9.875rem !important;
  margin-bottom: -9.875rem !important;
}

.-mx-phonePaddingTop {
  margin-left: -9.875rem !important;
  margin-right: -9.875rem !important;
}

.-my-tabletPaddingTop {
  margin-top: -6.625rem !important;
  margin-bottom: -6.625rem !important;
}

.-mx-tabletPaddingTop {
  margin-left: -6.625rem !important;
  margin-right: -6.625rem !important;
}

.-my-largePaddingTop {
  margin-top: -13.75rem !important;
  margin-bottom: -13.75rem !important;
}

.-mx-largePaddingTop {
  margin-left: -13.75rem !important;
  margin-right: -13.75rem !important;
}

.-my-phoneTextContentMaxWidth {
  margin-top: -57.0625rem !important;
  margin-bottom: -57.0625rem !important;
}

.-mx-phoneTextContentMaxWidth {
  margin-left: -57.0625rem !important;
  margin-right: -57.0625rem !important;
}

.-my-phoneTextContentWidth {
  margin-top: -63% !important;
  margin-bottom: -63% !important;
}

.-mx-phoneTextContentWidth {
  margin-left: -63% !important;
  margin-right: -63% !important;
}

.-my-phoneBlockContentWidth {
  margin-top: -71.625rem !important;
  margin-bottom: -71.625rem !important;
}

.-mx-phoneBlockContentWidth {
  margin-left: -71.625rem !important;
  margin-right: -71.625rem !important;
}

.-my-tabletTextContentMaxWidth {
  margin-top: -57.0625rem !important;
  margin-bottom: -57.0625rem !important;
}

.-mx-tabletTextContentMaxWidth {
  margin-left: -57.0625rem !important;
  margin-right: -57.0625rem !important;
}

.-my-tabletTextContentWidth {
  margin-top: -63% !important;
  margin-bottom: -63% !important;
}

.-mx-tabletTextContentWidth {
  margin-left: -63% !important;
  margin-right: -63% !important;
}

.-my-tabletBlockContentWidth {
  margin-top: -71.625rem !important;
  margin-bottom: -71.625rem !important;
}

.-mx-tabletBlockContentWidth {
  margin-left: -71.625rem !important;
  margin-right: -71.625rem !important;
}

.-my-largeTextContentMaxWidth {
  margin-top: -57.0625rem !important;
  margin-bottom: -57.0625rem !important;
}

.-mx-largeTextContentMaxWidth {
  margin-left: -57.0625rem !important;
  margin-right: -57.0625rem !important;
}

.-my-largeTextContentWidth {
  margin-top: -63% !important;
  margin-bottom: -63% !important;
}

.-mx-largeTextContentWidth {
  margin-left: -63% !important;
  margin-right: -63% !important;
}

.-my-largeBlockContentWidth {
  margin-top: -71.625rem !important;
  margin-bottom: -71.625rem !important;
}

.-mx-largeBlockContentWidth {
  margin-left: -71.625rem !important;
  margin-right: -71.625rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

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

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

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

.mr-2 {
  margin-right: 0.5rem !important;
}

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

.ml-2 {
  margin-left: 0.5rem !important;
}

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

.mr-3 {
  margin-right: 0.75rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

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

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

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

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

.ml-4 {
  margin-left: 1rem !important;
}

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

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

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

.ml-5 {
  margin-left: 1.25rem !important;
}

.mt-6 {
  margin-top: 1.5rem !important;
}

.mr-6 {
  margin-right: 1.5rem !important;
}

.mb-6 {
  margin-bottom: 1.5rem !important;
}

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

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

.mr-8 {
  margin-right: 2rem !important;
}

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

.ml-8 {
  margin-left: 2rem !important;
}

.mt-9 {
  margin-top: 2.5rem !important;
}

.mr-9 {
  margin-right: 2.5rem !important;
}

.mb-9 {
  margin-bottom: 2.5rem !important;
}

.ml-9 {
  margin-left: 2.5rem !important;
}

.mt-10 {
  margin-top: 2.5rem !important;
}

.mr-10 {
  margin-right: 2.5rem !important;
}

.mb-10 {
  margin-bottom: 2.5rem !important;
}

.ml-10 {
  margin-left: 2.5rem !important;
}

.mt-12 {
  margin-top: 3rem !important;
}

.mr-12 {
  margin-right: 3rem !important;
}

.mb-12 {
  margin-bottom: 3rem !important;
}

.ml-12 {
  margin-left: 3rem !important;
}

.mt-14 {
  margin-top: 3.5rem !important;
}

.mr-14 {
  margin-right: 3.5rem !important;
}

.mb-14 {
  margin-bottom: 3.5rem !important;
}

.ml-14 {
  margin-left: 3.5rem !important;
}

.mt-16 {
  margin-top: 4rem !important;
}

.mr-16 {
  margin-right: 4rem !important;
}

.mb-16 {
  margin-bottom: 4rem !important;
}

.ml-16 {
  margin-left: 4rem !important;
}

.mt-18 {
  margin-top: 4.5rem !important;
}

.mr-18 {
  margin-right: 4.5rem !important;
}

.mb-18 {
  margin-bottom: 4.5rem !important;
}

.ml-18 {
  margin-left: 4.5rem !important;
}

.mt-20 {
  margin-top: 5rem !important;
}

.mr-20 {
  margin-right: 5rem !important;
}

.mb-20 {
  margin-bottom: 5rem !important;
}

.ml-20 {
  margin-left: 5rem !important;
}

.mt-22 {
  margin-top: 5.626rem !important;
}

.mr-22 {
  margin-right: 5.626rem !important;
}

.mb-22 {
  margin-bottom: 5.626rem !important;
}

.ml-22 {
  margin-left: 5.626rem !important;
}

.mt-24 {
  margin-top: 6rem !important;
}

.mr-24 {
  margin-right: 6rem !important;
}

.mb-24 {
  margin-bottom: 6rem !important;
}

.ml-24 {
  margin-left: 6rem !important;
}

.mt-26 {
  margin-top: 6.25rem !important;
}

.mr-26 {
  margin-right: 6.25rem !important;
}

.mb-26 {
  margin-bottom: 6.25rem !important;
}

.ml-26 {
  margin-left: 6.25rem !important;
}

.mt-28 {
  margin-top: 7rem !important;
}

.mr-28 {
  margin-right: 7rem !important;
}

.mb-28 {
  margin-bottom: 7rem !important;
}

.ml-28 {
  margin-left: 7rem !important;
}

.mt-32 {
  margin-top: 8rem !important;
}

.mr-32 {
  margin-right: 8rem !important;
}

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

.ml-32 {
  margin-left: 8rem !important;
}

.mt-34 {
  margin-top: 8.5rem !important;
}

.mr-34 {
  margin-right: 8.5rem !important;
}

.mb-34 {
  margin-bottom: 8.5rem !important;
}

.ml-34 {
  margin-left: 8.5rem !important;
}

.mt-38 {
  margin-top: 9.25rem !important;
}

.mr-38 {
  margin-right: 9.25rem !important;
}

.mb-38 {
  margin-bottom: 9.25rem !important;
}

.ml-38 {
  margin-left: 9.25rem !important;
}

.mt-40 {
  margin-top: 10rem !important;
}

.mr-40 {
  margin-right: 10rem !important;
}

.mb-40 {
  margin-bottom: 10rem !important;
}

.ml-40 {
  margin-left: 10rem !important;
}

.mt-46 {
  margin-top: 11.75rem !important;
}

.mr-46 {
  margin-right: 11.75rem !important;
}

.mb-46 {
  margin-bottom: 11.75rem !important;
}

.ml-46 {
  margin-left: 11.75rem !important;
}

.mt-48 {
  margin-top: 12rem !important;
}

.mr-48 {
  margin-right: 12rem !important;
}

.mb-48 {
  margin-bottom: 12rem !important;
}

.ml-48 {
  margin-left: 12rem !important;
}

.mt-56 {
  margin-top: 14rem !important;
}

.mr-56 {
  margin-right: 14rem !important;
}

.mb-56 {
  margin-bottom: 14rem !important;
}

.ml-56 {
  margin-left: 14rem !important;
}

.mt-64 {
  margin-top: 16rem !important;
}

.mr-64 {
  margin-right: 16rem !important;
}

.mb-64 {
  margin-bottom: 16rem !important;
}

.ml-64 {
  margin-left: 16rem !important;
}

.mt-82 {
  margin-top: 20.75rem !important;
}

.mr-82 {
  margin-right: 20.75rem !important;
}

.mb-82 {
  margin-bottom: 20.75rem !important;
}

.ml-82 {
  margin-left: 20.75rem !important;
}

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

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

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

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

.mt-px {
  margin-top: 1px !important;
}

.mr-px {
  margin-right: 1px !important;
}

.mb-px {
  margin-bottom: 1px !important;
}

.ml-px {
  margin-left: 1px !important;
}

.mt-tiny {
  margin-top: 0.3rem !important;
}

.mr-tiny {
  margin-right: 0.3rem !important;
}

.mb-tiny {
  margin-bottom: 0.3rem !important;
}

.ml-tiny {
  margin-left: 0.3rem !important;
}

.mt-quick-links {
  margin-top: 26% !important;
}

.mr-quick-links {
  margin-right: 26% !important;
}

.mb-quick-links {
  margin-bottom: 26% !important;
}

.ml-quick-links {
  margin-left: 26% !important;
}

.mt-pro-slid {
  margin-top: 48% !important;
}

.mr-pro-slid {
  margin-right: 48% !important;
}

.mb-pro-slid {
  margin-bottom: 48% !important;
}

.ml-pro-slid {
  margin-left: 48% !important;
}

.mt-62p {
  margin-top: 62% !important;
}

.mr-62p {
  margin-right: 62% !important;
}

.mb-62p {
  margin-bottom: 62% !important;
}

.ml-62p {
  margin-left: 62% !important;
}

.mt-90p {
  margin-top: 90% !important;
}

.mr-90p {
  margin-right: 90% !important;
}

.mb-90p {
  margin-bottom: 90% !important;
}

.ml-90p {
  margin-left: 90% !important;
}

.mt-x-large {
  margin-top: 27.5rem !important;
}

.mr-x-large {
  margin-right: 27.5rem !important;
}

.mb-x-large {
  margin-bottom: 27.5rem !important;
}

.ml-x-large {
  margin-left: 27.5rem !important;
}

.mt-2px {
  margin-top: 0.125rem !important;
}

.mr-2px {
  margin-right: 0.125rem !important;
}

.mb-2px {
  margin-bottom: 0.125rem !important;
}

.ml-2px {
  margin-left: 0.125rem !important;
}

.mt-9px {
  margin-top: 0.5625rem !important;
}

.mr-9px {
  margin-right: 0.5625rem !important;
}

.mb-9px {
  margin-bottom: 0.5625rem !important;
}

.ml-9px {
  margin-left: 0.5625rem !important;
}

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

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

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

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

.mt-18px {
  margin-top: 1.125rem !important;
}

.mr-18px {
  margin-right: 1.125rem !important;
}

.mb-18px {
  margin-bottom: 1.125rem !important;
}

.ml-18px {
  margin-left: 1.125rem !important;
}

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

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

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

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

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

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

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

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

.mt-26px {
  margin-top: 1.625rem !important;
}

.mr-26px {
  margin-right: 1.625rem !important;
}

.mb-26px {
  margin-bottom: 1.625rem !important;
}

.ml-26px {
  margin-left: 1.625rem !important;
}

.mt-30px {
  margin-top: 1.875rem !important;
}

.mr-30px {
  margin-right: 1.875rem !important;
}

.mb-30px {
  margin-bottom: 1.875rem !important;
}

.ml-30px {
  margin-left: 1.875rem !important;
}

.mt-38px {
  margin-top: 2.375rem !important;
}

.mr-38px {
  margin-right: 2.375rem !important;
}

.mb-38px {
  margin-bottom: 2.375rem !important;
}

.ml-38px {
  margin-left: 2.375rem !important;
}

.mt-43px {
  margin-top: 2.6875rem !important;
}

.mr-43px {
  margin-right: 2.6875rem !important;
}

.mb-43px {
  margin-bottom: 2.6875rem !important;
}

.ml-43px {
  margin-left: 2.6875rem !important;
}

.mt-44px {
  margin-top: 2.75rem !important;
}

.mr-44px {
  margin-right: 2.75rem !important;
}

.mb-44px {
  margin-bottom: 2.75rem !important;
}

.ml-44px {
  margin-left: 2.75rem !important;
}

.mt-46px {
  margin-top: 2.875rem !important;
}

.mr-46px {
  margin-right: 2.875rem !important;
}

.mb-46px {
  margin-bottom: 2.875rem !important;
}

.ml-46px {
  margin-left: 2.875rem !important;
}

.mt-53px {
  margin-top: 3.3125rem !important;
}

.mr-53px {
  margin-right: 3.3125rem !important;
}

.mb-53px {
  margin-bottom: 3.3125rem !important;
}

.ml-53px {
  margin-left: 3.3125rem !important;
}

.mt-54px {
  margin-top: 3.375rem !important;
}

.mr-54px {
  margin-right: 3.375rem !important;
}

.mb-54px {
  margin-bottom: 3.375rem !important;
}

.ml-54px {
  margin-left: 3.375rem !important;
}

.mt-55px {
  margin-top: 3.4375rem !important;
}

.mr-55px {
  margin-right: 3.4375rem !important;
}

.mb-55px {
  margin-bottom: 3.4375rem !important;
}

.ml-55px {
  margin-left: 3.4375rem !important;
}

.mt-60px {
  margin-top: 3.75rem !important;
}

.mr-60px {
  margin-right: 3.75rem !important;
}

.mb-60px {
  margin-bottom: 3.75rem !important;
}

.ml-60px {
  margin-left: 3.75rem !important;
}

.mt-67px {
  margin-top: 4.1875rem !important;
}

.mr-67px {
  margin-right: 4.1875rem !important;
}

.mb-67px {
  margin-bottom: 4.1875rem !important;
}

.ml-67px {
  margin-left: 4.1875rem !important;
}

.mt-73px {
  margin-top: 4.5625rem !important;
}

.mr-73px {
  margin-right: 4.5625rem !important;
}

.mb-73px {
  margin-bottom: 4.5625rem !important;
}

.ml-73px {
  margin-left: 4.5625rem !important;
}

.mt-80px {
  margin-top: 5rem !important;
}

.mr-80px {
  margin-right: 5rem !important;
}

.mb-80px {
  margin-bottom: 5rem !important;
}

.ml-80px {
  margin-left: 5rem !important;
}

.mt-81px {
  margin-top: 5.0625rem !important;
}

.mr-81px {
  margin-right: 5.0625rem !important;
}

.mb-81px {
  margin-bottom: 5.0625rem !important;
}

.ml-81px {
  margin-left: 5.0625rem !important;
}

.mt-85px {
  margin-top: 5.3125rem !important;
}

.mr-85px {
  margin-right: 5.3125rem !important;
}

.mb-85px {
  margin-bottom: 5.3125rem !important;
}

.ml-85px {
  margin-left: 5.3125rem !important;
}

.mt-92px {
  margin-top: 5.75rem !important;
}

.mr-92px {
  margin-right: 5.75rem !important;
}

.mb-92px {
  margin-bottom: 5.75rem !important;
}

.ml-92px {
  margin-left: 5.75rem !important;
}

.mt-100px {
  margin-top: 6.25rem !important;
}

.mr-100px {
  margin-right: 6.25rem !important;
}

.mb-100px {
  margin-bottom: 6.25rem !important;
}

.ml-100px {
  margin-left: 6.25rem !important;
}

.mt-106px {
  margin-top: 6.625rem !important;
}

.mr-106px {
  margin-right: 6.625rem !important;
}

.mb-106px {
  margin-bottom: 6.625rem !important;
}

.ml-106px {
  margin-left: 6.625rem !important;
}

.mt-123px {
  margin-top: 7.6875rem !important;
}

.mr-123px {
  margin-right: 7.6875rem !important;
}

.mb-123px {
  margin-bottom: 7.6875rem !important;
}

.ml-123px {
  margin-left: 7.6875rem !important;
}

.mt-126px {
  margin-top: 7.875rem !important;
}

.mr-126px {
  margin-right: 7.875rem !important;
}

.mb-126px {
  margin-bottom: 7.875rem !important;
}

.ml-126px {
  margin-left: 7.875rem !important;
}

.mt-138px {
  margin-top: 8.625rem !important;
}

.mr-138px {
  margin-right: 8.625rem !important;
}

.mb-138px {
  margin-bottom: 8.625rem !important;
}

.ml-138px {
  margin-left: 8.625rem !important;
}

.mt-140px {
  margin-top: 8.75rem !important;
}

.mr-140px {
  margin-right: 8.75rem !important;
}

.mb-140px {
  margin-bottom: 8.75rem !important;
}

.ml-140px {
  margin-left: 8.75rem !important;
}

.mt-146px {
  margin-top: 9.125rem !important;
}

.mr-146px {
  margin-right: 9.125rem !important;
}

.mb-146px {
  margin-bottom: 9.125rem !important;
}

.ml-146px {
  margin-left: 9.125rem !important;
}

.mt-152px {
  margin-top: 9.5rem !important;
}

.mr-152px {
  margin-right: 9.5rem !important;
}

.mb-152px {
  margin-bottom: 9.5rem !important;
}

.ml-152px {
  margin-left: 9.5rem !important;
}

.mt-187px {
  margin-top: 11.6875rem !important;
}

.mr-187px {
  margin-right: 11.6875rem !important;
}

.mb-187px {
  margin-bottom: 11.6875rem !important;
}

.ml-187px {
  margin-left: 11.6875rem !important;
}

.mt-220px {
  margin-top: 13.75rem !important;
}

.mr-220px {
  margin-right: 13.75rem !important;
}

.mb-220px {
  margin-bottom: 13.75rem !important;
}

.ml-220px {
  margin-left: 13.75rem !important;
}

.mt-253px {
  margin-top: 15.8125rem !important;
}

.mr-253px {
  margin-right: 15.8125rem !important;
}

.mb-253px {
  margin-bottom: 15.8125rem !important;
}

.ml-253px {
  margin-left: 15.8125rem !important;
}

.mt-320px {
  margin-top: 20rem !important;
}

.mr-320px {
  margin-right: 20rem !important;
}

.mb-320px {
  margin-bottom: 20rem !important;
}

.ml-320px {
  margin-left: 20rem !important;
}

.mt-400px {
  margin-top: 25rem !important;
}

.mr-400px {
  margin-right: 25rem !important;
}

.mb-400px {
  margin-bottom: 25rem !important;
}

.ml-400px {
  margin-left: 25rem !important;
}

.mt-500px {
  margin-top: 31.25rem !important;
}

.mr-500px {
  margin-right: 31.25rem !important;
}

.mb-500px {
  margin-bottom: 31.25rem !important;
}

.ml-500px {
  margin-left: 31.25rem !important;
}

.mt-lgPaddingTop {
  margin-top: 15.8125rem !important;
}

.mr-lgPaddingTop {
  margin-right: 15.8125rem !important;
}

.mb-lgPaddingTop {
  margin-bottom: 15.8125rem !important;
}

.ml-lgPaddingTop {
  margin-left: 15.8125rem !important;
}

.mt-phonePaddingTop {
  margin-top: 9.875rem !important;
}

.mr-phonePaddingTop {
  margin-right: 9.875rem !important;
}

.mb-phonePaddingTop {
  margin-bottom: 9.875rem !important;
}

.ml-phonePaddingTop {
  margin-left: 9.875rem !important;
}

.mt-tabletPaddingTop {
  margin-top: 6.625rem !important;
}

.mr-tabletPaddingTop {
  margin-right: 6.625rem !important;
}

.mb-tabletPaddingTop {
  margin-bottom: 6.625rem !important;
}

.ml-tabletPaddingTop {
  margin-left: 6.625rem !important;
}

.mt-largePaddingTop {
  margin-top: 13.75rem !important;
}

.mr-largePaddingTop {
  margin-right: 13.75rem !important;
}

.mb-largePaddingTop {
  margin-bottom: 13.75rem !important;
}

.ml-largePaddingTop {
  margin-left: 13.75rem !important;
}

.mt-phoneTextContentMaxWidth {
  margin-top: 57.0625rem !important;
}

.mr-phoneTextContentMaxWidth {
  margin-right: 57.0625rem !important;
}

.mb-phoneTextContentMaxWidth {
  margin-bottom: 57.0625rem !important;
}

.ml-phoneTextContentMaxWidth {
  margin-left: 57.0625rem !important;
}

.mt-phoneTextContentWidth {
  margin-top: 63% !important;
}

.mr-phoneTextContentWidth {
  margin-right: 63% !important;
}

.mb-phoneTextContentWidth {
  margin-bottom: 63% !important;
}

.ml-phoneTextContentWidth {
  margin-left: 63% !important;
}

.mt-phoneBlockContentWidth {
  margin-top: 71.625rem !important;
}

.mr-phoneBlockContentWidth {
  margin-right: 71.625rem !important;
}

.mb-phoneBlockContentWidth {
  margin-bottom: 71.625rem !important;
}

.ml-phoneBlockContentWidth {
  margin-left: 71.625rem !important;
}

.mt-tabletTextContentMaxWidth {
  margin-top: 57.0625rem !important;
}

.mr-tabletTextContentMaxWidth {
  margin-right: 57.0625rem !important;
}

.mb-tabletTextContentMaxWidth {
  margin-bottom: 57.0625rem !important;
}

.ml-tabletTextContentMaxWidth {
  margin-left: 57.0625rem !important;
}

.mt-tabletTextContentWidth {
  margin-top: 63% !important;
}

.mr-tabletTextContentWidth {
  margin-right: 63% !important;
}

.mb-tabletTextContentWidth {
  margin-bottom: 63% !important;
}

.ml-tabletTextContentWidth {
  margin-left: 63% !important;
}

.mt-tabletBlockContentWidth {
  margin-top: 71.625rem !important;
}

.mr-tabletBlockContentWidth {
  margin-right: 71.625rem !important;
}

.mb-tabletBlockContentWidth {
  margin-bottom: 71.625rem !important;
}

.ml-tabletBlockContentWidth {
  margin-left: 71.625rem !important;
}

.mt-largeTextContentMaxWidth {
  margin-top: 57.0625rem !important;
}

.mr-largeTextContentMaxWidth {
  margin-right: 57.0625rem !important;
}

.mb-largeTextContentMaxWidth {
  margin-bottom: 57.0625rem !important;
}

.ml-largeTextContentMaxWidth {
  margin-left: 57.0625rem !important;
}

.mt-largeTextContentWidth {
  margin-top: 63% !important;
}

.mr-largeTextContentWidth {
  margin-right: 63% !important;
}

.mb-largeTextContentWidth {
  margin-bottom: 63% !important;
}

.ml-largeTextContentWidth {
  margin-left: 63% !important;
}

.mt-largeBlockContentWidth {
  margin-top: 71.625rem !important;
}

.mr-largeBlockContentWidth {
  margin-right: 71.625rem !important;
}

.mb-largeBlockContentWidth {
  margin-bottom: 71.625rem !important;
}

.ml-largeBlockContentWidth {
  margin-left: 71.625rem !important;
}

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

.-mr-1 {
  margin-right: -0.25rem !important;
}

.-mb-1 {
  margin-bottom: -0.25rem !important;
}

.-ml-1 {
  margin-left: -0.25rem !important;
}

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

.-mr-2 {
  margin-right: -0.5rem !important;
}

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

.-ml-2 {
  margin-left: -0.5rem !important;
}

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

.-mr-3 {
  margin-right: -0.75rem !important;
}

.-mb-3 {
  margin-bottom: -0.75rem !important;
}

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

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

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

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

.-ml-4 {
  margin-left: -1rem !important;
}

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

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

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

.-ml-5 {
  margin-left: -1.25rem !important;
}

.-mt-6 {
  margin-top: -1.5rem !important;
}

.-mr-6 {
  margin-right: -1.5rem !important;
}

.-mb-6 {
  margin-bottom: -1.5rem !important;
}

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

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

.-mr-8 {
  margin-right: -2rem !important;
}

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

.-ml-8 {
  margin-left: -2rem !important;
}

.-mt-9 {
  margin-top: -2.5rem !important;
}

.-mr-9 {
  margin-right: -2.5rem !important;
}

.-mb-9 {
  margin-bottom: -2.5rem !important;
}

.-ml-9 {
  margin-left: -2.5rem !important;
}

.-mt-10 {
  margin-top: -2.5rem !important;
}

.-mr-10 {
  margin-right: -2.5rem !important;
}

.-mb-10 {
  margin-bottom: -2.5rem !important;
}

.-ml-10 {
  margin-left: -2.5rem !important;
}

.-mt-12 {
  margin-top: -3rem !important;
}

.-mr-12 {
  margin-right: -3rem !important;
}

.-mb-12 {
  margin-bottom: -3rem !important;
}

.-ml-12 {
  margin-left: -3rem !important;
}

.-mt-14 {
  margin-top: -3.5rem !important;
}

.-mr-14 {
  margin-right: -3.5rem !important;
}

.-mb-14 {
  margin-bottom: -3.5rem !important;
}

.-ml-14 {
  margin-left: -3.5rem !important;
}

.-mt-16 {
  margin-top: -4rem !important;
}

.-mr-16 {
  margin-right: -4rem !important;
}

.-mb-16 {
  margin-bottom: -4rem !important;
}

.-ml-16 {
  margin-left: -4rem !important;
}

.-mt-18 {
  margin-top: -4.5rem !important;
}

.-mr-18 {
  margin-right: -4.5rem !important;
}

.-mb-18 {
  margin-bottom: -4.5rem !important;
}

.-ml-18 {
  margin-left: -4.5rem !important;
}

.-mt-20 {
  margin-top: -5rem !important;
}

.-mr-20 {
  margin-right: -5rem !important;
}

.-mb-20 {
  margin-bottom: -5rem !important;
}

.-ml-20 {
  margin-left: -5rem !important;
}

.-mt-22 {
  margin-top: -5.626rem !important;
}

.-mr-22 {
  margin-right: -5.626rem !important;
}

.-mb-22 {
  margin-bottom: -5.626rem !important;
}

.-ml-22 {
  margin-left: -5.626rem !important;
}

.-mt-24 {
  margin-top: -6rem !important;
}

.-mr-24 {
  margin-right: -6rem !important;
}

.-mb-24 {
  margin-bottom: -6rem !important;
}

.-ml-24 {
  margin-left: -6rem !important;
}

.-mt-26 {
  margin-top: -6.25rem !important;
}

.-mr-26 {
  margin-right: -6.25rem !important;
}

.-mb-26 {
  margin-bottom: -6.25rem !important;
}

.-ml-26 {
  margin-left: -6.25rem !important;
}

.-mt-28 {
  margin-top: -7rem !important;
}

.-mr-28 {
  margin-right: -7rem !important;
}

.-mb-28 {
  margin-bottom: -7rem !important;
}

.-ml-28 {
  margin-left: -7rem !important;
}

.-mt-32 {
  margin-top: -8rem !important;
}

.-mr-32 {
  margin-right: -8rem !important;
}

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

.-ml-32 {
  margin-left: -8rem !important;
}

.-mt-34 {
  margin-top: -8.5rem !important;
}

.-mr-34 {
  margin-right: -8.5rem !important;
}

.-mb-34 {
  margin-bottom: -8.5rem !important;
}

.-ml-34 {
  margin-left: -8.5rem !important;
}

.-mt-38 {
  margin-top: -9.25rem !important;
}

.-mr-38 {
  margin-right: -9.25rem !important;
}

.-mb-38 {
  margin-bottom: -9.25rem !important;
}

.-ml-38 {
  margin-left: -9.25rem !important;
}

.-mt-40 {
  margin-top: -10rem !important;
}

.-mr-40 {
  margin-right: -10rem !important;
}

.-mb-40 {
  margin-bottom: -10rem !important;
}

.-ml-40 {
  margin-left: -10rem !important;
}

.-mt-46 {
  margin-top: -11.75rem !important;
}

.-mr-46 {
  margin-right: -11.75rem !important;
}

.-mb-46 {
  margin-bottom: -11.75rem !important;
}

.-ml-46 {
  margin-left: -11.75rem !important;
}

.-mt-48 {
  margin-top: -12rem !important;
}

.-mr-48 {
  margin-right: -12rem !important;
}

.-mb-48 {
  margin-bottom: -12rem !important;
}

.-ml-48 {
  margin-left: -12rem !important;
}

.-mt-56 {
  margin-top: -14rem !important;
}

.-mr-56 {
  margin-right: -14rem !important;
}

.-mb-56 {
  margin-bottom: -14rem !important;
}

.-ml-56 {
  margin-left: -14rem !important;
}

.-mt-64 {
  margin-top: -16rem !important;
}

.-mr-64 {
  margin-right: -16rem !important;
}

.-mb-64 {
  margin-bottom: -16rem !important;
}

.-ml-64 {
  margin-left: -16rem !important;
}

.-mt-82 {
  margin-top: -20.75rem !important;
}

.-mr-82 {
  margin-right: -20.75rem !important;
}

.-mb-82 {
  margin-bottom: -20.75rem !important;
}

.-ml-82 {
  margin-left: -20.75rem !important;
}

.-mt-px {
  margin-top: -1px !important;
}

.-mr-px {
  margin-right: -1px !important;
}

.-mb-px {
  margin-bottom: -1px !important;
}

.-ml-px {
  margin-left: -1px !important;
}

.-mt-tiny {
  margin-top: -0.3rem !important;
}

.-mr-tiny {
  margin-right: -0.3rem !important;
}

.-mb-tiny {
  margin-bottom: -0.3rem !important;
}

.-ml-tiny {
  margin-left: -0.3rem !important;
}

.-mt-quick-links {
  margin-top: -26% !important;
}

.-mr-quick-links {
  margin-right: -26% !important;
}

.-mb-quick-links {
  margin-bottom: -26% !important;
}

.-ml-quick-links {
  margin-left: -26% !important;
}

.-mt-pro-slid {
  margin-top: -48% !important;
}

.-mr-pro-slid {
  margin-right: -48% !important;
}

.-mb-pro-slid {
  margin-bottom: -48% !important;
}

.-ml-pro-slid {
  margin-left: -48% !important;
}

.-mt-62p {
  margin-top: -62% !important;
}

.-mr-62p {
  margin-right: -62% !important;
}

.-mb-62p {
  margin-bottom: -62% !important;
}

.-ml-62p {
  margin-left: -62% !important;
}

.-mt-90p {
  margin-top: -90% !important;
}

.-mr-90p {
  margin-right: -90% !important;
}

.-mb-90p {
  margin-bottom: -90% !important;
}

.-ml-90p {
  margin-left: -90% !important;
}

.-mt-x-large {
  margin-top: -27.5rem !important;
}

.-mr-x-large {
  margin-right: -27.5rem !important;
}

.-mb-x-large {
  margin-bottom: -27.5rem !important;
}

.-ml-x-large {
  margin-left: -27.5rem !important;
}

.-mt-2px {
  margin-top: -0.125rem !important;
}

.-mr-2px {
  margin-right: -0.125rem !important;
}

.-mb-2px {
  margin-bottom: -0.125rem !important;
}

.-ml-2px {
  margin-left: -0.125rem !important;
}

.-mt-9px {
  margin-top: -0.5625rem !important;
}

.-mr-9px {
  margin-right: -0.5625rem !important;
}

.-mb-9px {
  margin-bottom: -0.5625rem !important;
}

.-ml-9px {
  margin-left: -0.5625rem !important;
}

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

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

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

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

.-mt-18px {
  margin-top: -1.125rem !important;
}

.-mr-18px {
  margin-right: -1.125rem !important;
}

.-mb-18px {
  margin-bottom: -1.125rem !important;
}

.-ml-18px {
  margin-left: -1.125rem !important;
}

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

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

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

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

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

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

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

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

.-mt-26px {
  margin-top: -1.625rem !important;
}

.-mr-26px {
  margin-right: -1.625rem !important;
}

.-mb-26px {
  margin-bottom: -1.625rem !important;
}

.-ml-26px {
  margin-left: -1.625rem !important;
}

.-mt-30px {
  margin-top: -1.875rem !important;
}

.-mr-30px {
  margin-right: -1.875rem !important;
}

.-mb-30px {
  margin-bottom: -1.875rem !important;
}

.-ml-30px {
  margin-left: -1.875rem !important;
}

.-mt-38px {
  margin-top: -2.375rem !important;
}

.-mr-38px {
  margin-right: -2.375rem !important;
}

.-mb-38px {
  margin-bottom: -2.375rem !important;
}

.-ml-38px {
  margin-left: -2.375rem !important;
}

.-mt-43px {
  margin-top: -2.6875rem !important;
}

.-mr-43px {
  margin-right: -2.6875rem !important;
}

.-mb-43px {
  margin-bottom: -2.6875rem !important;
}

.-ml-43px {
  margin-left: -2.6875rem !important;
}

.-mt-44px {
  margin-top: -2.75rem !important;
}

.-mr-44px {
  margin-right: -2.75rem !important;
}

.-mb-44px {
  margin-bottom: -2.75rem !important;
}

.-ml-44px {
  margin-left: -2.75rem !important;
}

.-mt-46px {
  margin-top: -2.875rem !important;
}

.-mr-46px {
  margin-right: -2.875rem !important;
}

.-mb-46px {
  margin-bottom: -2.875rem !important;
}

.-ml-46px {
  margin-left: -2.875rem !important;
}

.-mt-53px {
  margin-top: -3.3125rem !important;
}

.-mr-53px {
  margin-right: -3.3125rem !important;
}

.-mb-53px {
  margin-bottom: -3.3125rem !important;
}

.-ml-53px {
  margin-left: -3.3125rem !important;
}

.-mt-54px {
  margin-top: -3.375rem !important;
}

.-mr-54px {
  margin-right: -3.375rem !important;
}

.-mb-54px {
  margin-bottom: -3.375rem !important;
}

.-ml-54px {
  margin-left: -3.375rem !important;
}

.-mt-55px {
  margin-top: -3.4375rem !important;
}

.-mr-55px {
  margin-right: -3.4375rem !important;
}

.-mb-55px {
  margin-bottom: -3.4375rem !important;
}

.-ml-55px {
  margin-left: -3.4375rem !important;
}

.-mt-60px {
  margin-top: -3.75rem !important;
}

.-mr-60px {
  margin-right: -3.75rem !important;
}

.-mb-60px {
  margin-bottom: -3.75rem !important;
}

.-ml-60px {
  margin-left: -3.75rem !important;
}

.-mt-67px {
  margin-top: -4.1875rem !important;
}

.-mr-67px {
  margin-right: -4.1875rem !important;
}

.-mb-67px {
  margin-bottom: -4.1875rem !important;
}

.-ml-67px {
  margin-left: -4.1875rem !important;
}

.-mt-73px {
  margin-top: -4.5625rem !important;
}

.-mr-73px {
  margin-right: -4.5625rem !important;
}

.-mb-73px {
  margin-bottom: -4.5625rem !important;
}

.-ml-73px {
  margin-left: -4.5625rem !important;
}

.-mt-80px {
  margin-top: -5rem !important;
}

.-mr-80px {
  margin-right: -5rem !important;
}

.-mb-80px {
  margin-bottom: -5rem !important;
}

.-ml-80px {
  margin-left: -5rem !important;
}

.-mt-81px {
  margin-top: -5.0625rem !important;
}

.-mr-81px {
  margin-right: -5.0625rem !important;
}

.-mb-81px {
  margin-bottom: -5.0625rem !important;
}

.-ml-81px {
  margin-left: -5.0625rem !important;
}

.-mt-85px {
  margin-top: -5.3125rem !important;
}

.-mr-85px {
  margin-right: -5.3125rem !important;
}

.-mb-85px {
  margin-bottom: -5.3125rem !important;
}

.-ml-85px {
  margin-left: -5.3125rem !important;
}

.-mt-92px {
  margin-top: -5.75rem !important;
}

.-mr-92px {
  margin-right: -5.75rem !important;
}

.-mb-92px {
  margin-bottom: -5.75rem !important;
}

.-ml-92px {
  margin-left: -5.75rem !important;
}

.-mt-100px {
  margin-top: -6.25rem !important;
}

.-mr-100px {
  margin-right: -6.25rem !important;
}

.-mb-100px {
  margin-bottom: -6.25rem !important;
}

.-ml-100px {
  margin-left: -6.25rem !important;
}

.-mt-106px {
  margin-top: -6.625rem !important;
}

.-mr-106px {
  margin-right: -6.625rem !important;
}

.-mb-106px {
  margin-bottom: -6.625rem !important;
}

.-ml-106px {
  margin-left: -6.625rem !important;
}

.-mt-123px {
  margin-top: -7.6875rem !important;
}

.-mr-123px {
  margin-right: -7.6875rem !important;
}

.-mb-123px {
  margin-bottom: -7.6875rem !important;
}

.-ml-123px {
  margin-left: -7.6875rem !important;
}

.-mt-126px {
  margin-top: -7.875rem !important;
}

.-mr-126px {
  margin-right: -7.875rem !important;
}

.-mb-126px {
  margin-bottom: -7.875rem !important;
}

.-ml-126px {
  margin-left: -7.875rem !important;
}

.-mt-138px {
  margin-top: -8.625rem !important;
}

.-mr-138px {
  margin-right: -8.625rem !important;
}

.-mb-138px {
  margin-bottom: -8.625rem !important;
}

.-ml-138px {
  margin-left: -8.625rem !important;
}

.-mt-140px {
  margin-top: -8.75rem !important;
}

.-mr-140px {
  margin-right: -8.75rem !important;
}

.-mb-140px {
  margin-bottom: -8.75rem !important;
}

.-ml-140px {
  margin-left: -8.75rem !important;
}

.-mt-146px {
  margin-top: -9.125rem !important;
}

.-mr-146px {
  margin-right: -9.125rem !important;
}

.-mb-146px {
  margin-bottom: -9.125rem !important;
}

.-ml-146px {
  margin-left: -9.125rem !important;
}

.-mt-152px {
  margin-top: -9.5rem !important;
}

.-mr-152px {
  margin-right: -9.5rem !important;
}

.-mb-152px {
  margin-bottom: -9.5rem !important;
}

.-ml-152px {
  margin-left: -9.5rem !important;
}

.-mt-187px {
  margin-top: -11.6875rem !important;
}

.-mr-187px {
  margin-right: -11.6875rem !important;
}

.-mb-187px {
  margin-bottom: -11.6875rem !important;
}

.-ml-187px {
  margin-left: -11.6875rem !important;
}

.-mt-220px {
  margin-top: -13.75rem !important;
}

.-mr-220px {
  margin-right: -13.75rem !important;
}

.-mb-220px {
  margin-bottom: -13.75rem !important;
}

.-ml-220px {
  margin-left: -13.75rem !important;
}

.-mt-253px {
  margin-top: -15.8125rem !important;
}

.-mr-253px {
  margin-right: -15.8125rem !important;
}

.-mb-253px {
  margin-bottom: -15.8125rem !important;
}

.-ml-253px {
  margin-left: -15.8125rem !important;
}

.-mt-320px {
  margin-top: -20rem !important;
}

.-mr-320px {
  margin-right: -20rem !important;
}

.-mb-320px {
  margin-bottom: -20rem !important;
}

.-ml-320px {
  margin-left: -20rem !important;
}

.-mt-400px {
  margin-top: -25rem !important;
}

.-mr-400px {
  margin-right: -25rem !important;
}

.-mb-400px {
  margin-bottom: -25rem !important;
}

.-ml-400px {
  margin-left: -25rem !important;
}

.-mt-500px {
  margin-top: -31.25rem !important;
}

.-mr-500px {
  margin-right: -31.25rem !important;
}

.-mb-500px {
  margin-bottom: -31.25rem !important;
}

.-ml-500px {
  margin-left: -31.25rem !important;
}

.-mt-lgPaddingTop {
  margin-top: -15.8125rem !important;
}

.-mr-lgPaddingTop {
  margin-right: -15.8125rem !important;
}

.-mb-lgPaddingTop {
  margin-bottom: -15.8125rem !important;
}

.-ml-lgPaddingTop {
  margin-left: -15.8125rem !important;
}

.-mt-phonePaddingTop {
  margin-top: -9.875rem !important;
}

.-mr-phonePaddingTop {
  margin-right: -9.875rem !important;
}

.-mb-phonePaddingTop {
  margin-bottom: -9.875rem !important;
}

.-ml-phonePaddingTop {
  margin-left: -9.875rem !important;
}

.-mt-tabletPaddingTop {
  margin-top: -6.625rem !important;
}

.-mr-tabletPaddingTop {
  margin-right: -6.625rem !important;
}

.-mb-tabletPaddingTop {
  margin-bottom: -6.625rem !important;
}

.-ml-tabletPaddingTop {
  margin-left: -6.625rem !important;
}

.-mt-largePaddingTop {
  margin-top: -13.75rem !important;
}

.-mr-largePaddingTop {
  margin-right: -13.75rem !important;
}

.-mb-largePaddingTop {
  margin-bottom: -13.75rem !important;
}

.-ml-largePaddingTop {
  margin-left: -13.75rem !important;
}

.-mt-phoneTextContentMaxWidth {
  margin-top: -57.0625rem !important;
}

.-mr-phoneTextContentMaxWidth {
  margin-right: -57.0625rem !important;
}

.-mb-phoneTextContentMaxWidth {
  margin-bottom: -57.0625rem !important;
}

.-ml-phoneTextContentMaxWidth {
  margin-left: -57.0625rem !important;
}

.-mt-phoneTextContentWidth {
  margin-top: -63% !important;
}

.-mr-phoneTextContentWidth {
  margin-right: -63% !important;
}

.-mb-phoneTextContentWidth {
  margin-bottom: -63% !important;
}

.-ml-phoneTextContentWidth {
  margin-left: -63% !important;
}

.-mt-phoneBlockContentWidth {
  margin-top: -71.625rem !important;
}

.-mr-phoneBlockContentWidth {
  margin-right: -71.625rem !important;
}

.-mb-phoneBlockContentWidth {
  margin-bottom: -71.625rem !important;
}

.-ml-phoneBlockContentWidth {
  margin-left: -71.625rem !important;
}

.-mt-tabletTextContentMaxWidth {
  margin-top: -57.0625rem !important;
}

.-mr-tabletTextContentMaxWidth {
  margin-right: -57.0625rem !important;
}

.-mb-tabletTextContentMaxWidth {
  margin-bottom: -57.0625rem !important;
}

.-ml-tabletTextContentMaxWidth {
  margin-left: -57.0625rem !important;
}

.-mt-tabletTextContentWidth {
  margin-top: -63% !important;
}

.-mr-tabletTextContentWidth {
  margin-right: -63% !important;
}

.-mb-tabletTextContentWidth {
  margin-bottom: -63% !important;
}

.-ml-tabletTextContentWidth {
  margin-left: -63% !important;
}

.-mt-tabletBlockContentWidth {
  margin-top: -71.625rem !important;
}

.-mr-tabletBlockContentWidth {
  margin-right: -71.625rem !important;
}

.-mb-tabletBlockContentWidth {
  margin-bottom: -71.625rem !important;
}

.-ml-tabletBlockContentWidth {
  margin-left: -71.625rem !important;
}

.-mt-largeTextContentMaxWidth {
  margin-top: -57.0625rem !important;
}

.-mr-largeTextContentMaxWidth {
  margin-right: -57.0625rem !important;
}

.-mb-largeTextContentMaxWidth {
  margin-bottom: -57.0625rem !important;
}

.-ml-largeTextContentMaxWidth {
  margin-left: -57.0625rem !important;
}

.-mt-largeTextContentWidth {
  margin-top: -63% !important;
}

.-mr-largeTextContentWidth {
  margin-right: -63% !important;
}

.-mb-largeTextContentWidth {
  margin-bottom: -63% !important;
}

.-ml-largeTextContentWidth {
  margin-left: -63% !important;
}

.-mt-largeBlockContentWidth {
  margin-top: -71.625rem !important;
}

.-mr-largeBlockContentWidth {
  margin-right: -71.625rem !important;
}

.-mb-largeBlockContentWidth {
  margin-bottom: -71.625rem !important;
}

.-ml-largeBlockContentWidth {
  margin-left: -71.625rem !important;
}

.max-h-full {
  max-height: 100% !important;
}

.max-h-screen {
  max-height: 100vh !important;
}

.max-w-none {
  max-width: none !important;
}

.max-w-xs {
  max-width: 20rem !important;
}

.max-w-sm {
  max-width: 24rem !important;
}

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

.max-w-lg {
  max-width: 32rem !important;
}

.max-w-xl {
  max-width: 36rem !important;
}

.max-w-2xl {
  max-width: 42rem !important;
}

.max-w-3xl {
  max-width: 48rem !important;
}

.max-w-4xl {
  max-width: 56rem !important;
}

.max-w-5xl {
  max-width: 64rem !important;
}

.max-w-6xl {
  max-width: 72rem !important;
}

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

.max-w-screen-sm {
  max-width: 640px !important;
}

.max-w-screen-md {
  max-width: 768px !important;
}

.max-w-screen-lg {
  max-width: 1280px !important;
}

.max-w-screen-1xl {
  max-width: 1340px !important;
}

.max-w-screen-2xl {
  max-width: 1536px !important;
}

.max-w-screen-3xl {
  max-width: 1600px !important;
}

.max-w-container {
  max-width: 90rem !important;
}

.max-w-site {
  max-width: 90rem !important;
}

.max-w-largeTextContentMaxWidth {
  max-width: 57.0625rem !important;
}

.max-w-largeBlockContentMaxWidth {
  max-width: 71.625rem !important;
}

.max-w-halfLargeBlockContentMaxWidth {
  max-width: 35.8125rem !important;
}

.max-w-closeBanner {
  max-width: 1.25rem !important;
}

.min-h-400px {
  min-height: 25rem !important;
}

.min-h-450px {
  min-height: 28.125rem !important;
}

.min-h-500px {
  min-height: 31.25rem !important;
}

.min-w-0 {
  min-width: 0 !important;
}

.min-w-full {
  min-width: 100% !important;
}

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

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

.object-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.object-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

.object-scale-down {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.object-bottom {
  -o-object-position: bottom !important;
     object-position: bottom !important;
}

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

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

.object-left-bottom {
  -o-object-position: left bottom !important;
     object-position: left bottom !important;
}

.object-left-top {
  -o-object-position: left top !important;
     object-position: left top !important;
}

.object-right {
  -o-object-position: right !important;
     object-position: right !important;
}

.object-right-bottom {
  -o-object-position: right bottom !important;
     object-position: right bottom !important;
}

.object-right-top {
  -o-object-position: right top !important;
     object-position: right top !important;
}

.object-top {
  -o-object-position: top !important;
     object-position: top !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.hover\:opacity-0:hover {
  opacity: 0 !important;
}

.hover\:opacity-25:hover {
  opacity: 0.25 !important;
}

.hover\:opacity-50:hover {
  opacity: 0.5 !important;
}

.hover\:opacity-75:hover {
  opacity: 0.75 !important;
}

.hover\:opacity-100:hover {
  opacity: 1 !important;
}

.focus\:opacity-0:focus {
  opacity: 0 !important;
}

.focus\:opacity-25:focus {
  opacity: 0.25 !important;
}

.focus\:opacity-50:focus {
  opacity: 0.5 !important;
}

.focus\:opacity-75:focus {
  opacity: 0.75 !important;
}

.focus\:opacity-100:focus {
  opacity: 1 !important;
}

.outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.outline-white {
  outline: 2px dotted white !important;
  outline-offset: 2px !important;
}

.outline-black {
  outline: 2px dotted black !important;
  outline-offset: 2px !important;
}

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

.focus\:outline-white:focus {
  outline: 2px dotted white !important;
  outline-offset: 2px !important;
}

.focus\:outline-black:focus {
  outline: 2px dotted black !important;
  outline-offset: 2px !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

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

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.scrolling-touch {
  -webkit-overflow-scrolling: touch !important;
}

.scrolling-auto {
  -webkit-overflow-scrolling: auto !important;
}

.overscroll-auto {
  -ms-scroll-chaining: chained !important;
      overscroll-behavior: auto !important;
}

.overscroll-contain {
  -ms-scroll-chaining: none !important;
      overscroll-behavior: contain !important;
}

.overscroll-none {
  -ms-scroll-chaining: none !important;
      overscroll-behavior: none !important;
}

.overscroll-y-auto {
  overscroll-behavior-y: auto !important;
}

.overscroll-y-contain {
  overscroll-behavior-y: contain !important;
}

.overscroll-y-none {
  overscroll-behavior-y: none !important;
}

.overscroll-x-auto {
  overscroll-behavior-x: auto !important;
}

.overscroll-x-contain {
  overscroll-behavior-x: contain !important;
}

.overscroll-x-none {
  overscroll-behavior-x: none !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.p-5 {
  padding: 1.25rem !important;
}

.p-6 {
  padding: 1.5rem !important;
}

.p-8 {
  padding: 2rem !important;
}

.p-9 {
  padding: 2.5rem !important;
}

.p-10 {
  padding: 2.5rem !important;
}

.p-12 {
  padding: 3rem !important;
}

.p-14 {
  padding: 3.5rem !important;
}

.p-16 {
  padding: 4rem !important;
}

.p-18 {
  padding: 4.5rem !important;
}

.p-20 {
  padding: 5rem !important;
}

.p-22 {
  padding: 5.626rem !important;
}

.p-24 {
  padding: 6rem !important;
}

.p-26 {
  padding: 6.25rem !important;
}

.p-28 {
  padding: 7rem !important;
}

.p-32 {
  padding: 8rem !important;
}

.p-34 {
  padding: 8.5rem !important;
}

.p-38 {
  padding: 9.25rem !important;
}

.p-40 {
  padding: 10rem !important;
}

.p-46 {
  padding: 11.75rem !important;
}

.p-48 {
  padding: 12rem !important;
}

.p-56 {
  padding: 14rem !important;
}

.p-64 {
  padding: 16rem !important;
}

.p-82 {
  padding: 20.75rem !important;
}

.p-px {
  padding: 1px !important;
}

.p-tiny {
  padding: 0.3rem !important;
}

.p-quick-links {
  padding: 26% !important;
}

.p-pro-slid {
  padding: 48% !important;
}

.p-62p {
  padding: 62% !important;
}

.p-90p {
  padding: 90% !important;
}

.p-x-large {
  padding: 27.5rem !important;
}

.p-2px {
  padding: 0.125rem !important;
}

.p-9px {
  padding: 0.5625rem !important;
}

.p-10px {
  padding: 0.625rem !important;
}

.p-18px {
  padding: 1.125rem !important;
}

.p-20px {
  padding: 1.25rem !important;
}

.p-24px {
  padding: 1.5rem !important;
}

.p-26px {
  padding: 1.625rem !important;
}

.p-30px {
  padding: 1.875rem !important;
}

.p-38px {
  padding: 2.375rem !important;
}

.p-43px {
  padding: 2.6875rem !important;
}

.p-44px {
  padding: 2.75rem !important;
}

.p-46px {
  padding: 2.875rem !important;
}

.p-53px {
  padding: 3.3125rem !important;
}

.p-54px {
  padding: 3.375rem !important;
}

.p-55px {
  padding: 3.4375rem !important;
}

.p-60px {
  padding: 3.75rem !important;
}

.p-67px {
  padding: 4.1875rem !important;
}

.p-73px {
  padding: 4.5625rem !important;
}

.p-80px {
  padding: 5rem !important;
}

.p-81px {
  padding: 5.0625rem !important;
}

.p-85px {
  padding: 5.3125rem !important;
}

.p-92px {
  padding: 5.75rem !important;
}

.p-100px {
  padding: 6.25rem !important;
}

.p-106px {
  padding: 6.625rem !important;
}

.p-123px {
  padding: 7.6875rem !important;
}

.p-126px {
  padding: 7.875rem !important;
}

.p-138px {
  padding: 8.625rem !important;
}

.p-140px {
  padding: 8.75rem !important;
}

.p-146px {
  padding: 9.125rem !important;
}

.p-152px {
  padding: 9.5rem !important;
}

.p-187px {
  padding: 11.6875rem !important;
}

.p-220px {
  padding: 13.75rem !important;
}

.p-253px {
  padding: 15.8125rem !important;
}

.p-320px {
  padding: 20rem !important;
}

.p-400px {
  padding: 25rem !important;
}

.p-500px {
  padding: 31.25rem !important;
}

.p-lgPaddingTop {
  padding: 15.8125rem !important;
}

.p-phonePaddingTop {
  padding: 9.875rem !important;
}

.p-tabletPaddingTop {
  padding: 6.625rem !important;
}

.p-largePaddingTop {
  padding: 13.75rem !important;
}

.p-phoneTextContentMaxWidth {
  padding: 57.0625rem !important;
}

.p-phoneTextContentWidth {
  padding: 63% !important;
}

.p-phoneBlockContentWidth {
  padding: 71.625rem !important;
}

.p-tabletTextContentMaxWidth {
  padding: 57.0625rem !important;
}

.p-tabletTextContentWidth {
  padding: 63% !important;
}

.p-tabletBlockContentWidth {
  padding: 71.625rem !important;
}

.p-largeTextContentMaxWidth {
  padding: 57.0625rem !important;
}

.p-largeTextContentWidth {
  padding: 63% !important;
}

.p-largeBlockContentWidth {
  padding: 71.625rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

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

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.py-9 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.px-9 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

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

.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.px-12 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-14 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.px-14 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}

.py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.px-16 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.py-18 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.px-18 {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important;
}

.py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.px-20 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.py-22 {
  padding-top: 5.626rem !important;
  padding-bottom: 5.626rem !important;
}

.px-22 {
  padding-left: 5.626rem !important;
  padding-right: 5.626rem !important;
}

.py-24 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.px-24 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.py-26 {
  padding-top: 6.25rem !important;
  padding-bottom: 6.25rem !important;
}

.px-26 {
  padding-left: 6.25rem !important;
  padding-right: 6.25rem !important;
}

.py-28 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.px-28 {
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}

.py-32 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.px-32 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.py-34 {
  padding-top: 8.5rem !important;
  padding-bottom: 8.5rem !important;
}

.px-34 {
  padding-left: 8.5rem !important;
  padding-right: 8.5rem !important;
}

.py-38 {
  padding-top: 9.25rem !important;
  padding-bottom: 9.25rem !important;
}

.px-38 {
  padding-left: 9.25rem !important;
  padding-right: 9.25rem !important;
}

.py-40 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.px-40 {
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}

.py-46 {
  padding-top: 11.75rem !important;
  padding-bottom: 11.75rem !important;
}

.px-46 {
  padding-left: 11.75rem !important;
  padding-right: 11.75rem !important;
}

.py-48 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

.px-48 {
  padding-left: 12rem !important;
  padding-right: 12rem !important;
}

.py-56 {
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}

.px-56 {
  padding-left: 14rem !important;
  padding-right: 14rem !important;
}

.py-64 {
  padding-top: 16rem !important;
  padding-bottom: 16rem !important;
}

.px-64 {
  padding-left: 16rem !important;
  padding-right: 16rem !important;
}

.py-82 {
  padding-top: 20.75rem !important;
  padding-bottom: 20.75rem !important;
}

.px-82 {
  padding-left: 20.75rem !important;
  padding-right: 20.75rem !important;
}

.py-px {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.px-px {
  padding-left: 1px !important;
  padding-right: 1px !important;
}

.py-tiny {
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}

.px-tiny {
  padding-left: 0.3rem !important;
  padding-right: 0.3rem !important;
}

.py-quick-links {
  padding-top: 26% !important;
  padding-bottom: 26% !important;
}

.px-quick-links {
  padding-left: 26% !important;
  padding-right: 26% !important;
}

.py-pro-slid {
  padding-top: 48% !important;
  padding-bottom: 48% !important;
}

.px-pro-slid {
  padding-left: 48% !important;
  padding-right: 48% !important;
}

.py-62p {
  padding-top: 62% !important;
  padding-bottom: 62% !important;
}

.px-62p {
  padding-left: 62% !important;
  padding-right: 62% !important;
}

.py-90p {
  padding-top: 90% !important;
  padding-bottom: 90% !important;
}

.px-90p {
  padding-left: 90% !important;
  padding-right: 90% !important;
}

.py-x-large {
  padding-top: 27.5rem !important;
  padding-bottom: 27.5rem !important;
}

.px-x-large {
  padding-left: 27.5rem !important;
  padding-right: 27.5rem !important;
}

.py-2px {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}

.px-2px {
  padding-left: 0.125rem !important;
  padding-right: 0.125rem !important;
}

.py-9px {
  padding-top: 0.5625rem !important;
  padding-bottom: 0.5625rem !important;
}

.px-9px {
  padding-left: 0.5625rem !important;
  padding-right: 0.5625rem !important;
}

.py-10px {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}

.px-10px {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}

.py-18px {
  padding-top: 1.125rem !important;
  padding-bottom: 1.125rem !important;
}

.px-18px {
  padding-left: 1.125rem !important;
  padding-right: 1.125rem !important;
}

.py-20px {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.px-20px {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.py-24px {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.px-24px {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-26px {
  padding-top: 1.625rem !important;
  padding-bottom: 1.625rem !important;
}

.px-26px {
  padding-left: 1.625rem !important;
  padding-right: 1.625rem !important;
}

.py-30px {
  padding-top: 1.875rem !important;
  padding-bottom: 1.875rem !important;
}

.px-30px {
  padding-left: 1.875rem !important;
  padding-right: 1.875rem !important;
}

.py-38px {
  padding-top: 2.375rem !important;
  padding-bottom: 2.375rem !important;
}

.px-38px {
  padding-left: 2.375rem !important;
  padding-right: 2.375rem !important;
}

.py-43px {
  padding-top: 2.6875rem !important;
  padding-bottom: 2.6875rem !important;
}

.px-43px {
  padding-left: 2.6875rem !important;
  padding-right: 2.6875rem !important;
}

.py-44px {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}

.px-44px {
  padding-left: 2.75rem !important;
  padding-right: 2.75rem !important;
}

.py-46px {
  padding-top: 2.875rem !important;
  padding-bottom: 2.875rem !important;
}

.px-46px {
  padding-left: 2.875rem !important;
  padding-right: 2.875rem !important;
}

.py-53px {
  padding-top: 3.3125rem !important;
  padding-bottom: 3.3125rem !important;
}

.px-53px {
  padding-left: 3.3125rem !important;
  padding-right: 3.3125rem !important;
}

.py-54px {
  padding-top: 3.375rem !important;
  padding-bottom: 3.375rem !important;
}

.px-54px {
  padding-left: 3.375rem !important;
  padding-right: 3.375rem !important;
}

.py-55px {
  padding-top: 3.4375rem !important;
  padding-bottom: 3.4375rem !important;
}

.px-55px {
  padding-left: 3.4375rem !important;
  padding-right: 3.4375rem !important;
}

.py-60px {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}

.px-60px {
  padding-left: 3.75rem !important;
  padding-right: 3.75rem !important;
}

.py-67px {
  padding-top: 4.1875rem !important;
  padding-bottom: 4.1875rem !important;
}

.px-67px {
  padding-left: 4.1875rem !important;
  padding-right: 4.1875rem !important;
}

.py-73px {
  padding-top: 4.5625rem !important;
  padding-bottom: 4.5625rem !important;
}

.px-73px {
  padding-left: 4.5625rem !important;
  padding-right: 4.5625rem !important;
}

.py-80px {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.px-80px {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.py-81px {
  padding-top: 5.0625rem !important;
  padding-bottom: 5.0625rem !important;
}

.px-81px {
  padding-left: 5.0625rem !important;
  padding-right: 5.0625rem !important;
}

.py-85px {
  padding-top: 5.3125rem !important;
  padding-bottom: 5.3125rem !important;
}

.px-85px {
  padding-left: 5.3125rem !important;
  padding-right: 5.3125rem !important;
}

.py-92px {
  padding-top: 5.75rem !important;
  padding-bottom: 5.75rem !important;
}

.px-92px {
  padding-left: 5.75rem !important;
  padding-right: 5.75rem !important;
}

.py-100px {
  padding-top: 6.25rem !important;
  padding-bottom: 6.25rem !important;
}

.px-100px {
  padding-left: 6.25rem !important;
  padding-right: 6.25rem !important;
}

.py-106px {
  padding-top: 6.625rem !important;
  padding-bottom: 6.625rem !important;
}

.px-106px {
  padding-left: 6.625rem !important;
  padding-right: 6.625rem !important;
}

.py-123px {
  padding-top: 7.6875rem !important;
  padding-bottom: 7.6875rem !important;
}

.px-123px {
  padding-left: 7.6875rem !important;
  padding-right: 7.6875rem !important;
}

.py-126px {
  padding-top: 7.875rem !important;
  padding-bottom: 7.875rem !important;
}

.px-126px {
  padding-left: 7.875rem !important;
  padding-right: 7.875rem !important;
}

.py-138px {
  padding-top: 8.625rem !important;
  padding-bottom: 8.625rem !important;
}

.px-138px {
  padding-left: 8.625rem !important;
  padding-right: 8.625rem !important;
}

.py-140px {
  padding-top: 8.75rem !important;
  padding-bottom: 8.75rem !important;
}

.px-140px {
  padding-left: 8.75rem !important;
  padding-right: 8.75rem !important;
}

.py-146px {
  padding-top: 9.125rem !important;
  padding-bottom: 9.125rem !important;
}

.px-146px {
  padding-left: 9.125rem !important;
  padding-right: 9.125rem !important;
}

.py-152px {
  padding-top: 9.5rem !important;
  padding-bottom: 9.5rem !important;
}

.px-152px {
  padding-left: 9.5rem !important;
  padding-right: 9.5rem !important;
}

.py-187px {
  padding-top: 11.6875rem !important;
  padding-bottom: 11.6875rem !important;
}

.px-187px {
  padding-left: 11.6875rem !important;
  padding-right: 11.6875rem !important;
}

.py-220px {
  padding-top: 13.75rem !important;
  padding-bottom: 13.75rem !important;
}

.px-220px {
  padding-left: 13.75rem !important;
  padding-right: 13.75rem !important;
}

.py-253px {
  padding-top: 15.8125rem !important;
  padding-bottom: 15.8125rem !important;
}

.px-253px {
  padding-left: 15.8125rem !important;
  padding-right: 15.8125rem !important;
}

.py-320px {
  padding-top: 20rem !important;
  padding-bottom: 20rem !important;
}

.px-320px {
  padding-left: 20rem !important;
  padding-right: 20rem !important;
}

.py-400px {
  padding-top: 25rem !important;
  padding-bottom: 25rem !important;
}

.px-400px {
  padding-left: 25rem !important;
  padding-right: 25rem !important;
}

.py-500px {
  padding-top: 31.25rem !important;
  padding-bottom: 31.25rem !important;
}

.px-500px {
  padding-left: 31.25rem !important;
  padding-right: 31.25rem !important;
}

.py-lgPaddingTop {
  padding-top: 15.8125rem !important;
  padding-bottom: 15.8125rem !important;
}

.px-lgPaddingTop {
  padding-left: 15.8125rem !important;
  padding-right: 15.8125rem !important;
}

.py-phonePaddingTop {
  padding-top: 9.875rem !important;
  padding-bottom: 9.875rem !important;
}

.px-phonePaddingTop {
  padding-left: 9.875rem !important;
  padding-right: 9.875rem !important;
}

.py-tabletPaddingTop {
  padding-top: 6.625rem !important;
  padding-bottom: 6.625rem !important;
}

.px-tabletPaddingTop {
  padding-left: 6.625rem !important;
  padding-right: 6.625rem !important;
}

.py-largePaddingTop {
  padding-top: 13.75rem !important;
  padding-bottom: 13.75rem !important;
}

.px-largePaddingTop {
  padding-left: 13.75rem !important;
  padding-right: 13.75rem !important;
}

.py-phoneTextContentMaxWidth {
  padding-top: 57.0625rem !important;
  padding-bottom: 57.0625rem !important;
}

.px-phoneTextContentMaxWidth {
  padding-left: 57.0625rem !important;
  padding-right: 57.0625rem !important;
}

.py-phoneTextContentWidth {
  padding-top: 63% !important;
  padding-bottom: 63% !important;
}

.px-phoneTextContentWidth {
  padding-left: 63% !important;
  padding-right: 63% !important;
}

.py-phoneBlockContentWidth {
  padding-top: 71.625rem !important;
  padding-bottom: 71.625rem !important;
}

.px-phoneBlockContentWidth {
  padding-left: 71.625rem !important;
  padding-right: 71.625rem !important;
}

.py-tabletTextContentMaxWidth {
  padding-top: 57.0625rem !important;
  padding-bottom: 57.0625rem !important;
}

.px-tabletTextContentMaxWidth {
  padding-left: 57.0625rem !important;
  padding-right: 57.0625rem !important;
}

.py-tabletTextContentWidth {
  padding-top: 63% !important;
  padding-bottom: 63% !important;
}

.px-tabletTextContentWidth {
  padding-left: 63% !important;
  padding-right: 63% !important;
}

.py-tabletBlockContentWidth {
  padding-top: 71.625rem !important;
  padding-bottom: 71.625rem !important;
}

.px-tabletBlockContentWidth {
  padding-left: 71.625rem !important;
  padding-right: 71.625rem !important;
}

.py-largeTextContentMaxWidth {
  padding-top: 57.0625rem !important;
  padding-bottom: 57.0625rem !important;
}

.px-largeTextContentMaxWidth {
  padding-left: 57.0625rem !important;
  padding-right: 57.0625rem !important;
}

.py-largeTextContentWidth {
  padding-top: 63% !important;
  padding-bottom: 63% !important;
}

.px-largeTextContentWidth {
  padding-left: 63% !important;
  padding-right: 63% !important;
}

.py-largeBlockContentWidth {
  padding-top: 71.625rem !important;
  padding-bottom: 71.625rem !important;
}

.px-largeBlockContentWidth {
  padding-left: 71.625rem !important;
  padding-right: 71.625rem !important;
}

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

.pr-0 {
  padding-right: 0 !important;
}

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

.pl-0 {
  padding-left: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

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

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

.pr-2 {
  padding-right: 0.5rem !important;
}

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

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

.pt-3 {
  padding-top: 0.75rem !important;
}

.pr-3 {
  padding-right: 0.75rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pl-3 {
  padding-left: 0.75rem !important;
}

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

.pr-4 {
  padding-right: 1rem !important;
}

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

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

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

.pr-5 {
  padding-right: 1.25rem !important;
}

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

.pl-5 {
  padding-left: 1.25rem !important;
}

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

.pr-6 {
  padding-right: 1.5rem !important;
}

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

.pl-6 {
  padding-left: 1.5rem !important;
}

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

.pr-8 {
  padding-right: 2rem !important;
}

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

.pl-8 {
  padding-left: 2rem !important;
}

.pt-9 {
  padding-top: 2.5rem !important;
}

.pr-9 {
  padding-right: 2.5rem !important;
}

.pb-9 {
  padding-bottom: 2.5rem !important;
}

.pl-9 {
  padding-left: 2.5rem !important;
}

.pt-10 {
  padding-top: 2.5rem !important;
}

.pr-10 {
  padding-right: 2.5rem !important;
}

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

.pl-10 {
  padding-left: 2.5rem !important;
}

.pt-12 {
  padding-top: 3rem !important;
}

.pr-12 {
  padding-right: 3rem !important;
}

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

.pl-12 {
  padding-left: 3rem !important;
}

.pt-14 {
  padding-top: 3.5rem !important;
}

.pr-14 {
  padding-right: 3.5rem !important;
}

.pb-14 {
  padding-bottom: 3.5rem !important;
}

.pl-14 {
  padding-left: 3.5rem !important;
}

.pt-16 {
  padding-top: 4rem !important;
}

.pr-16 {
  padding-right: 4rem !important;
}

.pb-16 {
  padding-bottom: 4rem !important;
}

.pl-16 {
  padding-left: 4rem !important;
}

.pt-18 {
  padding-top: 4.5rem !important;
}

.pr-18 {
  padding-right: 4.5rem !important;
}

.pb-18 {
  padding-bottom: 4.5rem !important;
}

.pl-18 {
  padding-left: 4.5rem !important;
}

.pt-20 {
  padding-top: 5rem !important;
}

.pr-20 {
  padding-right: 5rem !important;
}

.pb-20 {
  padding-bottom: 5rem !important;
}

.pl-20 {
  padding-left: 5rem !important;
}

.pt-22 {
  padding-top: 5.626rem !important;
}

.pr-22 {
  padding-right: 5.626rem !important;
}

.pb-22 {
  padding-bottom: 5.626rem !important;
}

.pl-22 {
  padding-left: 5.626rem !important;
}

.pt-24 {
  padding-top: 6rem !important;
}

.pr-24 {
  padding-right: 6rem !important;
}

.pb-24 {
  padding-bottom: 6rem !important;
}

.pl-24 {
  padding-left: 6rem !important;
}

.pt-26 {
  padding-top: 6.25rem !important;
}

.pr-26 {
  padding-right: 6.25rem !important;
}

.pb-26 {
  padding-bottom: 6.25rem !important;
}

.pl-26 {
  padding-left: 6.25rem !important;
}

.pt-28 {
  padding-top: 7rem !important;
}

.pr-28 {
  padding-right: 7rem !important;
}

.pb-28 {
  padding-bottom: 7rem !important;
}

.pl-28 {
  padding-left: 7rem !important;
}

.pt-32 {
  padding-top: 8rem !important;
}

.pr-32 {
  padding-right: 8rem !important;
}

.pb-32 {
  padding-bottom: 8rem !important;
}

.pl-32 {
  padding-left: 8rem !important;
}

.pt-34 {
  padding-top: 8.5rem !important;
}

.pr-34 {
  padding-right: 8.5rem !important;
}

.pb-34 {
  padding-bottom: 8.5rem !important;
}

.pl-34 {
  padding-left: 8.5rem !important;
}

.pt-38 {
  padding-top: 9.25rem !important;
}

.pr-38 {
  padding-right: 9.25rem !important;
}

.pb-38 {
  padding-bottom: 9.25rem !important;
}

.pl-38 {
  padding-left: 9.25rem !important;
}

.pt-40 {
  padding-top: 10rem !important;
}

.pr-40 {
  padding-right: 10rem !important;
}

.pb-40 {
  padding-bottom: 10rem !important;
}

.pl-40 {
  padding-left: 10rem !important;
}

.pt-46 {
  padding-top: 11.75rem !important;
}

.pr-46 {
  padding-right: 11.75rem !important;
}

.pb-46 {
  padding-bottom: 11.75rem !important;
}

.pl-46 {
  padding-left: 11.75rem !important;
}

.pt-48 {
  padding-top: 12rem !important;
}

.pr-48 {
  padding-right: 12rem !important;
}

.pb-48 {
  padding-bottom: 12rem !important;
}

.pl-48 {
  padding-left: 12rem !important;
}

.pt-56 {
  padding-top: 14rem !important;
}

.pr-56 {
  padding-right: 14rem !important;
}

.pb-56 {
  padding-bottom: 14rem !important;
}

.pl-56 {
  padding-left: 14rem !important;
}

.pt-64 {
  padding-top: 16rem !important;
}

.pr-64 {
  padding-right: 16rem !important;
}

.pb-64 {
  padding-bottom: 16rem !important;
}

.pl-64 {
  padding-left: 16rem !important;
}

.pt-82 {
  padding-top: 20.75rem !important;
}

.pr-82 {
  padding-right: 20.75rem !important;
}

.pb-82 {
  padding-bottom: 20.75rem !important;
}

.pl-82 {
  padding-left: 20.75rem !important;
}

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

.pr-px {
  padding-right: 1px !important;
}

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

.pl-px {
  padding-left: 1px !important;
}

.pt-tiny {
  padding-top: 0.3rem !important;
}

.pr-tiny {
  padding-right: 0.3rem !important;
}

.pb-tiny {
  padding-bottom: 0.3rem !important;
}

.pl-tiny {
  padding-left: 0.3rem !important;
}

.pt-quick-links {
  padding-top: 26% !important;
}

.pr-quick-links {
  padding-right: 26% !important;
}

.pb-quick-links {
  padding-bottom: 26% !important;
}

.pl-quick-links {
  padding-left: 26% !important;
}

.pt-pro-slid {
  padding-top: 48% !important;
}

.pr-pro-slid {
  padding-right: 48% !important;
}

.pb-pro-slid {
  padding-bottom: 48% !important;
}

.pl-pro-slid {
  padding-left: 48% !important;
}

.pt-62p {
  padding-top: 62% !important;
}

.pr-62p {
  padding-right: 62% !important;
}

.pb-62p {
  padding-bottom: 62% !important;
}

.pl-62p {
  padding-left: 62% !important;
}

.pt-90p {
  padding-top: 90% !important;
}

.pr-90p {
  padding-right: 90% !important;
}

.pb-90p {
  padding-bottom: 90% !important;
}

.pl-90p {
  padding-left: 90% !important;
}

.pt-x-large {
  padding-top: 27.5rem !important;
}

.pr-x-large {
  padding-right: 27.5rem !important;
}

.pb-x-large {
  padding-bottom: 27.5rem !important;
}

.pl-x-large {
  padding-left: 27.5rem !important;
}

.pt-2px {
  padding-top: 0.125rem !important;
}

.pr-2px {
  padding-right: 0.125rem !important;
}

.pb-2px {
  padding-bottom: 0.125rem !important;
}

.pl-2px {
  padding-left: 0.125rem !important;
}

.pt-9px {
  padding-top: 0.5625rem !important;
}

.pr-9px {
  padding-right: 0.5625rem !important;
}

.pb-9px {
  padding-bottom: 0.5625rem !important;
}

.pl-9px {
  padding-left: 0.5625rem !important;
}

.pt-10px {
  padding-top: 0.625rem !important;
}

.pr-10px {
  padding-right: 0.625rem !important;
}

.pb-10px {
  padding-bottom: 0.625rem !important;
}

.pl-10px {
  padding-left: 0.625rem !important;
}

.pt-18px {
  padding-top: 1.125rem !important;
}

.pr-18px {
  padding-right: 1.125rem !important;
}

.pb-18px {
  padding-bottom: 1.125rem !important;
}

.pl-18px {
  padding-left: 1.125rem !important;
}

.pt-20px {
  padding-top: 1.25rem !important;
}

.pr-20px {
  padding-right: 1.25rem !important;
}

.pb-20px {
  padding-bottom: 1.25rem !important;
}

.pl-20px {
  padding-left: 1.25rem !important;
}

.pt-24px {
  padding-top: 1.5rem !important;
}

.pr-24px {
  padding-right: 1.5rem !important;
}

.pb-24px {
  padding-bottom: 1.5rem !important;
}

.pl-24px {
  padding-left: 1.5rem !important;
}

.pt-26px {
  padding-top: 1.625rem !important;
}

.pr-26px {
  padding-right: 1.625rem !important;
}

.pb-26px {
  padding-bottom: 1.625rem !important;
}

.pl-26px {
  padding-left: 1.625rem !important;
}

.pt-30px {
  padding-top: 1.875rem !important;
}

.pr-30px {
  padding-right: 1.875rem !important;
}

.pb-30px {
  padding-bottom: 1.875rem !important;
}

.pl-30px {
  padding-left: 1.875rem !important;
}

.pt-38px {
  padding-top: 2.375rem !important;
}

.pr-38px {
  padding-right: 2.375rem !important;
}

.pb-38px {
  padding-bottom: 2.375rem !important;
}

.pl-38px {
  padding-left: 2.375rem !important;
}

.pt-43px {
  padding-top: 2.6875rem !important;
}

.pr-43px {
  padding-right: 2.6875rem !important;
}

.pb-43px {
  padding-bottom: 2.6875rem !important;
}

.pl-43px {
  padding-left: 2.6875rem !important;
}

.pt-44px {
  padding-top: 2.75rem !important;
}

.pr-44px {
  padding-right: 2.75rem !important;
}

.pb-44px {
  padding-bottom: 2.75rem !important;
}

.pl-44px {
  padding-left: 2.75rem !important;
}

.pt-46px {
  padding-top: 2.875rem !important;
}

.pr-46px {
  padding-right: 2.875rem !important;
}

.pb-46px {
  padding-bottom: 2.875rem !important;
}

.pl-46px {
  padding-left: 2.875rem !important;
}

.pt-53px {
  padding-top: 3.3125rem !important;
}

.pr-53px {
  padding-right: 3.3125rem !important;
}

.pb-53px {
  padding-bottom: 3.3125rem !important;
}

.pl-53px {
  padding-left: 3.3125rem !important;
}

.pt-54px {
  padding-top: 3.375rem !important;
}

.pr-54px {
  padding-right: 3.375rem !important;
}

.pb-54px {
  padding-bottom: 3.375rem !important;
}

.pl-54px {
  padding-left: 3.375rem !important;
}

.pt-55px {
  padding-top: 3.4375rem !important;
}

.pr-55px {
  padding-right: 3.4375rem !important;
}

.pb-55px {
  padding-bottom: 3.4375rem !important;
}

.pl-55px {
  padding-left: 3.4375rem !important;
}

.pt-60px {
  padding-top: 3.75rem !important;
}

.pr-60px {
  padding-right: 3.75rem !important;
}

.pb-60px {
  padding-bottom: 3.75rem !important;
}

.pl-60px {
  padding-left: 3.75rem !important;
}

.pt-67px {
  padding-top: 4.1875rem !important;
}

.pr-67px {
  padding-right: 4.1875rem !important;
}

.pb-67px {
  padding-bottom: 4.1875rem !important;
}

.pl-67px {
  padding-left: 4.1875rem !important;
}

.pt-73px {
  padding-top: 4.5625rem !important;
}

.pr-73px {
  padding-right: 4.5625rem !important;
}

.pb-73px {
  padding-bottom: 4.5625rem !important;
}

.pl-73px {
  padding-left: 4.5625rem !important;
}

.pt-80px {
  padding-top: 5rem !important;
}

.pr-80px {
  padding-right: 5rem !important;
}

.pb-80px {
  padding-bottom: 5rem !important;
}

.pl-80px {
  padding-left: 5rem !important;
}

.pt-81px {
  padding-top: 5.0625rem !important;
}

.pr-81px {
  padding-right: 5.0625rem !important;
}

.pb-81px {
  padding-bottom: 5.0625rem !important;
}

.pl-81px {
  padding-left: 5.0625rem !important;
}

.pt-85px {
  padding-top: 5.3125rem !important;
}

.pr-85px {
  padding-right: 5.3125rem !important;
}

.pb-85px {
  padding-bottom: 5.3125rem !important;
}

.pl-85px {
  padding-left: 5.3125rem !important;
}

.pt-92px {
  padding-top: 5.75rem !important;
}

.pr-92px {
  padding-right: 5.75rem !important;
}

.pb-92px {
  padding-bottom: 5.75rem !important;
}

.pl-92px {
  padding-left: 5.75rem !important;
}

.pt-100px {
  padding-top: 6.25rem !important;
}

.pr-100px {
  padding-right: 6.25rem !important;
}

.pb-100px {
  padding-bottom: 6.25rem !important;
}

.pl-100px {
  padding-left: 6.25rem !important;
}

.pt-106px {
  padding-top: 6.625rem !important;
}

.pr-106px {
  padding-right: 6.625rem !important;
}

.pb-106px {
  padding-bottom: 6.625rem !important;
}

.pl-106px {
  padding-left: 6.625rem !important;
}

.pt-123px {
  padding-top: 7.6875rem !important;
}

.pr-123px {
  padding-right: 7.6875rem !important;
}

.pb-123px {
  padding-bottom: 7.6875rem !important;
}

.pl-123px {
  padding-left: 7.6875rem !important;
}

.pt-126px {
  padding-top: 7.875rem !important;
}

.pr-126px {
  padding-right: 7.875rem !important;
}

.pb-126px {
  padding-bottom: 7.875rem !important;
}

.pl-126px {
  padding-left: 7.875rem !important;
}

.pt-138px {
  padding-top: 8.625rem !important;
}

.pr-138px {
  padding-right: 8.625rem !important;
}

.pb-138px {
  padding-bottom: 8.625rem !important;
}

.pl-138px {
  padding-left: 8.625rem !important;
}

.pt-140px {
  padding-top: 8.75rem !important;
}

.pr-140px {
  padding-right: 8.75rem !important;
}

.pb-140px {
  padding-bottom: 8.75rem !important;
}

.pl-140px {
  padding-left: 8.75rem !important;
}

.pt-146px {
  padding-top: 9.125rem !important;
}

.pr-146px {
  padding-right: 9.125rem !important;
}

.pb-146px {
  padding-bottom: 9.125rem !important;
}

.pl-146px {
  padding-left: 9.125rem !important;
}

.pt-152px {
  padding-top: 9.5rem !important;
}

.pr-152px {
  padding-right: 9.5rem !important;
}

.pb-152px {
  padding-bottom: 9.5rem !important;
}

.pl-152px {
  padding-left: 9.5rem !important;
}

.pt-187px {
  padding-top: 11.6875rem !important;
}

.pr-187px {
  padding-right: 11.6875rem !important;
}

.pb-187px {
  padding-bottom: 11.6875rem !important;
}

.pl-187px {
  padding-left: 11.6875rem !important;
}

.pt-220px {
  padding-top: 13.75rem !important;
}

.pr-220px {
  padding-right: 13.75rem !important;
}

.pb-220px {
  padding-bottom: 13.75rem !important;
}

.pl-220px {
  padding-left: 13.75rem !important;
}

.pt-253px {
  padding-top: 15.8125rem !important;
}

.pr-253px {
  padding-right: 15.8125rem !important;
}

.pb-253px {
  padding-bottom: 15.8125rem !important;
}

.pl-253px {
  padding-left: 15.8125rem !important;
}

.pt-320px {
  padding-top: 20rem !important;
}

.pr-320px {
  padding-right: 20rem !important;
}

.pb-320px {
  padding-bottom: 20rem !important;
}

.pl-320px {
  padding-left: 20rem !important;
}

.pt-400px {
  padding-top: 25rem !important;
}

.pr-400px {
  padding-right: 25rem !important;
}

.pb-400px {
  padding-bottom: 25rem !important;
}

.pl-400px {
  padding-left: 25rem !important;
}

.pt-500px {
  padding-top: 31.25rem !important;
}

.pr-500px {
  padding-right: 31.25rem !important;
}

.pb-500px {
  padding-bottom: 31.25rem !important;
}

.pl-500px {
  padding-left: 31.25rem !important;
}

.pt-lgPaddingTop {
  padding-top: 15.8125rem !important;
}

.pr-lgPaddingTop {
  padding-right: 15.8125rem !important;
}

.pb-lgPaddingTop {
  padding-bottom: 15.8125rem !important;
}

.pl-lgPaddingTop {
  padding-left: 15.8125rem !important;
}

.pt-phonePaddingTop {
  padding-top: 9.875rem !important;
}

.pr-phonePaddingTop {
  padding-right: 9.875rem !important;
}

.pb-phonePaddingTop {
  padding-bottom: 9.875rem !important;
}

.pl-phonePaddingTop {
  padding-left: 9.875rem !important;
}

.pt-tabletPaddingTop {
  padding-top: 6.625rem !important;
}

.pr-tabletPaddingTop {
  padding-right: 6.625rem !important;
}

.pb-tabletPaddingTop {
  padding-bottom: 6.625rem !important;
}

.pl-tabletPaddingTop {
  padding-left: 6.625rem !important;
}

.pt-largePaddingTop {
  padding-top: 13.75rem !important;
}

.pr-largePaddingTop {
  padding-right: 13.75rem !important;
}

.pb-largePaddingTop {
  padding-bottom: 13.75rem !important;
}

.pl-largePaddingTop {
  padding-left: 13.75rem !important;
}

.pt-phoneTextContentMaxWidth {
  padding-top: 57.0625rem !important;
}

.pr-phoneTextContentMaxWidth {
  padding-right: 57.0625rem !important;
}

.pb-phoneTextContentMaxWidth {
  padding-bottom: 57.0625rem !important;
}

.pl-phoneTextContentMaxWidth {
  padding-left: 57.0625rem !important;
}

.pt-phoneTextContentWidth {
  padding-top: 63% !important;
}

.pr-phoneTextContentWidth {
  padding-right: 63% !important;
}

.pb-phoneTextContentWidth {
  padding-bottom: 63% !important;
}

.pl-phoneTextContentWidth {
  padding-left: 63% !important;
}

.pt-phoneBlockContentWidth {
  padding-top: 71.625rem !important;
}

.pr-phoneBlockContentWidth {
  padding-right: 71.625rem !important;
}

.pb-phoneBlockContentWidth {
  padding-bottom: 71.625rem !important;
}

.pl-phoneBlockContentWidth {
  padding-left: 71.625rem !important;
}

.pt-tabletTextContentMaxWidth {
  padding-top: 57.0625rem !important;
}

.pr-tabletTextContentMaxWidth {
  padding-right: 57.0625rem !important;
}

.pb-tabletTextContentMaxWidth {
  padding-bottom: 57.0625rem !important;
}

.pl-tabletTextContentMaxWidth {
  padding-left: 57.0625rem !important;
}

.pt-tabletTextContentWidth {
  padding-top: 63% !important;
}

.pr-tabletTextContentWidth {
  padding-right: 63% !important;
}

.pb-tabletTextContentWidth {
  padding-bottom: 63% !important;
}

.pl-tabletTextContentWidth {
  padding-left: 63% !important;
}

.pt-tabletBlockContentWidth {
  padding-top: 71.625rem !important;
}

.pr-tabletBlockContentWidth {
  padding-right: 71.625rem !important;
}

.pb-tabletBlockContentWidth {
  padding-bottom: 71.625rem !important;
}

.pl-tabletBlockContentWidth {
  padding-left: 71.625rem !important;
}

.pt-largeTextContentMaxWidth {
  padding-top: 57.0625rem !important;
}

.pr-largeTextContentMaxWidth {
  padding-right: 57.0625rem !important;
}

.pb-largeTextContentMaxWidth {
  padding-bottom: 57.0625rem !important;
}

.pl-largeTextContentMaxWidth {
  padding-left: 57.0625rem !important;
}

.pt-largeTextContentWidth {
  padding-top: 63% !important;
}

.pr-largeTextContentWidth {
  padding-right: 63% !important;
}

.pb-largeTextContentWidth {
  padding-bottom: 63% !important;
}

.pl-largeTextContentWidth {
  padding-left: 63% !important;
}

.pt-largeBlockContentWidth {
  padding-top: 71.625rem !important;
}

.pr-largeBlockContentWidth {
  padding-right: 71.625rem !important;
}

.pb-largeBlockContentWidth {
  padding-bottom: 71.625rem !important;
}

.pl-largeBlockContentWidth {
  padding-left: 71.625rem !important;
}

.placeholder-transparent::-moz-placeholder {
  color: transparent !important;
}

.placeholder-transparent:-ms-input-placeholder {
  color: transparent !important;
}

.placeholder-transparent::placeholder {
  color: transparent !important;
}

.placeholder-current::-moz-placeholder {
  color: currentColor !important;
}

.placeholder-current:-ms-input-placeholder {
  color: currentColor !important;
}

.placeholder-current::placeholder {
  color: currentColor !important;
}

.placeholder-black::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #000000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.placeholder-black:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #000000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.placeholder-black::placeholder {
  --placeholder-opacity: 1 !important;
  color: #000000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.placeholder-white::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #FFFFFF !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.placeholder-white:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #FFFFFF !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.placeholder-white::placeholder {
  --placeholder-opacity: 1 !important;
  color: #FFFFFF !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.placeholder-gray::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #727272 !important;
  color: rgba(114, 114, 114, var(--placeholder-opacity)) !important;
}

.placeholder-gray:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #727272 !important;
  color: rgba(114, 114, 114, var(--placeholder-opacity)) !important;
}

.placeholder-gray::placeholder {
  --placeholder-opacity: 1 !important;
  color: #727272 !important;
  color: rgba(114, 114, 114, var(--placeholder-opacity)) !important;
}

.placeholder-red::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #E12A09 !important;
  color: rgba(225, 42, 9, var(--placeholder-opacity)) !important;
}

.placeholder-red:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #E12A09 !important;
  color: rgba(225, 42, 9, var(--placeholder-opacity)) !important;
}

.placeholder-red::placeholder {
  --placeholder-opacity: 1 !important;
  color: #E12A09 !important;
  color: rgba(225, 42, 9, var(--placeholder-opacity)) !important;
}

.placeholder-orange::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #F29C2B !important;
  color: rgba(242, 156, 43, var(--placeholder-opacity)) !important;
}

.placeholder-orange:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #F29C2B !important;
  color: rgba(242, 156, 43, var(--placeholder-opacity)) !important;
}

.placeholder-orange::placeholder {
  --placeholder-opacity: 1 !important;
  color: #F29C2B !important;
  color: rgba(242, 156, 43, var(--placeholder-opacity)) !important;
}

.placeholder-yellow::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #FFEB9A !important;
  color: rgba(255, 235, 154, var(--placeholder-opacity)) !important;
}

.placeholder-yellow:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #FFEB9A !important;
  color: rgba(255, 235, 154, var(--placeholder-opacity)) !important;
}

.placeholder-yellow::placeholder {
  --placeholder-opacity: 1 !important;
  color: #FFEB9A !important;
  color: rgba(255, 235, 154, var(--placeholder-opacity)) !important;
}

.placeholder-green-100::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0fff4 !important;
  color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
}

.placeholder-green-100:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0fff4 !important;
  color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
}

.placeholder-green-100::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0fff4 !important;
  color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
}

.placeholder-green-200::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c6f6d5 !important;
  color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
}

.placeholder-green-200:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c6f6d5 !important;
  color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
}

.placeholder-green-200::placeholder {
  --placeholder-opacity: 1 !important;
  color: #c6f6d5 !important;
  color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
}

.placeholder-green-300::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9ae6b4 !important;
  color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
}

.placeholder-green-300:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9ae6b4 !important;
  color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
}

.placeholder-green-300::placeholder {
  --placeholder-opacity: 1 !important;
  color: #9ae6b4 !important;
  color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
}

.placeholder-green-400::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #68d391 !important;
  color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
}

.placeholder-green-400:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #68d391 !important;
  color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
}

.placeholder-green-400::placeholder {
  --placeholder-opacity: 1 !important;
  color: #68d391 !important;
  color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
}

.placeholder-green-500::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #48bb78 !important;
  color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
}

.placeholder-green-500:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #48bb78 !important;
  color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
}

.placeholder-green-500::placeholder {
  --placeholder-opacity: 1 !important;
  color: #48bb78 !important;
  color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
}

.placeholder-green-600::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #38a169 !important;
  color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
}

.placeholder-green-600:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #38a169 !important;
  color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
}

.placeholder-green-600::placeholder {
  --placeholder-opacity: 1 !important;
  color: #38a169 !important;
  color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
}

.placeholder-green-700::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2f855a !important;
  color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
}

.placeholder-green-700:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2f855a !important;
  color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
}

.placeholder-green-700::placeholder {
  --placeholder-opacity: 1 !important;
  color: #2f855a !important;
  color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
}

.placeholder-green-800::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #276749 !important;
  color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
}

.placeholder-green-800:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #276749 !important;
  color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
}

.placeholder-green-800::placeholder {
  --placeholder-opacity: 1 !important;
  color: #276749 !important;
  color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
}

.placeholder-green-900::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #22543d !important;
  color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
}

.placeholder-green-900:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #22543d !important;
  color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
}

.placeholder-green-900::placeholder {
  --placeholder-opacity: 1 !important;
  color: #22543d !important;
  color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
}

.placeholder-teal-100::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e6fffa !important;
  color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
}

.placeholder-teal-100:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e6fffa !important;
  color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
}

.placeholder-teal-100::placeholder {
  --placeholder-opacity: 1 !important;
  color: #e6fffa !important;
  color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
}

.placeholder-teal-200::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #b2f5ea !important;
  color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
}

.placeholder-teal-200:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #b2f5ea !important;
  color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
}

.placeholder-teal-200::placeholder {
  --placeholder-opacity: 1 !important;
  color: #b2f5ea !important;
  color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
}

.placeholder-teal-300::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #81e6d9 !important;
  color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
}

.placeholder-teal-300:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #81e6d9 !important;
  color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
}

.placeholder-teal-300::placeholder {
  --placeholder-opacity: 1 !important;
  color: #81e6d9 !important;
  color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
}

.placeholder-teal-400::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4fd1c5 !important;
  color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
}

.placeholder-teal-400:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4fd1c5 !important;
  color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
}

.placeholder-teal-400::placeholder {
  --placeholder-opacity: 1 !important;
  color: #4fd1c5 !important;
  color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
}

.placeholder-teal-500::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #38b2ac !important;
  color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
}

.placeholder-teal-500:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #38b2ac !important;
  color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
}

.placeholder-teal-500::placeholder {
  --placeholder-opacity: 1 !important;
  color: #38b2ac !important;
  color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
}

.placeholder-teal-600::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #319795 !important;
  color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
}

.placeholder-teal-600:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #319795 !important;
  color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
}

.placeholder-teal-600::placeholder {
  --placeholder-opacity: 1 !important;
  color: #319795 !important;
  color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
}

.placeholder-teal-700::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2c7a7b !important;
  color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
}

.placeholder-teal-700:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2c7a7b !important;
  color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
}

.placeholder-teal-700::placeholder {
  --placeholder-opacity: 1 !important;
  color: #2c7a7b !important;
  color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
}

.placeholder-teal-800::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #285e61 !important;
  color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
}

.placeholder-teal-800:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #285e61 !important;
  color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
}

.placeholder-teal-800::placeholder {
  --placeholder-opacity: 1 !important;
  color: #285e61 !important;
  color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
}

.placeholder-teal-900::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #234e52 !important;
  color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
}

.placeholder-teal-900:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #234e52 !important;
  color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
}

.placeholder-teal-900::placeholder {
  --placeholder-opacity: 1 !important;
  color: #234e52 !important;
  color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
}

.placeholder-blue-100::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ebf8ff !important;
  color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
}

.placeholder-blue-100:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ebf8ff !important;
  color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
}

.placeholder-blue-100::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ebf8ff !important;
  color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
}

.placeholder-blue-200::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #bee3f8 !important;
  color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
}

.placeholder-blue-200:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #bee3f8 !important;
  color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
}

.placeholder-blue-200::placeholder {
  --placeholder-opacity: 1 !important;
  color: #bee3f8 !important;
  color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
}

.placeholder-blue-300::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #90cdf4 !important;
  color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
}

.placeholder-blue-300:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #90cdf4 !important;
  color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
}

.placeholder-blue-300::placeholder {
  --placeholder-opacity: 1 !important;
  color: #90cdf4 !important;
  color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
}

.placeholder-blue-400::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #63b3ed !important;
  color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
}

.placeholder-blue-400:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #63b3ed !important;
  color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
}

.placeholder-blue-400::placeholder {
  --placeholder-opacity: 1 !important;
  color: #63b3ed !important;
  color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
}

.placeholder-blue-500::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4299e1 !important;
  color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
}

.placeholder-blue-500:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4299e1 !important;
  color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
}

.placeholder-blue-500::placeholder {
  --placeholder-opacity: 1 !important;
  color: #4299e1 !important;
  color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
}

.placeholder-blue-600::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #3182ce !important;
  color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
}

.placeholder-blue-600:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #3182ce !important;
  color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
}

.placeholder-blue-600::placeholder {
  --placeholder-opacity: 1 !important;
  color: #3182ce !important;
  color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
}

.placeholder-blue-700::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2b6cb0 !important;
  color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
}

.placeholder-blue-700:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2b6cb0 !important;
  color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
}

.placeholder-blue-700::placeholder {
  --placeholder-opacity: 1 !important;
  color: #2b6cb0 !important;
  color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
}

.placeholder-blue-800::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2c5282 !important;
  color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
}

.placeholder-blue-800:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2c5282 !important;
  color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
}

.placeholder-blue-800::placeholder {
  --placeholder-opacity: 1 !important;
  color: #2c5282 !important;
  color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
}

.placeholder-blue-900::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2a4365 !important;
  color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
}

.placeholder-blue-900:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2a4365 !important;
  color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
}

.placeholder-blue-900::placeholder {
  --placeholder-opacity: 1 !important;
  color: #2a4365 !important;
  color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-100::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ebf4ff !important;
  color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-100:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ebf4ff !important;
  color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-100::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ebf4ff !important;
  color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-200::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c3dafe !important;
  color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-200:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c3dafe !important;
  color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-200::placeholder {
  --placeholder-opacity: 1 !important;
  color: #c3dafe !important;
  color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-300::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a3bffa !important;
  color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-300:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a3bffa !important;
  color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-300::placeholder {
  --placeholder-opacity: 1 !important;
  color: #a3bffa !important;
  color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-400::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7f9cf5 !important;
  color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-400:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7f9cf5 !important;
  color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-400::placeholder {
  --placeholder-opacity: 1 !important;
  color: #7f9cf5 !important;
  color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-500::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #667eea !important;
  color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-500:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #667eea !important;
  color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-500::placeholder {
  --placeholder-opacity: 1 !important;
  color: #667eea !important;
  color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-600::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #5a67d8 !important;
  color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-600:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #5a67d8 !important;
  color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-600::placeholder {
  --placeholder-opacity: 1 !important;
  color: #5a67d8 !important;
  color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-700::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4c51bf !important;
  color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-700:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4c51bf !important;
  color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-700::placeholder {
  --placeholder-opacity: 1 !important;
  color: #4c51bf !important;
  color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-800::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #434190 !important;
  color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-800:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #434190 !important;
  color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-800::placeholder {
  --placeholder-opacity: 1 !important;
  color: #434190 !important;
  color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-900::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #3c366b !important;
  color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-900:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #3c366b !important;
  color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-900::placeholder {
  --placeholder-opacity: 1 !important;
  color: #3c366b !important;
  color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
}

.placeholder-purple-100::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
}

.placeholder-purple-100:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
}

.placeholder-purple-100::placeholder {
  --placeholder-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
}

.placeholder-purple-200::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e9d8fd !important;
  color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
}

.placeholder-purple-200:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e9d8fd !important;
  color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
}

.placeholder-purple-200::placeholder {
  --placeholder-opacity: 1 !important;
  color: #e9d8fd !important;
  color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
}

.placeholder-purple-300::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d6bcfa !important;
  color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
}

.placeholder-purple-300:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d6bcfa !important;
  color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
}

.placeholder-purple-300::placeholder {
  --placeholder-opacity: 1 !important;
  color: #d6bcfa !important;
  color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
}

.placeholder-purple-400::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #b794f4 !important;
  color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
}

.placeholder-purple-400:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #b794f4 !important;
  color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
}

.placeholder-purple-400::placeholder {
  --placeholder-opacity: 1 !important;
  color: #b794f4 !important;
  color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
}

.placeholder-purple-500::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9f7aea !important;
  color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
}

.placeholder-purple-500:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9f7aea !important;
  color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
}

.placeholder-purple-500::placeholder {
  --placeholder-opacity: 1 !important;
  color: #9f7aea !important;
  color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
}

.placeholder-purple-600::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #805ad5 !important;
  color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
}

.placeholder-purple-600:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #805ad5 !important;
  color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
}

.placeholder-purple-600::placeholder {
  --placeholder-opacity: 1 !important;
  color: #805ad5 !important;
  color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
}

.placeholder-purple-700::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #6b46c1 !important;
  color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
}

.placeholder-purple-700:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #6b46c1 !important;
  color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
}

.placeholder-purple-700::placeholder {
  --placeholder-opacity: 1 !important;
  color: #6b46c1 !important;
  color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
}

.placeholder-purple-800::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #553c9a !important;
  color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
}

.placeholder-purple-800:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #553c9a !important;
  color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
}

.placeholder-purple-800::placeholder {
  --placeholder-opacity: 1 !important;
  color: #553c9a !important;
  color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
}

.placeholder-purple-900::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #44337a !important;
  color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
}

.placeholder-purple-900:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #44337a !important;
  color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
}

.placeholder-purple-900::placeholder {
  --placeholder-opacity: 1 !important;
  color: #44337a !important;
  color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
}

.placeholder-pink-100::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff5f7 !important;
  color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
}

.placeholder-pink-100:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff5f7 !important;
  color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
}

.placeholder-pink-100::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff5f7 !important;
  color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
}

.placeholder-pink-200::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fed7e2 !important;
  color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
}

.placeholder-pink-200:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fed7e2 !important;
  color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
}

.placeholder-pink-200::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fed7e2 !important;
  color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
}

.placeholder-pink-300::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fbb6ce !important;
  color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
}

.placeholder-pink-300:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fbb6ce !important;
  color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
}

.placeholder-pink-300::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fbb6ce !important;
  color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
}

.placeholder-pink-400::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f687b3 !important;
  color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
}

.placeholder-pink-400:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f687b3 !important;
  color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
}

.placeholder-pink-400::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f687b3 !important;
  color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
}

.placeholder-pink-500::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ed64a6 !important;
  color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
}

.placeholder-pink-500:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ed64a6 !important;
  color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
}

.placeholder-pink-500::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ed64a6 !important;
  color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
}

.placeholder-pink-600::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d53f8c !important;
  color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
}

.placeholder-pink-600:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d53f8c !important;
  color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
}

.placeholder-pink-600::placeholder {
  --placeholder-opacity: 1 !important;
  color: #d53f8c !important;
  color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
}

.placeholder-pink-700::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #b83280 !important;
  color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
}

.placeholder-pink-700:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #b83280 !important;
  color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
}

.placeholder-pink-700::placeholder {
  --placeholder-opacity: 1 !important;
  color: #b83280 !important;
  color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
}

.placeholder-pink-800::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #97266d !important;
  color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
}

.placeholder-pink-800:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #97266d !important;
  color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
}

.placeholder-pink-800::placeholder {
  --placeholder-opacity: 1 !important;
  color: #97266d !important;
  color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
}

.placeholder-pink-900::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #702459 !important;
  color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
}

.placeholder-pink-900:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #702459 !important;
  color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
}

.placeholder-pink-900::placeholder {
  --placeholder-opacity: 1 !important;
  color: #702459 !important;
  color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
}

.placeholder-navy-blue::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #23345A !important;
  color: rgba(35, 52, 90, var(--placeholder-opacity)) !important;
}

.placeholder-navy-blue:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #23345A !important;
  color: rgba(35, 52, 90, var(--placeholder-opacity)) !important;
}

.placeholder-navy-blue::placeholder {
  --placeholder-opacity: 1 !important;
  color: #23345A !important;
  color: rgba(35, 52, 90, var(--placeholder-opacity)) !important;
}

.placeholder-cyan::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #40C8EA !important;
  color: rgba(64, 200, 234, var(--placeholder-opacity)) !important;
}

.placeholder-cyan:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #40C8EA !important;
  color: rgba(64, 200, 234, var(--placeholder-opacity)) !important;
}

.placeholder-cyan::placeholder {
  --placeholder-opacity: 1 !important;
  color: #40C8EA !important;
  color: rgba(64, 200, 234, var(--placeholder-opacity)) !important;
}

.placeholder-yellowOrange::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #F8E9A7 !important;
  color: rgba(248, 233, 167, var(--placeholder-opacity)) !important;
}

.placeholder-yellowOrange:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #F8E9A7 !important;
  color: rgba(248, 233, 167, var(--placeholder-opacity)) !important;
}

.placeholder-yellowOrange::placeholder {
  --placeholder-opacity: 1 !important;
  color: #F8E9A7 !important;
  color: rgba(248, 233, 167, var(--placeholder-opacity)) !important;
}

.placeholder-light-blue::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #C9EAF4 !important;
  color: rgba(201, 234, 244, var(--placeholder-opacity)) !important;
}

.placeholder-light-blue:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #C9EAF4 !important;
  color: rgba(201, 234, 244, var(--placeholder-opacity)) !important;
}

.placeholder-light-blue::placeholder {
  --placeholder-opacity: 1 !important;
  color: #C9EAF4 !important;
  color: rgba(201, 234, 244, var(--placeholder-opacity)) !important;
}

.placeholder-lightest-blue::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #EBFAFF !important;
  color: rgba(235, 250, 255, var(--placeholder-opacity)) !important;
}

.placeholder-lightest-blue:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #EBFAFF !important;
  color: rgba(235, 250, 255, var(--placeholder-opacity)) !important;
}

.placeholder-lightest-blue::placeholder {
  --placeholder-opacity: 1 !important;
  color: #EBFAFF !important;
  color: rgba(235, 250, 255, var(--placeholder-opacity)) !important;
}

.placeholder-blueGreen::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #148093 !important;
  color: rgba(20, 128, 147, var(--placeholder-opacity)) !important;
}

.placeholder-blueGreen:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #148093 !important;
  color: rgba(20, 128, 147, var(--placeholder-opacity)) !important;
}

.placeholder-blueGreen::placeholder {
  --placeholder-opacity: 1 !important;
  color: #148093 !important;
  color: rgba(20, 128, 147, var(--placeholder-opacity)) !important;
}

.placeholder-mediumGray::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #97A2B0 !important;
  color: rgba(151, 162, 176, var(--placeholder-opacity)) !important;
}

.placeholder-mediumGray:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #97A2B0 !important;
  color: rgba(151, 162, 176, var(--placeholder-opacity)) !important;
}

.placeholder-mediumGray::placeholder {
  --placeholder-opacity: 1 !important;
  color: #97A2B0 !important;
  color: rgba(151, 162, 176, var(--placeholder-opacity)) !important;
}

.placeholder-light-gray::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ACACB4 !important;
  color: rgba(172, 172, 180, var(--placeholder-opacity)) !important;
}

.placeholder-light-gray:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ACACB4 !important;
  color: rgba(172, 172, 180, var(--placeholder-opacity)) !important;
}

.placeholder-light-gray::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ACACB4 !important;
  color: rgba(172, 172, 180, var(--placeholder-opacity)) !important;
}

.placeholder-lightestGray::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #F2F2F2 !important;
  color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
}

.placeholder-lightestGray:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #F2F2F2 !important;
  color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
}

.placeholder-lightestGray::placeholder {
  --placeholder-opacity: 1 !important;
  color: #F2F2F2 !important;
  color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
}

.placeholder-dark-gray::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #64626F !important;
  color: rgba(100, 98, 111, var(--placeholder-opacity)) !important;
}

.placeholder-dark-gray:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #64626F !important;
  color: rgba(100, 98, 111, var(--placeholder-opacity)) !important;
}

.placeholder-dark-gray::placeholder {
  --placeholder-opacity: 1 !important;
  color: #64626F !important;
  color: rgba(100, 98, 111, var(--placeholder-opacity)) !important;
}

.placeholder-nav-gray::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #65718C !important;
  color: rgba(101, 113, 140, var(--placeholder-opacity)) !important;
}

.placeholder-nav-gray:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #65718C !important;
  color: rgba(101, 113, 140, var(--placeholder-opacity)) !important;
}

.placeholder-nav-gray::placeholder {
  --placeholder-opacity: 1 !important;
  color: #65718C !important;
  color: rgba(101, 113, 140, var(--placeholder-opacity)) !important;
}

.placeholder-bullet-gray::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #F1F1F2 !important;
  color: rgba(241, 241, 242, var(--placeholder-opacity)) !important;
}

.placeholder-bullet-gray:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #F1F1F2 !important;
  color: rgba(241, 241, 242, var(--placeholder-opacity)) !important;
}

.placeholder-bullet-gray::placeholder {
  --placeholder-opacity: 1 !important;
  color: #F1F1F2 !important;
  color: rgba(241, 241, 242, var(--placeholder-opacity)) !important;
}

.placeholder-dark-red::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #951700 !important;
  color: rgba(149, 23, 0, var(--placeholder-opacity)) !important;
}

.placeholder-dark-red:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #951700 !important;
  color: rgba(149, 23, 0, var(--placeholder-opacity)) !important;
}

.placeholder-dark-red::placeholder {
  --placeholder-opacity: 1 !important;
  color: #951700 !important;
  color: rgba(149, 23, 0, var(--placeholder-opacity)) !important;
}

.placeholder-navy::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #182F50 !important;
  color: rgba(24, 47, 80, var(--placeholder-opacity)) !important;
}

.placeholder-navy:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #182F50 !important;
  color: rgba(24, 47, 80, var(--placeholder-opacity)) !important;
}

.placeholder-navy::placeholder {
  --placeholder-opacity: 1 !important;
  color: #182F50 !important;
  color: rgba(24, 47, 80, var(--placeholder-opacity)) !important;
}

.placeholder-lightNavy::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #687FA0 !important;
  color: rgba(104, 127, 160, var(--placeholder-opacity)) !important;
}

.placeholder-lightNavy:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #687FA0 !important;
  color: rgba(104, 127, 160, var(--placeholder-opacity)) !important;
}

.placeholder-lightNavy::placeholder {
  --placeholder-opacity: 1 !important;
  color: #687FA0 !important;
  color: rgba(104, 127, 160, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-transparent:focus::-moz-placeholder {
  color: transparent !important;
}

.focus\:placeholder-transparent:focus:-ms-input-placeholder {
  color: transparent !important;
}

.focus\:placeholder-transparent:focus::placeholder {
  color: transparent !important;
}

.focus\:placeholder-current:focus::-moz-placeholder {
  color: currentColor !important;
}

.focus\:placeholder-current:focus:-ms-input-placeholder {
  color: currentColor !important;
}

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

.focus\:placeholder-black:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #000000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-black:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #000000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-black:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #000000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-white:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #FFFFFF !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-white:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #FFFFFF !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-white:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #FFFFFF !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #727272 !important;
  color: rgba(114, 114, 114, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #727272 !important;
  color: rgba(114, 114, 114, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #727272 !important;
  color: rgba(114, 114, 114, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #E12A09 !important;
  color: rgba(225, 42, 9, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #E12A09 !important;
  color: rgba(225, 42, 9, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #E12A09 !important;
  color: rgba(225, 42, 9, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #F29C2B !important;
  color: rgba(242, 156, 43, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #F29C2B !important;
  color: rgba(242, 156, 43, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #F29C2B !important;
  color: rgba(242, 156, 43, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #FFEB9A !important;
  color: rgba(255, 235, 154, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #FFEB9A !important;
  color: rgba(255, 235, 154, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #FFEB9A !important;
  color: rgba(255, 235, 154, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-100:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0fff4 !important;
  color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0fff4 !important;
  color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-100:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0fff4 !important;
  color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-200:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c6f6d5 !important;
  color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-200:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c6f6d5 !important;
  color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-200:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #c6f6d5 !important;
  color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-300:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9ae6b4 !important;
  color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-300:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9ae6b4 !important;
  color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-300:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #9ae6b4 !important;
  color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-400:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #68d391 !important;
  color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-400:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #68d391 !important;
  color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-400:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #68d391 !important;
  color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-500:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #48bb78 !important;
  color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-500:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #48bb78 !important;
  color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-500:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #48bb78 !important;
  color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-600:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #38a169 !important;
  color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-600:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #38a169 !important;
  color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-600:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #38a169 !important;
  color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-700:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2f855a !important;
  color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-700:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2f855a !important;
  color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-700:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #2f855a !important;
  color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-800:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #276749 !important;
  color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-800:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #276749 !important;
  color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-800:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #276749 !important;
  color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-900:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #22543d !important;
  color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-900:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #22543d !important;
  color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-900:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #22543d !important;
  color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-100:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e6fffa !important;
  color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e6fffa !important;
  color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-100:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #e6fffa !important;
  color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-200:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #b2f5ea !important;
  color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-200:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #b2f5ea !important;
  color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-200:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #b2f5ea !important;
  color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-300:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #81e6d9 !important;
  color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-300:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #81e6d9 !important;
  color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-300:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #81e6d9 !important;
  color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-400:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4fd1c5 !important;
  color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-400:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4fd1c5 !important;
  color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-400:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #4fd1c5 !important;
  color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-500:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #38b2ac !important;
  color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-500:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #38b2ac !important;
  color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-500:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #38b2ac !important;
  color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-600:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #319795 !important;
  color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-600:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #319795 !important;
  color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-600:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #319795 !important;
  color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-700:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2c7a7b !important;
  color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-700:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2c7a7b !important;
  color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-700:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #2c7a7b !important;
  color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-800:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #285e61 !important;
  color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-800:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #285e61 !important;
  color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-800:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #285e61 !important;
  color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-900:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #234e52 !important;
  color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-900:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #234e52 !important;
  color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-900:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #234e52 !important;
  color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-100:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ebf8ff !important;
  color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ebf8ff !important;
  color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-100:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ebf8ff !important;
  color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-200:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #bee3f8 !important;
  color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-200:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #bee3f8 !important;
  color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-200:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #bee3f8 !important;
  color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-300:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #90cdf4 !important;
  color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-300:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #90cdf4 !important;
  color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-300:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #90cdf4 !important;
  color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-400:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #63b3ed !important;
  color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-400:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #63b3ed !important;
  color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-400:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #63b3ed !important;
  color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-500:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4299e1 !important;
  color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-500:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4299e1 !important;
  color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-500:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #4299e1 !important;
  color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-600:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #3182ce !important;
  color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-600:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #3182ce !important;
  color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-600:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #3182ce !important;
  color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-700:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2b6cb0 !important;
  color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-700:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2b6cb0 !important;
  color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-700:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #2b6cb0 !important;
  color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-800:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2c5282 !important;
  color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-800:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2c5282 !important;
  color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-800:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #2c5282 !important;
  color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-900:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2a4365 !important;
  color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-900:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2a4365 !important;
  color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-900:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #2a4365 !important;
  color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-100:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ebf4ff !important;
  color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ebf4ff !important;
  color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-100:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ebf4ff !important;
  color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-200:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c3dafe !important;
  color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c3dafe !important;
  color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-200:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #c3dafe !important;
  color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-300:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a3bffa !important;
  color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a3bffa !important;
  color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-300:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #a3bffa !important;
  color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-400:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7f9cf5 !important;
  color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7f9cf5 !important;
  color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-400:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #7f9cf5 !important;
  color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-500:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #667eea !important;
  color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #667eea !important;
  color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-500:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #667eea !important;
  color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-600:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #5a67d8 !important;
  color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #5a67d8 !important;
  color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-600:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #5a67d8 !important;
  color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-700:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4c51bf !important;
  color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4c51bf !important;
  color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-700:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #4c51bf !important;
  color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-800:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #434190 !important;
  color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #434190 !important;
  color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-800:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #434190 !important;
  color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-900:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #3c366b !important;
  color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #3c366b !important;
  color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-900:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #3c366b !important;
  color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-100:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-100:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-200:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e9d8fd !important;
  color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-200:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e9d8fd !important;
  color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-200:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #e9d8fd !important;
  color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-300:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d6bcfa !important;
  color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-300:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d6bcfa !important;
  color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-300:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #d6bcfa !important;
  color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-400:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #b794f4 !important;
  color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-400:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #b794f4 !important;
  color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-400:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #b794f4 !important;
  color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-500:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9f7aea !important;
  color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-500:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9f7aea !important;
  color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-500:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #9f7aea !important;
  color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-600:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #805ad5 !important;
  color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-600:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #805ad5 !important;
  color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-600:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #805ad5 !important;
  color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-700:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #6b46c1 !important;
  color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-700:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #6b46c1 !important;
  color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-700:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #6b46c1 !important;
  color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-800:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #553c9a !important;
  color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-800:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #553c9a !important;
  color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-800:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #553c9a !important;
  color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-900:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #44337a !important;
  color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-900:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #44337a !important;
  color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-900:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #44337a !important;
  color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-100:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff5f7 !important;
  color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff5f7 !important;
  color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-100:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff5f7 !important;
  color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-200:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fed7e2 !important;
  color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-200:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fed7e2 !important;
  color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-200:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fed7e2 !important;
  color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-300:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fbb6ce !important;
  color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-300:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fbb6ce !important;
  color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-300:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fbb6ce !important;
  color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-400:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f687b3 !important;
  color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-400:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f687b3 !important;
  color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-400:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f687b3 !important;
  color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-500:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ed64a6 !important;
  color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-500:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ed64a6 !important;
  color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-500:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ed64a6 !important;
  color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-600:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d53f8c !important;
  color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-600:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d53f8c !important;
  color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-600:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #d53f8c !important;
  color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-700:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #b83280 !important;
  color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-700:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #b83280 !important;
  color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-700:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #b83280 !important;
  color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-800:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #97266d !important;
  color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-800:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #97266d !important;
  color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-800:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #97266d !important;
  color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-900:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #702459 !important;
  color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-900:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #702459 !important;
  color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-900:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #702459 !important;
  color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-navy-blue:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #23345A !important;
  color: rgba(35, 52, 90, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-navy-blue:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #23345A !important;
  color: rgba(35, 52, 90, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-navy-blue:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #23345A !important;
  color: rgba(35, 52, 90, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-cyan:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #40C8EA !important;
  color: rgba(64, 200, 234, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-cyan:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #40C8EA !important;
  color: rgba(64, 200, 234, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-cyan:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #40C8EA !important;
  color: rgba(64, 200, 234, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellowOrange:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #F8E9A7 !important;
  color: rgba(248, 233, 167, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellowOrange:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #F8E9A7 !important;
  color: rgba(248, 233, 167, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellowOrange:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #F8E9A7 !important;
  color: rgba(248, 233, 167, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-light-blue:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #C9EAF4 !important;
  color: rgba(201, 234, 244, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-light-blue:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #C9EAF4 !important;
  color: rgba(201, 234, 244, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-light-blue:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #C9EAF4 !important;
  color: rgba(201, 234, 244, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-lightest-blue:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #EBFAFF !important;
  color: rgba(235, 250, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-lightest-blue:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #EBFAFF !important;
  color: rgba(235, 250, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-lightest-blue:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #EBFAFF !important;
  color: rgba(235, 250, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blueGreen:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #148093 !important;
  color: rgba(20, 128, 147, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blueGreen:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #148093 !important;
  color: rgba(20, 128, 147, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blueGreen:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #148093 !important;
  color: rgba(20, 128, 147, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-mediumGray:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #97A2B0 !important;
  color: rgba(151, 162, 176, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-mediumGray:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #97A2B0 !important;
  color: rgba(151, 162, 176, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-mediumGray:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #97A2B0 !important;
  color: rgba(151, 162, 176, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-light-gray:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ACACB4 !important;
  color: rgba(172, 172, 180, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-light-gray:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ACACB4 !important;
  color: rgba(172, 172, 180, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-light-gray:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ACACB4 !important;
  color: rgba(172, 172, 180, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-lightestGray:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #F2F2F2 !important;
  color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-lightestGray:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #F2F2F2 !important;
  color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-lightestGray:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #F2F2F2 !important;
  color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-dark-gray:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #64626F !important;
  color: rgba(100, 98, 111, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-dark-gray:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #64626F !important;
  color: rgba(100, 98, 111, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-dark-gray:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #64626F !important;
  color: rgba(100, 98, 111, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-nav-gray:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #65718C !important;
  color: rgba(101, 113, 140, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-nav-gray:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #65718C !important;
  color: rgba(101, 113, 140, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-nav-gray:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #65718C !important;
  color: rgba(101, 113, 140, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-bullet-gray:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #F1F1F2 !important;
  color: rgba(241, 241, 242, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-bullet-gray:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #F1F1F2 !important;
  color: rgba(241, 241, 242, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-bullet-gray:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #F1F1F2 !important;
  color: rgba(241, 241, 242, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-dark-red:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #951700 !important;
  color: rgba(149, 23, 0, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-dark-red:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #951700 !important;
  color: rgba(149, 23, 0, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-dark-red:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #951700 !important;
  color: rgba(149, 23, 0, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-navy:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #182F50 !important;
  color: rgba(24, 47, 80, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-navy:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #182F50 !important;
  color: rgba(24, 47, 80, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-navy:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #182F50 !important;
  color: rgba(24, 47, 80, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-lightNavy:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #687FA0 !important;
  color: rgba(104, 127, 160, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-lightNavy:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #687FA0 !important;
  color: rgba(104, 127, 160, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-lightNavy:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #687FA0 !important;
  color: rgba(104, 127, 160, var(--placeholder-opacity)) !important;
}

.placeholder-opacity-0::-moz-placeholder {
  --placeholder-opacity: 0 !important;
}

.placeholder-opacity-0:-ms-input-placeholder {
  --placeholder-opacity: 0 !important;
}

.placeholder-opacity-0::placeholder {
  --placeholder-opacity: 0 !important;
}

.placeholder-opacity-25::-moz-placeholder {
  --placeholder-opacity: 0.25 !important;
}

.placeholder-opacity-25:-ms-input-placeholder {
  --placeholder-opacity: 0.25 !important;
}

.placeholder-opacity-25::placeholder {
  --placeholder-opacity: 0.25 !important;
}

.placeholder-opacity-50::-moz-placeholder {
  --placeholder-opacity: 0.5 !important;
}

.placeholder-opacity-50:-ms-input-placeholder {
  --placeholder-opacity: 0.5 !important;
}

.placeholder-opacity-50::placeholder {
  --placeholder-opacity: 0.5 !important;
}

.placeholder-opacity-75::-moz-placeholder {
  --placeholder-opacity: 0.75 !important;
}

.placeholder-opacity-75:-ms-input-placeholder {
  --placeholder-opacity: 0.75 !important;
}

.placeholder-opacity-75::placeholder {
  --placeholder-opacity: 0.75 !important;
}

.placeholder-opacity-100::-moz-placeholder {
  --placeholder-opacity: 1 !important;
}

.placeholder-opacity-100:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
}

.placeholder-opacity-100::placeholder {
  --placeholder-opacity: 1 !important;
}

.focus\:placeholder-opacity-0:focus::-moz-placeholder {
  --placeholder-opacity: 0 !important;
}

.focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
  --placeholder-opacity: 0 !important;
}

.focus\:placeholder-opacity-0:focus::placeholder {
  --placeholder-opacity: 0 !important;
}

.focus\:placeholder-opacity-25:focus::-moz-placeholder {
  --placeholder-opacity: 0.25 !important;
}

.focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
  --placeholder-opacity: 0.25 !important;
}

.focus\:placeholder-opacity-25:focus::placeholder {
  --placeholder-opacity: 0.25 !important;
}

.focus\:placeholder-opacity-50:focus::-moz-placeholder {
  --placeholder-opacity: 0.5 !important;
}

.focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
  --placeholder-opacity: 0.5 !important;
}

.focus\:placeholder-opacity-50:focus::placeholder {
  --placeholder-opacity: 0.5 !important;
}

.focus\:placeholder-opacity-75:focus::-moz-placeholder {
  --placeholder-opacity: 0.75 !important;
}

.focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
  --placeholder-opacity: 0.75 !important;
}

.focus\:placeholder-opacity-75:focus::placeholder {
  --placeholder-opacity: 0.75 !important;
}

.focus\:placeholder-opacity-100:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
}

.focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
}

.focus\:placeholder-opacity-100:focus::placeholder {
  --placeholder-opacity: 1 !important;
}

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

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

.static {
  position: static !important;
}

.fixed {
  position: fixed !important;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

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

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

.inset-4 {
  top: 1rem !important;
  right: 1rem !important;
  bottom: 1rem !important;
  left: 1rem !important;
}

.inset-6 {
  top: 1.5rem !important;
  right: 1.5rem !important;
  bottom: 1.5rem !important;
  left: 1.5rem !important;
}

.inset-8 {
  top: 2rem !important;
  right: 2rem !important;
  bottom: 2rem !important;
  left: 2rem !important;
}

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

.inset-31p {
  top: 31% !important;
  right: 31% !important;
  bottom: 31% !important;
  left: 31% !important;
}

.inset-42p {
  top: 42% !important;
  right: 42% !important;
  bottom: 42% !important;
  left: 42% !important;
}

.inset-2px {
  top: 0.125rem !important;
  right: 0.125rem !important;
  bottom: 0.125rem !important;
  left: 0.125rem !important;
}

.inset-85px {
  top: 5.3125rem !important;
  right: 5.3125rem !important;
  bottom: 5.3125rem !important;
  left: 5.3125rem !important;
}

.inset-152px {
  top: 9.5rem !important;
  right: 9.5rem !important;
  bottom: 9.5rem !important;
  left: 9.5rem !important;
}

.inset-neg2px {
  top: -0.125rem !important;
  right: -0.125rem !important;
  bottom: -0.125rem !important;
  left: -0.125rem !important;
}

.inset-neg20px {
  top: -1.25rem !important;
  right: -1.25rem !important;
  bottom: -1.25rem !important;
  left: -1.25rem !important;
}

.inset-neg2rem {
  top: -2rem !important;
  right: -2rem !important;
  bottom: -2rem !important;
  left: -2rem !important;
}

.inset-neg3rem {
  top: -3rem !important;
  right: -3rem !important;
  bottom: -3rem !important;
  left: -3rem !important;
}

.inset-neg100px {
  top: -6.25rem !important;
  right: -6.25rem !important;
  bottom: -6.25rem !important;
  left: -6.25rem !important;
}

.inset-neg125px {
  top: -7.8125rem !important;
  right: -7.8125rem !important;
  bottom: -7.8125rem !important;
  left: -7.8125rem !important;
}

.inset-neg150px {
  top: -9.375rem !important;
  right: -9.375rem !important;
  bottom: -9.375rem !important;
  left: -9.375rem !important;
}

.inset-neg4rem {
  top: -4rem !important;
  right: -4rem !important;
  bottom: -4rem !important;
  left: -4rem !important;
}

.inset-neg6rem {
  top: -6rem !important;
  right: -6rem !important;
  bottom: -6rem !important;
  left: -6rem !important;
}

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

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

.inset-y-4 {
  top: 1rem !important;
  bottom: 1rem !important;
}

.inset-x-4 {
  right: 1rem !important;
  left: 1rem !important;
}

.inset-y-6 {
  top: 1.5rem !important;
  bottom: 1.5rem !important;
}

.inset-x-6 {
  right: 1.5rem !important;
  left: 1.5rem !important;
}

.inset-y-8 {
  top: 2rem !important;
  bottom: 2rem !important;
}

.inset-x-8 {
  right: 2rem !important;
  left: 2rem !important;
}

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

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

.inset-y-31p {
  top: 31% !important;
  bottom: 31% !important;
}

.inset-x-31p {
  right: 31% !important;
  left: 31% !important;
}

.inset-y-42p {
  top: 42% !important;
  bottom: 42% !important;
}

.inset-x-42p {
  right: 42% !important;
  left: 42% !important;
}

.inset-y-2px {
  top: 0.125rem !important;
  bottom: 0.125rem !important;
}

.inset-x-2px {
  right: 0.125rem !important;
  left: 0.125rem !important;
}

.inset-y-85px {
  top: 5.3125rem !important;
  bottom: 5.3125rem !important;
}

.inset-x-85px {
  right: 5.3125rem !important;
  left: 5.3125rem !important;
}

.inset-y-152px {
  top: 9.5rem !important;
  bottom: 9.5rem !important;
}

.inset-x-152px {
  right: 9.5rem !important;
  left: 9.5rem !important;
}

.inset-y-neg2px {
  top: -0.125rem !important;
  bottom: -0.125rem !important;
}

.inset-x-neg2px {
  right: -0.125rem !important;
  left: -0.125rem !important;
}

.inset-y-neg20px {
  top: -1.25rem !important;
  bottom: -1.25rem !important;
}

.inset-x-neg20px {
  right: -1.25rem !important;
  left: -1.25rem !important;
}

.inset-y-neg2rem {
  top: -2rem !important;
  bottom: -2rem !important;
}

.inset-x-neg2rem {
  right: -2rem !important;
  left: -2rem !important;
}

.inset-y-neg3rem {
  top: -3rem !important;
  bottom: -3rem !important;
}

.inset-x-neg3rem {
  right: -3rem !important;
  left: -3rem !important;
}

.inset-y-neg100px {
  top: -6.25rem !important;
  bottom: -6.25rem !important;
}

.inset-x-neg100px {
  right: -6.25rem !important;
  left: -6.25rem !important;
}

.inset-y-neg125px {
  top: -7.8125rem !important;
  bottom: -7.8125rem !important;
}

.inset-x-neg125px {
  right: -7.8125rem !important;
  left: -7.8125rem !important;
}

.inset-y-neg150px {
  top: -9.375rem !important;
  bottom: -9.375rem !important;
}

.inset-x-neg150px {
  right: -9.375rem !important;
  left: -9.375rem !important;
}

.inset-y-neg4rem {
  top: -4rem !important;
  bottom: -4rem !important;
}

.inset-x-neg4rem {
  right: -4rem !important;
  left: -4rem !important;
}

.inset-y-neg6rem {
  top: -6rem !important;
  bottom: -6rem !important;
}

.inset-x-neg6rem {
  right: -6rem !important;
  left: -6rem !important;
}

.top-0 {
  top: 0 !important;
}

.right-0 {
  right: 0 !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.left-0 {
  left: 0 !important;
}

.top-4 {
  top: 1rem !important;
}

.right-4 {
  right: 1rem !important;
}

.bottom-4 {
  bottom: 1rem !important;
}

.left-4 {
  left: 1rem !important;
}

.top-6 {
  top: 1.5rem !important;
}

.right-6 {
  right: 1.5rem !important;
}

.bottom-6 {
  bottom: 1.5rem !important;
}

.left-6 {
  left: 1.5rem !important;
}

.top-8 {
  top: 2rem !important;
}

.right-8 {
  right: 2rem !important;
}

.bottom-8 {
  bottom: 2rem !important;
}

.left-8 {
  left: 2rem !important;
}

.top-auto {
  top: auto !important;
}

.right-auto {
  right: auto !important;
}

.bottom-auto {
  bottom: auto !important;
}

.left-auto {
  left: auto !important;
}

.top-31p {
  top: 31% !important;
}

.right-31p {
  right: 31% !important;
}

.bottom-31p {
  bottom: 31% !important;
}

.left-31p {
  left: 31% !important;
}

.top-42p {
  top: 42% !important;
}

.right-42p {
  right: 42% !important;
}

.bottom-42p {
  bottom: 42% !important;
}

.left-42p {
  left: 42% !important;
}

.top-2px {
  top: 0.125rem !important;
}

.right-2px {
  right: 0.125rem !important;
}

.bottom-2px {
  bottom: 0.125rem !important;
}

.left-2px {
  left: 0.125rem !important;
}

.top-85px {
  top: 5.3125rem !important;
}

.right-85px {
  right: 5.3125rem !important;
}

.bottom-85px {
  bottom: 5.3125rem !important;
}

.left-85px {
  left: 5.3125rem !important;
}

.top-152px {
  top: 9.5rem !important;
}

.right-152px {
  right: 9.5rem !important;
}

.bottom-152px {
  bottom: 9.5rem !important;
}

.left-152px {
  left: 9.5rem !important;
}

.top-neg2px {
  top: -0.125rem !important;
}

.right-neg2px {
  right: -0.125rem !important;
}

.bottom-neg2px {
  bottom: -0.125rem !important;
}

.left-neg2px {
  left: -0.125rem !important;
}

.top-neg20px {
  top: -1.25rem !important;
}

.right-neg20px {
  right: -1.25rem !important;
}

.bottom-neg20px {
  bottom: -1.25rem !important;
}

.left-neg20px {
  left: -1.25rem !important;
}

.top-neg2rem {
  top: -2rem !important;
}

.right-neg2rem {
  right: -2rem !important;
}

.bottom-neg2rem {
  bottom: -2rem !important;
}

.left-neg2rem {
  left: -2rem !important;
}

.top-neg3rem {
  top: -3rem !important;
}

.right-neg3rem {
  right: -3rem !important;
}

.bottom-neg3rem {
  bottom: -3rem !important;
}

.left-neg3rem {
  left: -3rem !important;
}

.top-neg100px {
  top: -6.25rem !important;
}

.right-neg100px {
  right: -6.25rem !important;
}

.bottom-neg100px {
  bottom: -6.25rem !important;
}

.left-neg100px {
  left: -6.25rem !important;
}

.top-neg125px {
  top: -7.8125rem !important;
}

.right-neg125px {
  right: -7.8125rem !important;
}

.bottom-neg125px {
  bottom: -7.8125rem !important;
}

.left-neg125px {
  left: -7.8125rem !important;
}

.top-neg150px {
  top: -9.375rem !important;
}

.right-neg150px {
  right: -9.375rem !important;
}

.bottom-neg150px {
  bottom: -9.375rem !important;
}

.left-neg150px {
  left: -9.375rem !important;
}

.top-neg4rem {
  top: -4rem !important;
}

.right-neg4rem {
  right: -4rem !important;
}

.bottom-neg4rem {
  bottom: -4rem !important;
}

.left-neg4rem {
  left: -4rem !important;
}

.top-neg6rem {
  top: -6rem !important;
}

.right-neg6rem {
  right: -6rem !important;
}

.bottom-neg6rem {
  bottom: -6rem !important;
}

.left-neg6rem {
  left: -6rem !important;
}

.resize-none {
  resize: none !important;
}

.resize-y {
  resize: vertical !important;
}

.resize-x {
  resize: horizontal !important;
}

.resize {
  resize: both !important;
}

.shadow-xs {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
}

.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
}

.shadow-outline {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.shadow-thick {
  box-shadow: 2px 2px 10px 3px rgba(0,0,0,0.4) !important;
}

.hover\:shadow-xs:hover {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
}

.hover\:shadow-sm:hover {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.hover\:shadow:hover {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.hover\:shadow-md:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.hover\:shadow-lg:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.hover\:shadow-xl:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

.hover\:shadow-2xl:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

.hover\:shadow-inner:hover {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
}

.hover\:shadow-outline:hover {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
}

.hover\:shadow-none:hover {
  box-shadow: none !important;
}

.hover\:shadow-thick:hover {
  box-shadow: 2px 2px 10px 3px rgba(0,0,0,0.4) !important;
}

.focus\:shadow-xs:focus {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
}

.focus\:shadow-sm:focus {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.focus\:shadow:focus {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.focus\:shadow-md:focus {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.focus\:shadow-lg:focus {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.focus\:shadow-xl:focus {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

.focus\:shadow-2xl:focus {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

.focus\:shadow-inner:focus {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
}

.focus\:shadow-outline:focus {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
}

.focus\:shadow-none:focus {
  box-shadow: none !important;
}

.focus\:shadow-thick:focus {
  box-shadow: 2px 2px 10px 3px rgba(0,0,0,0.4) !important;
}

.fill-current {
  fill: currentColor !important;
}

.stroke-current {
  stroke: currentColor !important;
}

.stroke-0 {
  stroke-width: 0 !important;
}

.stroke-1 {
  stroke-width: 1 !important;
}

.stroke-2 {
  stroke-width: 2 !important;
}

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

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

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

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

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

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

.text-transparent {
  color: transparent !important;
}

.text-current {
  color: currentColor !important;
}

.text-black {
  --text-opacity: 1 !important;
  color: #000000 !important;
  color: rgba(0, 0, 0, var(--text-opacity)) !important;
}

.text-white {
  --text-opacity: 1 !important;
  color: #FFFFFF !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
}

.text-gray {
  --text-opacity: 1 !important;
  color: #727272 !important;
  color: rgba(114, 114, 114, var(--text-opacity)) !important;
}

.text-red {
  --text-opacity: 1 !important;
  color: #E12A09 !important;
  color: rgba(225, 42, 9, var(--text-opacity)) !important;
}

.text-orange {
  --text-opacity: 1 !important;
  color: #F29C2B !important;
  color: rgba(242, 156, 43, var(--text-opacity)) !important;
}

.text-yellow {
  --text-opacity: 1 !important;
  color: #FFEB9A !important;
  color: rgba(255, 235, 154, var(--text-opacity)) !important;
}

.text-green-100 {
  --text-opacity: 1 !important;
  color: #f0fff4 !important;
  color: rgba(240, 255, 244, var(--text-opacity)) !important;
}

.text-green-200 {
  --text-opacity: 1 !important;
  color: #c6f6d5 !important;
  color: rgba(198, 246, 213, var(--text-opacity)) !important;
}

.text-green-300 {
  --text-opacity: 1 !important;
  color: #9ae6b4 !important;
  color: rgba(154, 230, 180, var(--text-opacity)) !important;
}

.text-green-400 {
  --text-opacity: 1 !important;
  color: #68d391 !important;
  color: rgba(104, 211, 145, var(--text-opacity)) !important;
}

.text-green-500 {
  --text-opacity: 1 !important;
  color: #48bb78 !important;
  color: rgba(72, 187, 120, var(--text-opacity)) !important;
}

.text-green-600 {
  --text-opacity: 1 !important;
  color: #38a169 !important;
  color: rgba(56, 161, 105, var(--text-opacity)) !important;
}

.text-green-700 {
  --text-opacity: 1 !important;
  color: #2f855a !important;
  color: rgba(47, 133, 90, var(--text-opacity)) !important;
}

.text-green-800 {
  --text-opacity: 1 !important;
  color: #276749 !important;
  color: rgba(39, 103, 73, var(--text-opacity)) !important;
}

.text-green-900 {
  --text-opacity: 1 !important;
  color: #22543d !important;
  color: rgba(34, 84, 61, var(--text-opacity)) !important;
}

.text-teal-100 {
  --text-opacity: 1 !important;
  color: #e6fffa !important;
  color: rgba(230, 255, 250, var(--text-opacity)) !important;
}

.text-teal-200 {
  --text-opacity: 1 !important;
  color: #b2f5ea !important;
  color: rgba(178, 245, 234, var(--text-opacity)) !important;
}

.text-teal-300 {
  --text-opacity: 1 !important;
  color: #81e6d9 !important;
  color: rgba(129, 230, 217, var(--text-opacity)) !important;
}

.text-teal-400 {
  --text-opacity: 1 !important;
  color: #4fd1c5 !important;
  color: rgba(79, 209, 197, var(--text-opacity)) !important;
}

.text-teal-500 {
  --text-opacity: 1 !important;
  color: #38b2ac !important;
  color: rgba(56, 178, 172, var(--text-opacity)) !important;
}

.text-teal-600 {
  --text-opacity: 1 !important;
  color: #319795 !important;
  color: rgba(49, 151, 149, var(--text-opacity)) !important;
}

.text-teal-700 {
  --text-opacity: 1 !important;
  color: #2c7a7b !important;
  color: rgba(44, 122, 123, var(--text-opacity)) !important;
}

.text-teal-800 {
  --text-opacity: 1 !important;
  color: #285e61 !important;
  color: rgba(40, 94, 97, var(--text-opacity)) !important;
}

.text-teal-900 {
  --text-opacity: 1 !important;
  color: #234e52 !important;
  color: rgba(35, 78, 82, var(--text-opacity)) !important;
}

.text-blue-100 {
  --text-opacity: 1 !important;
  color: #ebf8ff !important;
  color: rgba(235, 248, 255, var(--text-opacity)) !important;
}

.text-blue-200 {
  --text-opacity: 1 !important;
  color: #bee3f8 !important;
  color: rgba(190, 227, 248, var(--text-opacity)) !important;
}

.text-blue-300 {
  --text-opacity: 1 !important;
  color: #90cdf4 !important;
  color: rgba(144, 205, 244, var(--text-opacity)) !important;
}

.text-blue-400 {
  --text-opacity: 1 !important;
  color: #63b3ed !important;
  color: rgba(99, 179, 237, var(--text-opacity)) !important;
}

.text-blue-500 {
  --text-opacity: 1 !important;
  color: #4299e1 !important;
  color: rgba(66, 153, 225, var(--text-opacity)) !important;
}

.text-blue-600 {
  --text-opacity: 1 !important;
  color: #3182ce !important;
  color: rgba(49, 130, 206, var(--text-opacity)) !important;
}

.text-blue-700 {
  --text-opacity: 1 !important;
  color: #2b6cb0 !important;
  color: rgba(43, 108, 176, var(--text-opacity)) !important;
}

.text-blue-800 {
  --text-opacity: 1 !important;
  color: #2c5282 !important;
  color: rgba(44, 82, 130, var(--text-opacity)) !important;
}

.text-blue-900 {
  --text-opacity: 1 !important;
  color: #2a4365 !important;
  color: rgba(42, 67, 101, var(--text-opacity)) !important;
}

.text-indigo-100 {
  --text-opacity: 1 !important;
  color: #ebf4ff !important;
  color: rgba(235, 244, 255, var(--text-opacity)) !important;
}

.text-indigo-200 {
  --text-opacity: 1 !important;
  color: #c3dafe !important;
  color: rgba(195, 218, 254, var(--text-opacity)) !important;
}

.text-indigo-300 {
  --text-opacity: 1 !important;
  color: #a3bffa !important;
  color: rgba(163, 191, 250, var(--text-opacity)) !important;
}

.text-indigo-400 {
  --text-opacity: 1 !important;
  color: #7f9cf5 !important;
  color: rgba(127, 156, 245, var(--text-opacity)) !important;
}

.text-indigo-500 {
  --text-opacity: 1 !important;
  color: #667eea !important;
  color: rgba(102, 126, 234, var(--text-opacity)) !important;
}

.text-indigo-600 {
  --text-opacity: 1 !important;
  color: #5a67d8 !important;
  color: rgba(90, 103, 216, var(--text-opacity)) !important;
}

.text-indigo-700 {
  --text-opacity: 1 !important;
  color: #4c51bf !important;
  color: rgba(76, 81, 191, var(--text-opacity)) !important;
}

.text-indigo-800 {
  --text-opacity: 1 !important;
  color: #434190 !important;
  color: rgba(67, 65, 144, var(--text-opacity)) !important;
}

.text-indigo-900 {
  --text-opacity: 1 !important;
  color: #3c366b !important;
  color: rgba(60, 54, 107, var(--text-opacity)) !important;
}

.text-purple-100 {
  --text-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--text-opacity)) !important;
}

.text-purple-200 {
  --text-opacity: 1 !important;
  color: #e9d8fd !important;
  color: rgba(233, 216, 253, var(--text-opacity)) !important;
}

.text-purple-300 {
  --text-opacity: 1 !important;
  color: #d6bcfa !important;
  color: rgba(214, 188, 250, var(--text-opacity)) !important;
}

.text-purple-400 {
  --text-opacity: 1 !important;
  color: #b794f4 !important;
  color: rgba(183, 148, 244, var(--text-opacity)) !important;
}

.text-purple-500 {
  --text-opacity: 1 !important;
  color: #9f7aea !important;
  color: rgba(159, 122, 234, var(--text-opacity)) !important;
}

.text-purple-600 {
  --text-opacity: 1 !important;
  color: #805ad5 !important;
  color: rgba(128, 90, 213, var(--text-opacity)) !important;
}

.text-purple-700 {
  --text-opacity: 1 !important;
  color: #6b46c1 !important;
  color: rgba(107, 70, 193, var(--text-opacity)) !important;
}

.text-purple-800 {
  --text-opacity: 1 !important;
  color: #553c9a !important;
  color: rgba(85, 60, 154, var(--text-opacity)) !important;
}

.text-purple-900 {
  --text-opacity: 1 !important;
  color: #44337a !important;
  color: rgba(68, 51, 122, var(--text-opacity)) !important;
}

.text-pink-100 {
  --text-opacity: 1 !important;
  color: #fff5f7 !important;
  color: rgba(255, 245, 247, var(--text-opacity)) !important;
}

.text-pink-200 {
  --text-opacity: 1 !important;
  color: #fed7e2 !important;
  color: rgba(254, 215, 226, var(--text-opacity)) !important;
}

.text-pink-300 {
  --text-opacity: 1 !important;
  color: #fbb6ce !important;
  color: rgba(251, 182, 206, var(--text-opacity)) !important;
}

.text-pink-400 {
  --text-opacity: 1 !important;
  color: #f687b3 !important;
  color: rgba(246, 135, 179, var(--text-opacity)) !important;
}

.text-pink-500 {
  --text-opacity: 1 !important;
  color: #ed64a6 !important;
  color: rgba(237, 100, 166, var(--text-opacity)) !important;
}

.text-pink-600 {
  --text-opacity: 1 !important;
  color: #d53f8c !important;
  color: rgba(213, 63, 140, var(--text-opacity)) !important;
}

.text-pink-700 {
  --text-opacity: 1 !important;
  color: #b83280 !important;
  color: rgba(184, 50, 128, var(--text-opacity)) !important;
}

.text-pink-800 {
  --text-opacity: 1 !important;
  color: #97266d !important;
  color: rgba(151, 38, 109, var(--text-opacity)) !important;
}

.text-pink-900 {
  --text-opacity: 1 !important;
  color: #702459 !important;
  color: rgba(112, 36, 89, var(--text-opacity)) !important;
}

.text-navy-blue {
  --text-opacity: 1 !important;
  color: #23345A !important;
  color: rgba(35, 52, 90, var(--text-opacity)) !important;
}

.text-cyan {
  --text-opacity: 1 !important;
  color: #40C8EA !important;
  color: rgba(64, 200, 234, var(--text-opacity)) !important;
}

.text-yellowOrange {
  --text-opacity: 1 !important;
  color: #F8E9A7 !important;
  color: rgba(248, 233, 167, var(--text-opacity)) !important;
}

.text-light-blue {
  --text-opacity: 1 !important;
  color: #C9EAF4 !important;
  color: rgba(201, 234, 244, var(--text-opacity)) !important;
}

.text-lightest-blue {
  --text-opacity: 1 !important;
  color: #EBFAFF !important;
  color: rgba(235, 250, 255, var(--text-opacity)) !important;
}

.text-blueGreen {
  --text-opacity: 1 !important;
  color: #148093 !important;
  color: rgba(20, 128, 147, var(--text-opacity)) !important;
}

.text-mediumGray {
  --text-opacity: 1 !important;
  color: #97A2B0 !important;
  color: rgba(151, 162, 176, var(--text-opacity)) !important;
}

.text-light-gray {
  --text-opacity: 1 !important;
  color: #ACACB4 !important;
  color: rgba(172, 172, 180, var(--text-opacity)) !important;
}

.text-lightestGray {
  --text-opacity: 1 !important;
  color: #F2F2F2 !important;
  color: rgba(242, 242, 242, var(--text-opacity)) !important;
}

.text-dark-gray {
  --text-opacity: 1 !important;
  color: #64626F !important;
  color: rgba(100, 98, 111, var(--text-opacity)) !important;
}

.text-nav-gray {
  --text-opacity: 1 !important;
  color: #65718C !important;
  color: rgba(101, 113, 140, var(--text-opacity)) !important;
}

.text-bullet-gray {
  --text-opacity: 1 !important;
  color: #F1F1F2 !important;
  color: rgba(241, 241, 242, var(--text-opacity)) !important;
}

.text-dark-red {
  --text-opacity: 1 !important;
  color: #951700 !important;
  color: rgba(149, 23, 0, var(--text-opacity)) !important;
}

.text-navy {
  --text-opacity: 1 !important;
  color: #182F50 !important;
  color: rgba(24, 47, 80, var(--text-opacity)) !important;
}

.text-lightNavy {
  --text-opacity: 1 !important;
  color: #687FA0 !important;
  color: rgba(104, 127, 160, var(--text-opacity)) !important;
}

.hover\:text-transparent:hover {
  color: transparent !important;
}

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

.hover\:text-black:hover {
  --text-opacity: 1 !important;
  color: #000000 !important;
  color: rgba(0, 0, 0, var(--text-opacity)) !important;
}

.hover\:text-white:hover {
  --text-opacity: 1 !important;
  color: #FFFFFF !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
}

.hover\:text-gray:hover {
  --text-opacity: 1 !important;
  color: #727272 !important;
  color: rgba(114, 114, 114, var(--text-opacity)) !important;
}

.hover\:text-red:hover {
  --text-opacity: 1 !important;
  color: #E12A09 !important;
  color: rgba(225, 42, 9, var(--text-opacity)) !important;
}

.hover\:text-orange:hover {
  --text-opacity: 1 !important;
  color: #F29C2B !important;
  color: rgba(242, 156, 43, var(--text-opacity)) !important;
}

.hover\:text-yellow:hover {
  --text-opacity: 1 !important;
  color: #FFEB9A !important;
  color: rgba(255, 235, 154, var(--text-opacity)) !important;
}

.hover\:text-green-100:hover {
  --text-opacity: 1 !important;
  color: #f0fff4 !important;
  color: rgba(240, 255, 244, var(--text-opacity)) !important;
}

.hover\:text-green-200:hover {
  --text-opacity: 1 !important;
  color: #c6f6d5 !important;
  color: rgba(198, 246, 213, var(--text-opacity)) !important;
}

.hover\:text-green-300:hover {
  --text-opacity: 1 !important;
  color: #9ae6b4 !important;
  color: rgba(154, 230, 180, var(--text-opacity)) !important;
}

.hover\:text-green-400:hover {
  --text-opacity: 1 !important;
  color: #68d391 !important;
  color: rgba(104, 211, 145, var(--text-opacity)) !important;
}

.hover\:text-green-500:hover {
  --text-opacity: 1 !important;
  color: #48bb78 !important;
  color: rgba(72, 187, 120, var(--text-opacity)) !important;
}

.hover\:text-green-600:hover {
  --text-opacity: 1 !important;
  color: #38a169 !important;
  color: rgba(56, 161, 105, var(--text-opacity)) !important;
}

.hover\:text-green-700:hover {
  --text-opacity: 1 !important;
  color: #2f855a !important;
  color: rgba(47, 133, 90, var(--text-opacity)) !important;
}

.hover\:text-green-800:hover {
  --text-opacity: 1 !important;
  color: #276749 !important;
  color: rgba(39, 103, 73, var(--text-opacity)) !important;
}

.hover\:text-green-900:hover {
  --text-opacity: 1 !important;
  color: #22543d !important;
  color: rgba(34, 84, 61, var(--text-opacity)) !important;
}

.hover\:text-teal-100:hover {
  --text-opacity: 1 !important;
  color: #e6fffa !important;
  color: rgba(230, 255, 250, var(--text-opacity)) !important;
}

.hover\:text-teal-200:hover {
  --text-opacity: 1 !important;
  color: #b2f5ea !important;
  color: rgba(178, 245, 234, var(--text-opacity)) !important;
}

.hover\:text-teal-300:hover {
  --text-opacity: 1 !important;
  color: #81e6d9 !important;
  color: rgba(129, 230, 217, var(--text-opacity)) !important;
}

.hover\:text-teal-400:hover {
  --text-opacity: 1 !important;
  color: #4fd1c5 !important;
  color: rgba(79, 209, 197, var(--text-opacity)) !important;
}

.hover\:text-teal-500:hover {
  --text-opacity: 1 !important;
  color: #38b2ac !important;
  color: rgba(56, 178, 172, var(--text-opacity)) !important;
}

.hover\:text-teal-600:hover {
  --text-opacity: 1 !important;
  color: #319795 !important;
  color: rgba(49, 151, 149, var(--text-opacity)) !important;
}

.hover\:text-teal-700:hover {
  --text-opacity: 1 !important;
  color: #2c7a7b !important;
  color: rgba(44, 122, 123, var(--text-opacity)) !important;
}

.hover\:text-teal-800:hover {
  --text-opacity: 1 !important;
  color: #285e61 !important;
  color: rgba(40, 94, 97, var(--text-opacity)) !important;
}

.hover\:text-teal-900:hover {
  --text-opacity: 1 !important;
  color: #234e52 !important;
  color: rgba(35, 78, 82, var(--text-opacity)) !important;
}

.hover\:text-blue-100:hover {
  --text-opacity: 1 !important;
  color: #ebf8ff !important;
  color: rgba(235, 248, 255, var(--text-opacity)) !important;
}

.hover\:text-blue-200:hover {
  --text-opacity: 1 !important;
  color: #bee3f8 !important;
  color: rgba(190, 227, 248, var(--text-opacity)) !important;
}

.hover\:text-blue-300:hover {
  --text-opacity: 1 !important;
  color: #90cdf4 !important;
  color: rgba(144, 205, 244, var(--text-opacity)) !important;
}

.hover\:text-blue-400:hover {
  --text-opacity: 1 !important;
  color: #63b3ed !important;
  color: rgba(99, 179, 237, var(--text-opacity)) !important;
}

.hover\:text-blue-500:hover {
  --text-opacity: 1 !important;
  color: #4299e1 !important;
  color: rgba(66, 153, 225, var(--text-opacity)) !important;
}

.hover\:text-blue-600:hover {
  --text-opacity: 1 !important;
  color: #3182ce !important;
  color: rgba(49, 130, 206, var(--text-opacity)) !important;
}

.hover\:text-blue-700:hover {
  --text-opacity: 1 !important;
  color: #2b6cb0 !important;
  color: rgba(43, 108, 176, var(--text-opacity)) !important;
}

.hover\:text-blue-800:hover {
  --text-opacity: 1 !important;
  color: #2c5282 !important;
  color: rgba(44, 82, 130, var(--text-opacity)) !important;
}

.hover\:text-blue-900:hover {
  --text-opacity: 1 !important;
  color: #2a4365 !important;
  color: rgba(42, 67, 101, var(--text-opacity)) !important;
}

.hover\:text-indigo-100:hover {
  --text-opacity: 1 !important;
  color: #ebf4ff !important;
  color: rgba(235, 244, 255, var(--text-opacity)) !important;
}

.hover\:text-indigo-200:hover {
  --text-opacity: 1 !important;
  color: #c3dafe !important;
  color: rgba(195, 218, 254, var(--text-opacity)) !important;
}

.hover\:text-indigo-300:hover {
  --text-opacity: 1 !important;
  color: #a3bffa !important;
  color: rgba(163, 191, 250, var(--text-opacity)) !important;
}

.hover\:text-indigo-400:hover {
  --text-opacity: 1 !important;
  color: #7f9cf5 !important;
  color: rgba(127, 156, 245, var(--text-opacity)) !important;
}

.hover\:text-indigo-500:hover {
  --text-opacity: 1 !important;
  color: #667eea !important;
  color: rgba(102, 126, 234, var(--text-opacity)) !important;
}

.hover\:text-indigo-600:hover {
  --text-opacity: 1 !important;
  color: #5a67d8 !important;
  color: rgba(90, 103, 216, var(--text-opacity)) !important;
}

.hover\:text-indigo-700:hover {
  --text-opacity: 1 !important;
  color: #4c51bf !important;
  color: rgba(76, 81, 191, var(--text-opacity)) !important;
}

.hover\:text-indigo-800:hover {
  --text-opacity: 1 !important;
  color: #434190 !important;
  color: rgba(67, 65, 144, var(--text-opacity)) !important;
}

.hover\:text-indigo-900:hover {
  --text-opacity: 1 !important;
  color: #3c366b !important;
  color: rgba(60, 54, 107, var(--text-opacity)) !important;
}

.hover\:text-purple-100:hover {
  --text-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--text-opacity)) !important;
}

.hover\:text-purple-200:hover {
  --text-opacity: 1 !important;
  color: #e9d8fd !important;
  color: rgba(233, 216, 253, var(--text-opacity)) !important;
}

.hover\:text-purple-300:hover {
  --text-opacity: 1 !important;
  color: #d6bcfa !important;
  color: rgba(214, 188, 250, var(--text-opacity)) !important;
}

.hover\:text-purple-400:hover {
  --text-opacity: 1 !important;
  color: #b794f4 !important;
  color: rgba(183, 148, 244, var(--text-opacity)) !important;
}

.hover\:text-purple-500:hover {
  --text-opacity: 1 !important;
  color: #9f7aea !important;
  color: rgba(159, 122, 234, var(--text-opacity)) !important;
}

.hover\:text-purple-600:hover {
  --text-opacity: 1 !important;
  color: #805ad5 !important;
  color: rgba(128, 90, 213, var(--text-opacity)) !important;
}

.hover\:text-purple-700:hover {
  --text-opacity: 1 !important;
  color: #6b46c1 !important;
  color: rgba(107, 70, 193, var(--text-opacity)) !important;
}

.hover\:text-purple-800:hover {
  --text-opacity: 1 !important;
  color: #553c9a !important;
  color: rgba(85, 60, 154, var(--text-opacity)) !important;
}

.hover\:text-purple-900:hover {
  --text-opacity: 1 !important;
  color: #44337a !important;
  color: rgba(68, 51, 122, var(--text-opacity)) !important;
}

.hover\:text-pink-100:hover {
  --text-opacity: 1 !important;
  color: #fff5f7 !important;
  color: rgba(255, 245, 247, var(--text-opacity)) !important;
}

.hover\:text-pink-200:hover {
  --text-opacity: 1 !important;
  color: #fed7e2 !important;
  color: rgba(254, 215, 226, var(--text-opacity)) !important;
}

.hover\:text-pink-300:hover {
  --text-opacity: 1 !important;
  color: #fbb6ce !important;
  color: rgba(251, 182, 206, var(--text-opacity)) !important;
}

.hover\:text-pink-400:hover {
  --text-opacity: 1 !important;
  color: #f687b3 !important;
  color: rgba(246, 135, 179, var(--text-opacity)) !important;
}

.hover\:text-pink-500:hover {
  --text-opacity: 1 !important;
  color: #ed64a6 !important;
  color: rgba(237, 100, 166, var(--text-opacity)) !important;
}

.hover\:text-pink-600:hover {
  --text-opacity: 1 !important;
  color: #d53f8c !important;
  color: rgba(213, 63, 140, var(--text-opacity)) !important;
}

.hover\:text-pink-700:hover {
  --text-opacity: 1 !important;
  color: #b83280 !important;
  color: rgba(184, 50, 128, var(--text-opacity)) !important;
}

.hover\:text-pink-800:hover {
  --text-opacity: 1 !important;
  color: #97266d !important;
  color: rgba(151, 38, 109, var(--text-opacity)) !important;
}

.hover\:text-pink-900:hover {
  --text-opacity: 1 !important;
  color: #702459 !important;
  color: rgba(112, 36, 89, var(--text-opacity)) !important;
}

.hover\:text-navy-blue:hover {
  --text-opacity: 1 !important;
  color: #23345A !important;
  color: rgba(35, 52, 90, var(--text-opacity)) !important;
}

.hover\:text-cyan:hover {
  --text-opacity: 1 !important;
  color: #40C8EA !important;
  color: rgba(64, 200, 234, var(--text-opacity)) !important;
}

.hover\:text-yellowOrange:hover {
  --text-opacity: 1 !important;
  color: #F8E9A7 !important;
  color: rgba(248, 233, 167, var(--text-opacity)) !important;
}

.hover\:text-light-blue:hover {
  --text-opacity: 1 !important;
  color: #C9EAF4 !important;
  color: rgba(201, 234, 244, var(--text-opacity)) !important;
}

.hover\:text-lightest-blue:hover {
  --text-opacity: 1 !important;
  color: #EBFAFF !important;
  color: rgba(235, 250, 255, var(--text-opacity)) !important;
}

.hover\:text-blueGreen:hover {
  --text-opacity: 1 !important;
  color: #148093 !important;
  color: rgba(20, 128, 147, var(--text-opacity)) !important;
}

.hover\:text-mediumGray:hover {
  --text-opacity: 1 !important;
  color: #97A2B0 !important;
  color: rgba(151, 162, 176, var(--text-opacity)) !important;
}

.hover\:text-light-gray:hover {
  --text-opacity: 1 !important;
  color: #ACACB4 !important;
  color: rgba(172, 172, 180, var(--text-opacity)) !important;
}

.hover\:text-lightestGray:hover {
  --text-opacity: 1 !important;
  color: #F2F2F2 !important;
  color: rgba(242, 242, 242, var(--text-opacity)) !important;
}

.hover\:text-dark-gray:hover {
  --text-opacity: 1 !important;
  color: #64626F !important;
  color: rgba(100, 98, 111, var(--text-opacity)) !important;
}

.hover\:text-nav-gray:hover {
  --text-opacity: 1 !important;
  color: #65718C !important;
  color: rgba(101, 113, 140, var(--text-opacity)) !important;
}

.hover\:text-bullet-gray:hover {
  --text-opacity: 1 !important;
  color: #F1F1F2 !important;
  color: rgba(241, 241, 242, var(--text-opacity)) !important;
}

.hover\:text-dark-red:hover {
  --text-opacity: 1 !important;
  color: #951700 !important;
  color: rgba(149, 23, 0, var(--text-opacity)) !important;
}

.hover\:text-navy:hover {
  --text-opacity: 1 !important;
  color: #182F50 !important;
  color: rgba(24, 47, 80, var(--text-opacity)) !important;
}

.hover\:text-lightNavy:hover {
  --text-opacity: 1 !important;
  color: #687FA0 !important;
  color: rgba(104, 127, 160, var(--text-opacity)) !important;
}

.focus\:text-transparent:focus {
  color: transparent !important;
}

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

.focus\:text-black:focus {
  --text-opacity: 1 !important;
  color: #000000 !important;
  color: rgba(0, 0, 0, var(--text-opacity)) !important;
}

.focus\:text-white:focus {
  --text-opacity: 1 !important;
  color: #FFFFFF !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
}

.focus\:text-gray:focus {
  --text-opacity: 1 !important;
  color: #727272 !important;
  color: rgba(114, 114, 114, var(--text-opacity)) !important;
}

.focus\:text-red:focus {
  --text-opacity: 1 !important;
  color: #E12A09 !important;
  color: rgba(225, 42, 9, var(--text-opacity)) !important;
}

.focus\:text-orange:focus {
  --text-opacity: 1 !important;
  color: #F29C2B !important;
  color: rgba(242, 156, 43, var(--text-opacity)) !important;
}

.focus\:text-yellow:focus {
  --text-opacity: 1 !important;
  color: #FFEB9A !important;
  color: rgba(255, 235, 154, var(--text-opacity)) !important;
}

.focus\:text-green-100:focus {
  --text-opacity: 1 !important;
  color: #f0fff4 !important;
  color: rgba(240, 255, 244, var(--text-opacity)) !important;
}

.focus\:text-green-200:focus {
  --text-opacity: 1 !important;
  color: #c6f6d5 !important;
  color: rgba(198, 246, 213, var(--text-opacity)) !important;
}

.focus\:text-green-300:focus {
  --text-opacity: 1 !important;
  color: #9ae6b4 !important;
  color: rgba(154, 230, 180, var(--text-opacity)) !important;
}

.focus\:text-green-400:focus {
  --text-opacity: 1 !important;
  color: #68d391 !important;
  color: rgba(104, 211, 145, var(--text-opacity)) !important;
}

.focus\:text-green-500:focus {
  --text-opacity: 1 !important;
  color: #48bb78 !important;
  color: rgba(72, 187, 120, var(--text-opacity)) !important;
}

.focus\:text-green-600:focus {
  --text-opacity: 1 !important;
  color: #38a169 !important;
  color: rgba(56, 161, 105, var(--text-opacity)) !important;
}

.focus\:text-green-700:focus {
  --text-opacity: 1 !important;
  color: #2f855a !important;
  color: rgba(47, 133, 90, var(--text-opacity)) !important;
}

.focus\:text-green-800:focus {
  --text-opacity: 1 !important;
  color: #276749 !important;
  color: rgba(39, 103, 73, var(--text-opacity)) !important;
}

.focus\:text-green-900:focus {
  --text-opacity: 1 !important;
  color: #22543d !important;
  color: rgba(34, 84, 61, var(--text-opacity)) !important;
}

.focus\:text-teal-100:focus {
  --text-opacity: 1 !important;
  color: #e6fffa !important;
  color: rgba(230, 255, 250, var(--text-opacity)) !important;
}

.focus\:text-teal-200:focus {
  --text-opacity: 1 !important;
  color: #b2f5ea !important;
  color: rgba(178, 245, 234, var(--text-opacity)) !important;
}

.focus\:text-teal-300:focus {
  --text-opacity: 1 !important;
  color: #81e6d9 !important;
  color: rgba(129, 230, 217, var(--text-opacity)) !important;
}

.focus\:text-teal-400:focus {
  --text-opacity: 1 !important;
  color: #4fd1c5 !important;
  color: rgba(79, 209, 197, var(--text-opacity)) !important;
}

.focus\:text-teal-500:focus {
  --text-opacity: 1 !important;
  color: #38b2ac !important;
  color: rgba(56, 178, 172, var(--text-opacity)) !important;
}

.focus\:text-teal-600:focus {
  --text-opacity: 1 !important;
  color: #319795 !important;
  color: rgba(49, 151, 149, var(--text-opacity)) !important;
}

.focus\:text-teal-700:focus {
  --text-opacity: 1 !important;
  color: #2c7a7b !important;
  color: rgba(44, 122, 123, var(--text-opacity)) !important;
}

.focus\:text-teal-800:focus {
  --text-opacity: 1 !important;
  color: #285e61 !important;
  color: rgba(40, 94, 97, var(--text-opacity)) !important;
}

.focus\:text-teal-900:focus {
  --text-opacity: 1 !important;
  color: #234e52 !important;
  color: rgba(35, 78, 82, var(--text-opacity)) !important;
}

.focus\:text-blue-100:focus {
  --text-opacity: 1 !important;
  color: #ebf8ff !important;
  color: rgba(235, 248, 255, var(--text-opacity)) !important;
}

.focus\:text-blue-200:focus {
  --text-opacity: 1 !important;
  color: #bee3f8 !important;
  color: rgba(190, 227, 248, var(--text-opacity)) !important;
}

.focus\:text-blue-300:focus {
  --text-opacity: 1 !important;
  color: #90cdf4 !important;
  color: rgba(144, 205, 244, var(--text-opacity)) !important;
}

.focus\:text-blue-400:focus {
  --text-opacity: 1 !important;
  color: #63b3ed !important;
  color: rgba(99, 179, 237, var(--text-opacity)) !important;
}

.focus\:text-blue-500:focus {
  --text-opacity: 1 !important;
  color: #4299e1 !important;
  color: rgba(66, 153, 225, var(--text-opacity)) !important;
}

.focus\:text-blue-600:focus {
  --text-opacity: 1 !important;
  color: #3182ce !important;
  color: rgba(49, 130, 206, var(--text-opacity)) !important;
}

.focus\:text-blue-700:focus {
  --text-opacity: 1 !important;
  color: #2b6cb0 !important;
  color: rgba(43, 108, 176, var(--text-opacity)) !important;
}

.focus\:text-blue-800:focus {
  --text-opacity: 1 !important;
  color: #2c5282 !important;
  color: rgba(44, 82, 130, var(--text-opacity)) !important;
}

.focus\:text-blue-900:focus {
  --text-opacity: 1 !important;
  color: #2a4365 !important;
  color: rgba(42, 67, 101, var(--text-opacity)) !important;
}

.focus\:text-indigo-100:focus {
  --text-opacity: 1 !important;
  color: #ebf4ff !important;
  color: rgba(235, 244, 255, var(--text-opacity)) !important;
}

.focus\:text-indigo-200:focus {
  --text-opacity: 1 !important;
  color: #c3dafe !important;
  color: rgba(195, 218, 254, var(--text-opacity)) !important;
}

.focus\:text-indigo-300:focus {
  --text-opacity: 1 !important;
  color: #a3bffa !important;
  color: rgba(163, 191, 250, var(--text-opacity)) !important;
}

.focus\:text-indigo-400:focus {
  --text-opacity: 1 !important;
  color: #7f9cf5 !important;
  color: rgba(127, 156, 245, var(--text-opacity)) !important;
}

.focus\:text-indigo-500:focus {
  --text-opacity: 1 !important;
  color: #667eea !important;
  color: rgba(102, 126, 234, var(--text-opacity)) !important;
}

.focus\:text-indigo-600:focus {
  --text-opacity: 1 !important;
  color: #5a67d8 !important;
  color: rgba(90, 103, 216, var(--text-opacity)) !important;
}

.focus\:text-indigo-700:focus {
  --text-opacity: 1 !important;
  color: #4c51bf !important;
  color: rgba(76, 81, 191, var(--text-opacity)) !important;
}

.focus\:text-indigo-800:focus {
  --text-opacity: 1 !important;
  color: #434190 !important;
  color: rgba(67, 65, 144, var(--text-opacity)) !important;
}

.focus\:text-indigo-900:focus {
  --text-opacity: 1 !important;
  color: #3c366b !important;
  color: rgba(60, 54, 107, var(--text-opacity)) !important;
}

.focus\:text-purple-100:focus {
  --text-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--text-opacity)) !important;
}

.focus\:text-purple-200:focus {
  --text-opacity: 1 !important;
  color: #e9d8fd !important;
  color: rgba(233, 216, 253, var(--text-opacity)) !important;
}

.focus\:text-purple-300:focus {
  --text-opacity: 1 !important;
  color: #d6bcfa !important;
  color: rgba(214, 188, 250, var(--text-opacity)) !important;
}

.focus\:text-purple-400:focus {
  --text-opacity: 1 !important;
  color: #b794f4 !important;
  color: rgba(183, 148, 244, var(--text-opacity)) !important;
}

.focus\:text-purple-500:focus {
  --text-opacity: 1 !important;
  color: #9f7aea !important;
  color: rgba(159, 122, 234, var(--text-opacity)) !important;
}

.focus\:text-purple-600:focus {
  --text-opacity: 1 !important;
  color: #805ad5 !important;
  color: rgba(128, 90, 213, var(--text-opacity)) !important;
}

.focus\:text-purple-700:focus {
  --text-opacity: 1 !important;
  color: #6b46c1 !important;
  color: rgba(107, 70, 193, var(--text-opacity)) !important;
}

.focus\:text-purple-800:focus {
  --text-opacity: 1 !important;
  color: #553c9a !important;
  color: rgba(85, 60, 154, var(--text-opacity)) !important;
}

.focus\:text-purple-900:focus {
  --text-opacity: 1 !important;
  color: #44337a !important;
  color: rgba(68, 51, 122, var(--text-opacity)) !important;
}

.focus\:text-pink-100:focus {
  --text-opacity: 1 !important;
  color: #fff5f7 !important;
  color: rgba(255, 245, 247, var(--text-opacity)) !important;
}

.focus\:text-pink-200:focus {
  --text-opacity: 1 !important;
  color: #fed7e2 !important;
  color: rgba(254, 215, 226, var(--text-opacity)) !important;
}

.focus\:text-pink-300:focus {
  --text-opacity: 1 !important;
  color: #fbb6ce !important;
  color: rgba(251, 182, 206, var(--text-opacity)) !important;
}

.focus\:text-pink-400:focus {
  --text-opacity: 1 !important;
  color: #f687b3 !important;
  color: rgba(246, 135, 179, var(--text-opacity)) !important;
}

.focus\:text-pink-500:focus {
  --text-opacity: 1 !important;
  color: #ed64a6 !important;
  color: rgba(237, 100, 166, var(--text-opacity)) !important;
}

.focus\:text-pink-600:focus {
  --text-opacity: 1 !important;
  color: #d53f8c !important;
  color: rgba(213, 63, 140, var(--text-opacity)) !important;
}

.focus\:text-pink-700:focus {
  --text-opacity: 1 !important;
  color: #b83280 !important;
  color: rgba(184, 50, 128, var(--text-opacity)) !important;
}

.focus\:text-pink-800:focus {
  --text-opacity: 1 !important;
  color: #97266d !important;
  color: rgba(151, 38, 109, var(--text-opacity)) !important;
}

.focus\:text-pink-900:focus {
  --text-opacity: 1 !important;
  color: #702459 !important;
  color: rgba(112, 36, 89, var(--text-opacity)) !important;
}

.focus\:text-navy-blue:focus {
  --text-opacity: 1 !important;
  color: #23345A !important;
  color: rgba(35, 52, 90, var(--text-opacity)) !important;
}

.focus\:text-cyan:focus {
  --text-opacity: 1 !important;
  color: #40C8EA !important;
  color: rgba(64, 200, 234, var(--text-opacity)) !important;
}

.focus\:text-yellowOrange:focus {
  --text-opacity: 1 !important;
  color: #F8E9A7 !important;
  color: rgba(248, 233, 167, var(--text-opacity)) !important;
}

.focus\:text-light-blue:focus {
  --text-opacity: 1 !important;
  color: #C9EAF4 !important;
  color: rgba(201, 234, 244, var(--text-opacity)) !important;
}

.focus\:text-lightest-blue:focus {
  --text-opacity: 1 !important;
  color: #EBFAFF !important;
  color: rgba(235, 250, 255, var(--text-opacity)) !important;
}

.focus\:text-blueGreen:focus {
  --text-opacity: 1 !important;
  color: #148093 !important;
  color: rgba(20, 128, 147, var(--text-opacity)) !important;
}

.focus\:text-mediumGray:focus {
  --text-opacity: 1 !important;
  color: #97A2B0 !important;
  color: rgba(151, 162, 176, var(--text-opacity)) !important;
}

.focus\:text-light-gray:focus {
  --text-opacity: 1 !important;
  color: #ACACB4 !important;
  color: rgba(172, 172, 180, var(--text-opacity)) !important;
}

.focus\:text-lightestGray:focus {
  --text-opacity: 1 !important;
  color: #F2F2F2 !important;
  color: rgba(242, 242, 242, var(--text-opacity)) !important;
}

.focus\:text-dark-gray:focus {
  --text-opacity: 1 !important;
  color: #64626F !important;
  color: rgba(100, 98, 111, var(--text-opacity)) !important;
}

.focus\:text-nav-gray:focus {
  --text-opacity: 1 !important;
  color: #65718C !important;
  color: rgba(101, 113, 140, var(--text-opacity)) !important;
}

.focus\:text-bullet-gray:focus {
  --text-opacity: 1 !important;
  color: #F1F1F2 !important;
  color: rgba(241, 241, 242, var(--text-opacity)) !important;
}

.focus\:text-dark-red:focus {
  --text-opacity: 1 !important;
  color: #951700 !important;
  color: rgba(149, 23, 0, var(--text-opacity)) !important;
}

.focus\:text-navy:focus {
  --text-opacity: 1 !important;
  color: #182F50 !important;
  color: rgba(24, 47, 80, var(--text-opacity)) !important;
}

.focus\:text-lightNavy:focus {
  --text-opacity: 1 !important;
  color: #687FA0 !important;
  color: rgba(104, 127, 160, var(--text-opacity)) !important;
}

.text-opacity-0 {
  --text-opacity: 0 !important;
}

.text-opacity-25 {
  --text-opacity: 0.25 !important;
}

.text-opacity-50 {
  --text-opacity: 0.5 !important;
}

.text-opacity-75 {
  --text-opacity: 0.75 !important;
}

.text-opacity-100 {
  --text-opacity: 1 !important;
}

.hover\:text-opacity-0:hover {
  --text-opacity: 0 !important;
}

.hover\:text-opacity-25:hover {
  --text-opacity: 0.25 !important;
}

.hover\:text-opacity-50:hover {
  --text-opacity: 0.5 !important;
}

.hover\:text-opacity-75:hover {
  --text-opacity: 0.75 !important;
}

.hover\:text-opacity-100:hover {
  --text-opacity: 1 !important;
}

.focus\:text-opacity-0:focus {
  --text-opacity: 0 !important;
}

.focus\:text-opacity-25:focus {
  --text-opacity: 0.25 !important;
}

.focus\:text-opacity-50:focus {
  --text-opacity: 0.5 !important;
}

.focus\:text-opacity-75:focus {
  --text-opacity: 0.75 !important;
}

.focus\:text-opacity-100:focus {
  --text-opacity: 1 !important;
}

.italic {
  font-style: italic !important;
}

.not-italic {
  font-style: normal !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.capitalize {
  text-transform: capitalize !important;
}

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

.underline {
  text-decoration: underline !important;
}

.line-through {
  text-decoration: line-through !important;
}

.no-underline {
  text-decoration: none !important;
}

.hover\:underline:hover {
  text-decoration: underline !important;
}

.hover\:line-through:hover {
  text-decoration: line-through !important;
}

.hover\:no-underline:hover {
  text-decoration: none !important;
}

.focus\:underline:focus {
  text-decoration: underline !important;
}

.focus\:line-through:focus {
  text-decoration: line-through !important;
}

.focus\:no-underline:focus {
  text-decoration: none !important;
}

.antialiased {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
}

.ordinal, .slashed-zero, .lining-nums, .oldstyle-nums, .proportional-nums, .tabular-nums, .diagonal-fractions, .stacked-fractions {
  --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/) !important;
  --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/) !important;
  --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/) !important;
  --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/) !important;
  --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/) !important;
  font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important;
}

.normal-nums {
  font-variant-numeric: normal !important;
}

.ordinal {
  --font-variant-numeric-ordinal: ordinal !important;
}

.slashed-zero {
  --font-variant-numeric-slashed-zero: slashed-zero !important;
}

.lining-nums {
  --font-variant-numeric-figure: lining-nums !important;
}

.oldstyle-nums {
  --font-variant-numeric-figure: oldstyle-nums !important;
}

.proportional-nums {
  --font-variant-numeric-spacing: proportional-nums !important;
}

.tabular-nums {
  --font-variant-numeric-spacing: tabular-nums !important;
}

.diagonal-fractions {
  --font-variant-numeric-fraction: diagonal-fractions !important;
}

.stacked-fractions {
  --font-variant-numeric-fraction: stacked-fractions !important;
}

.tracking-tighter {
  letter-spacing: -0.05em !important;
}

.tracking-tight {
  letter-spacing: -0.025em !important;
}

.tracking-normal {
  letter-spacing: 0 !important;
}

.tracking-wide {
  letter-spacing: 0.025em !important;
}

.tracking-wider {
  letter-spacing: 0.05em !important;
}

.tracking-widest {
  letter-spacing: 0.1em !important;
}

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

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

.select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

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

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.hover\:visible:hover {
  visibility: visible !important;
}

.hover\:invisible:hover {
  visibility: hidden !important;
}

.group:hover .group-hover\:visible {
  visibility: visible !important;
}

.group:hover .group-hover\:invisible {
  visibility: hidden !important;
}

.whitespace-normal {
  white-space: normal !important;
}

.whitespace-no-wrap {
  white-space: nowrap !important;
}

.whitespace-pre {
  white-space: pre !important;
}

.whitespace-pre-line {
  white-space: pre-line !important;
}

.whitespace-pre-wrap {
  white-space: pre-wrap !important;
}

.break-normal {
  word-wrap: normal !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.break-words {
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
}

.break-all {
  word-break: break-all !important;
}

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

.w-0 {
  width: 0 !important;
}

.w-1 {
  width: 0.25rem !important;
}

.w-2 {
  width: 0.5rem !important;
}

.w-3 {
  width: 0.75rem !important;
}

.w-4 {
  width: 1rem !important;
}

.w-5 {
  width: 1.25rem !important;
}

.w-6 {
  width: 1.5rem !important;
}

.w-8 {
  width: 2rem !important;
}

.w-9 {
  width: 2.5rem !important;
}

.w-10 {
  width: 2.5rem !important;
}

.w-12 {
  width: 3rem !important;
}

.w-14 {
  width: 3.5rem !important;
}

.w-16 {
  width: 4rem !important;
}

.w-18 {
  width: 4.5rem !important;
}

.w-20 {
  width: 5rem !important;
}

.w-22 {
  width: 5.626rem !important;
}

.w-24 {
  width: 6rem !important;
}

.w-26 {
  width: 6.25rem !important;
}

.w-28 {
  width: 7rem !important;
}

.w-32 {
  width: 8rem !important;
}

.w-34 {
  width: 8.5rem !important;
}

.w-38 {
  width: 9.25rem !important;
}

.w-40 {
  width: 10rem !important;
}

.w-46 {
  width: 11.75rem !important;
}

.w-48 {
  width: 12rem !important;
}

.w-56 {
  width: 14rem !important;
}

.w-64 {
  width: 16rem !important;
}

.w-82 {
  width: 20.75rem !important;
}

.w-auto {
  width: auto !important;
}

.w-px {
  width: 1px !important;
}

.w-tiny {
  width: 0.3rem !important;
}

.w-quick-links {
  width: 26% !important;
}

.w-pro-slid {
  width: 48% !important;
}

.w-62p {
  width: 62% !important;
}

.w-90p {
  width: 90% !important;
}

.w-x-large {
  width: 27.5rem !important;
}

.w-2px {
  width: 0.125rem !important;
}

.w-9px {
  width: 0.5625rem !important;
}

.w-10px {
  width: 0.625rem !important;
}

.w-18px {
  width: 1.125rem !important;
}

.w-20px {
  width: 1.25rem !important;
}

.w-24px {
  width: 1.5rem !important;
}

.w-26px {
  width: 1.625rem !important;
}

.w-30px {
  width: 1.875rem !important;
}

.w-38px {
  width: 2.375rem !important;
}

.w-43px {
  width: 2.6875rem !important;
}

.w-44px {
  width: 2.75rem !important;
}

.w-46px {
  width: 2.875rem !important;
}

.w-53px {
  width: 3.3125rem !important;
}

.w-54px {
  width: 3.375rem !important;
}

.w-55px {
  width: 3.4375rem !important;
}

.w-60px {
  width: 3.75rem !important;
}

.w-67px {
  width: 4.1875rem !important;
}

.w-73px {
  width: 4.5625rem !important;
}

.w-80px {
  width: 5rem !important;
}

.w-81px {
  width: 5.0625rem !important;
}

.w-85px {
  width: 5.3125rem !important;
}

.w-92px {
  width: 5.75rem !important;
}

.w-100px {
  width: 6.25rem !important;
}

.w-106px {
  width: 6.625rem !important;
}

.w-123px {
  width: 7.6875rem !important;
}

.w-126px {
  width: 7.875rem !important;
}

.w-138px {
  width: 8.625rem !important;
}

.w-140px {
  width: 8.75rem !important;
}

.w-146px {
  width: 9.125rem !important;
}

.w-152px {
  width: 9.5rem !important;
}

.w-187px {
  width: 11.6875rem !important;
}

.w-220px {
  width: 13.75rem !important;
}

.w-253px {
  width: 15.8125rem !important;
}

.w-320px {
  width: 20rem !important;
}

.w-400px {
  width: 25rem !important;
}

.w-500px {
  width: 31.25rem !important;
}

.w-lgPaddingTop {
  width: 15.8125rem !important;
}

.w-phonePaddingTop {
  width: 9.875rem !important;
}

.w-tabletPaddingTop {
  width: 6.625rem !important;
}

.w-largePaddingTop {
  width: 13.75rem !important;
}

.w-phoneTextContentMaxWidth {
  width: 57.0625rem !important;
}

.w-phoneTextContentWidth {
  width: 63% !important;
}

.w-phoneBlockContentWidth {
  width: 71.625rem !important;
}

.w-tabletTextContentMaxWidth {
  width: 57.0625rem !important;
}

.w-tabletTextContentWidth {
  width: 63% !important;
}

.w-tabletBlockContentWidth {
  width: 71.625rem !important;
}

.w-largeTextContentMaxWidth {
  width: 57.0625rem !important;
}

.w-largeTextContentWidth {
  width: 63% !important;
}

.w-largeBlockContentWidth {
  width: 71.625rem !important;
}

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

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

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

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

.w-2\/4 {
  width: 50% !important;
}

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

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

.w-2\/5 {
  width: 40% !important;
}

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

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

.w-1\/6 {
  width: 16.666667% !important;
}

.w-2\/6 {
  width: 33.333333% !important;
}

.w-3\/6 {
  width: 50% !important;
}

.w-4\/6 {
  width: 66.666667% !important;
}

.w-5\/6 {
  width: 83.333333% !important;
}

.w-1\/12 {
  width: 8.333333% !important;
}

.w-2\/12 {
  width: 16.666667% !important;
}

.w-3\/12 {
  width: 25% !important;
}

.w-4\/12 {
  width: 33.333333% !important;
}

.w-5\/12 {
  width: 41.666667% !important;
}

.w-6\/12 {
  width: 50% !important;
}

.w-7\/12 {
  width: 58.333333% !important;
}

.w-8\/12 {
  width: 66.666667% !important;
}

.w-9\/12 {
  width: 75% !important;
}

.w-10\/12 {
  width: 83.333333% !important;
}

.w-11\/12 {
  width: 91.666667% !important;
}

.w-full {
  width: 100% !important;
}

.w-screen {
  width: 100vw !important;
}

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

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

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

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

.z-40 {
  z-index: 40 !important;
}

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

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

.gap-0 {
  grid-gap: 0 !important;
  gap: 0 !important;
}

.gap-1 {
  grid-gap: 0.25rem !important;
  gap: 0.25rem !important;
}

.gap-2 {
  grid-gap: 0.5rem !important;
  gap: 0.5rem !important;
}

.gap-3 {
  grid-gap: 0.75rem !important;
  gap: 0.75rem !important;
}

.gap-4 {
  grid-gap: 1rem !important;
  gap: 1rem !important;
}

.gap-5 {
  grid-gap: 1.25rem !important;
  gap: 1.25rem !important;
}

.gap-6 {
  grid-gap: 1.5rem !important;
  gap: 1.5rem !important;
}

.gap-8 {
  grid-gap: 2rem !important;
  gap: 2rem !important;
}

.gap-9 {
  grid-gap: 2.5rem !important;
  gap: 2.5rem !important;
}

.gap-10 {
  grid-gap: 2.5rem !important;
  gap: 2.5rem !important;
}

.gap-12 {
  grid-gap: 3rem !important;
  gap: 3rem !important;
}

.gap-14 {
  grid-gap: 3.5rem !important;
  gap: 3.5rem !important;
}

.gap-16 {
  grid-gap: 4rem !important;
  gap: 4rem !important;
}

.gap-18 {
  grid-gap: 4.5rem !important;
  gap: 4.5rem !important;
}

.gap-20 {
  grid-gap: 5rem !important;
  gap: 5rem !important;
}

.gap-22 {
  grid-gap: 5.626rem !important;
  gap: 5.626rem !important;
}

.gap-24 {
  grid-gap: 6rem !important;
  gap: 6rem !important;
}

.gap-26 {
  grid-gap: 6.25rem !important;
  gap: 6.25rem !important;
}

.gap-28 {
  grid-gap: 7rem !important;
  gap: 7rem !important;
}

.gap-32 {
  grid-gap: 8rem !important;
  gap: 8rem !important;
}

.gap-34 {
  grid-gap: 8.5rem !important;
  gap: 8.5rem !important;
}

.gap-38 {
  grid-gap: 9.25rem !important;
  gap: 9.25rem !important;
}

.gap-40 {
  grid-gap: 10rem !important;
  gap: 10rem !important;
}

.gap-46 {
  grid-gap: 11.75rem !important;
  gap: 11.75rem !important;
}

.gap-48 {
  grid-gap: 12rem !important;
  gap: 12rem !important;
}

.gap-56 {
  grid-gap: 14rem !important;
  gap: 14rem !important;
}

.gap-64 {
  grid-gap: 16rem !important;
  gap: 16rem !important;
}

.gap-82 {
  grid-gap: 20.75rem !important;
  gap: 20.75rem !important;
}

.gap-px {
  grid-gap: 1px !important;
  gap: 1px !important;
}

.gap-tiny {
  grid-gap: 0.3rem !important;
  gap: 0.3rem !important;
}

.gap-quick-links {
  grid-gap: 26% !important;
  gap: 26% !important;
}

.gap-pro-slid {
  grid-gap: 48% !important;
  gap: 48% !important;
}

.gap-62p {
  grid-gap: 62% !important;
  gap: 62% !important;
}

.gap-90p {
  grid-gap: 90% !important;
  gap: 90% !important;
}

.gap-x-large {
  grid-gap: 27.5rem !important;
  gap: 27.5rem !important;
}

.gap-2px {
  grid-gap: 0.125rem !important;
  gap: 0.125rem !important;
}

.gap-9px {
  grid-gap: 0.5625rem !important;
  gap: 0.5625rem !important;
}

.gap-10px {
  grid-gap: 0.625rem !important;
  gap: 0.625rem !important;
}

.gap-18px {
  grid-gap: 1.125rem !important;
  gap: 1.125rem !important;
}

.gap-20px {
  grid-gap: 1.25rem !important;
  gap: 1.25rem !important;
}

.gap-24px {
  grid-gap: 1.5rem !important;
  gap: 1.5rem !important;
}

.gap-26px {
  grid-gap: 1.625rem !important;
  gap: 1.625rem !important;
}

.gap-30px {
  grid-gap: 1.875rem !important;
  gap: 1.875rem !important;
}

.gap-38px {
  grid-gap: 2.375rem !important;
  gap: 2.375rem !important;
}

.gap-43px {
  grid-gap: 2.6875rem !important;
  gap: 2.6875rem !important;
}

.gap-44px {
  grid-gap: 2.75rem !important;
  gap: 2.75rem !important;
}

.gap-46px {
  grid-gap: 2.875rem !important;
  gap: 2.875rem !important;
}

.gap-53px {
  grid-gap: 3.3125rem !important;
  gap: 3.3125rem !important;
}

.gap-54px {
  grid-gap: 3.375rem !important;
  gap: 3.375rem !important;
}

.gap-55px {
  grid-gap: 3.4375rem !important;
  gap: 3.4375rem !important;
}

.gap-60px {
  grid-gap: 3.75rem !important;
  gap: 3.75rem !important;
}

.gap-67px {
  grid-gap: 4.1875rem !important;
  gap: 4.1875rem !important;
}

.gap-73px {
  grid-gap: 4.5625rem !important;
  gap: 4.5625rem !important;
}

.gap-80px {
  grid-gap: 5rem !important;
  gap: 5rem !important;
}

.gap-81px {
  grid-gap: 5.0625rem !important;
  gap: 5.0625rem !important;
}

.gap-85px {
  grid-gap: 5.3125rem !important;
  gap: 5.3125rem !important;
}

.gap-92px {
  grid-gap: 5.75rem !important;
  gap: 5.75rem !important;
}

.gap-100px {
  grid-gap: 6.25rem !important;
  gap: 6.25rem !important;
}

.gap-106px {
  grid-gap: 6.625rem !important;
  gap: 6.625rem !important;
}

.gap-123px {
  grid-gap: 7.6875rem !important;
  gap: 7.6875rem !important;
}

.gap-126px {
  grid-gap: 7.875rem !important;
  gap: 7.875rem !important;
}

.gap-138px {
  grid-gap: 8.625rem !important;
  gap: 8.625rem !important;
}

.gap-140px {
  grid-gap: 8.75rem !important;
  gap: 8.75rem !important;
}

.gap-146px {
  grid-gap: 9.125rem !important;
  gap: 9.125rem !important;
}

.gap-152px {
  grid-gap: 9.5rem !important;
  gap: 9.5rem !important;
}

.gap-187px {
  grid-gap: 11.6875rem !important;
  gap: 11.6875rem !important;
}

.gap-220px {
  grid-gap: 13.75rem !important;
  gap: 13.75rem !important;
}

.gap-253px {
  grid-gap: 15.8125rem !important;
  gap: 15.8125rem !important;
}

.gap-320px {
  grid-gap: 20rem !important;
  gap: 20rem !important;
}

.gap-400px {
  grid-gap: 25rem !important;
  gap: 25rem !important;
}

.gap-500px {
  grid-gap: 31.25rem !important;
  gap: 31.25rem !important;
}

.gap-lgPaddingTop {
  grid-gap: 15.8125rem !important;
  gap: 15.8125rem !important;
}

.gap-phonePaddingTop {
  grid-gap: 9.875rem !important;
  gap: 9.875rem !important;
}

.gap-tabletPaddingTop {
  grid-gap: 6.625rem !important;
  gap: 6.625rem !important;
}

.gap-largePaddingTop {
  grid-gap: 13.75rem !important;
  gap: 13.75rem !important;
}

.gap-phoneTextContentMaxWidth {
  grid-gap: 57.0625rem !important;
  gap: 57.0625rem !important;
}

.gap-phoneTextContentWidth {
  grid-gap: 63% !important;
  gap: 63% !important;
}

.gap-phoneBlockContentWidth {
  grid-gap: 71.625rem !important;
  gap: 71.625rem !important;
}

.gap-tabletTextContentMaxWidth {
  grid-gap: 57.0625rem !important;
  gap: 57.0625rem !important;
}

.gap-tabletTextContentWidth {
  grid-gap: 63% !important;
  gap: 63% !important;
}

.gap-tabletBlockContentWidth {
  grid-gap: 71.625rem !important;
  gap: 71.625rem !important;
}

.gap-largeTextContentMaxWidth {
  grid-gap: 57.0625rem !important;
  gap: 57.0625rem !important;
}

.gap-largeTextContentWidth {
  grid-gap: 63% !important;
  gap: 63% !important;
}

.gap-largeBlockContentWidth {
  grid-gap: 71.625rem !important;
  gap: 71.625rem !important;
}

.col-gap-0 {
  grid-column-gap: 0 !important;
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}

.col-gap-1 {
  grid-column-gap: 0.25rem !important;
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}

.col-gap-2 {
  grid-column-gap: 0.5rem !important;
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

.col-gap-3 {
  grid-column-gap: 0.75rem !important;
  -moz-column-gap: 0.75rem !important;
       column-gap: 0.75rem !important;
}

.col-gap-4 {
  grid-column-gap: 1rem !important;
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

.col-gap-5 {
  grid-column-gap: 1.25rem !important;
  -moz-column-gap: 1.25rem !important;
       column-gap: 1.25rem !important;
}

.col-gap-6 {
  grid-column-gap: 1.5rem !important;
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

.col-gap-8 {
  grid-column-gap: 2rem !important;
  -moz-column-gap: 2rem !important;
       column-gap: 2rem !important;
}

.col-gap-9 {
  grid-column-gap: 2.5rem !important;
  -moz-column-gap: 2.5rem !important;
       column-gap: 2.5rem !important;
}

.col-gap-10 {
  grid-column-gap: 2.5rem !important;
  -moz-column-gap: 2.5rem !important;
       column-gap: 2.5rem !important;
}

.col-gap-12 {
  grid-column-gap: 3rem !important;
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}

.col-gap-14 {
  grid-column-gap: 3.5rem !important;
  -moz-column-gap: 3.5rem !important;
       column-gap: 3.5rem !important;
}

.col-gap-16 {
  grid-column-gap: 4rem !important;
  -moz-column-gap: 4rem !important;
       column-gap: 4rem !important;
}

.col-gap-18 {
  grid-column-gap: 4.5rem !important;
  -moz-column-gap: 4.5rem !important;
       column-gap: 4.5rem !important;
}

.col-gap-20 {
  grid-column-gap: 5rem !important;
  -moz-column-gap: 5rem !important;
       column-gap: 5rem !important;
}

.col-gap-22 {
  grid-column-gap: 5.626rem !important;
  -moz-column-gap: 5.626rem !important;
       column-gap: 5.626rem !important;
}

.col-gap-24 {
  grid-column-gap: 6rem !important;
  -moz-column-gap: 6rem !important;
       column-gap: 6rem !important;
}

.col-gap-26 {
  grid-column-gap: 6.25rem !important;
  -moz-column-gap: 6.25rem !important;
       column-gap: 6.25rem !important;
}

.col-gap-28 {
  grid-column-gap: 7rem !important;
  -moz-column-gap: 7rem !important;
       column-gap: 7rem !important;
}

.col-gap-32 {
  grid-column-gap: 8rem !important;
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}

.col-gap-34 {
  grid-column-gap: 8.5rem !important;
  -moz-column-gap: 8.5rem !important;
       column-gap: 8.5rem !important;
}

.col-gap-38 {
  grid-column-gap: 9.25rem !important;
  -moz-column-gap: 9.25rem !important;
       column-gap: 9.25rem !important;
}

.col-gap-40 {
  grid-column-gap: 10rem !important;
  -moz-column-gap: 10rem !important;
       column-gap: 10rem !important;
}

.col-gap-46 {
  grid-column-gap: 11.75rem !important;
  -moz-column-gap: 11.75rem !important;
       column-gap: 11.75rem !important;
}

.col-gap-48 {
  grid-column-gap: 12rem !important;
  -moz-column-gap: 12rem !important;
       column-gap: 12rem !important;
}

.col-gap-56 {
  grid-column-gap: 14rem !important;
  -moz-column-gap: 14rem !important;
       column-gap: 14rem !important;
}

.col-gap-64 {
  grid-column-gap: 16rem !important;
  -moz-column-gap: 16rem !important;
       column-gap: 16rem !important;
}

.col-gap-82 {
  grid-column-gap: 20.75rem !important;
  -moz-column-gap: 20.75rem !important;
       column-gap: 20.75rem !important;
}

.col-gap-px {
  grid-column-gap: 1px !important;
  -moz-column-gap: 1px !important;
       column-gap: 1px !important;
}

.col-gap-tiny {
  grid-column-gap: 0.3rem !important;
  -moz-column-gap: 0.3rem !important;
       column-gap: 0.3rem !important;
}

.col-gap-quick-links {
  grid-column-gap: 26% !important;
  -moz-column-gap: 26% !important;
       column-gap: 26% !important;
}

.col-gap-pro-slid {
  grid-column-gap: 48% !important;
  -moz-column-gap: 48% !important;
       column-gap: 48% !important;
}

.col-gap-62p {
  grid-column-gap: 62% !important;
  -moz-column-gap: 62% !important;
       column-gap: 62% !important;
}

.col-gap-90p {
  grid-column-gap: 90% !important;
  -moz-column-gap: 90% !important;
       column-gap: 90% !important;
}

.col-gap-x-large {
  grid-column-gap: 27.5rem !important;
  -moz-column-gap: 27.5rem !important;
       column-gap: 27.5rem !important;
}

.col-gap-2px {
  grid-column-gap: 0.125rem !important;
  -moz-column-gap: 0.125rem !important;
       column-gap: 0.125rem !important;
}

.col-gap-9px {
  grid-column-gap: 0.5625rem !important;
  -moz-column-gap: 0.5625rem !important;
       column-gap: 0.5625rem !important;
}

.col-gap-10px {
  grid-column-gap: 0.625rem !important;
  -moz-column-gap: 0.625rem !important;
       column-gap: 0.625rem !important;
}

.col-gap-18px {
  grid-column-gap: 1.125rem !important;
  -moz-column-gap: 1.125rem !important;
       column-gap: 1.125rem !important;
}

.col-gap-20px {
  grid-column-gap: 1.25rem !important;
  -moz-column-gap: 1.25rem !important;
       column-gap: 1.25rem !important;
}

.col-gap-24px {
  grid-column-gap: 1.5rem !important;
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

.col-gap-26px {
  grid-column-gap: 1.625rem !important;
  -moz-column-gap: 1.625rem !important;
       column-gap: 1.625rem !important;
}

.col-gap-30px {
  grid-column-gap: 1.875rem !important;
  -moz-column-gap: 1.875rem !important;
       column-gap: 1.875rem !important;
}

.col-gap-38px {
  grid-column-gap: 2.375rem !important;
  -moz-column-gap: 2.375rem !important;
       column-gap: 2.375rem !important;
}

.col-gap-43px {
  grid-column-gap: 2.6875rem !important;
  -moz-column-gap: 2.6875rem !important;
       column-gap: 2.6875rem !important;
}

.col-gap-44px {
  grid-column-gap: 2.75rem !important;
  -moz-column-gap: 2.75rem !important;
       column-gap: 2.75rem !important;
}

.col-gap-46px {
  grid-column-gap: 2.875rem !important;
  -moz-column-gap: 2.875rem !important;
       column-gap: 2.875rem !important;
}

.col-gap-53px {
  grid-column-gap: 3.3125rem !important;
  -moz-column-gap: 3.3125rem !important;
       column-gap: 3.3125rem !important;
}

.col-gap-54px {
  grid-column-gap: 3.375rem !important;
  -moz-column-gap: 3.375rem !important;
       column-gap: 3.375rem !important;
}

.col-gap-55px {
  grid-column-gap: 3.4375rem !important;
  -moz-column-gap: 3.4375rem !important;
       column-gap: 3.4375rem !important;
}

.col-gap-60px {
  grid-column-gap: 3.75rem !important;
  -moz-column-gap: 3.75rem !important;
       column-gap: 3.75rem !important;
}

.col-gap-67px {
  grid-column-gap: 4.1875rem !important;
  -moz-column-gap: 4.1875rem !important;
       column-gap: 4.1875rem !important;
}

.col-gap-73px {
  grid-column-gap: 4.5625rem !important;
  -moz-column-gap: 4.5625rem !important;
       column-gap: 4.5625rem !important;
}

.col-gap-80px {
  grid-column-gap: 5rem !important;
  -moz-column-gap: 5rem !important;
       column-gap: 5rem !important;
}

.col-gap-81px {
  grid-column-gap: 5.0625rem !important;
  -moz-column-gap: 5.0625rem !important;
       column-gap: 5.0625rem !important;
}

.col-gap-85px {
  grid-column-gap: 5.3125rem !important;
  -moz-column-gap: 5.3125rem !important;
       column-gap: 5.3125rem !important;
}

.col-gap-92px {
  grid-column-gap: 5.75rem !important;
  -moz-column-gap: 5.75rem !important;
       column-gap: 5.75rem !important;
}

.col-gap-100px {
  grid-column-gap: 6.25rem !important;
  -moz-column-gap: 6.25rem !important;
       column-gap: 6.25rem !important;
}

.col-gap-106px {
  grid-column-gap: 6.625rem !important;
  -moz-column-gap: 6.625rem !important;
       column-gap: 6.625rem !important;
}

.col-gap-123px {
  grid-column-gap: 7.6875rem !important;
  -moz-column-gap: 7.6875rem !important;
       column-gap: 7.6875rem !important;
}

.col-gap-126px {
  grid-column-gap: 7.875rem !important;
  -moz-column-gap: 7.875rem !important;
       column-gap: 7.875rem !important;
}

.col-gap-138px {
  grid-column-gap: 8.625rem !important;
  -moz-column-gap: 8.625rem !important;
       column-gap: 8.625rem !important;
}

.col-gap-140px {
  grid-column-gap: 8.75rem !important;
  -moz-column-gap: 8.75rem !important;
       column-gap: 8.75rem !important;
}

.col-gap-146px {
  grid-column-gap: 9.125rem !important;
  -moz-column-gap: 9.125rem !important;
       column-gap: 9.125rem !important;
}

.col-gap-152px {
  grid-column-gap: 9.5rem !important;
  -moz-column-gap: 9.5rem !important;
       column-gap: 9.5rem !important;
}

.col-gap-187px {
  grid-column-gap: 11.6875rem !important;
  -moz-column-gap: 11.6875rem !important;
       column-gap: 11.6875rem !important;
}

.col-gap-220px {
  grid-column-gap: 13.75rem !important;
  -moz-column-gap: 13.75rem !important;
       column-gap: 13.75rem !important;
}

.col-gap-253px {
  grid-column-gap: 15.8125rem !important;
  -moz-column-gap: 15.8125rem !important;
       column-gap: 15.8125rem !important;
}

.col-gap-320px {
  grid-column-gap: 20rem !important;
  -moz-column-gap: 20rem !important;
       column-gap: 20rem !important;
}

.col-gap-400px {
  grid-column-gap: 25rem !important;
  -moz-column-gap: 25rem !important;
       column-gap: 25rem !important;
}

.col-gap-500px {
  grid-column-gap: 31.25rem !important;
  -moz-column-gap: 31.25rem !important;
       column-gap: 31.25rem !important;
}

.col-gap-lgPaddingTop {
  grid-column-gap: 15.8125rem !important;
  -moz-column-gap: 15.8125rem !important;
       column-gap: 15.8125rem !important;
}

.col-gap-phonePaddingTop {
  grid-column-gap: 9.875rem !important;
  -moz-column-gap: 9.875rem !important;
       column-gap: 9.875rem !important;
}

.col-gap-tabletPaddingTop {
  grid-column-gap: 6.625rem !important;
  -moz-column-gap: 6.625rem !important;
       column-gap: 6.625rem !important;
}

.col-gap-largePaddingTop {
  grid-column-gap: 13.75rem !important;
  -moz-column-gap: 13.75rem !important;
       column-gap: 13.75rem !important;
}

.col-gap-phoneTextContentMaxWidth {
  grid-column-gap: 57.0625rem !important;
  -moz-column-gap: 57.0625rem !important;
       column-gap: 57.0625rem !important;
}

.col-gap-phoneTextContentWidth {
  grid-column-gap: 63% !important;
  -moz-column-gap: 63% !important;
       column-gap: 63% !important;
}

.col-gap-phoneBlockContentWidth {
  grid-column-gap: 71.625rem !important;
  -moz-column-gap: 71.625rem !important;
       column-gap: 71.625rem !important;
}

.col-gap-tabletTextContentMaxWidth {
  grid-column-gap: 57.0625rem !important;
  -moz-column-gap: 57.0625rem !important;
       column-gap: 57.0625rem !important;
}

.col-gap-tabletTextContentWidth {
  grid-column-gap: 63% !important;
  -moz-column-gap: 63% !important;
       column-gap: 63% !important;
}

.col-gap-tabletBlockContentWidth {
  grid-column-gap: 71.625rem !important;
  -moz-column-gap: 71.625rem !important;
       column-gap: 71.625rem !important;
}

.col-gap-largeTextContentMaxWidth {
  grid-column-gap: 57.0625rem !important;
  -moz-column-gap: 57.0625rem !important;
       column-gap: 57.0625rem !important;
}

.col-gap-largeTextContentWidth {
  grid-column-gap: 63% !important;
  -moz-column-gap: 63% !important;
       column-gap: 63% !important;
}

.col-gap-largeBlockContentWidth {
  grid-column-gap: 71.625rem !important;
  -moz-column-gap: 71.625rem !important;
       column-gap: 71.625rem !important;
}

.gap-x-0 {
  grid-column-gap: 0 !important;
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}

.gap-x-1 {
  grid-column-gap: 0.25rem !important;
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}

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

.gap-x-3 {
  grid-column-gap: 0.75rem !important;
  -moz-column-gap: 0.75rem !important;
       column-gap: 0.75rem !important;
}

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

.gap-x-5 {
  grid-column-gap: 1.25rem !important;
  -moz-column-gap: 1.25rem !important;
       column-gap: 1.25rem !important;
}

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

.gap-x-8 {
  grid-column-gap: 2rem !important;
  -moz-column-gap: 2rem !important;
       column-gap: 2rem !important;
}

.gap-x-9 {
  grid-column-gap: 2.5rem !important;
  -moz-column-gap: 2.5rem !important;
       column-gap: 2.5rem !important;
}

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

.gap-x-12 {
  grid-column-gap: 3rem !important;
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}

.gap-x-14 {
  grid-column-gap: 3.5rem !important;
  -moz-column-gap: 3.5rem !important;
       column-gap: 3.5rem !important;
}

.gap-x-16 {
  grid-column-gap: 4rem !important;
  -moz-column-gap: 4rem !important;
       column-gap: 4rem !important;
}

.gap-x-18 {
  grid-column-gap: 4.5rem !important;
  -moz-column-gap: 4.5rem !important;
       column-gap: 4.5rem !important;
}

.gap-x-20 {
  grid-column-gap: 5rem !important;
  -moz-column-gap: 5rem !important;
       column-gap: 5rem !important;
}

.gap-x-22 {
  grid-column-gap: 5.626rem !important;
  -moz-column-gap: 5.626rem !important;
       column-gap: 5.626rem !important;
}

.gap-x-24 {
  grid-column-gap: 6rem !important;
  -moz-column-gap: 6rem !important;
       column-gap: 6rem !important;
}

.gap-x-26 {
  grid-column-gap: 6.25rem !important;
  -moz-column-gap: 6.25rem !important;
       column-gap: 6.25rem !important;
}

.gap-x-28 {
  grid-column-gap: 7rem !important;
  -moz-column-gap: 7rem !important;
       column-gap: 7rem !important;
}

.gap-x-32 {
  grid-column-gap: 8rem !important;
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}

.gap-x-34 {
  grid-column-gap: 8.5rem !important;
  -moz-column-gap: 8.5rem !important;
       column-gap: 8.5rem !important;
}

.gap-x-38 {
  grid-column-gap: 9.25rem !important;
  -moz-column-gap: 9.25rem !important;
       column-gap: 9.25rem !important;
}

.gap-x-40 {
  grid-column-gap: 10rem !important;
  -moz-column-gap: 10rem !important;
       column-gap: 10rem !important;
}

.gap-x-46 {
  grid-column-gap: 11.75rem !important;
  -moz-column-gap: 11.75rem !important;
       column-gap: 11.75rem !important;
}

.gap-x-48 {
  grid-column-gap: 12rem !important;
  -moz-column-gap: 12rem !important;
       column-gap: 12rem !important;
}

.gap-x-56 {
  grid-column-gap: 14rem !important;
  -moz-column-gap: 14rem !important;
       column-gap: 14rem !important;
}

.gap-x-64 {
  grid-column-gap: 16rem !important;
  -moz-column-gap: 16rem !important;
       column-gap: 16rem !important;
}

.gap-x-82 {
  grid-column-gap: 20.75rem !important;
  -moz-column-gap: 20.75rem !important;
       column-gap: 20.75rem !important;
}

.gap-x-px {
  grid-column-gap: 1px !important;
  -moz-column-gap: 1px !important;
       column-gap: 1px !important;
}

.gap-x-tiny {
  grid-column-gap: 0.3rem !important;
  -moz-column-gap: 0.3rem !important;
       column-gap: 0.3rem !important;
}

.gap-x-quick-links {
  grid-column-gap: 26% !important;
  -moz-column-gap: 26% !important;
       column-gap: 26% !important;
}

.gap-x-pro-slid {
  grid-column-gap: 48% !important;
  -moz-column-gap: 48% !important;
       column-gap: 48% !important;
}

.gap-x-62p {
  grid-column-gap: 62% !important;
  -moz-column-gap: 62% !important;
       column-gap: 62% !important;
}

.gap-x-90p {
  grid-column-gap: 90% !important;
  -moz-column-gap: 90% !important;
       column-gap: 90% !important;
}

.gap-x-x-large {
  grid-column-gap: 27.5rem !important;
  -moz-column-gap: 27.5rem !important;
       column-gap: 27.5rem !important;
}

.gap-x-2px {
  grid-column-gap: 0.125rem !important;
  -moz-column-gap: 0.125rem !important;
       column-gap: 0.125rem !important;
}

.gap-x-9px {
  grid-column-gap: 0.5625rem !important;
  -moz-column-gap: 0.5625rem !important;
       column-gap: 0.5625rem !important;
}

.gap-x-10px {
  grid-column-gap: 0.625rem !important;
  -moz-column-gap: 0.625rem !important;
       column-gap: 0.625rem !important;
}

.gap-x-18px {
  grid-column-gap: 1.125rem !important;
  -moz-column-gap: 1.125rem !important;
       column-gap: 1.125rem !important;
}

.gap-x-20px {
  grid-column-gap: 1.25rem !important;
  -moz-column-gap: 1.25rem !important;
       column-gap: 1.25rem !important;
}

.gap-x-24px {
  grid-column-gap: 1.5rem !important;
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

.gap-x-26px {
  grid-column-gap: 1.625rem !important;
  -moz-column-gap: 1.625rem !important;
       column-gap: 1.625rem !important;
}

.gap-x-30px {
  grid-column-gap: 1.875rem !important;
  -moz-column-gap: 1.875rem !important;
       column-gap: 1.875rem !important;
}

.gap-x-38px {
  grid-column-gap: 2.375rem !important;
  -moz-column-gap: 2.375rem !important;
       column-gap: 2.375rem !important;
}

.gap-x-43px {
  grid-column-gap: 2.6875rem !important;
  -moz-column-gap: 2.6875rem !important;
       column-gap: 2.6875rem !important;
}

.gap-x-44px {
  grid-column-gap: 2.75rem !important;
  -moz-column-gap: 2.75rem !important;
       column-gap: 2.75rem !important;
}

.gap-x-46px {
  grid-column-gap: 2.875rem !important;
  -moz-column-gap: 2.875rem !important;
       column-gap: 2.875rem !important;
}

.gap-x-53px {
  grid-column-gap: 3.3125rem !important;
  -moz-column-gap: 3.3125rem !important;
       column-gap: 3.3125rem !important;
}

.gap-x-54px {
  grid-column-gap: 3.375rem !important;
  -moz-column-gap: 3.375rem !important;
       column-gap: 3.375rem !important;
}

.gap-x-55px {
  grid-column-gap: 3.4375rem !important;
  -moz-column-gap: 3.4375rem !important;
       column-gap: 3.4375rem !important;
}

.gap-x-60px {
  grid-column-gap: 3.75rem !important;
  -moz-column-gap: 3.75rem !important;
       column-gap: 3.75rem !important;
}

.gap-x-67px {
  grid-column-gap: 4.1875rem !important;
  -moz-column-gap: 4.1875rem !important;
       column-gap: 4.1875rem !important;
}

.gap-x-73px {
  grid-column-gap: 4.5625rem !important;
  -moz-column-gap: 4.5625rem !important;
       column-gap: 4.5625rem !important;
}

.gap-x-80px {
  grid-column-gap: 5rem !important;
  -moz-column-gap: 5rem !important;
       column-gap: 5rem !important;
}

.gap-x-81px {
  grid-column-gap: 5.0625rem !important;
  -moz-column-gap: 5.0625rem !important;
       column-gap: 5.0625rem !important;
}

.gap-x-85px {
  grid-column-gap: 5.3125rem !important;
  -moz-column-gap: 5.3125rem !important;
       column-gap: 5.3125rem !important;
}

.gap-x-92px {
  grid-column-gap: 5.75rem !important;
  -moz-column-gap: 5.75rem !important;
       column-gap: 5.75rem !important;
}

.gap-x-100px {
  grid-column-gap: 6.25rem !important;
  -moz-column-gap: 6.25rem !important;
       column-gap: 6.25rem !important;
}

.gap-x-106px {
  grid-column-gap: 6.625rem !important;
  -moz-column-gap: 6.625rem !important;
       column-gap: 6.625rem !important;
}

.gap-x-123px {
  grid-column-gap: 7.6875rem !important;
  -moz-column-gap: 7.6875rem !important;
       column-gap: 7.6875rem !important;
}

.gap-x-126px {
  grid-column-gap: 7.875rem !important;
  -moz-column-gap: 7.875rem !important;
       column-gap: 7.875rem !important;
}

.gap-x-138px {
  grid-column-gap: 8.625rem !important;
  -moz-column-gap: 8.625rem !important;
       column-gap: 8.625rem !important;
}

.gap-x-140px {
  grid-column-gap: 8.75rem !important;
  -moz-column-gap: 8.75rem !important;
       column-gap: 8.75rem !important;
}

.gap-x-146px {
  grid-column-gap: 9.125rem !important;
  -moz-column-gap: 9.125rem !important;
       column-gap: 9.125rem !important;
}

.gap-x-152px {
  grid-column-gap: 9.5rem !important;
  -moz-column-gap: 9.5rem !important;
       column-gap: 9.5rem !important;
}

.gap-x-187px {
  grid-column-gap: 11.6875rem !important;
  -moz-column-gap: 11.6875rem !important;
       column-gap: 11.6875rem !important;
}

.gap-x-220px {
  grid-column-gap: 13.75rem !important;
  -moz-column-gap: 13.75rem !important;
       column-gap: 13.75rem !important;
}

.gap-x-253px {
  grid-column-gap: 15.8125rem !important;
  -moz-column-gap: 15.8125rem !important;
       column-gap: 15.8125rem !important;
}

.gap-x-320px {
  grid-column-gap: 20rem !important;
  -moz-column-gap: 20rem !important;
       column-gap: 20rem !important;
}

.gap-x-400px {
  grid-column-gap: 25rem !important;
  -moz-column-gap: 25rem !important;
       column-gap: 25rem !important;
}

.gap-x-500px {
  grid-column-gap: 31.25rem !important;
  -moz-column-gap: 31.25rem !important;
       column-gap: 31.25rem !important;
}

.gap-x-lgPaddingTop {
  grid-column-gap: 15.8125rem !important;
  -moz-column-gap: 15.8125rem !important;
       column-gap: 15.8125rem !important;
}

.gap-x-phonePaddingTop {
  grid-column-gap: 9.875rem !important;
  -moz-column-gap: 9.875rem !important;
       column-gap: 9.875rem !important;
}

.gap-x-tabletPaddingTop {
  grid-column-gap: 6.625rem !important;
  -moz-column-gap: 6.625rem !important;
       column-gap: 6.625rem !important;
}

.gap-x-largePaddingTop {
  grid-column-gap: 13.75rem !important;
  -moz-column-gap: 13.75rem !important;
       column-gap: 13.75rem !important;
}

.gap-x-phoneTextContentMaxWidth {
  grid-column-gap: 57.0625rem !important;
  -moz-column-gap: 57.0625rem !important;
       column-gap: 57.0625rem !important;
}

.gap-x-phoneTextContentWidth {
  grid-column-gap: 63% !important;
  -moz-column-gap: 63% !important;
       column-gap: 63% !important;
}

.gap-x-phoneBlockContentWidth {
  grid-column-gap: 71.625rem !important;
  -moz-column-gap: 71.625rem !important;
       column-gap: 71.625rem !important;
}

.gap-x-tabletTextContentMaxWidth {
  grid-column-gap: 57.0625rem !important;
  -moz-column-gap: 57.0625rem !important;
       column-gap: 57.0625rem !important;
}

.gap-x-tabletTextContentWidth {
  grid-column-gap: 63% !important;
  -moz-column-gap: 63% !important;
       column-gap: 63% !important;
}

.gap-x-tabletBlockContentWidth {
  grid-column-gap: 71.625rem !important;
  -moz-column-gap: 71.625rem !important;
       column-gap: 71.625rem !important;
}

.gap-x-largeTextContentMaxWidth {
  grid-column-gap: 57.0625rem !important;
  -moz-column-gap: 57.0625rem !important;
       column-gap: 57.0625rem !important;
}

.gap-x-largeTextContentWidth {
  grid-column-gap: 63% !important;
  -moz-column-gap: 63% !important;
       column-gap: 63% !important;
}

.gap-x-largeBlockContentWidth {
  grid-column-gap: 71.625rem !important;
  -moz-column-gap: 71.625rem !important;
       column-gap: 71.625rem !important;
}

.row-gap-0 {
  grid-row-gap: 0 !important;
  row-gap: 0 !important;
}

.row-gap-1 {
  grid-row-gap: 0.25rem !important;
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  grid-row-gap: 0.5rem !important;
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  grid-row-gap: 0.75rem !important;
  row-gap: 0.75rem !important;
}

.row-gap-4 {
  grid-row-gap: 1rem !important;
  row-gap: 1rem !important;
}

.row-gap-5 {
  grid-row-gap: 1.25rem !important;
  row-gap: 1.25rem !important;
}

.row-gap-6 {
  grid-row-gap: 1.5rem !important;
  row-gap: 1.5rem !important;
}

.row-gap-8 {
  grid-row-gap: 2rem !important;
  row-gap: 2rem !important;
}

.row-gap-9 {
  grid-row-gap: 2.5rem !important;
  row-gap: 2.5rem !important;
}

.row-gap-10 {
  grid-row-gap: 2.5rem !important;
  row-gap: 2.5rem !important;
}

.row-gap-12 {
  grid-row-gap: 3rem !important;
  row-gap: 3rem !important;
}

.row-gap-14 {
  grid-row-gap: 3.5rem !important;
  row-gap: 3.5rem !important;
}

.row-gap-16 {
  grid-row-gap: 4rem !important;
  row-gap: 4rem !important;
}

.row-gap-18 {
  grid-row-gap: 4.5rem !important;
  row-gap: 4.5rem !important;
}

.row-gap-20 {
  grid-row-gap: 5rem !important;
  row-gap: 5rem !important;
}

.row-gap-22 {
  grid-row-gap: 5.626rem !important;
  row-gap: 5.626rem !important;
}

.row-gap-24 {
  grid-row-gap: 6rem !important;
  row-gap: 6rem !important;
}

.row-gap-26 {
  grid-row-gap: 6.25rem !important;
  row-gap: 6.25rem !important;
}

.row-gap-28 {
  grid-row-gap: 7rem !important;
  row-gap: 7rem !important;
}

.row-gap-32 {
  grid-row-gap: 8rem !important;
  row-gap: 8rem !important;
}

.row-gap-34 {
  grid-row-gap: 8.5rem !important;
  row-gap: 8.5rem !important;
}

.row-gap-38 {
  grid-row-gap: 9.25rem !important;
  row-gap: 9.25rem !important;
}

.row-gap-40 {
  grid-row-gap: 10rem !important;
  row-gap: 10rem !important;
}

.row-gap-46 {
  grid-row-gap: 11.75rem !important;
  row-gap: 11.75rem !important;
}

.row-gap-48 {
  grid-row-gap: 12rem !important;
  row-gap: 12rem !important;
}

.row-gap-56 {
  grid-row-gap: 14rem !important;
  row-gap: 14rem !important;
}

.row-gap-64 {
  grid-row-gap: 16rem !important;
  row-gap: 16rem !important;
}

.row-gap-82 {
  grid-row-gap: 20.75rem !important;
  row-gap: 20.75rem !important;
}

.row-gap-px {
  grid-row-gap: 1px !important;
  row-gap: 1px !important;
}

.row-gap-tiny {
  grid-row-gap: 0.3rem !important;
  row-gap: 0.3rem !important;
}

.row-gap-quick-links {
  grid-row-gap: 26% !important;
  row-gap: 26% !important;
}

.row-gap-pro-slid {
  grid-row-gap: 48% !important;
  row-gap: 48% !important;
}

.row-gap-62p {
  grid-row-gap: 62% !important;
  row-gap: 62% !important;
}

.row-gap-90p {
  grid-row-gap: 90% !important;
  row-gap: 90% !important;
}

.row-gap-x-large {
  grid-row-gap: 27.5rem !important;
  row-gap: 27.5rem !important;
}

.row-gap-2px {
  grid-row-gap: 0.125rem !important;
  row-gap: 0.125rem !important;
}

.row-gap-9px {
  grid-row-gap: 0.5625rem !important;
  row-gap: 0.5625rem !important;
}

.row-gap-10px {
  grid-row-gap: 0.625rem !important;
  row-gap: 0.625rem !important;
}

.row-gap-18px {
  grid-row-gap: 1.125rem !important;
  row-gap: 1.125rem !important;
}

.row-gap-20px {
  grid-row-gap: 1.25rem !important;
  row-gap: 1.25rem !important;
}

.row-gap-24px {
  grid-row-gap: 1.5rem !important;
  row-gap: 1.5rem !important;
}

.row-gap-26px {
  grid-row-gap: 1.625rem !important;
  row-gap: 1.625rem !important;
}

.row-gap-30px {
  grid-row-gap: 1.875rem !important;
  row-gap: 1.875rem !important;
}

.row-gap-38px {
  grid-row-gap: 2.375rem !important;
  row-gap: 2.375rem !important;
}

.row-gap-43px {
  grid-row-gap: 2.6875rem !important;
  row-gap: 2.6875rem !important;
}

.row-gap-44px {
  grid-row-gap: 2.75rem !important;
  row-gap: 2.75rem !important;
}

.row-gap-46px {
  grid-row-gap: 2.875rem !important;
  row-gap: 2.875rem !important;
}

.row-gap-53px {
  grid-row-gap: 3.3125rem !important;
  row-gap: 3.3125rem !important;
}

.row-gap-54px {
  grid-row-gap: 3.375rem !important;
  row-gap: 3.375rem !important;
}

.row-gap-55px {
  grid-row-gap: 3.4375rem !important;
  row-gap: 3.4375rem !important;
}

.row-gap-60px {
  grid-row-gap: 3.75rem !important;
  row-gap: 3.75rem !important;
}

.row-gap-67px {
  grid-row-gap: 4.1875rem !important;
  row-gap: 4.1875rem !important;
}

.row-gap-73px {
  grid-row-gap: 4.5625rem !important;
  row-gap: 4.5625rem !important;
}

.row-gap-80px {
  grid-row-gap: 5rem !important;
  row-gap: 5rem !important;
}

.row-gap-81px {
  grid-row-gap: 5.0625rem !important;
  row-gap: 5.0625rem !important;
}

.row-gap-85px {
  grid-row-gap: 5.3125rem !important;
  row-gap: 5.3125rem !important;
}

.row-gap-92px {
  grid-row-gap: 5.75rem !important;
  row-gap: 5.75rem !important;
}

.row-gap-100px {
  grid-row-gap: 6.25rem !important;
  row-gap: 6.25rem !important;
}

.row-gap-106px {
  grid-row-gap: 6.625rem !important;
  row-gap: 6.625rem !important;
}

.row-gap-123px {
  grid-row-gap: 7.6875rem !important;
  row-gap: 7.6875rem !important;
}

.row-gap-126px {
  grid-row-gap: 7.875rem !important;
  row-gap: 7.875rem !important;
}

.row-gap-138px {
  grid-row-gap: 8.625rem !important;
  row-gap: 8.625rem !important;
}

.row-gap-140px {
  grid-row-gap: 8.75rem !important;
  row-gap: 8.75rem !important;
}

.row-gap-146px {
  grid-row-gap: 9.125rem !important;
  row-gap: 9.125rem !important;
}

.row-gap-152px {
  grid-row-gap: 9.5rem !important;
  row-gap: 9.5rem !important;
}

.row-gap-187px {
  grid-row-gap: 11.6875rem !important;
  row-gap: 11.6875rem !important;
}

.row-gap-220px {
  grid-row-gap: 13.75rem !important;
  row-gap: 13.75rem !important;
}

.row-gap-253px {
  grid-row-gap: 15.8125rem !important;
  row-gap: 15.8125rem !important;
}

.row-gap-320px {
  grid-row-gap: 20rem !important;
  row-gap: 20rem !important;
}

.row-gap-400px {
  grid-row-gap: 25rem !important;
  row-gap: 25rem !important;
}

.row-gap-500px {
  grid-row-gap: 31.25rem !important;
  row-gap: 31.25rem !important;
}

.row-gap-lgPaddingTop {
  grid-row-gap: 15.8125rem !important;
  row-gap: 15.8125rem !important;
}

.row-gap-phonePaddingTop {
  grid-row-gap: 9.875rem !important;
  row-gap: 9.875rem !important;
}

.row-gap-tabletPaddingTop {
  grid-row-gap: 6.625rem !important;
  row-gap: 6.625rem !important;
}

.row-gap-largePaddingTop {
  grid-row-gap: 13.75rem !important;
  row-gap: 13.75rem !important;
}

.row-gap-phoneTextContentMaxWidth {
  grid-row-gap: 57.0625rem !important;
  row-gap: 57.0625rem !important;
}

.row-gap-phoneTextContentWidth {
  grid-row-gap: 63% !important;
  row-gap: 63% !important;
}

.row-gap-phoneBlockContentWidth {
  grid-row-gap: 71.625rem !important;
  row-gap: 71.625rem !important;
}

.row-gap-tabletTextContentMaxWidth {
  grid-row-gap: 57.0625rem !important;
  row-gap: 57.0625rem !important;
}

.row-gap-tabletTextContentWidth {
  grid-row-gap: 63% !important;
  row-gap: 63% !important;
}

.row-gap-tabletBlockContentWidth {
  grid-row-gap: 71.625rem !important;
  row-gap: 71.625rem !important;
}

.row-gap-largeTextContentMaxWidth {
  grid-row-gap: 57.0625rem !important;
  row-gap: 57.0625rem !important;
}

.row-gap-largeTextContentWidth {
  grid-row-gap: 63% !important;
  row-gap: 63% !important;
}

.row-gap-largeBlockContentWidth {
  grid-row-gap: 71.625rem !important;
  row-gap: 71.625rem !important;
}

.gap-y-0 {
  grid-row-gap: 0 !important;
  row-gap: 0 !important;
}

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

.gap-y-2 {
  grid-row-gap: 0.5rem !important;
  row-gap: 0.5rem !important;
}

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

.gap-y-4 {
  grid-row-gap: 1rem !important;
  row-gap: 1rem !important;
}

.gap-y-5 {
  grid-row-gap: 1.25rem !important;
  row-gap: 1.25rem !important;
}

.gap-y-6 {
  grid-row-gap: 1.5rem !important;
  row-gap: 1.5rem !important;
}

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

.gap-y-9 {
  grid-row-gap: 2.5rem !important;
  row-gap: 2.5rem !important;
}

.gap-y-10 {
  grid-row-gap: 2.5rem !important;
  row-gap: 2.5rem !important;
}

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

.gap-y-14 {
  grid-row-gap: 3.5rem !important;
  row-gap: 3.5rem !important;
}

.gap-y-16 {
  grid-row-gap: 4rem !important;
  row-gap: 4rem !important;
}

.gap-y-18 {
  grid-row-gap: 4.5rem !important;
  row-gap: 4.5rem !important;
}

.gap-y-20 {
  grid-row-gap: 5rem !important;
  row-gap: 5rem !important;
}

.gap-y-22 {
  grid-row-gap: 5.626rem !important;
  row-gap: 5.626rem !important;
}

.gap-y-24 {
  grid-row-gap: 6rem !important;
  row-gap: 6rem !important;
}

.gap-y-26 {
  grid-row-gap: 6.25rem !important;
  row-gap: 6.25rem !important;
}

.gap-y-28 {
  grid-row-gap: 7rem !important;
  row-gap: 7rem !important;
}

.gap-y-32 {
  grid-row-gap: 8rem !important;
  row-gap: 8rem !important;
}

.gap-y-34 {
  grid-row-gap: 8.5rem !important;
  row-gap: 8.5rem !important;
}

.gap-y-38 {
  grid-row-gap: 9.25rem !important;
  row-gap: 9.25rem !important;
}

.gap-y-40 {
  grid-row-gap: 10rem !important;
  row-gap: 10rem !important;
}

.gap-y-46 {
  grid-row-gap: 11.75rem !important;
  row-gap: 11.75rem !important;
}

.gap-y-48 {
  grid-row-gap: 12rem !important;
  row-gap: 12rem !important;
}

.gap-y-56 {
  grid-row-gap: 14rem !important;
  row-gap: 14rem !important;
}

.gap-y-64 {
  grid-row-gap: 16rem !important;
  row-gap: 16rem !important;
}

.gap-y-82 {
  grid-row-gap: 20.75rem !important;
  row-gap: 20.75rem !important;
}

.gap-y-px {
  grid-row-gap: 1px !important;
  row-gap: 1px !important;
}

.gap-y-tiny {
  grid-row-gap: 0.3rem !important;
  row-gap: 0.3rem !important;
}

.gap-y-quick-links {
  grid-row-gap: 26% !important;
  row-gap: 26% !important;
}

.gap-y-pro-slid {
  grid-row-gap: 48% !important;
  row-gap: 48% !important;
}

.gap-y-62p {
  grid-row-gap: 62% !important;
  row-gap: 62% !important;
}

.gap-y-90p {
  grid-row-gap: 90% !important;
  row-gap: 90% !important;
}

.gap-y-x-large {
  grid-row-gap: 27.5rem !important;
  row-gap: 27.5rem !important;
}

.gap-y-2px {
  grid-row-gap: 0.125rem !important;
  row-gap: 0.125rem !important;
}

.gap-y-9px {
  grid-row-gap: 0.5625rem !important;
  row-gap: 0.5625rem !important;
}

.gap-y-10px {
  grid-row-gap: 0.625rem !important;
  row-gap: 0.625rem !important;
}

.gap-y-18px {
  grid-row-gap: 1.125rem !important;
  row-gap: 1.125rem !important;
}

.gap-y-20px {
  grid-row-gap: 1.25rem !important;
  row-gap: 1.25rem !important;
}

.gap-y-24px {
  grid-row-gap: 1.5rem !important;
  row-gap: 1.5rem !important;
}

.gap-y-26px {
  grid-row-gap: 1.625rem !important;
  row-gap: 1.625rem !important;
}

.gap-y-30px {
  grid-row-gap: 1.875rem !important;
  row-gap: 1.875rem !important;
}

.gap-y-38px {
  grid-row-gap: 2.375rem !important;
  row-gap: 2.375rem !important;
}

.gap-y-43px {
  grid-row-gap: 2.6875rem !important;
  row-gap: 2.6875rem !important;
}

.gap-y-44px {
  grid-row-gap: 2.75rem !important;
  row-gap: 2.75rem !important;
}

.gap-y-46px {
  grid-row-gap: 2.875rem !important;
  row-gap: 2.875rem !important;
}

.gap-y-53px {
  grid-row-gap: 3.3125rem !important;
  row-gap: 3.3125rem !important;
}

.gap-y-54px {
  grid-row-gap: 3.375rem !important;
  row-gap: 3.375rem !important;
}

.gap-y-55px {
  grid-row-gap: 3.4375rem !important;
  row-gap: 3.4375rem !important;
}

.gap-y-60px {
  grid-row-gap: 3.75rem !important;
  row-gap: 3.75rem !important;
}

.gap-y-67px {
  grid-row-gap: 4.1875rem !important;
  row-gap: 4.1875rem !important;
}

.gap-y-73px {
  grid-row-gap: 4.5625rem !important;
  row-gap: 4.5625rem !important;
}

.gap-y-80px {
  grid-row-gap: 5rem !important;
  row-gap: 5rem !important;
}

.gap-y-81px {
  grid-row-gap: 5.0625rem !important;
  row-gap: 5.0625rem !important;
}

.gap-y-85px {
  grid-row-gap: 5.3125rem !important;
  row-gap: 5.3125rem !important;
}

.gap-y-92px {
  grid-row-gap: 5.75rem !important;
  row-gap: 5.75rem !important;
}

.gap-y-100px {
  grid-row-gap: 6.25rem !important;
  row-gap: 6.25rem !important;
}

.gap-y-106px {
  grid-row-gap: 6.625rem !important;
  row-gap: 6.625rem !important;
}

.gap-y-123px {
  grid-row-gap: 7.6875rem !important;
  row-gap: 7.6875rem !important;
}

.gap-y-126px {
  grid-row-gap: 7.875rem !important;
  row-gap: 7.875rem !important;
}

.gap-y-138px {
  grid-row-gap: 8.625rem !important;
  row-gap: 8.625rem !important;
}

.gap-y-140px {
  grid-row-gap: 8.75rem !important;
  row-gap: 8.75rem !important;
}

.gap-y-146px {
  grid-row-gap: 9.125rem !important;
  row-gap: 9.125rem !important;
}

.gap-y-152px {
  grid-row-gap: 9.5rem !important;
  row-gap: 9.5rem !important;
}

.gap-y-187px {
  grid-row-gap: 11.6875rem !important;
  row-gap: 11.6875rem !important;
}

.gap-y-220px {
  grid-row-gap: 13.75rem !important;
  row-gap: 13.75rem !important;
}

.gap-y-253px {
  grid-row-gap: 15.8125rem !important;
  row-gap: 15.8125rem !important;
}

.gap-y-320px {
  grid-row-gap: 20rem !important;
  row-gap: 20rem !important;
}

.gap-y-400px {
  grid-row-gap: 25rem !important;
  row-gap: 25rem !important;
}

.gap-y-500px {
  grid-row-gap: 31.25rem !important;
  row-gap: 31.25rem !important;
}

.gap-y-lgPaddingTop {
  grid-row-gap: 15.8125rem !important;
  row-gap: 15.8125rem !important;
}

.gap-y-phonePaddingTop {
  grid-row-gap: 9.875rem !important;
  row-gap: 9.875rem !important;
}

.gap-y-tabletPaddingTop {
  grid-row-gap: 6.625rem !important;
  row-gap: 6.625rem !important;
}

.gap-y-largePaddingTop {
  grid-row-gap: 13.75rem !important;
  row-gap: 13.75rem !important;
}

.gap-y-phoneTextContentMaxWidth {
  grid-row-gap: 57.0625rem !important;
  row-gap: 57.0625rem !important;
}

.gap-y-phoneTextContentWidth {
  grid-row-gap: 63% !important;
  row-gap: 63% !important;
}

.gap-y-phoneBlockContentWidth {
  grid-row-gap: 71.625rem !important;
  row-gap: 71.625rem !important;
}

.gap-y-tabletTextContentMaxWidth {
  grid-row-gap: 57.0625rem !important;
  row-gap: 57.0625rem !important;
}

.gap-y-tabletTextContentWidth {
  grid-row-gap: 63% !important;
  row-gap: 63% !important;
}

.gap-y-tabletBlockContentWidth {
  grid-row-gap: 71.625rem !important;
  row-gap: 71.625rem !important;
}

.gap-y-largeTextContentMaxWidth {
  grid-row-gap: 57.0625rem !important;
  row-gap: 57.0625rem !important;
}

.gap-y-largeTextContentWidth {
  grid-row-gap: 63% !important;
  row-gap: 63% !important;
}

.gap-y-largeBlockContentWidth {
  grid-row-gap: 71.625rem !important;
  row-gap: 71.625rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.auto-cols-min {
  grid-auto-columns: -webkit-min-content !important;
  grid-auto-columns: min-content !important;
}

.auto-cols-max {
  grid-auto-columns: -webkit-max-content !important;
  grid-auto-columns: max-content !important;
}

.auto-cols-fr {
  grid-auto-columns: minmax(0, 1fr) !important;
}

.col-auto {
  grid-column: auto !important;
}

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

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

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

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

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

.col-span-6 {
  grid-column: span 6 / span 6 !important;
}

.col-span-7 {
  grid-column: span 7 / span 7 !important;
}

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

.col-span-9 {
  grid-column: span 9 / span 9 !important;
}

.col-span-10 {
  grid-column: span 10 / span 10 !important;
}

.col-span-11 {
  grid-column: span 11 / span 11 !important;
}

.col-span-12 {
  grid-column: span 12 / span 12 !important;
}

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

.col-start-1 {
  grid-column-start: 1 !important;
}

.col-start-2 {
  grid-column-start: 2 !important;
}

.col-start-3 {
  grid-column-start: 3 !important;
}

.col-start-4 {
  grid-column-start: 4 !important;
}

.col-start-5 {
  grid-column-start: 5 !important;
}

.col-start-6 {
  grid-column-start: 6 !important;
}

.col-start-7 {
  grid-column-start: 7 !important;
}

.col-start-8 {
  grid-column-start: 8 !important;
}

.col-start-9 {
  grid-column-start: 9 !important;
}

.col-start-10 {
  grid-column-start: 10 !important;
}

.col-start-11 {
  grid-column-start: 11 !important;
}

.col-start-12 {
  grid-column-start: 12 !important;
}

.col-start-13 {
  grid-column-start: 13 !important;
}

.col-start-auto {
  grid-column-start: auto !important;
}

.col-end-1 {
  grid-column-end: 1 !important;
}

.col-end-2 {
  grid-column-end: 2 !important;
}

.col-end-3 {
  grid-column-end: 3 !important;
}

.col-end-4 {
  grid-column-end: 4 !important;
}

.col-end-5 {
  grid-column-end: 5 !important;
}

.col-end-6 {
  grid-column-end: 6 !important;
}

.col-end-7 {
  grid-column-end: 7 !important;
}

.col-end-8 {
  grid-column-end: 8 !important;
}

.col-end-9 {
  grid-column-end: 9 !important;
}

.col-end-10 {
  grid-column-end: 10 !important;
}

.col-end-11 {
  grid-column-end: 11 !important;
}

.col-end-12 {
  grid-column-end: 12 !important;
}

.col-end-13 {
  grid-column-end: 13 !important;
}

.col-end-auto {
  grid-column-end: auto !important;
}

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

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

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

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

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

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

.grid-rows-none {
  grid-template-rows: none !important;
}

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

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

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

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

.row-auto {
  grid-row: auto !important;
}

.row-span-1 {
  grid-row: span 1 / span 1 !important;
}

.row-span-2 {
  grid-row: span 2 / span 2 !important;
}

.row-span-3 {
  grid-row: span 3 / span 3 !important;
}

.row-span-4 {
  grid-row: span 4 / span 4 !important;
}

.row-span-5 {
  grid-row: span 5 / span 5 !important;
}

.row-span-6 {
  grid-row: span 6 / span 6 !important;
}

.row-span-full {
  grid-row: 1 / -1 !important;
}

.row-start-1 {
  grid-row-start: 1 !important;
}

.row-start-2 {
  grid-row-start: 2 !important;
}

.row-start-3 {
  grid-row-start: 3 !important;
}

.row-start-4 {
  grid-row-start: 4 !important;
}

.row-start-5 {
  grid-row-start: 5 !important;
}

.row-start-6 {
  grid-row-start: 6 !important;
}

.row-start-7 {
  grid-row-start: 7 !important;
}

.row-start-auto {
  grid-row-start: auto !important;
}

.row-end-1 {
  grid-row-end: 1 !important;
}

.row-end-2 {
  grid-row-end: 2 !important;
}

.row-end-3 {
  grid-row-end: 3 !important;
}

.row-end-4 {
  grid-row-end: 4 !important;
}

.row-end-5 {
  grid-row-end: 5 !important;
}

.row-end-6 {
  grid-row-end: 6 !important;
}

.row-end-7 {
  grid-row-end: 7 !important;
}

.row-end-auto {
  grid-row-end: auto !important;
}

.transform {
  --transform-translate-x: 0 !important;
  --transform-translate-y: 0 !important;
  --transform-rotate: 0 !important;
  --transform-skew-x: 0 !important;
  --transform-skew-y: 0 !important;
  --transform-scale-x: 1 !important;
  --transform-scale-y: 1 !important;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
}

.transform-none {
  transform: none !important;
}

.origin-center {
  transform-origin: center !important;
}

.origin-top {
  transform-origin: top !important;
}

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

.origin-right {
  transform-origin: right !important;
}

.origin-bottom-right {
  transform-origin: bottom right !important;
}

.origin-bottom {
  transform-origin: bottom !important;
}

.origin-bottom-left {
  transform-origin: bottom left !important;
}

.origin-left {
  transform-origin: left !important;
}

.origin-top-left {
  transform-origin: top left !important;
}

.scale-0 {
  --transform-scale-x: 0 !important;
  --transform-scale-y: 0 !important;
}

.scale-50 {
  --transform-scale-x: .5 !important;
  --transform-scale-y: .5 !important;
}

.scale-75 {
  --transform-scale-x: .75 !important;
  --transform-scale-y: .75 !important;
}

.scale-90 {
  --transform-scale-x: .9 !important;
  --transform-scale-y: .9 !important;
}

.scale-95 {
  --transform-scale-x: .95 !important;
  --transform-scale-y: .95 !important;
}

.scale-100 {
  --transform-scale-x: 1 !important;
  --transform-scale-y: 1 !important;
}

.scale-105 {
  --transform-scale-x: 1.05 !important;
  --transform-scale-y: 1.05 !important;
}

.scale-110 {
  --transform-scale-x: 1.1 !important;
  --transform-scale-y: 1.1 !important;
}

.scale-125 {
  --transform-scale-x: 1.25 !important;
  --transform-scale-y: 1.25 !important;
}

.scale-150 {
  --transform-scale-x: 1.5 !important;
  --transform-scale-y: 1.5 !important;
}

.scale-x-0 {
  --transform-scale-x: 0 !important;
}

.scale-x-50 {
  --transform-scale-x: .5 !important;
}

.scale-x-75 {
  --transform-scale-x: .75 !important;
}

.scale-x-90 {
  --transform-scale-x: .9 !important;
}

.scale-x-95 {
  --transform-scale-x: .95 !important;
}

.scale-x-100 {
  --transform-scale-x: 1 !important;
}

.scale-x-105 {
  --transform-scale-x: 1.05 !important;
}

.scale-x-110 {
  --transform-scale-x: 1.1 !important;
}

.scale-x-125 {
  --transform-scale-x: 1.25 !important;
}

.scale-x-150 {
  --transform-scale-x: 1.5 !important;
}

.scale-y-0 {
  --transform-scale-y: 0 !important;
}

.scale-y-50 {
  --transform-scale-y: .5 !important;
}

.scale-y-75 {
  --transform-scale-y: .75 !important;
}

.scale-y-90 {
  --transform-scale-y: .9 !important;
}

.scale-y-95 {
  --transform-scale-y: .95 !important;
}

.scale-y-100 {
  --transform-scale-y: 1 !important;
}

.scale-y-105 {
  --transform-scale-y: 1.05 !important;
}

.scale-y-110 {
  --transform-scale-y: 1.1 !important;
}

.scale-y-125 {
  --transform-scale-y: 1.25 !important;
}

.scale-y-150 {
  --transform-scale-y: 1.5 !important;
}

.hover\:scale-0:hover {
  --transform-scale-x: 0 !important;
  --transform-scale-y: 0 !important;
}

.hover\:scale-50:hover {
  --transform-scale-x: .5 !important;
  --transform-scale-y: .5 !important;
}

.hover\:scale-75:hover {
  --transform-scale-x: .75 !important;
  --transform-scale-y: .75 !important;
}

.hover\:scale-90:hover {
  --transform-scale-x: .9 !important;
  --transform-scale-y: .9 !important;
}

.hover\:scale-95:hover {
  --transform-scale-x: .95 !important;
  --transform-scale-y: .95 !important;
}

.hover\:scale-100:hover {
  --transform-scale-x: 1 !important;
  --transform-scale-y: 1 !important;
}

.hover\:scale-105:hover {
  --transform-scale-x: 1.05 !important;
  --transform-scale-y: 1.05 !important;
}

.hover\:scale-110:hover {
  --transform-scale-x: 1.1 !important;
  --transform-scale-y: 1.1 !important;
}

.hover\:scale-125:hover {
  --transform-scale-x: 1.25 !important;
  --transform-scale-y: 1.25 !important;
}

.hover\:scale-150:hover {
  --transform-scale-x: 1.5 !important;
  --transform-scale-y: 1.5 !important;
}

.hover\:scale-x-0:hover {
  --transform-scale-x: 0 !important;
}

.hover\:scale-x-50:hover {
  --transform-scale-x: .5 !important;
}

.hover\:scale-x-75:hover {
  --transform-scale-x: .75 !important;
}

.hover\:scale-x-90:hover {
  --transform-scale-x: .9 !important;
}

.hover\:scale-x-95:hover {
  --transform-scale-x: .95 !important;
}

.hover\:scale-x-100:hover {
  --transform-scale-x: 1 !important;
}

.hover\:scale-x-105:hover {
  --transform-scale-x: 1.05 !important;
}

.hover\:scale-x-110:hover {
  --transform-scale-x: 1.1 !important;
}

.hover\:scale-x-125:hover {
  --transform-scale-x: 1.25 !important;
}

.hover\:scale-x-150:hover {
  --transform-scale-x: 1.5 !important;
}

.hover\:scale-y-0:hover {
  --transform-scale-y: 0 !important;
}

.hover\:scale-y-50:hover {
  --transform-scale-y: .5 !important;
}

.hover\:scale-y-75:hover {
  --transform-scale-y: .75 !important;
}

.hover\:scale-y-90:hover {
  --transform-scale-y: .9 !important;
}

.hover\:scale-y-95:hover {
  --transform-scale-y: .95 !important;
}

.hover\:scale-y-100:hover {
  --transform-scale-y: 1 !important;
}

.hover\:scale-y-105:hover {
  --transform-scale-y: 1.05 !important;
}

.hover\:scale-y-110:hover {
  --transform-scale-y: 1.1 !important;
}

.hover\:scale-y-125:hover {
  --transform-scale-y: 1.25 !important;
}

.hover\:scale-y-150:hover {
  --transform-scale-y: 1.5 !important;
}

.focus\:scale-0:focus {
  --transform-scale-x: 0 !important;
  --transform-scale-y: 0 !important;
}

.focus\:scale-50:focus {
  --transform-scale-x: .5 !important;
  --transform-scale-y: .5 !important;
}

.focus\:scale-75:focus {
  --transform-scale-x: .75 !important;
  --transform-scale-y: .75 !important;
}

.focus\:scale-90:focus {
  --transform-scale-x: .9 !important;
  --transform-scale-y: .9 !important;
}

.focus\:scale-95:focus {
  --transform-scale-x: .95 !important;
  --transform-scale-y: .95 !important;
}

.focus\:scale-100:focus {
  --transform-scale-x: 1 !important;
  --transform-scale-y: 1 !important;
}

.focus\:scale-105:focus {
  --transform-scale-x: 1.05 !important;
  --transform-scale-y: 1.05 !important;
}

.focus\:scale-110:focus {
  --transform-scale-x: 1.1 !important;
  --transform-scale-y: 1.1 !important;
}

.focus\:scale-125:focus {
  --transform-scale-x: 1.25 !important;
  --transform-scale-y: 1.25 !important;
}

.focus\:scale-150:focus {
  --transform-scale-x: 1.5 !important;
  --transform-scale-y: 1.5 !important;
}

.focus\:scale-x-0:focus {
  --transform-scale-x: 0 !important;
}

.focus\:scale-x-50:focus {
  --transform-scale-x: .5 !important;
}

.focus\:scale-x-75:focus {
  --transform-scale-x: .75 !important;
}

.focus\:scale-x-90:focus {
  --transform-scale-x: .9 !important;
}

.focus\:scale-x-95:focus {
  --transform-scale-x: .95 !important;
}

.focus\:scale-x-100:focus {
  --transform-scale-x: 1 !important;
}

.focus\:scale-x-105:focus {
  --transform-scale-x: 1.05 !important;
}

.focus\:scale-x-110:focus {
  --transform-scale-x: 1.1 !important;
}

.focus\:scale-x-125:focus {
  --transform-scale-x: 1.25 !important;
}

.focus\:scale-x-150:focus {
  --transform-scale-x: 1.5 !important;
}

.focus\:scale-y-0:focus {
  --transform-scale-y: 0 !important;
}

.focus\:scale-y-50:focus {
  --transform-scale-y: .5 !important;
}

.focus\:scale-y-75:focus {
  --transform-scale-y: .75 !important;
}

.focus\:scale-y-90:focus {
  --transform-scale-y: .9 !important;
}

.focus\:scale-y-95:focus {
  --transform-scale-y: .95 !important;
}

.focus\:scale-y-100:focus {
  --transform-scale-y: 1 !important;
}

.focus\:scale-y-105:focus {
  --transform-scale-y: 1.05 !important;
}

.focus\:scale-y-110:focus {
  --transform-scale-y: 1.1 !important;
}

.focus\:scale-y-125:focus {
  --transform-scale-y: 1.25 !important;
}

.focus\:scale-y-150:focus {
  --transform-scale-y: 1.5 !important;
}

.rotate-0 {
  --transform-rotate: 0 !important;
}

.rotate-1 {
  --transform-rotate: 1deg !important;
}

.rotate-2 {
  --transform-rotate: 2deg !important;
}

.rotate-3 {
  --transform-rotate: 3deg !important;
}

.rotate-6 {
  --transform-rotate: 6deg !important;
}

.rotate-12 {
  --transform-rotate: 12deg !important;
}

.rotate-45 {
  --transform-rotate: 45deg !important;
}

.rotate-90 {
  --transform-rotate: 90deg !important;
}

.rotate-180 {
  --transform-rotate: 180deg !important;
}

.-rotate-180 {
  --transform-rotate: -180deg !important;
}

.-rotate-90 {
  --transform-rotate: -90deg !important;
}

.-rotate-45 {
  --transform-rotate: -45deg !important;
}

.-rotate-12 {
  --transform-rotate: -12deg !important;
}

.-rotate-6 {
  --transform-rotate: -6deg !important;
}

.-rotate-3 {
  --transform-rotate: -3deg !important;
}

.-rotate-2 {
  --transform-rotate: -2deg !important;
}

.-rotate-1 {
  --transform-rotate: -1deg !important;
}

.hover\:rotate-0:hover {
  --transform-rotate: 0 !important;
}

.hover\:rotate-1:hover {
  --transform-rotate: 1deg !important;
}

.hover\:rotate-2:hover {
  --transform-rotate: 2deg !important;
}

.hover\:rotate-3:hover {
  --transform-rotate: 3deg !important;
}

.hover\:rotate-6:hover {
  --transform-rotate: 6deg !important;
}

.hover\:rotate-12:hover {
  --transform-rotate: 12deg !important;
}

.hover\:rotate-45:hover {
  --transform-rotate: 45deg !important;
}

.hover\:rotate-90:hover {
  --transform-rotate: 90deg !important;
}

.hover\:rotate-180:hover {
  --transform-rotate: 180deg !important;
}

.hover\:-rotate-180:hover {
  --transform-rotate: -180deg !important;
}

.hover\:-rotate-90:hover {
  --transform-rotate: -90deg !important;
}

.hover\:-rotate-45:hover {
  --transform-rotate: -45deg !important;
}

.hover\:-rotate-12:hover {
  --transform-rotate: -12deg !important;
}

.hover\:-rotate-6:hover {
  --transform-rotate: -6deg !important;
}

.hover\:-rotate-3:hover {
  --transform-rotate: -3deg !important;
}

.hover\:-rotate-2:hover {
  --transform-rotate: -2deg !important;
}

.hover\:-rotate-1:hover {
  --transform-rotate: -1deg !important;
}

.focus\:rotate-0:focus {
  --transform-rotate: 0 !important;
}

.focus\:rotate-1:focus {
  --transform-rotate: 1deg !important;
}

.focus\:rotate-2:focus {
  --transform-rotate: 2deg !important;
}

.focus\:rotate-3:focus {
  --transform-rotate: 3deg !important;
}

.focus\:rotate-6:focus {
  --transform-rotate: 6deg !important;
}

.focus\:rotate-12:focus {
  --transform-rotate: 12deg !important;
}

.focus\:rotate-45:focus {
  --transform-rotate: 45deg !important;
}

.focus\:rotate-90:focus {
  --transform-rotate: 90deg !important;
}

.focus\:rotate-180:focus {
  --transform-rotate: 180deg !important;
}

.focus\:-rotate-180:focus {
  --transform-rotate: -180deg !important;
}

.focus\:-rotate-90:focus {
  --transform-rotate: -90deg !important;
}

.focus\:-rotate-45:focus {
  --transform-rotate: -45deg !important;
}

.focus\:-rotate-12:focus {
  --transform-rotate: -12deg !important;
}

.focus\:-rotate-6:focus {
  --transform-rotate: -6deg !important;
}

.focus\:-rotate-3:focus {
  --transform-rotate: -3deg !important;
}

.focus\:-rotate-2:focus {
  --transform-rotate: -2deg !important;
}

.focus\:-rotate-1:focus {
  --transform-rotate: -1deg !important;
}

.translate-x-0 {
  --transform-translate-x: 0 !important;
}

.translate-x-1 {
  --transform-translate-x: 0.25rem !important;
}

.translate-x-2 {
  --transform-translate-x: 0.5rem !important;
}

.translate-x-3 {
  --transform-translate-x: 0.75rem !important;
}

.translate-x-4 {
  --transform-translate-x: 1rem !important;
}

.translate-x-5 {
  --transform-translate-x: 1.25rem !important;
}

.translate-x-6 {
  --transform-translate-x: 1.5rem !important;
}

.translate-x-8 {
  --transform-translate-x: 2rem !important;
}

.translate-x-9 {
  --transform-translate-x: 2.5rem !important;
}

.translate-x-10 {
  --transform-translate-x: 2.5rem !important;
}

.translate-x-12 {
  --transform-translate-x: 3rem !important;
}

.translate-x-14 {
  --transform-translate-x: 3.5rem !important;
}

.translate-x-16 {
  --transform-translate-x: 4rem !important;
}

.translate-x-18 {
  --transform-translate-x: 4.5rem !important;
}

.translate-x-20 {
  --transform-translate-x: 5rem !important;
}

.translate-x-22 {
  --transform-translate-x: 5.626rem !important;
}

.translate-x-24 {
  --transform-translate-x: 6rem !important;
}

.translate-x-26 {
  --transform-translate-x: 6.25rem !important;
}

.translate-x-28 {
  --transform-translate-x: 7rem !important;
}

.translate-x-32 {
  --transform-translate-x: 8rem !important;
}

.translate-x-34 {
  --transform-translate-x: 8.5rem !important;
}

.translate-x-38 {
  --transform-translate-x: 9.25rem !important;
}

.translate-x-40 {
  --transform-translate-x: 10rem !important;
}

.translate-x-46 {
  --transform-translate-x: 11.75rem !important;
}

.translate-x-48 {
  --transform-translate-x: 12rem !important;
}

.translate-x-56 {
  --transform-translate-x: 14rem !important;
}

.translate-x-64 {
  --transform-translate-x: 16rem !important;
}

.translate-x-82 {
  --transform-translate-x: 20.75rem !important;
}

.translate-x-px {
  --transform-translate-x: 1px !important;
}

.translate-x-tiny {
  --transform-translate-x: 0.3rem !important;
}

.translate-x-quick-links {
  --transform-translate-x: 26% !important;
}

.translate-x-pro-slid {
  --transform-translate-x: 48% !important;
}

.translate-x-62p {
  --transform-translate-x: 62% !important;
}

.translate-x-90p {
  --transform-translate-x: 90% !important;
}

.translate-x-x-large {
  --transform-translate-x: 27.5rem !important;
}

.translate-x-2px {
  --transform-translate-x: 0.125rem !important;
}

.translate-x-9px {
  --transform-translate-x: 0.5625rem !important;
}

.translate-x-10px {
  --transform-translate-x: 0.625rem !important;
}

.translate-x-18px {
  --transform-translate-x: 1.125rem !important;
}

.translate-x-20px {
  --transform-translate-x: 1.25rem !important;
}

.translate-x-24px {
  --transform-translate-x: 1.5rem !important;
}

.translate-x-26px {
  --transform-translate-x: 1.625rem !important;
}

.translate-x-30px {
  --transform-translate-x: 1.875rem !important;
}

.translate-x-38px {
  --transform-translate-x: 2.375rem !important;
}

.translate-x-43px {
  --transform-translate-x: 2.6875rem !important;
}

.translate-x-44px {
  --transform-translate-x: 2.75rem !important;
}

.translate-x-46px {
  --transform-translate-x: 2.875rem !important;
}

.translate-x-53px {
  --transform-translate-x: 3.3125rem !important;
}

.translate-x-54px {
  --transform-translate-x: 3.375rem !important;
}

.translate-x-55px {
  --transform-translate-x: 3.4375rem !important;
}

.translate-x-60px {
  --transform-translate-x: 3.75rem !important;
}

.translate-x-67px {
  --transform-translate-x: 4.1875rem !important;
}

.translate-x-73px {
  --transform-translate-x: 4.5625rem !important;
}

.translate-x-80px {
  --transform-translate-x: 5rem !important;
}

.translate-x-81px {
  --transform-translate-x: 5.0625rem !important;
}

.translate-x-85px {
  --transform-translate-x: 5.3125rem !important;
}

.translate-x-92px {
  --transform-translate-x: 5.75rem !important;
}

.translate-x-100px {
  --transform-translate-x: 6.25rem !important;
}

.translate-x-106px {
  --transform-translate-x: 6.625rem !important;
}

.translate-x-123px {
  --transform-translate-x: 7.6875rem !important;
}

.translate-x-126px {
  --transform-translate-x: 7.875rem !important;
}

.translate-x-138px {
  --transform-translate-x: 8.625rem !important;
}

.translate-x-140px {
  --transform-translate-x: 8.75rem !important;
}

.translate-x-146px {
  --transform-translate-x: 9.125rem !important;
}

.translate-x-152px {
  --transform-translate-x: 9.5rem !important;
}

.translate-x-187px {
  --transform-translate-x: 11.6875rem !important;
}

.translate-x-220px {
  --transform-translate-x: 13.75rem !important;
}

.translate-x-253px {
  --transform-translate-x: 15.8125rem !important;
}

.translate-x-320px {
  --transform-translate-x: 20rem !important;
}

.translate-x-400px {
  --transform-translate-x: 25rem !important;
}

.translate-x-500px {
  --transform-translate-x: 31.25rem !important;
}

.translate-x-lgPaddingTop {
  --transform-translate-x: 15.8125rem !important;
}

.translate-x-phonePaddingTop {
  --transform-translate-x: 9.875rem !important;
}

.translate-x-tabletPaddingTop {
  --transform-translate-x: 6.625rem !important;
}

.translate-x-largePaddingTop {
  --transform-translate-x: 13.75rem !important;
}

.translate-x-phoneTextContentMaxWidth {
  --transform-translate-x: 57.0625rem !important;
}

.translate-x-phoneTextContentWidth {
  --transform-translate-x: 63% !important;
}

.translate-x-phoneBlockContentWidth {
  --transform-translate-x: 71.625rem !important;
}

.translate-x-tabletTextContentMaxWidth {
  --transform-translate-x: 57.0625rem !important;
}

.translate-x-tabletTextContentWidth {
  --transform-translate-x: 63% !important;
}

.translate-x-tabletBlockContentWidth {
  --transform-translate-x: 71.625rem !important;
}

.translate-x-largeTextContentMaxWidth {
  --transform-translate-x: 57.0625rem !important;
}

.translate-x-largeTextContentWidth {
  --transform-translate-x: 63% !important;
}

.translate-x-largeBlockContentWidth {
  --transform-translate-x: 71.625rem !important;
}

.-translate-x-1 {
  --transform-translate-x: -0.25rem !important;
}

.-translate-x-2 {
  --transform-translate-x: -0.5rem !important;
}

.-translate-x-3 {
  --transform-translate-x: -0.75rem !important;
}

.-translate-x-4 {
  --transform-translate-x: -1rem !important;
}

.-translate-x-5 {
  --transform-translate-x: -1.25rem !important;
}

.-translate-x-6 {
  --transform-translate-x: -1.5rem !important;
}

.-translate-x-8 {
  --transform-translate-x: -2rem !important;
}

.-translate-x-9 {
  --transform-translate-x: -2.5rem !important;
}

.-translate-x-10 {
  --transform-translate-x: -2.5rem !important;
}

.-translate-x-12 {
  --transform-translate-x: -3rem !important;
}

.-translate-x-14 {
  --transform-translate-x: -3.5rem !important;
}

.-translate-x-16 {
  --transform-translate-x: -4rem !important;
}

.-translate-x-18 {
  --transform-translate-x: -4.5rem !important;
}

.-translate-x-20 {
  --transform-translate-x: -5rem !important;
}

.-translate-x-22 {
  --transform-translate-x: -5.626rem !important;
}

.-translate-x-24 {
  --transform-translate-x: -6rem !important;
}

.-translate-x-26 {
  --transform-translate-x: -6.25rem !important;
}

.-translate-x-28 {
  --transform-translate-x: -7rem !important;
}

.-translate-x-32 {
  --transform-translate-x: -8rem !important;
}

.-translate-x-34 {
  --transform-translate-x: -8.5rem !important;
}

.-translate-x-38 {
  --transform-translate-x: -9.25rem !important;
}

.-translate-x-40 {
  --transform-translate-x: -10rem !important;
}

.-translate-x-46 {
  --transform-translate-x: -11.75rem !important;
}

.-translate-x-48 {
  --transform-translate-x: -12rem !important;
}

.-translate-x-56 {
  --transform-translate-x: -14rem !important;
}

.-translate-x-64 {
  --transform-translate-x: -16rem !important;
}

.-translate-x-82 {
  --transform-translate-x: -20.75rem !important;
}

.-translate-x-px {
  --transform-translate-x: -1px !important;
}

.-translate-x-tiny {
  --transform-translate-x: -0.3rem !important;
}

.-translate-x-quick-links {
  --transform-translate-x: -26% !important;
}

.-translate-x-pro-slid {
  --transform-translate-x: -48% !important;
}

.-translate-x-62p {
  --transform-translate-x: -62% !important;
}

.-translate-x-90p {
  --transform-translate-x: -90% !important;
}

.-translate-x-x-large {
  --transform-translate-x: -27.5rem !important;
}

.-translate-x-2px {
  --transform-translate-x: -0.125rem !important;
}

.-translate-x-9px {
  --transform-translate-x: -0.5625rem !important;
}

.-translate-x-10px {
  --transform-translate-x: -0.625rem !important;
}

.-translate-x-18px {
  --transform-translate-x: -1.125rem !important;
}

.-translate-x-20px {
  --transform-translate-x: -1.25rem !important;
}

.-translate-x-24px {
  --transform-translate-x: -1.5rem !important;
}

.-translate-x-26px {
  --transform-translate-x: -1.625rem !important;
}

.-translate-x-30px {
  --transform-translate-x: -1.875rem !important;
}

.-translate-x-38px {
  --transform-translate-x: -2.375rem !important;
}

.-translate-x-43px {
  --transform-translate-x: -2.6875rem !important;
}

.-translate-x-44px {
  --transform-translate-x: -2.75rem !important;
}

.-translate-x-46px {
  --transform-translate-x: -2.875rem !important;
}

.-translate-x-53px {
  --transform-translate-x: -3.3125rem !important;
}

.-translate-x-54px {
  --transform-translate-x: -3.375rem !important;
}

.-translate-x-55px {
  --transform-translate-x: -3.4375rem !important;
}

.-translate-x-60px {
  --transform-translate-x: -3.75rem !important;
}

.-translate-x-67px {
  --transform-translate-x: -4.1875rem !important;
}

.-translate-x-73px {
  --transform-translate-x: -4.5625rem !important;
}

.-translate-x-80px {
  --transform-translate-x: -5rem !important;
}

.-translate-x-81px {
  --transform-translate-x: -5.0625rem !important;
}

.-translate-x-85px {
  --transform-translate-x: -5.3125rem !important;
}

.-translate-x-92px {
  --transform-translate-x: -5.75rem !important;
}

.-translate-x-100px {
  --transform-translate-x: -6.25rem !important;
}

.-translate-x-106px {
  --transform-translate-x: -6.625rem !important;
}

.-translate-x-123px {
  --transform-translate-x: -7.6875rem !important;
}

.-translate-x-126px {
  --transform-translate-x: -7.875rem !important;
}

.-translate-x-138px {
  --transform-translate-x: -8.625rem !important;
}

.-translate-x-140px {
  --transform-translate-x: -8.75rem !important;
}

.-translate-x-146px {
  --transform-translate-x: -9.125rem !important;
}

.-translate-x-152px {
  --transform-translate-x: -9.5rem !important;
}

.-translate-x-187px {
  --transform-translate-x: -11.6875rem !important;
}

.-translate-x-220px {
  --transform-translate-x: -13.75rem !important;
}

.-translate-x-253px {
  --transform-translate-x: -15.8125rem !important;
}

.-translate-x-320px {
  --transform-translate-x: -20rem !important;
}

.-translate-x-400px {
  --transform-translate-x: -25rem !important;
}

.-translate-x-500px {
  --transform-translate-x: -31.25rem !important;
}

.-translate-x-lgPaddingTop {
  --transform-translate-x: -15.8125rem !important;
}

.-translate-x-phonePaddingTop {
  --transform-translate-x: -9.875rem !important;
}

.-translate-x-tabletPaddingTop {
  --transform-translate-x: -6.625rem !important;
}

.-translate-x-largePaddingTop {
  --transform-translate-x: -13.75rem !important;
}

.-translate-x-phoneTextContentMaxWidth {
  --transform-translate-x: -57.0625rem !important;
}

.-translate-x-phoneTextContentWidth {
  --transform-translate-x: -63% !important;
}

.-translate-x-phoneBlockContentWidth {
  --transform-translate-x: -71.625rem !important;
}

.-translate-x-tabletTextContentMaxWidth {
  --transform-translate-x: -57.0625rem !important;
}

.-translate-x-tabletTextContentWidth {
  --transform-translate-x: -63% !important;
}

.-translate-x-tabletBlockContentWidth {
  --transform-translate-x: -71.625rem !important;
}

.-translate-x-largeTextContentMaxWidth {
  --transform-translate-x: -57.0625rem !important;
}

.-translate-x-largeTextContentWidth {
  --transform-translate-x: -63% !important;
}

.-translate-x-largeBlockContentWidth {
  --transform-translate-x: -71.625rem !important;
}

.-translate-x-full {
  --transform-translate-x: -100% !important;
}

.-translate-x-1\/2 {
  --transform-translate-x: -50% !important;
}

.translate-x-1\/2 {
  --transform-translate-x: 50% !important;
}

.translate-x-full {
  --transform-translate-x: 100% !important;
}

.translate-y-0 {
  --transform-translate-y: 0 !important;
}

.translate-y-1 {
  --transform-translate-y: 0.25rem !important;
}

.translate-y-2 {
  --transform-translate-y: 0.5rem !important;
}

.translate-y-3 {
  --transform-translate-y: 0.75rem !important;
}

.translate-y-4 {
  --transform-translate-y: 1rem !important;
}

.translate-y-5 {
  --transform-translate-y: 1.25rem !important;
}

.translate-y-6 {
  --transform-translate-y: 1.5rem !important;
}

.translate-y-8 {
  --transform-translate-y: 2rem !important;
}

.translate-y-9 {
  --transform-translate-y: 2.5rem !important;
}

.translate-y-10 {
  --transform-translate-y: 2.5rem !important;
}

.translate-y-12 {
  --transform-translate-y: 3rem !important;
}

.translate-y-14 {
  --transform-translate-y: 3.5rem !important;
}

.translate-y-16 {
  --transform-translate-y: 4rem !important;
}

.translate-y-18 {
  --transform-translate-y: 4.5rem !important;
}

.translate-y-20 {
  --transform-translate-y: 5rem !important;
}

.translate-y-22 {
  --transform-translate-y: 5.626rem !important;
}

.translate-y-24 {
  --transform-translate-y: 6rem !important;
}

.translate-y-26 {
  --transform-translate-y: 6.25rem !important;
}

.translate-y-28 {
  --transform-translate-y: 7rem !important;
}

.translate-y-32 {
  --transform-translate-y: 8rem !important;
}

.translate-y-34 {
  --transform-translate-y: 8.5rem !important;
}

.translate-y-38 {
  --transform-translate-y: 9.25rem !important;
}

.translate-y-40 {
  --transform-translate-y: 10rem !important;
}

.translate-y-46 {
  --transform-translate-y: 11.75rem !important;
}

.translate-y-48 {
  --transform-translate-y: 12rem !important;
}

.translate-y-56 {
  --transform-translate-y: 14rem !important;
}

.translate-y-64 {
  --transform-translate-y: 16rem !important;
}

.translate-y-82 {
  --transform-translate-y: 20.75rem !important;
}

.translate-y-px {
  --transform-translate-y: 1px !important;
}

.translate-y-tiny {
  --transform-translate-y: 0.3rem !important;
}

.translate-y-quick-links {
  --transform-translate-y: 26% !important;
}

.translate-y-pro-slid {
  --transform-translate-y: 48% !important;
}

.translate-y-62p {
  --transform-translate-y: 62% !important;
}

.translate-y-90p {
  --transform-translate-y: 90% !important;
}

.translate-y-x-large {
  --transform-translate-y: 27.5rem !important;
}

.translate-y-2px {
  --transform-translate-y: 0.125rem !important;
}

.translate-y-9px {
  --transform-translate-y: 0.5625rem !important;
}

.translate-y-10px {
  --transform-translate-y: 0.625rem !important;
}

.translate-y-18px {
  --transform-translate-y: 1.125rem !important;
}

.translate-y-20px {
  --transform-translate-y: 1.25rem !important;
}

.translate-y-24px {
  --transform-translate-y: 1.5rem !important;
}

.translate-y-26px {
  --transform-translate-y: 1.625rem !important;
}

.translate-y-30px {
  --transform-translate-y: 1.875rem !important;
}

.translate-y-38px {
  --transform-translate-y: 2.375rem !important;
}

.translate-y-43px {
  --transform-translate-y: 2.6875rem !important;
}

.translate-y-44px {
  --transform-translate-y: 2.75rem !important;
}

.translate-y-46px {
  --transform-translate-y: 2.875rem !important;
}

.translate-y-53px {
  --transform-translate-y: 3.3125rem !important;
}

.translate-y-54px {
  --transform-translate-y: 3.375rem !important;
}

.translate-y-55px {
  --transform-translate-y: 3.4375rem !important;
}

.translate-y-60px {
  --transform-translate-y: 3.75rem !important;
}

.translate-y-67px {
  --transform-translate-y: 4.1875rem !important;
}

.translate-y-73px {
  --transform-translate-y: 4.5625rem !important;
}

.translate-y-80px {
  --transform-translate-y: 5rem !important;
}

.translate-y-81px {
  --transform-translate-y: 5.0625rem !important;
}

.translate-y-85px {
  --transform-translate-y: 5.3125rem !important;
}

.translate-y-92px {
  --transform-translate-y: 5.75rem !important;
}

.translate-y-100px {
  --transform-translate-y: 6.25rem !important;
}

.translate-y-106px {
  --transform-translate-y: 6.625rem !important;
}

.translate-y-123px {
  --transform-translate-y: 7.6875rem !important;
}

.translate-y-126px {
  --transform-translate-y: 7.875rem !important;
}

.translate-y-138px {
  --transform-translate-y: 8.625rem !important;
}

.translate-y-140px {
  --transform-translate-y: 8.75rem !important;
}

.translate-y-146px {
  --transform-translate-y: 9.125rem !important;
}

.translate-y-152px {
  --transform-translate-y: 9.5rem !important;
}

.translate-y-187px {
  --transform-translate-y: 11.6875rem !important;
}

.translate-y-220px {
  --transform-translate-y: 13.75rem !important;
}

.translate-y-253px {
  --transform-translate-y: 15.8125rem !important;
}

.translate-y-320px {
  --transform-translate-y: 20rem !important;
}

.translate-y-400px {
  --transform-translate-y: 25rem !important;
}

.translate-y-500px {
  --transform-translate-y: 31.25rem !important;
}

.translate-y-lgPaddingTop {
  --transform-translate-y: 15.8125rem !important;
}

.translate-y-phonePaddingTop {
  --transform-translate-y: 9.875rem !important;
}

.translate-y-tabletPaddingTop {
  --transform-translate-y: 6.625rem !important;
}

.translate-y-largePaddingTop {
  --transform-translate-y: 13.75rem !important;
}

.translate-y-phoneTextContentMaxWidth {
  --transform-translate-y: 57.0625rem !important;
}

.translate-y-phoneTextContentWidth {
  --transform-translate-y: 63% !important;
}

.translate-y-phoneBlockContentWidth {
  --transform-translate-y: 71.625rem !important;
}

.translate-y-tabletTextContentMaxWidth {
  --transform-translate-y: 57.0625rem !important;
}

.translate-y-tabletTextContentWidth {
  --transform-translate-y: 63% !important;
}

.translate-y-tabletBlockContentWidth {
  --transform-translate-y: 71.625rem !important;
}

.translate-y-largeTextContentMaxWidth {
  --transform-translate-y: 57.0625rem !important;
}

.translate-y-largeTextContentWidth {
  --transform-translate-y: 63% !important;
}

.translate-y-largeBlockContentWidth {
  --transform-translate-y: 71.625rem !important;
}

.-translate-y-1 {
  --transform-translate-y: -0.25rem !important;
}

.-translate-y-2 {
  --transform-translate-y: -0.5rem !important;
}

.-translate-y-3 {
  --transform-translate-y: -0.75rem !important;
}

.-translate-y-4 {
  --transform-translate-y: -1rem !important;
}

.-translate-y-5 {
  --transform-translate-y: -1.25rem !important;
}

.-translate-y-6 {
  --transform-translate-y: -1.5rem !important;
}

.-translate-y-8 {
  --transform-translate-y: -2rem !important;
}

.-translate-y-9 {
  --transform-translate-y: -2.5rem !important;
}

.-translate-y-10 {
  --transform-translate-y: -2.5rem !important;
}

.-translate-y-12 {
  --transform-translate-y: -3rem !important;
}

.-translate-y-14 {
  --transform-translate-y: -3.5rem !important;
}

.-translate-y-16 {
  --transform-translate-y: -4rem !important;
}

.-translate-y-18 {
  --transform-translate-y: -4.5rem !important;
}

.-translate-y-20 {
  --transform-translate-y: -5rem !important;
}

.-translate-y-22 {
  --transform-translate-y: -5.626rem !important;
}

.-translate-y-24 {
  --transform-translate-y: -6rem !important;
}

.-translate-y-26 {
  --transform-translate-y: -6.25rem !important;
}

.-translate-y-28 {
  --transform-translate-y: -7rem !important;
}

.-translate-y-32 {
  --transform-translate-y: -8rem !important;
}

.-translate-y-34 {
  --transform-translate-y: -8.5rem !important;
}

.-translate-y-38 {
  --transform-translate-y: -9.25rem !important;
}

.-translate-y-40 {
  --transform-translate-y: -10rem !important;
}

.-translate-y-46 {
  --transform-translate-y: -11.75rem !important;
}

.-translate-y-48 {
  --transform-translate-y: -12rem !important;
}

.-translate-y-56 {
  --transform-translate-y: -14rem !important;
}

.-translate-y-64 {
  --transform-translate-y: -16rem !important;
}

.-translate-y-82 {
  --transform-translate-y: -20.75rem !important;
}

.-translate-y-px {
  --transform-translate-y: -1px !important;
}

.-translate-y-tiny {
  --transform-translate-y: -0.3rem !important;
}

.-translate-y-quick-links {
  --transform-translate-y: -26% !important;
}

.-translate-y-pro-slid {
  --transform-translate-y: -48% !important;
}

.-translate-y-62p {
  --transform-translate-y: -62% !important;
}

.-translate-y-90p {
  --transform-translate-y: -90% !important;
}

.-translate-y-x-large {
  --transform-translate-y: -27.5rem !important;
}

.-translate-y-2px {
  --transform-translate-y: -0.125rem !important;
}

.-translate-y-9px {
  --transform-translate-y: -0.5625rem !important;
}

.-translate-y-10px {
  --transform-translate-y: -0.625rem !important;
}

.-translate-y-18px {
  --transform-translate-y: -1.125rem !important;
}

.-translate-y-20px {
  --transform-translate-y: -1.25rem !important;
}

.-translate-y-24px {
  --transform-translate-y: -1.5rem !important;
}

.-translate-y-26px {
  --transform-translate-y: -1.625rem !important;
}

.-translate-y-30px {
  --transform-translate-y: -1.875rem !important;
}

.-translate-y-38px {
  --transform-translate-y: -2.375rem !important;
}

.-translate-y-43px {
  --transform-translate-y: -2.6875rem !important;
}

.-translate-y-44px {
  --transform-translate-y: -2.75rem !important;
}

.-translate-y-46px {
  --transform-translate-y: -2.875rem !important;
}

.-translate-y-53px {
  --transform-translate-y: -3.3125rem !important;
}

.-translate-y-54px {
  --transform-translate-y: -3.375rem !important;
}

.-translate-y-55px {
  --transform-translate-y: -3.4375rem !important;
}

.-translate-y-60px {
  --transform-translate-y: -3.75rem !important;
}

.-translate-y-67px {
  --transform-translate-y: -4.1875rem !important;
}

.-translate-y-73px {
  --transform-translate-y: -4.5625rem !important;
}

.-translate-y-80px {
  --transform-translate-y: -5rem !important;
}

.-translate-y-81px {
  --transform-translate-y: -5.0625rem !important;
}

.-translate-y-85px {
  --transform-translate-y: -5.3125rem !important;
}

.-translate-y-92px {
  --transform-translate-y: -5.75rem !important;
}

.-translate-y-100px {
  --transform-translate-y: -6.25rem !important;
}

.-translate-y-106px {
  --transform-translate-y: -6.625rem !important;
}

.-translate-y-123px {
  --transform-translate-y: -7.6875rem !important;
}

.-translate-y-126px {
  --transform-translate-y: -7.875rem !important;
}

.-translate-y-138px {
  --transform-translate-y: -8.625rem !important;
}

.-translate-y-140px {
  --transform-translate-y: -8.75rem !important;
}

.-translate-y-146px {
  --transform-translate-y: -9.125rem !important;
}

.-translate-y-152px {
  --transform-translate-y: -9.5rem !important;
}

.-translate-y-187px {
  --transform-translate-y: -11.6875rem !important;
}

.-translate-y-220px {
  --transform-translate-y: -13.75rem !important;
}

.-translate-y-253px {
  --transform-translate-y: -15.8125rem !important;
}

.-translate-y-320px {
  --transform-translate-y: -20rem !important;
}

.-translate-y-400px {
  --transform-translate-y: -25rem !important;
}

.-translate-y-500px {
  --transform-translate-y: -31.25rem !important;
}

.-translate-y-lgPaddingTop {
  --transform-translate-y: -15.8125rem !important;
}

.-translate-y-phonePaddingTop {
  --transform-translate-y: -9.875rem !important;
}

.-translate-y-tabletPaddingTop {
  --transform-translate-y: -6.625rem !important;
}

.-translate-y-largePaddingTop {
  --transform-translate-y: -13.75rem !important;
}

.-translate-y-phoneTextContentMaxWidth {
  --transform-translate-y: -57.0625rem !important;
}

.-translate-y-phoneTextContentWidth {
  --transform-translate-y: -63% !important;
}

.-translate-y-phoneBlockContentWidth {
  --transform-translate-y: -71.625rem !important;
}

.-translate-y-tabletTextContentMaxWidth {
  --transform-translate-y: -57.0625rem !important;
}

.-translate-y-tabletTextContentWidth {
  --transform-translate-y: -63% !important;
}

.-translate-y-tabletBlockContentWidth {
  --transform-translate-y: -71.625rem !important;
}

.-translate-y-largeTextContentMaxWidth {
  --transform-translate-y: -57.0625rem !important;
}

.-translate-y-largeTextContentWidth {
  --transform-translate-y: -63% !important;
}

.-translate-y-largeBlockContentWidth {
  --transform-translate-y: -71.625rem !important;
}

.-translate-y-full {
  --transform-translate-y: -100% !important;
}

.-translate-y-1\/2 {
  --transform-translate-y: -50% !important;
}

.translate-y-1\/2 {
  --transform-translate-y: 50% !important;
}

.translate-y-full {
  --transform-translate-y: 100% !important;
}

.hover\:translate-x-0:hover {
  --transform-translate-x: 0 !important;
}

.hover\:translate-x-1:hover {
  --transform-translate-x: 0.25rem !important;
}

.hover\:translate-x-2:hover {
  --transform-translate-x: 0.5rem !important;
}

.hover\:translate-x-3:hover {
  --transform-translate-x: 0.75rem !important;
}

.hover\:translate-x-4:hover {
  --transform-translate-x: 1rem !important;
}

.hover\:translate-x-5:hover {
  --transform-translate-x: 1.25rem !important;
}

.hover\:translate-x-6:hover {
  --transform-translate-x: 1.5rem !important;
}

.hover\:translate-x-8:hover {
  --transform-translate-x: 2rem !important;
}

.hover\:translate-x-9:hover {
  --transform-translate-x: 2.5rem !important;
}

.hover\:translate-x-10:hover {
  --transform-translate-x: 2.5rem !important;
}

.hover\:translate-x-12:hover {
  --transform-translate-x: 3rem !important;
}

.hover\:translate-x-14:hover {
  --transform-translate-x: 3.5rem !important;
}

.hover\:translate-x-16:hover {
  --transform-translate-x: 4rem !important;
}

.hover\:translate-x-18:hover {
  --transform-translate-x: 4.5rem !important;
}

.hover\:translate-x-20:hover {
  --transform-translate-x: 5rem !important;
}

.hover\:translate-x-22:hover {
  --transform-translate-x: 5.626rem !important;
}

.hover\:translate-x-24:hover {
  --transform-translate-x: 6rem !important;
}

.hover\:translate-x-26:hover {
  --transform-translate-x: 6.25rem !important;
}

.hover\:translate-x-28:hover {
  --transform-translate-x: 7rem !important;
}

.hover\:translate-x-32:hover {
  --transform-translate-x: 8rem !important;
}

.hover\:translate-x-34:hover {
  --transform-translate-x: 8.5rem !important;
}

.hover\:translate-x-38:hover {
  --transform-translate-x: 9.25rem !important;
}

.hover\:translate-x-40:hover {
  --transform-translate-x: 10rem !important;
}

.hover\:translate-x-46:hover {
  --transform-translate-x: 11.75rem !important;
}

.hover\:translate-x-48:hover {
  --transform-translate-x: 12rem !important;
}

.hover\:translate-x-56:hover {
  --transform-translate-x: 14rem !important;
}

.hover\:translate-x-64:hover {
  --transform-translate-x: 16rem !important;
}

.hover\:translate-x-82:hover {
  --transform-translate-x: 20.75rem !important;
}

.hover\:translate-x-px:hover {
  --transform-translate-x: 1px !important;
}

.hover\:translate-x-tiny:hover {
  --transform-translate-x: 0.3rem !important;
}

.hover\:translate-x-quick-links:hover {
  --transform-translate-x: 26% !important;
}

.hover\:translate-x-pro-slid:hover {
  --transform-translate-x: 48% !important;
}

.hover\:translate-x-62p:hover {
  --transform-translate-x: 62% !important;
}

.hover\:translate-x-90p:hover {
  --transform-translate-x: 90% !important;
}

.hover\:translate-x-x-large:hover {
  --transform-translate-x: 27.5rem !important;
}

.hover\:translate-x-2px:hover {
  --transform-translate-x: 0.125rem !important;
}

.hover\:translate-x-9px:hover {
  --transform-translate-x: 0.5625rem !important;
}

.hover\:translate-x-10px:hover {
  --transform-translate-x: 0.625rem !important;
}

.hover\:translate-x-18px:hover {
  --transform-translate-x: 1.125rem !important;
}

.hover\:translate-x-20px:hover {
  --transform-translate-x: 1.25rem !important;
}

.hover\:translate-x-24px:hover {
  --transform-translate-x: 1.5rem !important;
}

.hover\:translate-x-26px:hover {
  --transform-translate-x: 1.625rem !important;
}

.hover\:translate-x-30px:hover {
  --transform-translate-x: 1.875rem !important;
}

.hover\:translate-x-38px:hover {
  --transform-translate-x: 2.375rem !important;
}

.hover\:translate-x-43px:hover {
  --transform-translate-x: 2.6875rem !important;
}

.hover\:translate-x-44px:hover {
  --transform-translate-x: 2.75rem !important;
}

.hover\:translate-x-46px:hover {
  --transform-translate-x: 2.875rem !important;
}

.hover\:translate-x-53px:hover {
  --transform-translate-x: 3.3125rem !important;
}

.hover\:translate-x-54px:hover {
  --transform-translate-x: 3.375rem !important;
}

.hover\:translate-x-55px:hover {
  --transform-translate-x: 3.4375rem !important;
}

.hover\:translate-x-60px:hover {
  --transform-translate-x: 3.75rem !important;
}

.hover\:translate-x-67px:hover {
  --transform-translate-x: 4.1875rem !important;
}

.hover\:translate-x-73px:hover {
  --transform-translate-x: 4.5625rem !important;
}

.hover\:translate-x-80px:hover {
  --transform-translate-x: 5rem !important;
}

.hover\:translate-x-81px:hover {
  --transform-translate-x: 5.0625rem !important;
}

.hover\:translate-x-85px:hover {
  --transform-translate-x: 5.3125rem !important;
}

.hover\:translate-x-92px:hover {
  --transform-translate-x: 5.75rem !important;
}

.hover\:translate-x-100px:hover {
  --transform-translate-x: 6.25rem !important;
}

.hover\:translate-x-106px:hover {
  --transform-translate-x: 6.625rem !important;
}

.hover\:translate-x-123px:hover {
  --transform-translate-x: 7.6875rem !important;
}

.hover\:translate-x-126px:hover {
  --transform-translate-x: 7.875rem !important;
}

.hover\:translate-x-138px:hover {
  --transform-translate-x: 8.625rem !important;
}

.hover\:translate-x-140px:hover {
  --transform-translate-x: 8.75rem !important;
}

.hover\:translate-x-146px:hover {
  --transform-translate-x: 9.125rem !important;
}

.hover\:translate-x-152px:hover {
  --transform-translate-x: 9.5rem !important;
}

.hover\:translate-x-187px:hover {
  --transform-translate-x: 11.6875rem !important;
}

.hover\:translate-x-220px:hover {
  --transform-translate-x: 13.75rem !important;
}

.hover\:translate-x-253px:hover {
  --transform-translate-x: 15.8125rem !important;
}

.hover\:translate-x-320px:hover {
  --transform-translate-x: 20rem !important;
}

.hover\:translate-x-400px:hover {
  --transform-translate-x: 25rem !important;
}

.hover\:translate-x-500px:hover {
  --transform-translate-x: 31.25rem !important;
}

.hover\:translate-x-lgPaddingTop:hover {
  --transform-translate-x: 15.8125rem !important;
}

.hover\:translate-x-phonePaddingTop:hover {
  --transform-translate-x: 9.875rem !important;
}

.hover\:translate-x-tabletPaddingTop:hover {
  --transform-translate-x: 6.625rem !important;
}

.hover\:translate-x-largePaddingTop:hover {
  --transform-translate-x: 13.75rem !important;
}

.hover\:translate-x-phoneTextContentMaxWidth:hover {
  --transform-translate-x: 57.0625rem !important;
}

.hover\:translate-x-phoneTextContentWidth:hover {
  --transform-translate-x: 63% !important;
}

.hover\:translate-x-phoneBlockContentWidth:hover {
  --transform-translate-x: 71.625rem !important;
}

.hover\:translate-x-tabletTextContentMaxWidth:hover {
  --transform-translate-x: 57.0625rem !important;
}

.hover\:translate-x-tabletTextContentWidth:hover {
  --transform-translate-x: 63% !important;
}

.hover\:translate-x-tabletBlockContentWidth:hover {
  --transform-translate-x: 71.625rem !important;
}

.hover\:translate-x-largeTextContentMaxWidth:hover {
  --transform-translate-x: 57.0625rem !important;
}

.hover\:translate-x-largeTextContentWidth:hover {
  --transform-translate-x: 63% !important;
}

.hover\:translate-x-largeBlockContentWidth:hover {
  --transform-translate-x: 71.625rem !important;
}

.hover\:-translate-x-1:hover {
  --transform-translate-x: -0.25rem !important;
}

.hover\:-translate-x-2:hover {
  --transform-translate-x: -0.5rem !important;
}

.hover\:-translate-x-3:hover {
  --transform-translate-x: -0.75rem !important;
}

.hover\:-translate-x-4:hover {
  --transform-translate-x: -1rem !important;
}

.hover\:-translate-x-5:hover {
  --transform-translate-x: -1.25rem !important;
}

.hover\:-translate-x-6:hover {
  --transform-translate-x: -1.5rem !important;
}

.hover\:-translate-x-8:hover {
  --transform-translate-x: -2rem !important;
}

.hover\:-translate-x-9:hover {
  --transform-translate-x: -2.5rem !important;
}

.hover\:-translate-x-10:hover {
  --transform-translate-x: -2.5rem !important;
}

.hover\:-translate-x-12:hover {
  --transform-translate-x: -3rem !important;
}

.hover\:-translate-x-14:hover {
  --transform-translate-x: -3.5rem !important;
}

.hover\:-translate-x-16:hover {
  --transform-translate-x: -4rem !important;
}

.hover\:-translate-x-18:hover {
  --transform-translate-x: -4.5rem !important;
}

.hover\:-translate-x-20:hover {
  --transform-translate-x: -5rem !important;
}

.hover\:-translate-x-22:hover {
  --transform-translate-x: -5.626rem !important;
}

.hover\:-translate-x-24:hover {
  --transform-translate-x: -6rem !important;
}

.hover\:-translate-x-26:hover {
  --transform-translate-x: -6.25rem !important;
}

.hover\:-translate-x-28:hover {
  --transform-translate-x: -7rem !important;
}

.hover\:-translate-x-32:hover {
  --transform-translate-x: -8rem !important;
}

.hover\:-translate-x-34:hover {
  --transform-translate-x: -8.5rem !important;
}

.hover\:-translate-x-38:hover {
  --transform-translate-x: -9.25rem !important;
}

.hover\:-translate-x-40:hover {
  --transform-translate-x: -10rem !important;
}

.hover\:-translate-x-46:hover {
  --transform-translate-x: -11.75rem !important;
}

.hover\:-translate-x-48:hover {
  --transform-translate-x: -12rem !important;
}

.hover\:-translate-x-56:hover {
  --transform-translate-x: -14rem !important;
}

.hover\:-translate-x-64:hover {
  --transform-translate-x: -16rem !important;
}

.hover\:-translate-x-82:hover {
  --transform-translate-x: -20.75rem !important;
}

.hover\:-translate-x-px:hover {
  --transform-translate-x: -1px !important;
}

.hover\:-translate-x-tiny:hover {
  --transform-translate-x: -0.3rem !important;
}

.hover\:-translate-x-quick-links:hover {
  --transform-translate-x: -26% !important;
}

.hover\:-translate-x-pro-slid:hover {
  --transform-translate-x: -48% !important;
}

.hover\:-translate-x-62p:hover {
  --transform-translate-x: -62% !important;
}

.hover\:-translate-x-90p:hover {
  --transform-translate-x: -90% !important;
}

.hover\:-translate-x-x-large:hover {
  --transform-translate-x: -27.5rem !important;
}

.hover\:-translate-x-2px:hover {
  --transform-translate-x: -0.125rem !important;
}

.hover\:-translate-x-9px:hover {
  --transform-translate-x: -0.5625rem !important;
}

.hover\:-translate-x-10px:hover {
  --transform-translate-x: -0.625rem !important;
}

.hover\:-translate-x-18px:hover {
  --transform-translate-x: -1.125rem !important;
}

.hover\:-translate-x-20px:hover {
  --transform-translate-x: -1.25rem !important;
}

.hover\:-translate-x-24px:hover {
  --transform-translate-x: -1.5rem !important;
}

.hover\:-translate-x-26px:hover {
  --transform-translate-x: -1.625rem !important;
}

.hover\:-translate-x-30px:hover {
  --transform-translate-x: -1.875rem !important;
}

.hover\:-translate-x-38px:hover {
  --transform-translate-x: -2.375rem !important;
}

.hover\:-translate-x-43px:hover {
  --transform-translate-x: -2.6875rem !important;
}

.hover\:-translate-x-44px:hover {
  --transform-translate-x: -2.75rem !important;
}

.hover\:-translate-x-46px:hover {
  --transform-translate-x: -2.875rem !important;
}

.hover\:-translate-x-53px:hover {
  --transform-translate-x: -3.3125rem !important;
}

.hover\:-translate-x-54px:hover {
  --transform-translate-x: -3.375rem !important;
}

.hover\:-translate-x-55px:hover {
  --transform-translate-x: -3.4375rem !important;
}

.hover\:-translate-x-60px:hover {
  --transform-translate-x: -3.75rem !important;
}

.hover\:-translate-x-67px:hover {
  --transform-translate-x: -4.1875rem !important;
}

.hover\:-translate-x-73px:hover {
  --transform-translate-x: -4.5625rem !important;
}

.hover\:-translate-x-80px:hover {
  --transform-translate-x: -5rem !important;
}

.hover\:-translate-x-81px:hover {
  --transform-translate-x: -5.0625rem !important;
}

.hover\:-translate-x-85px:hover {
  --transform-translate-x: -5.3125rem !important;
}

.hover\:-translate-x-92px:hover {
  --transform-translate-x: -5.75rem !important;
}

.hover\:-translate-x-100px:hover {
  --transform-translate-x: -6.25rem !important;
}

.hover\:-translate-x-106px:hover {
  --transform-translate-x: -6.625rem !important;
}

.hover\:-translate-x-123px:hover {
  --transform-translate-x: -7.6875rem !important;
}

.hover\:-translate-x-126px:hover {
  --transform-translate-x: -7.875rem !important;
}

.hover\:-translate-x-138px:hover {
  --transform-translate-x: -8.625rem !important;
}

.hover\:-translate-x-140px:hover {
  --transform-translate-x: -8.75rem !important;
}

.hover\:-translate-x-146px:hover {
  --transform-translate-x: -9.125rem !important;
}

.hover\:-translate-x-152px:hover {
  --transform-translate-x: -9.5rem !important;
}

.hover\:-translate-x-187px:hover {
  --transform-translate-x: -11.6875rem !important;
}

.hover\:-translate-x-220px:hover {
  --transform-translate-x: -13.75rem !important;
}

.hover\:-translate-x-253px:hover {
  --transform-translate-x: -15.8125rem !important;
}

.hover\:-translate-x-320px:hover {
  --transform-translate-x: -20rem !important;
}

.hover\:-translate-x-400px:hover {
  --transform-translate-x: -25rem !important;
}

.hover\:-translate-x-500px:hover {
  --transform-translate-x: -31.25rem !important;
}

.hover\:-translate-x-lgPaddingTop:hover {
  --transform-translate-x: -15.8125rem !important;
}

.hover\:-translate-x-phonePaddingTop:hover {
  --transform-translate-x: -9.875rem !important;
}

.hover\:-translate-x-tabletPaddingTop:hover {
  --transform-translate-x: -6.625rem !important;
}

.hover\:-translate-x-largePaddingTop:hover {
  --transform-translate-x: -13.75rem !important;
}

.hover\:-translate-x-phoneTextContentMaxWidth:hover {
  --transform-translate-x: -57.0625rem !important;
}

.hover\:-translate-x-phoneTextContentWidth:hover {
  --transform-translate-x: -63% !important;
}

.hover\:-translate-x-phoneBlockContentWidth:hover {
  --transform-translate-x: -71.625rem !important;
}

.hover\:-translate-x-tabletTextContentMaxWidth:hover {
  --transform-translate-x: -57.0625rem !important;
}

.hover\:-translate-x-tabletTextContentWidth:hover {
  --transform-translate-x: -63% !important;
}

.hover\:-translate-x-tabletBlockContentWidth:hover {
  --transform-translate-x: -71.625rem !important;
}

.hover\:-translate-x-largeTextContentMaxWidth:hover {
  --transform-translate-x: -57.0625rem !important;
}

.hover\:-translate-x-largeTextContentWidth:hover {
  --transform-translate-x: -63% !important;
}

.hover\:-translate-x-largeBlockContentWidth:hover {
  --transform-translate-x: -71.625rem !important;
}

.hover\:-translate-x-full:hover {
  --transform-translate-x: -100% !important;
}

.hover\:-translate-x-1\/2:hover {
  --transform-translate-x: -50% !important;
}

.hover\:translate-x-1\/2:hover {
  --transform-translate-x: 50% !important;
}

.hover\:translate-x-full:hover {
  --transform-translate-x: 100% !important;
}

.hover\:translate-y-0:hover {
  --transform-translate-y: 0 !important;
}

.hover\:translate-y-1:hover {
  --transform-translate-y: 0.25rem !important;
}

.hover\:translate-y-2:hover {
  --transform-translate-y: 0.5rem !important;
}

.hover\:translate-y-3:hover {
  --transform-translate-y: 0.75rem !important;
}

.hover\:translate-y-4:hover {
  --transform-translate-y: 1rem !important;
}

.hover\:translate-y-5:hover {
  --transform-translate-y: 1.25rem !important;
}

.hover\:translate-y-6:hover {
  --transform-translate-y: 1.5rem !important;
}

.hover\:translate-y-8:hover {
  --transform-translate-y: 2rem !important;
}

.hover\:translate-y-9:hover {
  --transform-translate-y: 2.5rem !important;
}

.hover\:translate-y-10:hover {
  --transform-translate-y: 2.5rem !important;
}

.hover\:translate-y-12:hover {
  --transform-translate-y: 3rem !important;
}

.hover\:translate-y-14:hover {
  --transform-translate-y: 3.5rem !important;
}

.hover\:translate-y-16:hover {
  --transform-translate-y: 4rem !important;
}

.hover\:translate-y-18:hover {
  --transform-translate-y: 4.5rem !important;
}

.hover\:translate-y-20:hover {
  --transform-translate-y: 5rem !important;
}

.hover\:translate-y-22:hover {
  --transform-translate-y: 5.626rem !important;
}

.hover\:translate-y-24:hover {
  --transform-translate-y: 6rem !important;
}

.hover\:translate-y-26:hover {
  --transform-translate-y: 6.25rem !important;
}

.hover\:translate-y-28:hover {
  --transform-translate-y: 7rem !important;
}

.hover\:translate-y-32:hover {
  --transform-translate-y: 8rem !important;
}

.hover\:translate-y-34:hover {
  --transform-translate-y: 8.5rem !important;
}

.hover\:translate-y-38:hover {
  --transform-translate-y: 9.25rem !important;
}

.hover\:translate-y-40:hover {
  --transform-translate-y: 10rem !important;
}

.hover\:translate-y-46:hover {
  --transform-translate-y: 11.75rem !important;
}

.hover\:translate-y-48:hover {
  --transform-translate-y: 12rem !important;
}

.hover\:translate-y-56:hover {
  --transform-translate-y: 14rem !important;
}

.hover\:translate-y-64:hover {
  --transform-translate-y: 16rem !important;
}

.hover\:translate-y-82:hover {
  --transform-translate-y: 20.75rem !important;
}

.hover\:translate-y-px:hover {
  --transform-translate-y: 1px !important;
}

.hover\:translate-y-tiny:hover {
  --transform-translate-y: 0.3rem !important;
}

.hover\:translate-y-quick-links:hover {
  --transform-translate-y: 26% !important;
}

.hover\:translate-y-pro-slid:hover {
  --transform-translate-y: 48% !important;
}

.hover\:translate-y-62p:hover {
  --transform-translate-y: 62% !important;
}

.hover\:translate-y-90p:hover {
  --transform-translate-y: 90% !important;
}

.hover\:translate-y-x-large:hover {
  --transform-translate-y: 27.5rem !important;
}

.hover\:translate-y-2px:hover {
  --transform-translate-y: 0.125rem !important;
}

.hover\:translate-y-9px:hover {
  --transform-translate-y: 0.5625rem !important;
}

.hover\:translate-y-10px:hover {
  --transform-translate-y: 0.625rem !important;
}

.hover\:translate-y-18px:hover {
  --transform-translate-y: 1.125rem !important;
}

.hover\:translate-y-20px:hover {
  --transform-translate-y: 1.25rem !important;
}

.hover\:translate-y-24px:hover {
  --transform-translate-y: 1.5rem !important;
}

.hover\:translate-y-26px:hover {
  --transform-translate-y: 1.625rem !important;
}

.hover\:translate-y-30px:hover {
  --transform-translate-y: 1.875rem !important;
}

.hover\:translate-y-38px:hover {
  --transform-translate-y: 2.375rem !important;
}

.hover\:translate-y-43px:hover {
  --transform-translate-y: 2.6875rem !important;
}

.hover\:translate-y-44px:hover {
  --transform-translate-y: 2.75rem !important;
}

.hover\:translate-y-46px:hover {
  --transform-translate-y: 2.875rem !important;
}

.hover\:translate-y-53px:hover {
  --transform-translate-y: 3.3125rem !important;
}

.hover\:translate-y-54px:hover {
  --transform-translate-y: 3.375rem !important;
}

.hover\:translate-y-55px:hover {
  --transform-translate-y: 3.4375rem !important;
}

.hover\:translate-y-60px:hover {
  --transform-translate-y: 3.75rem !important;
}

.hover\:translate-y-67px:hover {
  --transform-translate-y: 4.1875rem !important;
}

.hover\:translate-y-73px:hover {
  --transform-translate-y: 4.5625rem !important;
}

.hover\:translate-y-80px:hover {
  --transform-translate-y: 5rem !important;
}

.hover\:translate-y-81px:hover {
  --transform-translate-y: 5.0625rem !important;
}

.hover\:translate-y-85px:hover {
  --transform-translate-y: 5.3125rem !important;
}

.hover\:translate-y-92px:hover {
  --transform-translate-y: 5.75rem !important;
}

.hover\:translate-y-100px:hover {
  --transform-translate-y: 6.25rem !important;
}

.hover\:translate-y-106px:hover {
  --transform-translate-y: 6.625rem !important;
}

.hover\:translate-y-123px:hover {
  --transform-translate-y: 7.6875rem !important;
}

.hover\:translate-y-126px:hover {
  --transform-translate-y: 7.875rem !important;
}

.hover\:translate-y-138px:hover {
  --transform-translate-y: 8.625rem !important;
}

.hover\:translate-y-140px:hover {
  --transform-translate-y: 8.75rem !important;
}

.hover\:translate-y-146px:hover {
  --transform-translate-y: 9.125rem !important;
}

.hover\:translate-y-152px:hover {
  --transform-translate-y: 9.5rem !important;
}

.hover\:translate-y-187px:hover {
  --transform-translate-y: 11.6875rem !important;
}

.hover\:translate-y-220px:hover {
  --transform-translate-y: 13.75rem !important;
}

.hover\:translate-y-253px:hover {
  --transform-translate-y: 15.8125rem !important;
}

.hover\:translate-y-320px:hover {
  --transform-translate-y: 20rem !important;
}

.hover\:translate-y-400px:hover {
  --transform-translate-y: 25rem !important;
}

.hover\:translate-y-500px:hover {
  --transform-translate-y: 31.25rem !important;
}

.hover\:translate-y-lgPaddingTop:hover {
  --transform-translate-y: 15.8125rem !important;
}

.hover\:translate-y-phonePaddingTop:hover {
  --transform-translate-y: 9.875rem !important;
}

.hover\:translate-y-tabletPaddingTop:hover {
  --transform-translate-y: 6.625rem !important;
}

.hover\:translate-y-largePaddingTop:hover {
  --transform-translate-y: 13.75rem !important;
}

.hover\:translate-y-phoneTextContentMaxWidth:hover {
  --transform-translate-y: 57.0625rem !important;
}

.hover\:translate-y-phoneTextContentWidth:hover {
  --transform-translate-y: 63% !important;
}

.hover\:translate-y-phoneBlockContentWidth:hover {
  --transform-translate-y: 71.625rem !important;
}

.hover\:translate-y-tabletTextContentMaxWidth:hover {
  --transform-translate-y: 57.0625rem !important;
}

.hover\:translate-y-tabletTextContentWidth:hover {
  --transform-translate-y: 63% !important;
}

.hover\:translate-y-tabletBlockContentWidth:hover {
  --transform-translate-y: 71.625rem !important;
}

.hover\:translate-y-largeTextContentMaxWidth:hover {
  --transform-translate-y: 57.0625rem !important;
}

.hover\:translate-y-largeTextContentWidth:hover {
  --transform-translate-y: 63% !important;
}

.hover\:translate-y-largeBlockContentWidth:hover {
  --transform-translate-y: 71.625rem !important;
}

.hover\:-translate-y-1:hover {
  --transform-translate-y: -0.25rem !important;
}

.hover\:-translate-y-2:hover {
  --transform-translate-y: -0.5rem !important;
}

.hover\:-translate-y-3:hover {
  --transform-translate-y: -0.75rem !important;
}

.hover\:-translate-y-4:hover {
  --transform-translate-y: -1rem !important;
}

.hover\:-translate-y-5:hover {
  --transform-translate-y: -1.25rem !important;
}

.hover\:-translate-y-6:hover {
  --transform-translate-y: -1.5rem !important;
}

.hover\:-translate-y-8:hover {
  --transform-translate-y: -2rem !important;
}

.hover\:-translate-y-9:hover {
  --transform-translate-y: -2.5rem !important;
}

.hover\:-translate-y-10:hover {
  --transform-translate-y: -2.5rem !important;
}

.hover\:-translate-y-12:hover {
  --transform-translate-y: -3rem !important;
}

.hover\:-translate-y-14:hover {
  --transform-translate-y: -3.5rem !important;
}

.hover\:-translate-y-16:hover {
  --transform-translate-y: -4rem !important;
}

.hover\:-translate-y-18:hover {
  --transform-translate-y: -4.5rem !important;
}

.hover\:-translate-y-20:hover {
  --transform-translate-y: -5rem !important;
}

.hover\:-translate-y-22:hover {
  --transform-translate-y: -5.626rem !important;
}

.hover\:-translate-y-24:hover {
  --transform-translate-y: -6rem !important;
}

.hover\:-translate-y-26:hover {
  --transform-translate-y: -6.25rem !important;
}

.hover\:-translate-y-28:hover {
  --transform-translate-y: -7rem !important;
}

.hover\:-translate-y-32:hover {
  --transform-translate-y: -8rem !important;
}

.hover\:-translate-y-34:hover {
  --transform-translate-y: -8.5rem !important;
}

.hover\:-translate-y-38:hover {
  --transform-translate-y: -9.25rem !important;
}

.hover\:-translate-y-40:hover {
  --transform-translate-y: -10rem !important;
}

.hover\:-translate-y-46:hover {
  --transform-translate-y: -11.75rem !important;
}

.hover\:-translate-y-48:hover {
  --transform-translate-y: -12rem !important;
}

.hover\:-translate-y-56:hover {
  --transform-translate-y: -14rem !important;
}

.hover\:-translate-y-64:hover {
  --transform-translate-y: -16rem !important;
}

.hover\:-translate-y-82:hover {
  --transform-translate-y: -20.75rem !important;
}

.hover\:-translate-y-px:hover {
  --transform-translate-y: -1px !important;
}

.hover\:-translate-y-tiny:hover {
  --transform-translate-y: -0.3rem !important;
}

.hover\:-translate-y-quick-links:hover {
  --transform-translate-y: -26% !important;
}

.hover\:-translate-y-pro-slid:hover {
  --transform-translate-y: -48% !important;
}

.hover\:-translate-y-62p:hover {
  --transform-translate-y: -62% !important;
}

.hover\:-translate-y-90p:hover {
  --transform-translate-y: -90% !important;
}

.hover\:-translate-y-x-large:hover {
  --transform-translate-y: -27.5rem !important;
}

.hover\:-translate-y-2px:hover {
  --transform-translate-y: -0.125rem !important;
}

.hover\:-translate-y-9px:hover {
  --transform-translate-y: -0.5625rem !important;
}

.hover\:-translate-y-10px:hover {
  --transform-translate-y: -0.625rem !important;
}

.hover\:-translate-y-18px:hover {
  --transform-translate-y: -1.125rem !important;
}

.hover\:-translate-y-20px:hover {
  --transform-translate-y: -1.25rem !important;
}

.hover\:-translate-y-24px:hover {
  --transform-translate-y: -1.5rem !important;
}

.hover\:-translate-y-26px:hover {
  --transform-translate-y: -1.625rem !important;
}

.hover\:-translate-y-30px:hover {
  --transform-translate-y: -1.875rem !important;
}

.hover\:-translate-y-38px:hover {
  --transform-translate-y: -2.375rem !important;
}

.hover\:-translate-y-43px:hover {
  --transform-translate-y: -2.6875rem !important;
}

.hover\:-translate-y-44px:hover {
  --transform-translate-y: -2.75rem !important;
}

.hover\:-translate-y-46px:hover {
  --transform-translate-y: -2.875rem !important;
}

.hover\:-translate-y-53px:hover {
  --transform-translate-y: -3.3125rem !important;
}

.hover\:-translate-y-54px:hover {
  --transform-translate-y: -3.375rem !important;
}

.hover\:-translate-y-55px:hover {
  --transform-translate-y: -3.4375rem !important;
}

.hover\:-translate-y-60px:hover {
  --transform-translate-y: -3.75rem !important;
}

.hover\:-translate-y-67px:hover {
  --transform-translate-y: -4.1875rem !important;
}

.hover\:-translate-y-73px:hover {
  --transform-translate-y: -4.5625rem !important;
}

.hover\:-translate-y-80px:hover {
  --transform-translate-y: -5rem !important;
}

.hover\:-translate-y-81px:hover {
  --transform-translate-y: -5.0625rem !important;
}

.hover\:-translate-y-85px:hover {
  --transform-translate-y: -5.3125rem !important;
}

.hover\:-translate-y-92px:hover {
  --transform-translate-y: -5.75rem !important;
}

.hover\:-translate-y-100px:hover {
  --transform-translate-y: -6.25rem !important;
}

.hover\:-translate-y-106px:hover {
  --transform-translate-y: -6.625rem !important;
}

.hover\:-translate-y-123px:hover {
  --transform-translate-y: -7.6875rem !important;
}

.hover\:-translate-y-126px:hover {
  --transform-translate-y: -7.875rem !important;
}

.hover\:-translate-y-138px:hover {
  --transform-translate-y: -8.625rem !important;
}

.hover\:-translate-y-140px:hover {
  --transform-translate-y: -8.75rem !important;
}

.hover\:-translate-y-146px:hover {
  --transform-translate-y: -9.125rem !important;
}

.hover\:-translate-y-152px:hover {
  --transform-translate-y: -9.5rem !important;
}

.hover\:-translate-y-187px:hover {
  --transform-translate-y: -11.6875rem !important;
}

.hover\:-translate-y-220px:hover {
  --transform-translate-y: -13.75rem !important;
}

.hover\:-translate-y-253px:hover {
  --transform-translate-y: -15.8125rem !important;
}

.hover\:-translate-y-320px:hover {
  --transform-translate-y: -20rem !important;
}

.hover\:-translate-y-400px:hover {
  --transform-translate-y: -25rem !important;
}

.hover\:-translate-y-500px:hover {
  --transform-translate-y: -31.25rem !important;
}

.hover\:-translate-y-lgPaddingTop:hover {
  --transform-translate-y: -15.8125rem !important;
}

.hover\:-translate-y-phonePaddingTop:hover {
  --transform-translate-y: -9.875rem !important;
}

.hover\:-translate-y-tabletPaddingTop:hover {
  --transform-translate-y: -6.625rem !important;
}

.hover\:-translate-y-largePaddingTop:hover {
  --transform-translate-y: -13.75rem !important;
}

.hover\:-translate-y-phoneTextContentMaxWidth:hover {
  --transform-translate-y: -57.0625rem !important;
}

.hover\:-translate-y-phoneTextContentWidth:hover {
  --transform-translate-y: -63% !important;
}

.hover\:-translate-y-phoneBlockContentWidth:hover {
  --transform-translate-y: -71.625rem !important;
}

.hover\:-translate-y-tabletTextContentMaxWidth:hover {
  --transform-translate-y: -57.0625rem !important;
}

.hover\:-translate-y-tabletTextContentWidth:hover {
  --transform-translate-y: -63% !important;
}

.hover\:-translate-y-tabletBlockContentWidth:hover {
  --transform-translate-y: -71.625rem !important;
}

.hover\:-translate-y-largeTextContentMaxWidth:hover {
  --transform-translate-y: -57.0625rem !important;
}

.hover\:-translate-y-largeTextContentWidth:hover {
  --transform-translate-y: -63% !important;
}

.hover\:-translate-y-largeBlockContentWidth:hover {
  --transform-translate-y: -71.625rem !important;
}

.hover\:-translate-y-full:hover {
  --transform-translate-y: -100% !important;
}

.hover\:-translate-y-1\/2:hover {
  --transform-translate-y: -50% !important;
}

.hover\:translate-y-1\/2:hover {
  --transform-translate-y: 50% !important;
}

.hover\:translate-y-full:hover {
  --transform-translate-y: 100% !important;
}

.focus\:translate-x-0:focus {
  --transform-translate-x: 0 !important;
}

.focus\:translate-x-1:focus {
  --transform-translate-x: 0.25rem !important;
}

.focus\:translate-x-2:focus {
  --transform-translate-x: 0.5rem !important;
}

.focus\:translate-x-3:focus {
  --transform-translate-x: 0.75rem !important;
}

.focus\:translate-x-4:focus {
  --transform-translate-x: 1rem !important;
}

.focus\:translate-x-5:focus {
  --transform-translate-x: 1.25rem !important;
}

.focus\:translate-x-6:focus {
  --transform-translate-x: 1.5rem !important;
}

.focus\:translate-x-8:focus {
  --transform-translate-x: 2rem !important;
}

.focus\:translate-x-9:focus {
  --transform-translate-x: 2.5rem !important;
}

.focus\:translate-x-10:focus {
  --transform-translate-x: 2.5rem !important;
}

.focus\:translate-x-12:focus {
  --transform-translate-x: 3rem !important;
}

.focus\:translate-x-14:focus {
  --transform-translate-x: 3.5rem !important;
}

.focus\:translate-x-16:focus {
  --transform-translate-x: 4rem !important;
}

.focus\:translate-x-18:focus {
  --transform-translate-x: 4.5rem !important;
}

.focus\:translate-x-20:focus {
  --transform-translate-x: 5rem !important;
}

.focus\:translate-x-22:focus {
  --transform-translate-x: 5.626rem !important;
}

.focus\:translate-x-24:focus {
  --transform-translate-x: 6rem !important;
}

.focus\:translate-x-26:focus {
  --transform-translate-x: 6.25rem !important;
}

.focus\:translate-x-28:focus {
  --transform-translate-x: 7rem !important;
}

.focus\:translate-x-32:focus {
  --transform-translate-x: 8rem !important;
}

.focus\:translate-x-34:focus {
  --transform-translate-x: 8.5rem !important;
}

.focus\:translate-x-38:focus {
  --transform-translate-x: 9.25rem !important;
}

.focus\:translate-x-40:focus {
  --transform-translate-x: 10rem !important;
}

.focus\:translate-x-46:focus {
  --transform-translate-x: 11.75rem !important;
}

.focus\:translate-x-48:focus {
  --transform-translate-x: 12rem !important;
}

.focus\:translate-x-56:focus {
  --transform-translate-x: 14rem !important;
}

.focus\:translate-x-64:focus {
  --transform-translate-x: 16rem !important;
}

.focus\:translate-x-82:focus {
  --transform-translate-x: 20.75rem !important;
}

.focus\:translate-x-px:focus {
  --transform-translate-x: 1px !important;
}

.focus\:translate-x-tiny:focus {
  --transform-translate-x: 0.3rem !important;
}

.focus\:translate-x-quick-links:focus {
  --transform-translate-x: 26% !important;
}

.focus\:translate-x-pro-slid:focus {
  --transform-translate-x: 48% !important;
}

.focus\:translate-x-62p:focus {
  --transform-translate-x: 62% !important;
}

.focus\:translate-x-90p:focus {
  --transform-translate-x: 90% !important;
}

.focus\:translate-x-x-large:focus {
  --transform-translate-x: 27.5rem !important;
}

.focus\:translate-x-2px:focus {
  --transform-translate-x: 0.125rem !important;
}

.focus\:translate-x-9px:focus {
  --transform-translate-x: 0.5625rem !important;
}

.focus\:translate-x-10px:focus {
  --transform-translate-x: 0.625rem !important;
}

.focus\:translate-x-18px:focus {
  --transform-translate-x: 1.125rem !important;
}

.focus\:translate-x-20px:focus {
  --transform-translate-x: 1.25rem !important;
}

.focus\:translate-x-24px:focus {
  --transform-translate-x: 1.5rem !important;
}

.focus\:translate-x-26px:focus {
  --transform-translate-x: 1.625rem !important;
}

.focus\:translate-x-30px:focus {
  --transform-translate-x: 1.875rem !important;
}

.focus\:translate-x-38px:focus {
  --transform-translate-x: 2.375rem !important;
}

.focus\:translate-x-43px:focus {
  --transform-translate-x: 2.6875rem !important;
}

.focus\:translate-x-44px:focus {
  --transform-translate-x: 2.75rem !important;
}

.focus\:translate-x-46px:focus {
  --transform-translate-x: 2.875rem !important;
}

.focus\:translate-x-53px:focus {
  --transform-translate-x: 3.3125rem !important;
}

.focus\:translate-x-54px:focus {
  --transform-translate-x: 3.375rem !important;
}

.focus\:translate-x-55px:focus {
  --transform-translate-x: 3.4375rem !important;
}

.focus\:translate-x-60px:focus {
  --transform-translate-x: 3.75rem !important;
}

.focus\:translate-x-67px:focus {
  --transform-translate-x: 4.1875rem !important;
}

.focus\:translate-x-73px:focus {
  --transform-translate-x: 4.5625rem !important;
}

.focus\:translate-x-80px:focus {
  --transform-translate-x: 5rem !important;
}

.focus\:translate-x-81px:focus {
  --transform-translate-x: 5.0625rem !important;
}

.focus\:translate-x-85px:focus {
  --transform-translate-x: 5.3125rem !important;
}

.focus\:translate-x-92px:focus {
  --transform-translate-x: 5.75rem !important;
}

.focus\:translate-x-100px:focus {
  --transform-translate-x: 6.25rem !important;
}

.focus\:translate-x-106px:focus {
  --transform-translate-x: 6.625rem !important;
}

.focus\:translate-x-123px:focus {
  --transform-translate-x: 7.6875rem !important;
}

.focus\:translate-x-126px:focus {
  --transform-translate-x: 7.875rem !important;
}

.focus\:translate-x-138px:focus {
  --transform-translate-x: 8.625rem !important;
}

.focus\:translate-x-140px:focus {
  --transform-translate-x: 8.75rem !important;
}

.focus\:translate-x-146px:focus {
  --transform-translate-x: 9.125rem !important;
}

.focus\:translate-x-152px:focus {
  --transform-translate-x: 9.5rem !important;
}

.focus\:translate-x-187px:focus {
  --transform-translate-x: 11.6875rem !important;
}

.focus\:translate-x-220px:focus {
  --transform-translate-x: 13.75rem !important;
}

.focus\:translate-x-253px:focus {
  --transform-translate-x: 15.8125rem !important;
}

.focus\:translate-x-320px:focus {
  --transform-translate-x: 20rem !important;
}

.focus\:translate-x-400px:focus {
  --transform-translate-x: 25rem !important;
}

.focus\:translate-x-500px:focus {
  --transform-translate-x: 31.25rem !important;
}

.focus\:translate-x-lgPaddingTop:focus {
  --transform-translate-x: 15.8125rem !important;
}

.focus\:translate-x-phonePaddingTop:focus {
  --transform-translate-x: 9.875rem !important;
}

.focus\:translate-x-tabletPaddingTop:focus {
  --transform-translate-x: 6.625rem !important;
}

.focus\:translate-x-largePaddingTop:focus {
  --transform-translate-x: 13.75rem !important;
}

.focus\:translate-x-phoneTextContentMaxWidth:focus {
  --transform-translate-x: 57.0625rem !important;
}

.focus\:translate-x-phoneTextContentWidth:focus {
  --transform-translate-x: 63% !important;
}

.focus\:translate-x-phoneBlockContentWidth:focus {
  --transform-translate-x: 71.625rem !important;
}

.focus\:translate-x-tabletTextContentMaxWidth:focus {
  --transform-translate-x: 57.0625rem !important;
}

.focus\:translate-x-tabletTextContentWidth:focus {
  --transform-translate-x: 63% !important;
}

.focus\:translate-x-tabletBlockContentWidth:focus {
  --transform-translate-x: 71.625rem !important;
}

.focus\:translate-x-largeTextContentMaxWidth:focus {
  --transform-translate-x: 57.0625rem !important;
}

.focus\:translate-x-largeTextContentWidth:focus {
  --transform-translate-x: 63% !important;
}

.focus\:translate-x-largeBlockContentWidth:focus {
  --transform-translate-x: 71.625rem !important;
}

.focus\:-translate-x-1:focus {
  --transform-translate-x: -0.25rem !important;
}

.focus\:-translate-x-2:focus {
  --transform-translate-x: -0.5rem !important;
}

.focus\:-translate-x-3:focus {
  --transform-translate-x: -0.75rem !important;
}

.focus\:-translate-x-4:focus {
  --transform-translate-x: -1rem !important;
}

.focus\:-translate-x-5:focus {
  --transform-translate-x: -1.25rem !important;
}

.focus\:-translate-x-6:focus {
  --transform-translate-x: -1.5rem !important;
}

.focus\:-translate-x-8:focus {
  --transform-translate-x: -2rem !important;
}

.focus\:-translate-x-9:focus {
  --transform-translate-x: -2.5rem !important;
}

.focus\:-translate-x-10:focus {
  --transform-translate-x: -2.5rem !important;
}

.focus\:-translate-x-12:focus {
  --transform-translate-x: -3rem !important;
}

.focus\:-translate-x-14:focus {
  --transform-translate-x: -3.5rem !important;
}

.focus\:-translate-x-16:focus {
  --transform-translate-x: -4rem !important;
}

.focus\:-translate-x-18:focus {
  --transform-translate-x: -4.5rem !important;
}

.focus\:-translate-x-20:focus {
  --transform-translate-x: -5rem !important;
}

.focus\:-translate-x-22:focus {
  --transform-translate-x: -5.626rem !important;
}

.focus\:-translate-x-24:focus {
  --transform-translate-x: -6rem !important;
}

.focus\:-translate-x-26:focus {
  --transform-translate-x: -6.25rem !important;
}

.focus\:-translate-x-28:focus {
  --transform-translate-x: -7rem !important;
}

.focus\:-translate-x-32:focus {
  --transform-translate-x: -8rem !important;
}

.focus\:-translate-x-34:focus {
  --transform-translate-x: -8.5rem !important;
}

.focus\:-translate-x-38:focus {
  --transform-translate-x: -9.25rem !important;
}

.focus\:-translate-x-40:focus {
  --transform-translate-x: -10rem !important;
}

.focus\:-translate-x-46:focus {
  --transform-translate-x: -11.75rem !important;
}

.focus\:-translate-x-48:focus {
  --transform-translate-x: -12rem !important;
}

.focus\:-translate-x-56:focus {
  --transform-translate-x: -14rem !important;
}

.focus\:-translate-x-64:focus {
  --transform-translate-x: -16rem !important;
}

.focus\:-translate-x-82:focus {
  --transform-translate-x: -20.75rem !important;
}

.focus\:-translate-x-px:focus {
  --transform-translate-x: -1px !important;
}

.focus\:-translate-x-tiny:focus {
  --transform-translate-x: -0.3rem !important;
}

.focus\:-translate-x-quick-links:focus {
  --transform-translate-x: -26% !important;
}

.focus\:-translate-x-pro-slid:focus {
  --transform-translate-x: -48% !important;
}

.focus\:-translate-x-62p:focus {
  --transform-translate-x: -62% !important;
}

.focus\:-translate-x-90p:focus {
  --transform-translate-x: -90% !important;
}

.focus\:-translate-x-x-large:focus {
  --transform-translate-x: -27.5rem !important;
}

.focus\:-translate-x-2px:focus {
  --transform-translate-x: -0.125rem !important;
}

.focus\:-translate-x-9px:focus {
  --transform-translate-x: -0.5625rem !important;
}

.focus\:-translate-x-10px:focus {
  --transform-translate-x: -0.625rem !important;
}

.focus\:-translate-x-18px:focus {
  --transform-translate-x: -1.125rem !important;
}

.focus\:-translate-x-20px:focus {
  --transform-translate-x: -1.25rem !important;
}

.focus\:-translate-x-24px:focus {
  --transform-translate-x: -1.5rem !important;
}

.focus\:-translate-x-26px:focus {
  --transform-translate-x: -1.625rem !important;
}

.focus\:-translate-x-30px:focus {
  --transform-translate-x: -1.875rem !important;
}

.focus\:-translate-x-38px:focus {
  --transform-translate-x: -2.375rem !important;
}

.focus\:-translate-x-43px:focus {
  --transform-translate-x: -2.6875rem !important;
}

.focus\:-translate-x-44px:focus {
  --transform-translate-x: -2.75rem !important;
}

.focus\:-translate-x-46px:focus {
  --transform-translate-x: -2.875rem !important;
}

.focus\:-translate-x-53px:focus {
  --transform-translate-x: -3.3125rem !important;
}

.focus\:-translate-x-54px:focus {
  --transform-translate-x: -3.375rem !important;
}

.focus\:-translate-x-55px:focus {
  --transform-translate-x: -3.4375rem !important;
}

.focus\:-translate-x-60px:focus {
  --transform-translate-x: -3.75rem !important;
}

.focus\:-translate-x-67px:focus {
  --transform-translate-x: -4.1875rem !important;
}

.focus\:-translate-x-73px:focus {
  --transform-translate-x: -4.5625rem !important;
}

.focus\:-translate-x-80px:focus {
  --transform-translate-x: -5rem !important;
}

.focus\:-translate-x-81px:focus {
  --transform-translate-x: -5.0625rem !important;
}

.focus\:-translate-x-85px:focus {
  --transform-translate-x: -5.3125rem !important;
}

.focus\:-translate-x-92px:focus {
  --transform-translate-x: -5.75rem !important;
}

.focus\:-translate-x-100px:focus {
  --transform-translate-x: -6.25rem !important;
}

.focus\:-translate-x-106px:focus {
  --transform-translate-x: -6.625rem !important;
}

.focus\:-translate-x-123px:focus {
  --transform-translate-x: -7.6875rem !important;
}

.focus\:-translate-x-126px:focus {
  --transform-translate-x: -7.875rem !important;
}

.focus\:-translate-x-138px:focus {
  --transform-translate-x: -8.625rem !important;
}

.focus\:-translate-x-140px:focus {
  --transform-translate-x: -8.75rem !important;
}

.focus\:-translate-x-146px:focus {
  --transform-translate-x: -9.125rem !important;
}

.focus\:-translate-x-152px:focus {
  --transform-translate-x: -9.5rem !important;
}

.focus\:-translate-x-187px:focus {
  --transform-translate-x: -11.6875rem !important;
}

.focus\:-translate-x-220px:focus {
  --transform-translate-x: -13.75rem !important;
}

.focus\:-translate-x-253px:focus {
  --transform-translate-x: -15.8125rem !important;
}

.focus\:-translate-x-320px:focus {
  --transform-translate-x: -20rem !important;
}

.focus\:-translate-x-400px:focus {
  --transform-translate-x: -25rem !important;
}

.focus\:-translate-x-500px:focus {
  --transform-translate-x: -31.25rem !important;
}

.focus\:-translate-x-lgPaddingTop:focus {
  --transform-translate-x: -15.8125rem !important;
}

.focus\:-translate-x-phonePaddingTop:focus {
  --transform-translate-x: -9.875rem !important;
}

.focus\:-translate-x-tabletPaddingTop:focus {
  --transform-translate-x: -6.625rem !important;
}

.focus\:-translate-x-largePaddingTop:focus {
  --transform-translate-x: -13.75rem !important;
}

.focus\:-translate-x-phoneTextContentMaxWidth:focus {
  --transform-translate-x: -57.0625rem !important;
}

.focus\:-translate-x-phoneTextContentWidth:focus {
  --transform-translate-x: -63% !important;
}

.focus\:-translate-x-phoneBlockContentWidth:focus {
  --transform-translate-x: -71.625rem !important;
}

.focus\:-translate-x-tabletTextContentMaxWidth:focus {
  --transform-translate-x: -57.0625rem !important;
}

.focus\:-translate-x-tabletTextContentWidth:focus {
  --transform-translate-x: -63% !important;
}

.focus\:-translate-x-tabletBlockContentWidth:focus {
  --transform-translate-x: -71.625rem !important;
}

.focus\:-translate-x-largeTextContentMaxWidth:focus {
  --transform-translate-x: -57.0625rem !important;
}

.focus\:-translate-x-largeTextContentWidth:focus {
  --transform-translate-x: -63% !important;
}

.focus\:-translate-x-largeBlockContentWidth:focus {
  --transform-translate-x: -71.625rem !important;
}

.focus\:-translate-x-full:focus {
  --transform-translate-x: -100% !important;
}

.focus\:-translate-x-1\/2:focus {
  --transform-translate-x: -50% !important;
}

.focus\:translate-x-1\/2:focus {
  --transform-translate-x: 50% !important;
}

.focus\:translate-x-full:focus {
  --transform-translate-x: 100% !important;
}

.focus\:translate-y-0:focus {
  --transform-translate-y: 0 !important;
}

.focus\:translate-y-1:focus {
  --transform-translate-y: 0.25rem !important;
}

.focus\:translate-y-2:focus {
  --transform-translate-y: 0.5rem !important;
}

.focus\:translate-y-3:focus {
  --transform-translate-y: 0.75rem !important;
}

.focus\:translate-y-4:focus {
  --transform-translate-y: 1rem !important;
}

.focus\:translate-y-5:focus {
  --transform-translate-y: 1.25rem !important;
}

.focus\:translate-y-6:focus {
  --transform-translate-y: 1.5rem !important;
}

.focus\:translate-y-8:focus {
  --transform-translate-y: 2rem !important;
}

.focus\:translate-y-9:focus {
  --transform-translate-y: 2.5rem !important;
}

.focus\:translate-y-10:focus {
  --transform-translate-y: 2.5rem !important;
}

.focus\:translate-y-12:focus {
  --transform-translate-y: 3rem !important;
}

.focus\:translate-y-14:focus {
  --transform-translate-y: 3.5rem !important;
}

.focus\:translate-y-16:focus {
  --transform-translate-y: 4rem !important;
}

.focus\:translate-y-18:focus {
  --transform-translate-y: 4.5rem !important;
}

.focus\:translate-y-20:focus {
  --transform-translate-y: 5rem !important;
}

.focus\:translate-y-22:focus {
  --transform-translate-y: 5.626rem !important;
}

.focus\:translate-y-24:focus {
  --transform-translate-y: 6rem !important;
}

.focus\:translate-y-26:focus {
  --transform-translate-y: 6.25rem !important;
}

.focus\:translate-y-28:focus {
  --transform-translate-y: 7rem !important;
}

.focus\:translate-y-32:focus {
  --transform-translate-y: 8rem !important;
}

.focus\:translate-y-34:focus {
  --transform-translate-y: 8.5rem !important;
}

.focus\:translate-y-38:focus {
  --transform-translate-y: 9.25rem !important;
}

.focus\:translate-y-40:focus {
  --transform-translate-y: 10rem !important;
}

.focus\:translate-y-46:focus {
  --transform-translate-y: 11.75rem !important;
}

.focus\:translate-y-48:focus {
  --transform-translate-y: 12rem !important;
}

.focus\:translate-y-56:focus {
  --transform-translate-y: 14rem !important;
}

.focus\:translate-y-64:focus {
  --transform-translate-y: 16rem !important;
}

.focus\:translate-y-82:focus {
  --transform-translate-y: 20.75rem !important;
}

.focus\:translate-y-px:focus {
  --transform-translate-y: 1px !important;
}

.focus\:translate-y-tiny:focus {
  --transform-translate-y: 0.3rem !important;
}

.focus\:translate-y-quick-links:focus {
  --transform-translate-y: 26% !important;
}

.focus\:translate-y-pro-slid:focus {
  --transform-translate-y: 48% !important;
}

.focus\:translate-y-62p:focus {
  --transform-translate-y: 62% !important;
}

.focus\:translate-y-90p:focus {
  --transform-translate-y: 90% !important;
}

.focus\:translate-y-x-large:focus {
  --transform-translate-y: 27.5rem !important;
}

.focus\:translate-y-2px:focus {
  --transform-translate-y: 0.125rem !important;
}

.focus\:translate-y-9px:focus {
  --transform-translate-y: 0.5625rem !important;
}

.focus\:translate-y-10px:focus {
  --transform-translate-y: 0.625rem !important;
}

.focus\:translate-y-18px:focus {
  --transform-translate-y: 1.125rem !important;
}

.focus\:translate-y-20px:focus {
  --transform-translate-y: 1.25rem !important;
}

.focus\:translate-y-24px:focus {
  --transform-translate-y: 1.5rem !important;
}

.focus\:translate-y-26px:focus {
  --transform-translate-y: 1.625rem !important;
}

.focus\:translate-y-30px:focus {
  --transform-translate-y: 1.875rem !important;
}

.focus\:translate-y-38px:focus {
  --transform-translate-y: 2.375rem !important;
}

.focus\:translate-y-43px:focus {
  --transform-translate-y: 2.6875rem !important;
}

.focus\:translate-y-44px:focus {
  --transform-translate-y: 2.75rem !important;
}

.focus\:translate-y-46px:focus {
  --transform-translate-y: 2.875rem !important;
}

.focus\:translate-y-53px:focus {
  --transform-translate-y: 3.3125rem !important;
}

.focus\:translate-y-54px:focus {
  --transform-translate-y: 3.375rem !important;
}

.focus\:translate-y-55px:focus {
  --transform-translate-y: 3.4375rem !important;
}

.focus\:translate-y-60px:focus {
  --transform-translate-y: 3.75rem !important;
}

.focus\:translate-y-67px:focus {
  --transform-translate-y: 4.1875rem !important;
}

.focus\:translate-y-73px:focus {
  --transform-translate-y: 4.5625rem !important;
}

.focus\:translate-y-80px:focus {
  --transform-translate-y: 5rem !important;
}

.focus\:translate-y-81px:focus {
  --transform-translate-y: 5.0625rem !important;
}

.focus\:translate-y-85px:focus {
  --transform-translate-y: 5.3125rem !important;
}

.focus\:translate-y-92px:focus {
  --transform-translate-y: 5.75rem !important;
}

.focus\:translate-y-100px:focus {
  --transform-translate-y: 6.25rem !important;
}

.focus\:translate-y-106px:focus {
  --transform-translate-y: 6.625rem !important;
}

.focus\:translate-y-123px:focus {
  --transform-translate-y: 7.6875rem !important;
}

.focus\:translate-y-126px:focus {
  --transform-translate-y: 7.875rem !important;
}

.focus\:translate-y-138px:focus {
  --transform-translate-y: 8.625rem !important;
}

.focus\:translate-y-140px:focus {
  --transform-translate-y: 8.75rem !important;
}

.focus\:translate-y-146px:focus {
  --transform-translate-y: 9.125rem !important;
}

.focus\:translate-y-152px:focus {
  --transform-translate-y: 9.5rem !important;
}

.focus\:translate-y-187px:focus {
  --transform-translate-y: 11.6875rem !important;
}

.focus\:translate-y-220px:focus {
  --transform-translate-y: 13.75rem !important;
}

.focus\:translate-y-253px:focus {
  --transform-translate-y: 15.8125rem !important;
}

.focus\:translate-y-320px:focus {
  --transform-translate-y: 20rem !important;
}

.focus\:translate-y-400px:focus {
  --transform-translate-y: 25rem !important;
}

.focus\:translate-y-500px:focus {
  --transform-translate-y: 31.25rem !important;
}

.focus\:translate-y-lgPaddingTop:focus {
  --transform-translate-y: 15.8125rem !important;
}

.focus\:translate-y-phonePaddingTop:focus {
  --transform-translate-y: 9.875rem !important;
}

.focus\:translate-y-tabletPaddingTop:focus {
  --transform-translate-y: 6.625rem !important;
}

.focus\:translate-y-largePaddingTop:focus {
  --transform-translate-y: 13.75rem !important;
}

.focus\:translate-y-phoneTextContentMaxWidth:focus {
  --transform-translate-y: 57.0625rem !important;
}

.focus\:translate-y-phoneTextContentWidth:focus {
  --transform-translate-y: 63% !important;
}

.focus\:translate-y-phoneBlockContentWidth:focus {
  --transform-translate-y: 71.625rem !important;
}

.focus\:translate-y-tabletTextContentMaxWidth:focus {
  --transform-translate-y: 57.0625rem !important;
}

.focus\:translate-y-tabletTextContentWidth:focus {
  --transform-translate-y: 63% !important;
}

.focus\:translate-y-tabletBlockContentWidth:focus {
  --transform-translate-y: 71.625rem !important;
}

.focus\:translate-y-largeTextContentMaxWidth:focus {
  --transform-translate-y: 57.0625rem !important;
}

.focus\:translate-y-largeTextContentWidth:focus {
  --transform-translate-y: 63% !important;
}

.focus\:translate-y-largeBlockContentWidth:focus {
  --transform-translate-y: 71.625rem !important;
}

.focus\:-translate-y-1:focus {
  --transform-translate-y: -0.25rem !important;
}

.focus\:-translate-y-2:focus {
  --transform-translate-y: -0.5rem !important;
}

.focus\:-translate-y-3:focus {
  --transform-translate-y: -0.75rem !important;
}

.focus\:-translate-y-4:focus {
  --transform-translate-y: -1rem !important;
}

.focus\:-translate-y-5:focus {
  --transform-translate-y: -1.25rem !important;
}

.focus\:-translate-y-6:focus {
  --transform-translate-y: -1.5rem !important;
}

.focus\:-translate-y-8:focus {
  --transform-translate-y: -2rem !important;
}

.focus\:-translate-y-9:focus {
  --transform-translate-y: -2.5rem !important;
}

.focus\:-translate-y-10:focus {
  --transform-translate-y: -2.5rem !important;
}

.focus\:-translate-y-12:focus {
  --transform-translate-y: -3rem !important;
}

.focus\:-translate-y-14:focus {
  --transform-translate-y: -3.5rem !important;
}

.focus\:-translate-y-16:focus {
  --transform-translate-y: -4rem !important;
}

.focus\:-translate-y-18:focus {
  --transform-translate-y: -4.5rem !important;
}

.focus\:-translate-y-20:focus {
  --transform-translate-y: -5rem !important;
}

.focus\:-translate-y-22:focus {
  --transform-translate-y: -5.626rem !important;
}

.focus\:-translate-y-24:focus {
  --transform-translate-y: -6rem !important;
}

.focus\:-translate-y-26:focus {
  --transform-translate-y: -6.25rem !important;
}

.focus\:-translate-y-28:focus {
  --transform-translate-y: -7rem !important;
}

.focus\:-translate-y-32:focus {
  --transform-translate-y: -8rem !important;
}

.focus\:-translate-y-34:focus {
  --transform-translate-y: -8.5rem !important;
}

.focus\:-translate-y-38:focus {
  --transform-translate-y: -9.25rem !important;
}

.focus\:-translate-y-40:focus {
  --transform-translate-y: -10rem !important;
}

.focus\:-translate-y-46:focus {
  --transform-translate-y: -11.75rem !important;
}

.focus\:-translate-y-48:focus {
  --transform-translate-y: -12rem !important;
}

.focus\:-translate-y-56:focus {
  --transform-translate-y: -14rem !important;
}

.focus\:-translate-y-64:focus {
  --transform-translate-y: -16rem !important;
}

.focus\:-translate-y-82:focus {
  --transform-translate-y: -20.75rem !important;
}

.focus\:-translate-y-px:focus {
  --transform-translate-y: -1px !important;
}

.focus\:-translate-y-tiny:focus {
  --transform-translate-y: -0.3rem !important;
}

.focus\:-translate-y-quick-links:focus {
  --transform-translate-y: -26% !important;
}

.focus\:-translate-y-pro-slid:focus {
  --transform-translate-y: -48% !important;
}

.focus\:-translate-y-62p:focus {
  --transform-translate-y: -62% !important;
}

.focus\:-translate-y-90p:focus {
  --transform-translate-y: -90% !important;
}

.focus\:-translate-y-x-large:focus {
  --transform-translate-y: -27.5rem !important;
}

.focus\:-translate-y-2px:focus {
  --transform-translate-y: -0.125rem !important;
}

.focus\:-translate-y-9px:focus {
  --transform-translate-y: -0.5625rem !important;
}

.focus\:-translate-y-10px:focus {
  --transform-translate-y: -0.625rem !important;
}

.focus\:-translate-y-18px:focus {
  --transform-translate-y: -1.125rem !important;
}

.focus\:-translate-y-20px:focus {
  --transform-translate-y: -1.25rem !important;
}

.focus\:-translate-y-24px:focus {
  --transform-translate-y: -1.5rem !important;
}

.focus\:-translate-y-26px:focus {
  --transform-translate-y: -1.625rem !important;
}

.focus\:-translate-y-30px:focus {
  --transform-translate-y: -1.875rem !important;
}

.focus\:-translate-y-38px:focus {
  --transform-translate-y: -2.375rem !important;
}

.focus\:-translate-y-43px:focus {
  --transform-translate-y: -2.6875rem !important;
}

.focus\:-translate-y-44px:focus {
  --transform-translate-y: -2.75rem !important;
}

.focus\:-translate-y-46px:focus {
  --transform-translate-y: -2.875rem !important;
}

.focus\:-translate-y-53px:focus {
  --transform-translate-y: -3.3125rem !important;
}

.focus\:-translate-y-54px:focus {
  --transform-translate-y: -3.375rem !important;
}

.focus\:-translate-y-55px:focus {
  --transform-translate-y: -3.4375rem !important;
}

.focus\:-translate-y-60px:focus {
  --transform-translate-y: -3.75rem !important;
}

.focus\:-translate-y-67px:focus {
  --transform-translate-y: -4.1875rem !important;
}

.focus\:-translate-y-73px:focus {
  --transform-translate-y: -4.5625rem !important;
}

.focus\:-translate-y-80px:focus {
  --transform-translate-y: -5rem !important;
}

.focus\:-translate-y-81px:focus {
  --transform-translate-y: -5.0625rem !important;
}

.focus\:-translate-y-85px:focus {
  --transform-translate-y: -5.3125rem !important;
}

.focus\:-translate-y-92px:focus {
  --transform-translate-y: -5.75rem !important;
}

.focus\:-translate-y-100px:focus {
  --transform-translate-y: -6.25rem !important;
}

.focus\:-translate-y-106px:focus {
  --transform-translate-y: -6.625rem !important;
}

.focus\:-translate-y-123px:focus {
  --transform-translate-y: -7.6875rem !important;
}

.focus\:-translate-y-126px:focus {
  --transform-translate-y: -7.875rem !important;
}

.focus\:-translate-y-138px:focus {
  --transform-translate-y: -8.625rem !important;
}

.focus\:-translate-y-140px:focus {
  --transform-translate-y: -8.75rem !important;
}

.focus\:-translate-y-146px:focus {
  --transform-translate-y: -9.125rem !important;
}

.focus\:-translate-y-152px:focus {
  --transform-translate-y: -9.5rem !important;
}

.focus\:-translate-y-187px:focus {
  --transform-translate-y: -11.6875rem !important;
}

.focus\:-translate-y-220px:focus {
  --transform-translate-y: -13.75rem !important;
}

.focus\:-translate-y-253px:focus {
  --transform-translate-y: -15.8125rem !important;
}

.focus\:-translate-y-320px:focus {
  --transform-translate-y: -20rem !important;
}

.focus\:-translate-y-400px:focus {
  --transform-translate-y: -25rem !important;
}

.focus\:-translate-y-500px:focus {
  --transform-translate-y: -31.25rem !important;
}

.focus\:-translate-y-lgPaddingTop:focus {
  --transform-translate-y: -15.8125rem !important;
}

.focus\:-translate-y-phonePaddingTop:focus {
  --transform-translate-y: -9.875rem !important;
}

.focus\:-translate-y-tabletPaddingTop:focus {
  --transform-translate-y: -6.625rem !important;
}

.focus\:-translate-y-largePaddingTop:focus {
  --transform-translate-y: -13.75rem !important;
}

.focus\:-translate-y-phoneTextContentMaxWidth:focus {
  --transform-translate-y: -57.0625rem !important;
}

.focus\:-translate-y-phoneTextContentWidth:focus {
  --transform-translate-y: -63% !important;
}

.focus\:-translate-y-phoneBlockContentWidth:focus {
  --transform-translate-y: -71.625rem !important;
}

.focus\:-translate-y-tabletTextContentMaxWidth:focus {
  --transform-translate-y: -57.0625rem !important;
}

.focus\:-translate-y-tabletTextContentWidth:focus {
  --transform-translate-y: -63% !important;
}

.focus\:-translate-y-tabletBlockContentWidth:focus {
  --transform-translate-y: -71.625rem !important;
}

.focus\:-translate-y-largeTextContentMaxWidth:focus {
  --transform-translate-y: -57.0625rem !important;
}

.focus\:-translate-y-largeTextContentWidth:focus {
  --transform-translate-y: -63% !important;
}

.focus\:-translate-y-largeBlockContentWidth:focus {
  --transform-translate-y: -71.625rem !important;
}

.focus\:-translate-y-full:focus {
  --transform-translate-y: -100% !important;
}

.focus\:-translate-y-1\/2:focus {
  --transform-translate-y: -50% !important;
}

.focus\:translate-y-1\/2:focus {
  --transform-translate-y: 50% !important;
}

.focus\:translate-y-full:focus {
  --transform-translate-y: 100% !important;
}

.skew-x-0 {
  --transform-skew-x: 0 !important;
}

.skew-x-1 {
  --transform-skew-x: 1deg !important;
}

.skew-x-2 {
  --transform-skew-x: 2deg !important;
}

.skew-x-3 {
  --transform-skew-x: 3deg !important;
}

.skew-x-6 {
  --transform-skew-x: 6deg !important;
}

.skew-x-12 {
  --transform-skew-x: 12deg !important;
}

.-skew-x-12 {
  --transform-skew-x: -12deg !important;
}

.-skew-x-6 {
  --transform-skew-x: -6deg !important;
}

.-skew-x-3 {
  --transform-skew-x: -3deg !important;
}

.-skew-x-2 {
  --transform-skew-x: -2deg !important;
}

.-skew-x-1 {
  --transform-skew-x: -1deg !important;
}

.skew-y-0 {
  --transform-skew-y: 0 !important;
}

.skew-y-1 {
  --transform-skew-y: 1deg !important;
}

.skew-y-2 {
  --transform-skew-y: 2deg !important;
}

.skew-y-3 {
  --transform-skew-y: 3deg !important;
}

.skew-y-6 {
  --transform-skew-y: 6deg !important;
}

.skew-y-12 {
  --transform-skew-y: 12deg !important;
}

.-skew-y-12 {
  --transform-skew-y: -12deg !important;
}

.-skew-y-6 {
  --transform-skew-y: -6deg !important;
}

.-skew-y-3 {
  --transform-skew-y: -3deg !important;
}

.-skew-y-2 {
  --transform-skew-y: -2deg !important;
}

.-skew-y-1 {
  --transform-skew-y: -1deg !important;
}

.hover\:skew-x-0:hover {
  --transform-skew-x: 0 !important;
}

.hover\:skew-x-1:hover {
  --transform-skew-x: 1deg !important;
}

.hover\:skew-x-2:hover {
  --transform-skew-x: 2deg !important;
}

.hover\:skew-x-3:hover {
  --transform-skew-x: 3deg !important;
}

.hover\:skew-x-6:hover {
  --transform-skew-x: 6deg !important;
}

.hover\:skew-x-12:hover {
  --transform-skew-x: 12deg !important;
}

.hover\:-skew-x-12:hover {
  --transform-skew-x: -12deg !important;
}

.hover\:-skew-x-6:hover {
  --transform-skew-x: -6deg !important;
}

.hover\:-skew-x-3:hover {
  --transform-skew-x: -3deg !important;
}

.hover\:-skew-x-2:hover {
  --transform-skew-x: -2deg !important;
}

.hover\:-skew-x-1:hover {
  --transform-skew-x: -1deg !important;
}

.hover\:skew-y-0:hover {
  --transform-skew-y: 0 !important;
}

.hover\:skew-y-1:hover {
  --transform-skew-y: 1deg !important;
}

.hover\:skew-y-2:hover {
  --transform-skew-y: 2deg !important;
}

.hover\:skew-y-3:hover {
  --transform-skew-y: 3deg !important;
}

.hover\:skew-y-6:hover {
  --transform-skew-y: 6deg !important;
}

.hover\:skew-y-12:hover {
  --transform-skew-y: 12deg !important;
}

.hover\:-skew-y-12:hover {
  --transform-skew-y: -12deg !important;
}

.hover\:-skew-y-6:hover {
  --transform-skew-y: -6deg !important;
}

.hover\:-skew-y-3:hover {
  --transform-skew-y: -3deg !important;
}

.hover\:-skew-y-2:hover {
  --transform-skew-y: -2deg !important;
}

.hover\:-skew-y-1:hover {
  --transform-skew-y: -1deg !important;
}

.focus\:skew-x-0:focus {
  --transform-skew-x: 0 !important;
}

.focus\:skew-x-1:focus {
  --transform-skew-x: 1deg !important;
}

.focus\:skew-x-2:focus {
  --transform-skew-x: 2deg !important;
}

.focus\:skew-x-3:focus {
  --transform-skew-x: 3deg !important;
}

.focus\:skew-x-6:focus {
  --transform-skew-x: 6deg !important;
}

.focus\:skew-x-12:focus {
  --transform-skew-x: 12deg !important;
}

.focus\:-skew-x-12:focus {
  --transform-skew-x: -12deg !important;
}

.focus\:-skew-x-6:focus {
  --transform-skew-x: -6deg !important;
}

.focus\:-skew-x-3:focus {
  --transform-skew-x: -3deg !important;
}

.focus\:-skew-x-2:focus {
  --transform-skew-x: -2deg !important;
}

.focus\:-skew-x-1:focus {
  --transform-skew-x: -1deg !important;
}

.focus\:skew-y-0:focus {
  --transform-skew-y: 0 !important;
}

.focus\:skew-y-1:focus {
  --transform-skew-y: 1deg !important;
}

.focus\:skew-y-2:focus {
  --transform-skew-y: 2deg !important;
}

.focus\:skew-y-3:focus {
  --transform-skew-y: 3deg !important;
}

.focus\:skew-y-6:focus {
  --transform-skew-y: 6deg !important;
}

.focus\:skew-y-12:focus {
  --transform-skew-y: 12deg !important;
}

.focus\:-skew-y-12:focus {
  --transform-skew-y: -12deg !important;
}

.focus\:-skew-y-6:focus {
  --transform-skew-y: -6deg !important;
}

.focus\:-skew-y-3:focus {
  --transform-skew-y: -3deg !important;
}

.focus\:-skew-y-2:focus {
  --transform-skew-y: -2deg !important;
}

.focus\:-skew-y-1:focus {
  --transform-skew-y: -1deg !important;
}

.transition-none {
  transition-property: none !important;
}

.transition-all {
  transition-property: all !important;
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
}

.transition-colors {
  transition-property: background-color, border-color, color, fill, stroke !important;
}

.transition-opacity {
  transition-property: opacity !important;
}

.transition-shadow {
  transition-property: box-shadow !important;
}

.transition-transform {
  transition-property: transform !important;
}

.ease-linear {
  transition-timing-function: linear !important;
}

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

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

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

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

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

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

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

.duration-300 {
  transition-duration: 300ms !important;
}

.duration-500 {
  transition-duration: 500ms !important;
}

.duration-700 {
  transition-duration: 700ms !important;
}

.duration-1000 {
  transition-duration: 1000ms !important;
}

.delay-75 {
  transition-delay: 75ms !important;
}

.delay-100 {
  transition-delay: 100ms !important;
}

.delay-150 {
  transition-delay: 150ms !important;
}

.delay-200 {
  transition-delay: 200ms !important;
}

.delay-300 {
  transition-delay: 300ms !important;
}

.delay-500 {
  transition-delay: 500ms !important;
}

.delay-700 {
  transition-delay: 700ms !important;
}

.delay-1000 {
  transition-delay: 1000ms !important;
}

@-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 !important;
          animation: none !important;
}

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

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

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

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

/* purgecss start ignore */

.pager {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pager a {
  padding: 1rem;
  display: block;
  color: #000;
}

@media (min-width: 1280px) {
}

.transform-none {
  transform: none;
}

.bg-gradient-black {
  background: linear-gradient(0deg, #000, transparent);
}

input[type=text],
input[type=email],
input[type=password],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  border-radius: 0;
  width: 100%;
  padding: 0.425rem 1rem;
  font-size: 1rem;
  max-width: 32rem;
}

input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
}

input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
textarea::placeholder {
  opacity: 1;
}

@media (min-width: 768px) {
  input[type=text],
input[type=email],
input[type=password],
textarea {
    font-size: 1.125rem;
  }
}

button,
.btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 3px solid transparent;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  line-height: 1;
  padding: 0.75rem 1.5rem;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

@media (min-width: 768px) {
  button,
.btn {
    padding: 0.75rem 1.5rem;
  }
}

@media (min-width: 1280px) {
  button,
.btn {
    padding: 1.25rem 3rem;
  }
}

button:hover,
.btn:hover {
  --bg-opacity: 1;
  background-color: #FFFFFF;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  border: 3px solid black;
  color: black;
}

html {
  box-sizing: border-box;
}

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

p {
  margin-bottom: 1rem;
}

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

h1 {
  font-size: 2.875rem;
  font-weight: 700;
}

h2 {
  font-size: 2.125rem;
}

h3 {
  font-size: 1.75rem;
}

h4, p, ul, ol {
  font-size: 1rem;
}

@media (min-width: 1280px) {
  h4, p, ul, ol {
    font-size: 1.125rem;
  }
}

body.page div#app section .Quote p {
  text-align: left;
  font-size: 1.75rem;
}

@media (min-width: 1280px) {
  body.page div#app section .Quote p {
    font-size: 1.875rem;
  }
}

body.page div#app section .Introduction p {
  width: auto;
  max-width: 57.0625rem;
  font-size: 1.375rem;
}

body.search-results section#content ul {
  list-style-type: none;
  margin-left: 0;
}

section#content ul {
  list-style: disc;
  margin-left: 2.5rem;
}

section#content ul li ul {
  list-style: circle;
  margin-left: 2.5rem;
}

section#content ol {
  list-style: decimal;
  margin-left: 2.5rem;
}

section#content ol li ol {
  list-style: decimal;
  margin-left: 2.5rem;
}

section#content section.Quote a {
  text-decoration: underline;
}

section#content a {
  /*text-decoration: underline;*/
}

section#content a.no-underline {
  text-decoration: none;
}

section#content a:hover {
  --text-opacity: 1;
  color: #727272;
  color: rgba(114, 114, 114, var(--text-opacity));
  cursor: pointer;
}

section#content a.underline {
  text-decoration: underline;
}

section#content p a {
  text-decoration: underline;
}

section#content .animatedUnderline {
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 0.3s;
}

section#content .animatedUnderline:hover, section#content .animatedUnderline:focus {
  background-size: 100% 2px;
}

.has-pif-blue-color {
  color: #182f50;
}

.has-pif-blue-background-color {
  background-color: #182f50;
}

.has-pif-orange-color {
  color: #f88b2b;
}

.has-pif-orange-background-color {
  background-color: #f88b2b;
}

.has-pif-teal-color {
  color: #148093;
}

.has-pif-teal-background-color {
  background-color: #148093;
}

.has-pif-light-blue-color {
  color: #d8e3f3;
}

.has-pif-light-blue-background-color {
  background-color: #d8e3f3;
}

.has-pif-light-orange-color {
  color: #feecdc;
}

.has-pif-light-orange-background-color {
  background-color: #feecdc;
}

.has-pif-light-teal-color {
  color: #d3f3f8;
}

.has-pif-light-teal-background-color {
  background-color: #d3f3f8;
}

.has-pif-yellow-color {
  color: #f8e9a7;
}

.has-pif-yellow-background-color {
  background-color: #f8e9a7;
}

.has-pif-light-grey-color {
  color: #f2f2f4;
}

.has-pif-light-grey-background-color {
  background-color: #f2f2f4;
}

.has-pif-dark-grey-color {
  color: #727272;
}

.has-pif-dark-grey-background-color {
  background-color: #727272;
}

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

.wordpress-preview {
  display: none;
}

body.admin-bar #header > div {
  top: 32px;
}

/* Default page*/

body.page div#app section, body.single div#app section, body.search-results div#app section, body.error404 div#app section {
  /* For text content entered by Gutenberg */
}

body.page div#app section#content a:not(article > a, .animatedUnderline > a), body.single div#app section#content a:not(article > a, .animatedUnderline > a), body.search-results div#app section#content a:not(article > a, .animatedUnderline > a), body.error404 div#app section#content a:not(article > a, .animatedUnderline > a) {
  text-decoration: underline;
}

body.page div#app section.post_listing_item, body.single div#app section.post_listing_item, body.search-results div#app section.post_listing_item, body.error404 div#app section.post_listing_item {
  margin-bottom: 2rem;
}

body.page div#app section.zeroMarginBottom, body.single div#app section.zeroMarginBottom, body.search-results div#app section.zeroMarginBottom, body.error404 div#app section.zeroMarginBottom {
  margin-bottom: 0rem;
}

body.page div#app section.newsFilter input.w-full, body.page div#app section.resourceFilter input.w-full, body.single div#app section.newsFilter input.w-full, body.single div#app section.resourceFilter input.w-full, body.search-results div#app section.newsFilter input.w-full, body.search-results div#app section.resourceFilter input.w-full, body.error404 div#app section.newsFilter input.w-full, body.error404 div#app section.resourceFilter input.w-full {
  max-width: none;
}

@media (min-width: 640px) {
}

@media (min-width: 768px) {
}

@media (min-width: 1280px) {
  body.page div#app section > p, body.page div#app section > h1, body.page div#app section > h2, body.page div#app section > h3, body.page div#app section > h4, body.page div#app section > h5, body.page div#app section > ul, body.page div#app section > ol, body.page div#app section > blockquote, body.page div#app section .textContent, body.page div#app section > .wp-block-embed, body.page div#app section .wp-block-button, body.page div#app section > .wp-block-table, body.page div#app section > .wp-block-flexible-table-block-table, body.single div#app section > p, body.single div#app section > h1, body.single div#app section > h2, body.single div#app section > h3, body.single div#app section > h4, body.single div#app section > h5, body.single div#app section > ul, body.single div#app section > ol, body.single div#app section > blockquote, body.single div#app section .textContent, body.single div#app section > .wp-block-embed, body.single div#app section .wp-block-button, body.single div#app section > .wp-block-table, body.single div#app section > .wp-block-flexible-table-block-table, body.search-results div#app section > p, body.search-results div#app section > h1, body.search-results div#app section > h2, body.search-results div#app section > h3, body.search-results div#app section > h4, body.search-results div#app section > h5, body.search-results div#app section > ul, body.search-results div#app section > ol, body.search-results div#app section > blockquote, body.search-results div#app section .textContent, body.search-results div#app section > .wp-block-embed, body.search-results div#app section .wp-block-button, body.search-results div#app section > .wp-block-table, body.search-results div#app section > .wp-block-flexible-table-block-table, body.error404 div#app section > p, body.error404 div#app section > h1, body.error404 div#app section > h2, body.error404 div#app section > h3, body.error404 div#app section > h4, body.error404 div#app section > h5, body.error404 div#app section > ul, body.error404 div#app section > ol, body.error404 div#app section > blockquote, body.error404 div#app section .textContent, body.error404 div#app section > .wp-block-embed, body.error404 div#app section .wp-block-button, body.error404 div#app section > .wp-block-table, body.error404 div#app section > .wp-block-flexible-table-block-table {
    max-width: 57.0625rem;
    width: 63%;
    margin-left: auto;
    margin-right: auto;
  }
}

body.page div#app section h2.no_margin_full_width, body.single div#app section h2.no_margin_full_width, body.search-results div#app section h2.no_margin_full_width, body.error404 div#app section h2.no_margin_full_width {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}

body.page div#app section > ul > li, body.page div#app section > ol > li, body.single div#app section > ul > li, body.single div#app section > ol > li, body.search-results div#app section > ul > li, body.search-results div#app section > ol > li, body.error404 div#app section > ul > li, body.error404 div#app section > ol > li {
  margin-left: 2.5rem;
}

@media (min-width: 640px) {
}

@media (min-width: 768px) {
  body.page div#app section .flex_center, body.single div#app section .flex_center, body.search-results div#app section .flex_center, body.error404 div#app section .flex_center {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 1280px) {
  body.page div#app section .flex_center, body.single div#app section .flex_center, body.search-results div#app section .flex_center, body.error404 div#app section .flex_center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1440px;
  }
}

body.page div#app section .flex_center_no_max_width, body.single div#app section .flex_center_no_max_width, body.search-results div#app section .flex_center_no_max_width, body.error404 div#app section .flex_center_no_max_width {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}

body.page div#app section .block_title_two_offset, body.single div#app section .block_title_two_offset, body.search-results div#app section .block_title_two_offset, body.error404 div#app section .block_title_two_offset {
  margin-bottom: 2.75rem;
}

@media (min-width: 640px) {
}

@media (min-width: 768px) {
  body.page div#app section .block_title_two_offset, body.single div#app section .block_title_two_offset, body.search-results div#app section .block_title_two_offset, body.error404 div#app section .block_title_two_offset {
    margin-bottom: 2.875rem;
  }
}

@media (min-width: 1280px) {
  body.page div#app section .block_title_two_offset, body.single div#app section .block_title_two_offset, body.search-results div#app section .block_title_two_offset, body.error404 div#app section .block_title_two_offset {
    margin-bottom: 3.75rem;
  }
}

@media (min-width: 1280px) {
  #nav-main > ul > li div > ul li.menu-item-has-children a + div {
    max-height: 0;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
  }
}

@media (min-width: 1280px) {
  #nav-main > ul > li div > ul li.menu-item-has-children:hover a + div {
    max-height: 700px;
    transition: max-height 0.25s ease-in;
  }
}

.region-twitter-feed {
  padding: 0;
  background-color: #F2F2F4;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

ul.tweets-listing {
  padding: 5em 0;
}

li.tweets-listing__item {
  display: table;
  table-layout: auto;
  width: 100%;
  padding: 0 1em;
}

li.tweets-listing__item,
li.tweets-listing__item a {
  font-size: 18px;
  font-weight: normal;
}

li.tweets-listing__item a {
  font-weight: bold;
}

li.tweets-listing__item .icon-twitter,
li.tweets-listing__item .tweets-listing__content {
  display: table-cell;
}

li.tweets-listing__item .icon-twitter {
  display: table-cell;
  vertical-align: top;
  width: 2em;
  text-align: center;
  font-size: 1.5em;
  background: url("../images/twitter.svg") no-repeat center top;
  background-size: 35px 28px;
}

.homepage-slides.slider.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.homepage-slides.slider img {
  z-index: 10;
}

.homepage-slides.slider img.slick-prev {
  left: 25px;
  transform: matrix(-1, 0, 0, -1, 0, 0);
}

@media (min-width: 1280px) {
  .homepage-slides.slider img.slick-prev {
    left: 55px;
  }
}

.homepage-slides.slider img.slick-next {
  right: 25px;
}

@media (min-width: 1280px) {
  .homepage-slides.slider img.slick-next {
    right: 55px;
  }
}

.homepage-slides.slider img.inline {
  display: inline !important;
}

.homepage-slides.slider ul.slick-dots {
  bottom: 25px;
  margin-left: 0 !important;
}

.homepage-slides.slider ul.slick-dots li button:before {
  color: white;
  opacity: 0.5;
  font-size: 8px;
}

.homepage-slides.slider ul.slick-dots li.slick-active button:before {
  font-size: 10px;
  opacity: 1;
}

.en-form-container form {
  border: 1px solid #cacaca;
  padding: 1rem 3rem;
}

.en-form-container form h1 {
  line-height: 2rem;
}

.en-form-container form input {
  border: 1px solid #cacaca;
  border-radius: 0.1875rem;
  max-width: 100%;
}

.en-form-container form input[type=submit] {
  background-color: #1a4aad;
  color: white;
  padding: 1rem 2rem;
  text-transform: uppercase;
  margin: 0 auto !important;
  display: block !important;
}

.en-form-container .gform_legacy_markup_wrapper .gform_ajax_spinner {
  max-width: 40px;
}

div#gform_wrapper_2 {
  margin-bottom: 0.25rem;
  background: #F2F2F2 0% 0% no-repeat padding-box;
  width: calc(100% + 2.5rem);
  margin-left: -1.25rem;
  margin-top: 3.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

div#gform_wrapper_2 div.gform_heading {
  visibility: hidden;
}

div#gform_wrapper_2 input#gform_submit_button_2 {
  margin-left: 0.25rem;
  height: 3.375rem;
  --bg-opacity: 1;
  background-color: #F29C2B;
  background-color: rgba(242, 156, 43, var(--bg-opacity));
  display: flex;
  align-items: center;
  font-weight: 700;
  text-transform: uppercase;
  padding-right: 2.625rem;
  padding-left: 2.625rem;
}

div#gform_wrapper_2 input#gform_submit_button_2:hover {
  background-color: white;
  cursor: pointer;
}

@media (min-width: 768px) {
  div#gform_wrapper_2 {
    padding-left: 0;
    padding-right: 0;
  }

  div#gform_wrapper_2 form {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  div#gform_wrapper_2 form input[type=text] {
    width: 66.666667%;
  }

  div#gform_wrapper_2 form textarea {
    width: 100%;
  }
}

@media (min-width: 1280px) {
  div#gform_wrapper_2 {
    margin-top: 7.1875rem;
  }

  div#gform_wrapper_2 form {
    max-width: 57.0625rem;
    width: 63%;
    margin-left: auto;
    margin-right: auto;
  }

  div#gform_wrapper_2 form input[type=text] {
    width: 66.666667%;
  }
}

.all-resources-container {
  flex-direction: column;
}

.all-resources-container button,
.all-resources-container .filterDropdown {
  padding: 0.5675rem 1rem;
}

@media (min-width: 768px) {
  .all-resources-container {
    flex-direction: row;
    margin-top: 6.25rem;
  }

  .all-resources-container > .resourceFilter {
    display: block !important;
    max-width: 325px !important;
    margin-top: 0 !important;
    margin-left: 0px !important;
    margin-right: 20px !important;
  }

  .all-resources-container > .post_list + .post_list {
    margin-left: 20px !important;
  }

  .all-resources-container .filterForm {
    position: sticky;
    position: -webkit-sticky;
    top: 40px;
    margin-bottom: 50px !important;
  }
}

@media (min-width: 868px) {
  .all-resources-container .post_listing_item .post_list_text {
    padding-left: 1.125rem !important;
    padding-right: 1.125rem !important;
  }
}

@media (min-width: 1280px) {
  .all-resources-container > .post_list {
    margin-left: 60px !important;
  }

  .all-resources-container .filterForm {
    top: 165px;
  }
}

/* purgecss end ignore */

@media (min-width: 640px) {
  .sm\:container {
    width: 100%;
  }

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

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

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

  @media (min-width: 1340px) {
    .sm\:container {
      max-width: 1340px;
    }
  }

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

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

  .sm\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(4.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(4.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(4.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5.626rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5.626rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5.626rem * var(--space-x-reverse)) !important;
    margin-left: calc(5.626rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-26 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(6.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6.25rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-26 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(6.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(6.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-34 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(8.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-34 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(8.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(8.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-38 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(9.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(9.25rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-38 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(9.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(9.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-46 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(11.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(11.75rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-46 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(11.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(11.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-82 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(20.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(20.75rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-82 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(20.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(20.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-tiny > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.3rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-tiny > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.3rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-quick-links > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(26% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(26% * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-quick-links > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(26% * var(--space-x-reverse)) !important;
    margin-left: calc(26% * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-pro-slid > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(48% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(48% * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-pro-slid > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(48% * var(--space-x-reverse)) !important;
    margin-left: calc(48% * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-62p > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(62% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(62% * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-62p > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(62% * var(--space-x-reverse)) !important;
    margin-left: calc(62% * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-90p > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(90% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(90% * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-90p > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(90% * var(--space-x-reverse)) !important;
    margin-left: calc(90% * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-x-large > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(27.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(27.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-x-large > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(27.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(27.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-2px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.125rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-2px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.125rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-9px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.5625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.5625rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-9px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.5625rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.5625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-10px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.625rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-10px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-18px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.125rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-18px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.125rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-20px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-20px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-24px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-24px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-26px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.625rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-26px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-30px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.875rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-30px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.875rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-38px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.375rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.375rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-38px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.375rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.375rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-43px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.6875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.6875rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-43px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.6875rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.6875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-44px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-44px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-46px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.875rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-46px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.875rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-53px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(3.3125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3.3125rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-53px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(3.3125rem * var(--space-x-reverse)) !important;
    margin-left: calc(3.3125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-54px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(3.375rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3.375rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-54px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(3.375rem * var(--space-x-reverse)) !important;
    margin-left: calc(3.375rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-55px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(3.4375rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3.4375rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-55px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(3.4375rem * var(--space-x-reverse)) !important;
    margin-left: calc(3.4375rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-60px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3.75rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-60px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(3.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(3.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-67px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(4.1875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4.1875rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-67px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(4.1875rem * var(--space-x-reverse)) !important;
    margin-left: calc(4.1875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-73px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(4.5625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4.5625rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-73px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(4.5625rem * var(--space-x-reverse)) !important;
    margin-left: calc(4.5625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-80px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-80px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-81px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5.0625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5.0625rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-81px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5.0625rem * var(--space-x-reverse)) !important;
    margin-left: calc(5.0625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-85px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5.3125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5.3125rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-85px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5.3125rem * var(--space-x-reverse)) !important;
    margin-left: calc(5.3125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-92px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5.75rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-92px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(5.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-100px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(6.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6.25rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-100px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(6.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(6.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-106px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(6.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6.625rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-106px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(6.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(6.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-123px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(7.6875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(7.6875rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-123px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(7.6875rem * var(--space-x-reverse)) !important;
    margin-left: calc(7.6875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-126px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(7.875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(7.875rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-126px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(7.875rem * var(--space-x-reverse)) !important;
    margin-left: calc(7.875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-138px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(8.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8.625rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-138px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(8.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(8.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-140px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(8.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8.75rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-140px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(8.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(8.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-146px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(9.125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(9.125rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-146px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(9.125rem * var(--space-x-reverse)) !important;
    margin-left: calc(9.125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-152px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(9.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(9.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-152px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(9.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(9.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-187px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(11.6875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(11.6875rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-187px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(11.6875rem * var(--space-x-reverse)) !important;
    margin-left: calc(11.6875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-220px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(13.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(13.75rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-220px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(13.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(13.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-253px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(15.8125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(15.8125rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-253px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(15.8125rem * var(--space-x-reverse)) !important;
    margin-left: calc(15.8125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-320px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-320px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-400px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(25rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-400px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(25rem * var(--space-x-reverse)) !important;
    margin-left: calc(25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-500px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(31.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(31.25rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-500px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(31.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(31.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-lgPaddingTop > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(15.8125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(15.8125rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-lgPaddingTop > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(15.8125rem * var(--space-x-reverse)) !important;
    margin-left: calc(15.8125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-phonePaddingTop > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(9.875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(9.875rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-phonePaddingTop > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(9.875rem * var(--space-x-reverse)) !important;
    margin-left: calc(9.875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-tabletPaddingTop > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(6.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6.625rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-tabletPaddingTop > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(6.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(6.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-largePaddingTop > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(13.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(13.75rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-largePaddingTop > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(13.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(13.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-phoneTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(57.0625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(57.0625rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-phoneTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(57.0625rem * var(--space-x-reverse)) !important;
    margin-left: calc(57.0625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-phoneTextContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(63% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(63% * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-phoneTextContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(63% * var(--space-x-reverse)) !important;
    margin-left: calc(63% * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-phoneBlockContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(71.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(71.625rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-phoneBlockContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(71.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(71.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-tabletTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(57.0625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(57.0625rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-tabletTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(57.0625rem * var(--space-x-reverse)) !important;
    margin-left: calc(57.0625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-tabletTextContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(63% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(63% * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-tabletTextContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(63% * var(--space-x-reverse)) !important;
    margin-left: calc(63% * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-tabletBlockContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(71.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(71.625rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-tabletBlockContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(71.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(71.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-largeTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(57.0625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(57.0625rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-largeTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(57.0625rem * var(--space-x-reverse)) !important;
    margin-left: calc(57.0625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-largeTextContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(63% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(63% * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-largeTextContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(63% * var(--space-x-reverse)) !important;
    margin-left: calc(63% * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-largeBlockContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(71.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(71.625rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-largeBlockContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(71.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(71.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-4.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-4.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5.626rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5.626rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5.626rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5.626rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-26 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-6.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6.25rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-26 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-6.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-34 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-8.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-34 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-8.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-38 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-9.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-9.25rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-38 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-9.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-9.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-46 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-11.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-11.75rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-46 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-11.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-11.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-82 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-20.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-20.75rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-82 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-20.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-20.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-tiny > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.3rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-tiny > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.3rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-quick-links > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-26% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-26% * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-quick-links > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-26% * var(--space-x-reverse)) !important;
    margin-left: calc(-26% * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-pro-slid > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-48% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-48% * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-pro-slid > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-48% * var(--space-x-reverse)) !important;
    margin-left: calc(-48% * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-62p > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-62% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-62% * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-62p > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-62% * var(--space-x-reverse)) !important;
    margin-left: calc(-62% * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-90p > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-90% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-90% * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-90p > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-90% * var(--space-x-reverse)) !important;
    margin-left: calc(-90% * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-x-large > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-27.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-27.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-x-large > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-27.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-27.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-2px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.125rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-2px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.125rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-9px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.5625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.5625rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-9px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.5625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.5625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-10px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.625rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-10px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-18px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.125rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-18px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.125rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-20px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-20px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-24px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-24px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-26px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.625rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-26px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-30px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.875rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-30px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.875rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-38px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.375rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.375rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-38px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.375rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.375rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-43px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.6875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.6875rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-43px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.6875rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.6875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-44px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-44px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-46px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.875rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-46px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.875rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-53px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3.3125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3.3125rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-53px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3.3125rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3.3125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-54px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3.375rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3.375rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-54px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3.375rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3.375rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-55px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3.4375rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3.4375rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-55px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3.4375rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3.4375rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-60px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3.75rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-60px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-67px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-4.1875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4.1875rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-67px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-4.1875rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4.1875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-73px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-4.5625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4.5625rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-73px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-4.5625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4.5625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-80px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-80px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-81px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5.0625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5.0625rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-81px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5.0625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5.0625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-85px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5.3125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5.3125rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-85px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5.3125rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5.3125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-92px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5.75rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-92px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-100px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-6.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6.25rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-100px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-6.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-106px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-6.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6.625rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-106px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-6.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-123px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-7.6875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-7.6875rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-123px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-7.6875rem * var(--space-x-reverse)) !important;
    margin-left: calc(-7.6875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-126px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-7.875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-7.875rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-126px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-7.875rem * var(--space-x-reverse)) !important;
    margin-left: calc(-7.875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-138px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-8.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8.625rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-138px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-8.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-140px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-8.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8.75rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-140px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-8.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-146px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-9.125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-9.125rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-146px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-9.125rem * var(--space-x-reverse)) !important;
    margin-left: calc(-9.125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-152px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-9.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-9.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-152px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-9.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-9.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-187px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-11.6875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-11.6875rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-187px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-11.6875rem * var(--space-x-reverse)) !important;
    margin-left: calc(-11.6875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-220px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-13.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-13.75rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-220px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-13.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-13.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-253px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-15.8125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-15.8125rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-253px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-15.8125rem * var(--space-x-reverse)) !important;
    margin-left: calc(-15.8125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-320px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-320px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-400px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-25rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-400px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-500px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-31.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-31.25rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-500px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-31.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-31.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-lgPaddingTop > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-15.8125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-15.8125rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-lgPaddingTop > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-15.8125rem * var(--space-x-reverse)) !important;
    margin-left: calc(-15.8125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-phonePaddingTop > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-9.875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-9.875rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-phonePaddingTop > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-9.875rem * var(--space-x-reverse)) !important;
    margin-left: calc(-9.875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-tabletPaddingTop > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-6.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6.625rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-tabletPaddingTop > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-6.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-largePaddingTop > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-13.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-13.75rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-largePaddingTop > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-13.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-13.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-phoneTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-57.0625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-57.0625rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-phoneTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-57.0625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-57.0625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-phoneTextContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-63% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-63% * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-phoneTextContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-63% * var(--space-x-reverse)) !important;
    margin-left: calc(-63% * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-phoneBlockContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-71.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-71.625rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-phoneBlockContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-71.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-71.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-tabletTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-57.0625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-57.0625rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-tabletTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-57.0625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-57.0625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-tabletTextContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-63% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-63% * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-tabletTextContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-63% * var(--space-x-reverse)) !important;
    margin-left: calc(-63% * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-tabletBlockContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-71.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-71.625rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-tabletBlockContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-71.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-71.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-largeTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-57.0625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-57.0625rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-largeTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-57.0625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-57.0625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-largeTextContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-63% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-63% * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-largeTextContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-63% * var(--space-x-reverse)) !important;
    margin-left: calc(-63% * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-largeBlockContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-71.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-71.625rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-largeBlockContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-71.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-71.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1 !important;
  }

  .sm\:space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1 !important;
  }

  .sm\:divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--divide-y-reverse)) !important;
  }

  .sm\:divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .sm\:divide-y-0px > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--divide-y-reverse)) !important;
  }

  .sm\:divide-x-0px > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .sm\:divide-y-18px > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(18px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(18px * var(--divide-y-reverse)) !important;
  }

  .sm\:divide-x-18px > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(18px * var(--divide-x-reverse)) !important;
    border-left-width: calc(18px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .sm\:divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1 !important;
  }

  .sm\:divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1 !important;
  }

  .sm\:divide-transparent > :not(template) ~ :not(template) {
    border-color: transparent !important;
  }

  .sm\:divide-current > :not(template) ~ :not(template) {
    border-color: currentColor !important;
  }

  .sm\:divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #000000 !important;
    border-color: rgba(0, 0, 0, var(--divide-opacity)) !important;
  }

  .sm\:divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #FFFFFF !important;
    border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
  }

  .sm\:divide-gray > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #727272 !important;
    border-color: rgba(114, 114, 114, var(--divide-opacity)) !important;
  }

  .sm\:divide-red > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #E12A09 !important;
    border-color: rgba(225, 42, 9, var(--divide-opacity)) !important;
  }

  .sm\:divide-orange > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #F29C2B !important;
    border-color: rgba(242, 156, 43, var(--divide-opacity)) !important;
  }

  .sm\:divide-yellow > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #FFEB9A !important;
    border-color: rgba(255, 235, 154, var(--divide-opacity)) !important;
  }

  .sm\:divide-green-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--divide-opacity)) !important;
  }

  .sm\:divide-green-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--divide-opacity)) !important;
  }

  .sm\:divide-green-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--divide-opacity)) !important;
  }

  .sm\:divide-green-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--divide-opacity)) !important;
  }

  .sm\:divide-green-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--divide-opacity)) !important;
  }

  .sm\:divide-green-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--divide-opacity)) !important;
  }

  .sm\:divide-green-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--divide-opacity)) !important;
  }

  .sm\:divide-green-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--divide-opacity)) !important;
  }

  .sm\:divide-green-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--divide-opacity)) !important;
  }

  .sm\:divide-teal-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--divide-opacity)) !important;
  }

  .sm\:divide-teal-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--divide-opacity)) !important;
  }

  .sm\:divide-teal-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--divide-opacity)) !important;
  }

  .sm\:divide-teal-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--divide-opacity)) !important;
  }

  .sm\:divide-teal-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--divide-opacity)) !important;
  }

  .sm\:divide-teal-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--divide-opacity)) !important;
  }

  .sm\:divide-teal-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--divide-opacity)) !important;
  }

  .sm\:divide-teal-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--divide-opacity)) !important;
  }

  .sm\:divide-teal-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--divide-opacity)) !important;
  }

  .sm\:divide-blue-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--divide-opacity)) !important;
  }

  .sm\:divide-blue-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--divide-opacity)) !important;
  }

  .sm\:divide-blue-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--divide-opacity)) !important;
  }

  .sm\:divide-blue-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--divide-opacity)) !important;
  }

  .sm\:divide-blue-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--divide-opacity)) !important;
  }

  .sm\:divide-blue-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--divide-opacity)) !important;
  }

  .sm\:divide-blue-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--divide-opacity)) !important;
  }

  .sm\:divide-blue-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--divide-opacity)) !important;
  }

  .sm\:divide-blue-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--divide-opacity)) !important;
  }

  .sm\:divide-indigo-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--divide-opacity)) !important;
  }

  .sm\:divide-indigo-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--divide-opacity)) !important;
  }

  .sm\:divide-indigo-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--divide-opacity)) !important;
  }

  .sm\:divide-indigo-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--divide-opacity)) !important;
  }

  .sm\:divide-indigo-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--divide-opacity)) !important;
  }

  .sm\:divide-indigo-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--divide-opacity)) !important;
  }

  .sm\:divide-indigo-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--divide-opacity)) !important;
  }

  .sm\:divide-indigo-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--divide-opacity)) !important;
  }

  .sm\:divide-indigo-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--divide-opacity)) !important;
  }

  .sm\:divide-purple-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--divide-opacity)) !important;
  }

  .sm\:divide-purple-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--divide-opacity)) !important;
  }

  .sm\:divide-purple-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--divide-opacity)) !important;
  }

  .sm\:divide-purple-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--divide-opacity)) !important;
  }

  .sm\:divide-purple-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--divide-opacity)) !important;
  }

  .sm\:divide-purple-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--divide-opacity)) !important;
  }

  .sm\:divide-purple-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--divide-opacity)) !important;
  }

  .sm\:divide-purple-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--divide-opacity)) !important;
  }

  .sm\:divide-purple-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--divide-opacity)) !important;
  }

  .sm\:divide-pink-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--divide-opacity)) !important;
  }

  .sm\:divide-pink-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--divide-opacity)) !important;
  }

  .sm\:divide-pink-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--divide-opacity)) !important;
  }

  .sm\:divide-pink-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--divide-opacity)) !important;
  }

  .sm\:divide-pink-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--divide-opacity)) !important;
  }

  .sm\:divide-pink-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--divide-opacity)) !important;
  }

  .sm\:divide-pink-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--divide-opacity)) !important;
  }

  .sm\:divide-pink-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--divide-opacity)) !important;
  }

  .sm\:divide-pink-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--divide-opacity)) !important;
  }

  .sm\:divide-navy-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #23345A !important;
    border-color: rgba(35, 52, 90, var(--divide-opacity)) !important;
  }

  .sm\:divide-cyan > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #40C8EA !important;
    border-color: rgba(64, 200, 234, var(--divide-opacity)) !important;
  }

  .sm\:divide-yellowOrange > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #F8E9A7 !important;
    border-color: rgba(248, 233, 167, var(--divide-opacity)) !important;
  }

  .sm\:divide-light-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #C9EAF4 !important;
    border-color: rgba(201, 234, 244, var(--divide-opacity)) !important;
  }

  .sm\:divide-lightest-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #EBFAFF !important;
    border-color: rgba(235, 250, 255, var(--divide-opacity)) !important;
  }

  .sm\:divide-blueGreen > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #148093 !important;
    border-color: rgba(20, 128, 147, var(--divide-opacity)) !important;
  }

  .sm\:divide-mediumGray > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #97A2B0 !important;
    border-color: rgba(151, 162, 176, var(--divide-opacity)) !important;
  }

  .sm\:divide-light-gray > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ACACB4 !important;
    border-color: rgba(172, 172, 180, var(--divide-opacity)) !important;
  }

  .sm\:divide-lightestGray > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #F2F2F2 !important;
    border-color: rgba(242, 242, 242, var(--divide-opacity)) !important;
  }

  .sm\:divide-dark-gray > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #64626F !important;
    border-color: rgba(100, 98, 111, var(--divide-opacity)) !important;
  }

  .sm\:divide-nav-gray > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #65718C !important;
    border-color: rgba(101, 113, 140, var(--divide-opacity)) !important;
  }

  .sm\:divide-bullet-gray > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #F1F1F2 !important;
    border-color: rgba(241, 241, 242, var(--divide-opacity)) !important;
  }

  .sm\:divide-dark-red > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #951700 !important;
    border-color: rgba(149, 23, 0, var(--divide-opacity)) !important;
  }

  .sm\:divide-navy > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #182F50 !important;
    border-color: rgba(24, 47, 80, var(--divide-opacity)) !important;
  }

  .sm\:divide-lightNavy > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #687FA0 !important;
    border-color: rgba(104, 127, 160, var(--divide-opacity)) !important;
  }

  .sm\:divide-solid > :not(template) ~ :not(template) {
    border-style: solid !important;
  }

  .sm\:divide-dashed > :not(template) ~ :not(template) {
    border-style: dashed !important;
  }

  .sm\:divide-dotted > :not(template) ~ :not(template) {
    border-style: dotted !important;
  }

  .sm\:divide-double > :not(template) ~ :not(template) {
    border-style: double !important;
  }

  .sm\:divide-none > :not(template) ~ :not(template) {
    border-style: none !important;
  }

  .sm\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0 !important;
  }

  .sm\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25 !important;
  }

  .sm\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5 !important;
  }

  .sm\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75 !important;
  }

  .sm\:divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

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

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

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

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

  .sm\:appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .sm\:bg-fixed {
    background-attachment: fixed !important;
  }

  .sm\:bg-local {
    background-attachment: local !important;
  }

  .sm\:bg-scroll {
    background-attachment: scroll !important;
  }

  .sm\:bg-clip-border {
    background-clip: border-box !important;
  }

  .sm\:bg-clip-padding {
    background-clip: padding-box !important;
  }

  .sm\:bg-clip-content {
    background-clip: content-box !important;
  }

  .sm\:bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

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

  .sm\:bg-current {
    background-color: currentColor !important;
  }

  .sm\:bg-black {
    --bg-opacity: 1 !important;
    background-color: #000000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .sm\:bg-white {
    --bg-opacity: 1 !important;
    background-color: #FFFFFF !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .sm\:bg-gray {
    --bg-opacity: 1 !important;
    background-color: #727272 !important;
    background-color: rgba(114, 114, 114, var(--bg-opacity)) !important;
  }

  .sm\:bg-red {
    --bg-opacity: 1 !important;
    background-color: #E12A09 !important;
    background-color: rgba(225, 42, 9, var(--bg-opacity)) !important;
  }

  .sm\:bg-orange {
    --bg-opacity: 1 !important;
    background-color: #F29C2B !important;
    background-color: rgba(242, 156, 43, var(--bg-opacity)) !important;
  }

  .sm\:bg-yellow {
    --bg-opacity: 1 !important;
    background-color: #FFEB9A !important;
    background-color: rgba(255, 235, 154, var(--bg-opacity)) !important;
  }

  .sm\:bg-green-100 {
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .sm\:bg-green-200 {
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .sm\:bg-green-300 {
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .sm\:bg-green-400 {
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .sm\:bg-green-500 {
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .sm\:bg-green-600 {
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .sm\:bg-green-700 {
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .sm\:bg-green-800 {
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .sm\:bg-green-900 {
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .sm\:bg-teal-100 {
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .sm\:bg-teal-200 {
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .sm\:bg-teal-300 {
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .sm\:bg-teal-400 {
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .sm\:bg-teal-500 {
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .sm\:bg-teal-600 {
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .sm\:bg-teal-700 {
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .sm\:bg-teal-800 {
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .sm\:bg-teal-900 {
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .sm\:bg-blue-100 {
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .sm\:bg-blue-200 {
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .sm\:bg-blue-300 {
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .sm\:bg-blue-400 {
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .sm\:bg-blue-500 {
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .sm\:bg-blue-600 {
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .sm\:bg-blue-700 {
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .sm\:bg-blue-800 {
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .sm\:bg-blue-900 {
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .sm\:bg-indigo-100 {
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .sm\:bg-indigo-200 {
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .sm\:bg-indigo-300 {
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .sm\:bg-indigo-400 {
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .sm\:bg-indigo-500 {
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .sm\:bg-indigo-600 {
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .sm\:bg-indigo-700 {
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .sm\:bg-indigo-800 {
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .sm\:bg-indigo-900 {
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .sm\:bg-purple-100 {
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .sm\:bg-purple-200 {
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .sm\:bg-purple-300 {
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .sm\:bg-purple-400 {
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .sm\:bg-purple-500 {
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .sm\:bg-purple-600 {
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .sm\:bg-purple-700 {
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .sm\:bg-purple-800 {
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .sm\:bg-purple-900 {
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .sm\:bg-pink-100 {
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .sm\:bg-pink-200 {
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .sm\:bg-pink-300 {
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .sm\:bg-pink-400 {
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .sm\:bg-pink-500 {
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .sm\:bg-pink-600 {
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .sm\:bg-pink-700 {
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .sm\:bg-pink-800 {
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .sm\:bg-pink-900 {
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .sm\:bg-navy-blue {
    --bg-opacity: 1 !important;
    background-color: #23345A !important;
    background-color: rgba(35, 52, 90, var(--bg-opacity)) !important;
  }

  .sm\:bg-cyan {
    --bg-opacity: 1 !important;
    background-color: #40C8EA !important;
    background-color: rgba(64, 200, 234, var(--bg-opacity)) !important;
  }

  .sm\:bg-yellowOrange {
    --bg-opacity: 1 !important;
    background-color: #F8E9A7 !important;
    background-color: rgba(248, 233, 167, var(--bg-opacity)) !important;
  }

  .sm\:bg-light-blue {
    --bg-opacity: 1 !important;
    background-color: #C9EAF4 !important;
    background-color: rgba(201, 234, 244, var(--bg-opacity)) !important;
  }

  .sm\:bg-lightest-blue {
    --bg-opacity: 1 !important;
    background-color: #EBFAFF !important;
    background-color: rgba(235, 250, 255, var(--bg-opacity)) !important;
  }

  .sm\:bg-blueGreen {
    --bg-opacity: 1 !important;
    background-color: #148093 !important;
    background-color: rgba(20, 128, 147, var(--bg-opacity)) !important;
  }

  .sm\:bg-mediumGray {
    --bg-opacity: 1 !important;
    background-color: #97A2B0 !important;
    background-color: rgba(151, 162, 176, var(--bg-opacity)) !important;
  }

  .sm\:bg-light-gray {
    --bg-opacity: 1 !important;
    background-color: #ACACB4 !important;
    background-color: rgba(172, 172, 180, var(--bg-opacity)) !important;
  }

  .sm\:bg-lightestGray {
    --bg-opacity: 1 !important;
    background-color: #F2F2F2 !important;
    background-color: rgba(242, 242, 242, var(--bg-opacity)) !important;
  }

  .sm\:bg-dark-gray {
    --bg-opacity: 1 !important;
    background-color: #64626F !important;
    background-color: rgba(100, 98, 111, var(--bg-opacity)) !important;
  }

  .sm\:bg-nav-gray {
    --bg-opacity: 1 !important;
    background-color: #65718C !important;
    background-color: rgba(101, 113, 140, var(--bg-opacity)) !important;
  }

  .sm\:bg-bullet-gray {
    --bg-opacity: 1 !important;
    background-color: #F1F1F2 !important;
    background-color: rgba(241, 241, 242, var(--bg-opacity)) !important;
  }

  .sm\:bg-dark-red {
    --bg-opacity: 1 !important;
    background-color: #951700 !important;
    background-color: rgba(149, 23, 0, var(--bg-opacity)) !important;
  }

  .sm\:bg-navy {
    --bg-opacity: 1 !important;
    background-color: #182F50 !important;
    background-color: rgba(24, 47, 80, var(--bg-opacity)) !important;
  }

  .sm\:bg-lightNavy {
    --bg-opacity: 1 !important;
    background-color: #687FA0 !important;
    background-color: rgba(104, 127, 160, var(--bg-opacity)) !important;
  }

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

  .sm\:hover\:bg-current:hover {
    background-color: currentColor !important;
  }

  .sm\:hover\:bg-black:hover {
    --bg-opacity: 1 !important;
    background-color: #000000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-white:hover {
    --bg-opacity: 1 !important;
    background-color: #FFFFFF !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray:hover {
    --bg-opacity: 1 !important;
    background-color: #727272 !important;
    background-color: rgba(114, 114, 114, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-red:hover {
    --bg-opacity: 1 !important;
    background-color: #E12A09 !important;
    background-color: rgba(225, 42, 9, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-orange:hover {
    --bg-opacity: 1 !important;
    background-color: #F29C2B !important;
    background-color: rgba(242, 156, 43, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-yellow:hover {
    --bg-opacity: 1 !important;
    background-color: #FFEB9A !important;
    background-color: rgba(255, 235, 154, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-100:hover {
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-200:hover {
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-300:hover {
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-400:hover {
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-500:hover {
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-600:hover {
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-700:hover {
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-800:hover {
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-900:hover {
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-teal-100:hover {
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-teal-200:hover {
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-teal-300:hover {
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-teal-400:hover {
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-teal-500:hover {
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-teal-600:hover {
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-teal-700:hover {
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-teal-800:hover {
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-teal-900:hover {
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-100:hover {
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-200:hover {
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-300:hover {
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-400:hover {
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-500:hover {
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-600:hover {
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-700:hover {
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-800:hover {
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-900:hover {
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-indigo-100:hover {
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-indigo-200:hover {
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-indigo-300:hover {
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-indigo-400:hover {
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-indigo-500:hover {
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-indigo-600:hover {
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-indigo-700:hover {
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-indigo-800:hover {
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-indigo-900:hover {
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-purple-100:hover {
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-purple-200:hover {
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-purple-300:hover {
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-purple-400:hover {
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-purple-500:hover {
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-purple-600:hover {
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-purple-700:hover {
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-purple-800:hover {
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-purple-900:hover {
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink-100:hover {
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink-200:hover {
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink-300:hover {
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink-400:hover {
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink-500:hover {
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink-600:hover {
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink-700:hover {
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink-800:hover {
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink-900:hover {
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-navy-blue:hover {
    --bg-opacity: 1 !important;
    background-color: #23345A !important;
    background-color: rgba(35, 52, 90, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-cyan:hover {
    --bg-opacity: 1 !important;
    background-color: #40C8EA !important;
    background-color: rgba(64, 200, 234, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-yellowOrange:hover {
    --bg-opacity: 1 !important;
    background-color: #F8E9A7 !important;
    background-color: rgba(248, 233, 167, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-light-blue:hover {
    --bg-opacity: 1 !important;
    background-color: #C9EAF4 !important;
    background-color: rgba(201, 234, 244, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-lightest-blue:hover {
    --bg-opacity: 1 !important;
    background-color: #EBFAFF !important;
    background-color: rgba(235, 250, 255, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-blueGreen:hover {
    --bg-opacity: 1 !important;
    background-color: #148093 !important;
    background-color: rgba(20, 128, 147, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-mediumGray:hover {
    --bg-opacity: 1 !important;
    background-color: #97A2B0 !important;
    background-color: rgba(151, 162, 176, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-light-gray:hover {
    --bg-opacity: 1 !important;
    background-color: #ACACB4 !important;
    background-color: rgba(172, 172, 180, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-lightestGray:hover {
    --bg-opacity: 1 !important;
    background-color: #F2F2F2 !important;
    background-color: rgba(242, 242, 242, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-dark-gray:hover {
    --bg-opacity: 1 !important;
    background-color: #64626F !important;
    background-color: rgba(100, 98, 111, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-nav-gray:hover {
    --bg-opacity: 1 !important;
    background-color: #65718C !important;
    background-color: rgba(101, 113, 140, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-bullet-gray:hover {
    --bg-opacity: 1 !important;
    background-color: #F1F1F2 !important;
    background-color: rgba(241, 241, 242, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-dark-red:hover {
    --bg-opacity: 1 !important;
    background-color: #951700 !important;
    background-color: rgba(149, 23, 0, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-navy:hover {
    --bg-opacity: 1 !important;
    background-color: #182F50 !important;
    background-color: rgba(24, 47, 80, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-lightNavy:hover {
    --bg-opacity: 1 !important;
    background-color: #687FA0 !important;
    background-color: rgba(104, 127, 160, var(--bg-opacity)) !important;
  }

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

  .group:hover .sm\:group-hover\:bg-current {
    background-color: currentColor !important;
  }

  .group:hover .sm\:group-hover\:bg-black {
    --bg-opacity: 1 !important;
    background-color: #000000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-white {
    --bg-opacity: 1 !important;
    background-color: #FFFFFF !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray {
    --bg-opacity: 1 !important;
    background-color: #727272 !important;
    background-color: rgba(114, 114, 114, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-red {
    --bg-opacity: 1 !important;
    background-color: #E12A09 !important;
    background-color: rgba(225, 42, 9, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-orange {
    --bg-opacity: 1 !important;
    background-color: #F29C2B !important;
    background-color: rgba(242, 156, 43, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-yellow {
    --bg-opacity: 1 !important;
    background-color: #FFEB9A !important;
    background-color: rgba(255, 235, 154, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-green-100 {
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-green-200 {
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-green-300 {
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-green-400 {
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-green-500 {
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-green-600 {
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-green-700 {
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-green-800 {
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-green-900 {
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-teal-100 {
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-teal-200 {
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-teal-300 {
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-teal-400 {
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-teal-500 {
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-teal-600 {
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-teal-700 {
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-teal-800 {
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-teal-900 {
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-blue-100 {
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-blue-200 {
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-blue-300 {
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-blue-400 {
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-blue-500 {
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-blue-600 {
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-blue-700 {
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-blue-800 {
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-blue-900 {
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-indigo-100 {
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-indigo-200 {
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-indigo-300 {
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-indigo-400 {
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-indigo-500 {
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-indigo-600 {
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-indigo-700 {
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-indigo-800 {
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-indigo-900 {
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-purple-100 {
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-purple-200 {
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-purple-300 {
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-purple-400 {
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-purple-500 {
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-purple-600 {
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-purple-700 {
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-purple-800 {
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-purple-900 {
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-pink-100 {
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-pink-200 {
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-pink-300 {
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-pink-400 {
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-pink-500 {
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-pink-600 {
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-pink-700 {
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-pink-800 {
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-pink-900 {
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-navy-blue {
    --bg-opacity: 1 !important;
    background-color: #23345A !important;
    background-color: rgba(35, 52, 90, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-cyan {
    --bg-opacity: 1 !important;
    background-color: #40C8EA !important;
    background-color: rgba(64, 200, 234, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-yellowOrange {
    --bg-opacity: 1 !important;
    background-color: #F8E9A7 !important;
    background-color: rgba(248, 233, 167, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-light-blue {
    --bg-opacity: 1 !important;
    background-color: #C9EAF4 !important;
    background-color: rgba(201, 234, 244, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-lightest-blue {
    --bg-opacity: 1 !important;
    background-color: #EBFAFF !important;
    background-color: rgba(235, 250, 255, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-blueGreen {
    --bg-opacity: 1 !important;
    background-color: #148093 !important;
    background-color: rgba(20, 128, 147, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-mediumGray {
    --bg-opacity: 1 !important;
    background-color: #97A2B0 !important;
    background-color: rgba(151, 162, 176, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-light-gray {
    --bg-opacity: 1 !important;
    background-color: #ACACB4 !important;
    background-color: rgba(172, 172, 180, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-lightestGray {
    --bg-opacity: 1 !important;
    background-color: #F2F2F2 !important;
    background-color: rgba(242, 242, 242, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-dark-gray {
    --bg-opacity: 1 !important;
    background-color: #64626F !important;
    background-color: rgba(100, 98, 111, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nav-gray {
    --bg-opacity: 1 !important;
    background-color: #65718C !important;
    background-color: rgba(101, 113, 140, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-bullet-gray {
    --bg-opacity: 1 !important;
    background-color: #F1F1F2 !important;
    background-color: rgba(241, 241, 242, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-dark-red {
    --bg-opacity: 1 !important;
    background-color: #951700 !important;
    background-color: rgba(149, 23, 0, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-navy {
    --bg-opacity: 1 !important;
    background-color: #182F50 !important;
    background-color: rgba(24, 47, 80, var(--bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-lightNavy {
    --bg-opacity: 1 !important;
    background-color: #687FA0 !important;
    background-color: rgba(104, 127, 160, var(--bg-opacity)) !important;
  }

  .sm\:bg-none {
    background-image: none !important;
  }

  .sm\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--gradient-color-stops)) !important;
  }

  .sm\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
  }

  .sm\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
  }

  .sm\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
  }

  .sm\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important;
  }

  .sm\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
  }

  .sm\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
  }

  .sm\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important;
  }

  .sm\:from-transparent {
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:from-current {
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:from-black {
    --gradient-from-color: #000000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:from-white {
    --gradient-from-color: #FFFFFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:from-gray {
    --gradient-from-color: #727272 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(114, 114, 114, 0)) !important;
  }

  .sm\:from-red {
    --gradient-from-color: #E12A09 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(225, 42, 9, 0)) !important;
  }

  .sm\:from-orange {
    --gradient-from-color: #F29C2B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 156, 43, 0)) !important;
  }

  .sm\:from-yellow {
    --gradient-from-color: #FFEB9A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 235, 154, 0)) !important;
  }

  .sm\:from-green-100 {
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .sm\:from-green-200 {
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .sm\:from-green-300 {
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .sm\:from-green-400 {
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .sm\:from-green-500 {
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .sm\:from-green-600 {
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .sm\:from-green-700 {
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .sm\:from-green-800 {
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .sm\:from-green-900 {
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .sm\:from-teal-100 {
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .sm\:from-teal-200 {
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .sm\:from-teal-300 {
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .sm\:from-teal-400 {
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .sm\:from-teal-500 {
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .sm\:from-teal-600 {
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .sm\:from-teal-700 {
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .sm\:from-teal-800 {
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .sm\:from-teal-900 {
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .sm\:from-blue-100 {
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .sm\:from-blue-200 {
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .sm\:from-blue-300 {
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .sm\:from-blue-400 {
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .sm\:from-blue-500 {
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .sm\:from-blue-600 {
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .sm\:from-blue-700 {
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .sm\:from-blue-800 {
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .sm\:from-blue-900 {
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .sm\:from-indigo-100 {
    --gradient-from-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .sm\:from-indigo-200 {
    --gradient-from-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .sm\:from-indigo-300 {
    --gradient-from-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .sm\:from-indigo-400 {
    --gradient-from-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .sm\:from-indigo-500 {
    --gradient-from-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .sm\:from-indigo-600 {
    --gradient-from-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .sm\:from-indigo-700 {
    --gradient-from-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .sm\:from-indigo-800 {
    --gradient-from-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .sm\:from-indigo-900 {
    --gradient-from-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .sm\:from-purple-100 {
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .sm\:from-purple-200 {
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .sm\:from-purple-300 {
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .sm\:from-purple-400 {
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .sm\:from-purple-500 {
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .sm\:from-purple-600 {
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .sm\:from-purple-700 {
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .sm\:from-purple-800 {
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .sm\:from-purple-900 {
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .sm\:from-pink-100 {
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .sm\:from-pink-200 {
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .sm\:from-pink-300 {
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .sm\:from-pink-400 {
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .sm\:from-pink-500 {
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .sm\:from-pink-600 {
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .sm\:from-pink-700 {
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .sm\:from-pink-800 {
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .sm\:from-pink-900 {
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .sm\:from-navy-blue {
    --gradient-from-color: #23345A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 52, 90, 0)) !important;
  }

  .sm\:from-cyan {
    --gradient-from-color: #40C8EA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 200, 234, 0)) !important;
  }

  .sm\:from-yellowOrange {
    --gradient-from-color: #F8E9A7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 233, 167, 0)) !important;
  }

  .sm\:from-light-blue {
    --gradient-from-color: #C9EAF4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(201, 234, 244, 0)) !important;
  }

  .sm\:from-lightest-blue {
    --gradient-from-color: #EBFAFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 250, 255, 0)) !important;
  }

  .sm\:from-blueGreen {
    --gradient-from-color: #148093 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 128, 147, 0)) !important;
  }

  .sm\:from-mediumGray {
    --gradient-from-color: #97A2B0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 162, 176, 0)) !important;
  }

  .sm\:from-light-gray {
    --gradient-from-color: #ACACB4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(172, 172, 180, 0)) !important;
  }

  .sm\:from-lightestGray {
    --gradient-from-color: #F2F2F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .sm\:from-dark-gray {
    --gradient-from-color: #64626F !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(100, 98, 111, 0)) !important;
  }

  .sm\:from-nav-gray {
    --gradient-from-color: #65718C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(101, 113, 140, 0)) !important;
  }

  .sm\:from-bullet-gray {
    --gradient-from-color: #F1F1F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 241, 242, 0)) !important;
  }

  .sm\:from-dark-red {
    --gradient-from-color: #951700 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 23, 0, 0)) !important;
  }

  .sm\:from-navy {
    --gradient-from-color: #182F50 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(24, 47, 80, 0)) !important;
  }

  .sm\:from-lightNavy {
    --gradient-from-color: #687FA0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 127, 160, 0)) !important;
  }

  .sm\:via-transparent {
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:via-current {
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:via-black {
    --gradient-via-color: #000000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:via-white {
    --gradient-via-color: #FFFFFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:via-gray {
    --gradient-via-color: #727272 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(114, 114, 114, 0)) !important;
  }

  .sm\:via-red {
    --gradient-via-color: #E12A09 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(225, 42, 9, 0)) !important;
  }

  .sm\:via-orange {
    --gradient-via-color: #F29C2B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 156, 43, 0)) !important;
  }

  .sm\:via-yellow {
    --gradient-via-color: #FFEB9A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 235, 154, 0)) !important;
  }

  .sm\:via-green-100 {
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .sm\:via-green-200 {
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .sm\:via-green-300 {
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .sm\:via-green-400 {
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .sm\:via-green-500 {
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .sm\:via-green-600 {
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .sm\:via-green-700 {
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .sm\:via-green-800 {
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .sm\:via-green-900 {
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .sm\:via-teal-100 {
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .sm\:via-teal-200 {
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .sm\:via-teal-300 {
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .sm\:via-teal-400 {
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .sm\:via-teal-500 {
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .sm\:via-teal-600 {
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .sm\:via-teal-700 {
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .sm\:via-teal-800 {
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .sm\:via-teal-900 {
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .sm\:via-blue-100 {
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .sm\:via-blue-200 {
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .sm\:via-blue-300 {
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .sm\:via-blue-400 {
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .sm\:via-blue-500 {
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .sm\:via-blue-600 {
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .sm\:via-blue-700 {
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .sm\:via-blue-800 {
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .sm\:via-blue-900 {
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .sm\:via-indigo-100 {
    --gradient-via-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .sm\:via-indigo-200 {
    --gradient-via-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .sm\:via-indigo-300 {
    --gradient-via-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .sm\:via-indigo-400 {
    --gradient-via-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .sm\:via-indigo-500 {
    --gradient-via-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .sm\:via-indigo-600 {
    --gradient-via-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .sm\:via-indigo-700 {
    --gradient-via-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .sm\:via-indigo-800 {
    --gradient-via-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .sm\:via-indigo-900 {
    --gradient-via-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .sm\:via-purple-100 {
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .sm\:via-purple-200 {
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .sm\:via-purple-300 {
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .sm\:via-purple-400 {
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .sm\:via-purple-500 {
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .sm\:via-purple-600 {
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .sm\:via-purple-700 {
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .sm\:via-purple-800 {
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .sm\:via-purple-900 {
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .sm\:via-pink-100 {
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .sm\:via-pink-200 {
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .sm\:via-pink-300 {
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .sm\:via-pink-400 {
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .sm\:via-pink-500 {
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .sm\:via-pink-600 {
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .sm\:via-pink-700 {
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .sm\:via-pink-800 {
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .sm\:via-pink-900 {
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .sm\:via-navy-blue {
    --gradient-via-color: #23345A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 52, 90, 0)) !important;
  }

  .sm\:via-cyan {
    --gradient-via-color: #40C8EA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 200, 234, 0)) !important;
  }

  .sm\:via-yellowOrange {
    --gradient-via-color: #F8E9A7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 233, 167, 0)) !important;
  }

  .sm\:via-light-blue {
    --gradient-via-color: #C9EAF4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(201, 234, 244, 0)) !important;
  }

  .sm\:via-lightest-blue {
    --gradient-via-color: #EBFAFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 250, 255, 0)) !important;
  }

  .sm\:via-blueGreen {
    --gradient-via-color: #148093 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 128, 147, 0)) !important;
  }

  .sm\:via-mediumGray {
    --gradient-via-color: #97A2B0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 162, 176, 0)) !important;
  }

  .sm\:via-light-gray {
    --gradient-via-color: #ACACB4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(172, 172, 180, 0)) !important;
  }

  .sm\:via-lightestGray {
    --gradient-via-color: #F2F2F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .sm\:via-dark-gray {
    --gradient-via-color: #64626F !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(100, 98, 111, 0)) !important;
  }

  .sm\:via-nav-gray {
    --gradient-via-color: #65718C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(101, 113, 140, 0)) !important;
  }

  .sm\:via-bullet-gray {
    --gradient-via-color: #F1F1F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 241, 242, 0)) !important;
  }

  .sm\:via-dark-red {
    --gradient-via-color: #951700 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 23, 0, 0)) !important;
  }

  .sm\:via-navy {
    --gradient-via-color: #182F50 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(24, 47, 80, 0)) !important;
  }

  .sm\:via-lightNavy {
    --gradient-via-color: #687FA0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 127, 160, 0)) !important;
  }

  .sm\:to-transparent {
    --gradient-to-color: transparent !important;
  }

  .sm\:to-current {
    --gradient-to-color: currentColor !important;
  }

  .sm\:to-black {
    --gradient-to-color: #000000 !important;
  }

  .sm\:to-white {
    --gradient-to-color: #FFFFFF !important;
  }

  .sm\:to-gray {
    --gradient-to-color: #727272 !important;
  }

  .sm\:to-red {
    --gradient-to-color: #E12A09 !important;
  }

  .sm\:to-orange {
    --gradient-to-color: #F29C2B !important;
  }

  .sm\:to-yellow {
    --gradient-to-color: #FFEB9A !important;
  }

  .sm\:to-green-100 {
    --gradient-to-color: #f0fff4 !important;
  }

  .sm\:to-green-200 {
    --gradient-to-color: #c6f6d5 !important;
  }

  .sm\:to-green-300 {
    --gradient-to-color: #9ae6b4 !important;
  }

  .sm\:to-green-400 {
    --gradient-to-color: #68d391 !important;
  }

  .sm\:to-green-500 {
    --gradient-to-color: #48bb78 !important;
  }

  .sm\:to-green-600 {
    --gradient-to-color: #38a169 !important;
  }

  .sm\:to-green-700 {
    --gradient-to-color: #2f855a !important;
  }

  .sm\:to-green-800 {
    --gradient-to-color: #276749 !important;
  }

  .sm\:to-green-900 {
    --gradient-to-color: #22543d !important;
  }

  .sm\:to-teal-100 {
    --gradient-to-color: #e6fffa !important;
  }

  .sm\:to-teal-200 {
    --gradient-to-color: #b2f5ea !important;
  }

  .sm\:to-teal-300 {
    --gradient-to-color: #81e6d9 !important;
  }

  .sm\:to-teal-400 {
    --gradient-to-color: #4fd1c5 !important;
  }

  .sm\:to-teal-500 {
    --gradient-to-color: #38b2ac !important;
  }

  .sm\:to-teal-600 {
    --gradient-to-color: #319795 !important;
  }

  .sm\:to-teal-700 {
    --gradient-to-color: #2c7a7b !important;
  }

  .sm\:to-teal-800 {
    --gradient-to-color: #285e61 !important;
  }

  .sm\:to-teal-900 {
    --gradient-to-color: #234e52 !important;
  }

  .sm\:to-blue-100 {
    --gradient-to-color: #ebf8ff !important;
  }

  .sm\:to-blue-200 {
    --gradient-to-color: #bee3f8 !important;
  }

  .sm\:to-blue-300 {
    --gradient-to-color: #90cdf4 !important;
  }

  .sm\:to-blue-400 {
    --gradient-to-color: #63b3ed !important;
  }

  .sm\:to-blue-500 {
    --gradient-to-color: #4299e1 !important;
  }

  .sm\:to-blue-600 {
    --gradient-to-color: #3182ce !important;
  }

  .sm\:to-blue-700 {
    --gradient-to-color: #2b6cb0 !important;
  }

  .sm\:to-blue-800 {
    --gradient-to-color: #2c5282 !important;
  }

  .sm\:to-blue-900 {
    --gradient-to-color: #2a4365 !important;
  }

  .sm\:to-indigo-100 {
    --gradient-to-color: #ebf4ff !important;
  }

  .sm\:to-indigo-200 {
    --gradient-to-color: #c3dafe !important;
  }

  .sm\:to-indigo-300 {
    --gradient-to-color: #a3bffa !important;
  }

  .sm\:to-indigo-400 {
    --gradient-to-color: #7f9cf5 !important;
  }

  .sm\:to-indigo-500 {
    --gradient-to-color: #667eea !important;
  }

  .sm\:to-indigo-600 {
    --gradient-to-color: #5a67d8 !important;
  }

  .sm\:to-indigo-700 {
    --gradient-to-color: #4c51bf !important;
  }

  .sm\:to-indigo-800 {
    --gradient-to-color: #434190 !important;
  }

  .sm\:to-indigo-900 {
    --gradient-to-color: #3c366b !important;
  }

  .sm\:to-purple-100 {
    --gradient-to-color: #faf5ff !important;
  }

  .sm\:to-purple-200 {
    --gradient-to-color: #e9d8fd !important;
  }

  .sm\:to-purple-300 {
    --gradient-to-color: #d6bcfa !important;
  }

  .sm\:to-purple-400 {
    --gradient-to-color: #b794f4 !important;
  }

  .sm\:to-purple-500 {
    --gradient-to-color: #9f7aea !important;
  }

  .sm\:to-purple-600 {
    --gradient-to-color: #805ad5 !important;
  }

  .sm\:to-purple-700 {
    --gradient-to-color: #6b46c1 !important;
  }

  .sm\:to-purple-800 {
    --gradient-to-color: #553c9a !important;
  }

  .sm\:to-purple-900 {
    --gradient-to-color: #44337a !important;
  }

  .sm\:to-pink-100 {
    --gradient-to-color: #fff5f7 !important;
  }

  .sm\:to-pink-200 {
    --gradient-to-color: #fed7e2 !important;
  }

  .sm\:to-pink-300 {
    --gradient-to-color: #fbb6ce !important;
  }

  .sm\:to-pink-400 {
    --gradient-to-color: #f687b3 !important;
  }

  .sm\:to-pink-500 {
    --gradient-to-color: #ed64a6 !important;
  }

  .sm\:to-pink-600 {
    --gradient-to-color: #d53f8c !important;
  }

  .sm\:to-pink-700 {
    --gradient-to-color: #b83280 !important;
  }

  .sm\:to-pink-800 {
    --gradient-to-color: #97266d !important;
  }

  .sm\:to-pink-900 {
    --gradient-to-color: #702459 !important;
  }

  .sm\:to-navy-blue {
    --gradient-to-color: #23345A !important;
  }

  .sm\:to-cyan {
    --gradient-to-color: #40C8EA !important;
  }

  .sm\:to-yellowOrange {
    --gradient-to-color: #F8E9A7 !important;
  }

  .sm\:to-light-blue {
    --gradient-to-color: #C9EAF4 !important;
  }

  .sm\:to-lightest-blue {
    --gradient-to-color: #EBFAFF !important;
  }

  .sm\:to-blueGreen {
    --gradient-to-color: #148093 !important;
  }

  .sm\:to-mediumGray {
    --gradient-to-color: #97A2B0 !important;
  }

  .sm\:to-light-gray {
    --gradient-to-color: #ACACB4 !important;
  }

  .sm\:to-lightestGray {
    --gradient-to-color: #F2F2F2 !important;
  }

  .sm\:to-dark-gray {
    --gradient-to-color: #64626F !important;
  }

  .sm\:to-nav-gray {
    --gradient-to-color: #65718C !important;
  }

  .sm\:to-bullet-gray {
    --gradient-to-color: #F1F1F2 !important;
  }

  .sm\:to-dark-red {
    --gradient-to-color: #951700 !important;
  }

  .sm\:to-navy {
    --gradient-to-color: #182F50 !important;
  }

  .sm\:to-lightNavy {
    --gradient-to-color: #687FA0 !important;
  }

  .sm\:hover\:from-transparent:hover {
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:from-current:hover {
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:from-black:hover {
    --gradient-from-color: #000000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:from-white:hover {
    --gradient-from-color: #FFFFFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:from-gray:hover {
    --gradient-from-color: #727272 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(114, 114, 114, 0)) !important;
  }

  .sm\:hover\:from-red:hover {
    --gradient-from-color: #E12A09 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(225, 42, 9, 0)) !important;
  }

  .sm\:hover\:from-orange:hover {
    --gradient-from-color: #F29C2B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 156, 43, 0)) !important;
  }

  .sm\:hover\:from-yellow:hover {
    --gradient-from-color: #FFEB9A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 235, 154, 0)) !important;
  }

  .sm\:hover\:from-green-100:hover {
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .sm\:hover\:from-green-200:hover {
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .sm\:hover\:from-green-300:hover {
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .sm\:hover\:from-green-400:hover {
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .sm\:hover\:from-green-500:hover {
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .sm\:hover\:from-green-600:hover {
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .sm\:hover\:from-green-700:hover {
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .sm\:hover\:from-green-800:hover {
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .sm\:hover\:from-green-900:hover {
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .sm\:hover\:from-teal-100:hover {
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .sm\:hover\:from-teal-200:hover {
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .sm\:hover\:from-teal-300:hover {
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .sm\:hover\:from-teal-400:hover {
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .sm\:hover\:from-teal-500:hover {
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .sm\:hover\:from-teal-600:hover {
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .sm\:hover\:from-teal-700:hover {
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .sm\:hover\:from-teal-800:hover {
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .sm\:hover\:from-teal-900:hover {
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .sm\:hover\:from-blue-100:hover {
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .sm\:hover\:from-blue-200:hover {
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .sm\:hover\:from-blue-300:hover {
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .sm\:hover\:from-blue-400:hover {
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .sm\:hover\:from-blue-500:hover {
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .sm\:hover\:from-blue-600:hover {
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .sm\:hover\:from-blue-700:hover {
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .sm\:hover\:from-blue-800:hover {
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .sm\:hover\:from-blue-900:hover {
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .sm\:hover\:from-indigo-100:hover {
    --gradient-from-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .sm\:hover\:from-indigo-200:hover {
    --gradient-from-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .sm\:hover\:from-indigo-300:hover {
    --gradient-from-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .sm\:hover\:from-indigo-400:hover {
    --gradient-from-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .sm\:hover\:from-indigo-500:hover {
    --gradient-from-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .sm\:hover\:from-indigo-600:hover {
    --gradient-from-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .sm\:hover\:from-indigo-700:hover {
    --gradient-from-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .sm\:hover\:from-indigo-800:hover {
    --gradient-from-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .sm\:hover\:from-indigo-900:hover {
    --gradient-from-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .sm\:hover\:from-purple-100:hover {
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .sm\:hover\:from-purple-200:hover {
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .sm\:hover\:from-purple-300:hover {
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .sm\:hover\:from-purple-400:hover {
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .sm\:hover\:from-purple-500:hover {
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .sm\:hover\:from-purple-600:hover {
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .sm\:hover\:from-purple-700:hover {
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .sm\:hover\:from-purple-800:hover {
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .sm\:hover\:from-purple-900:hover {
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .sm\:hover\:from-pink-100:hover {
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .sm\:hover\:from-pink-200:hover {
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .sm\:hover\:from-pink-300:hover {
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .sm\:hover\:from-pink-400:hover {
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .sm\:hover\:from-pink-500:hover {
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .sm\:hover\:from-pink-600:hover {
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .sm\:hover\:from-pink-700:hover {
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .sm\:hover\:from-pink-800:hover {
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .sm\:hover\:from-pink-900:hover {
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .sm\:hover\:from-navy-blue:hover {
    --gradient-from-color: #23345A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 52, 90, 0)) !important;
  }

  .sm\:hover\:from-cyan:hover {
    --gradient-from-color: #40C8EA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 200, 234, 0)) !important;
  }

  .sm\:hover\:from-yellowOrange:hover {
    --gradient-from-color: #F8E9A7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 233, 167, 0)) !important;
  }

  .sm\:hover\:from-light-blue:hover {
    --gradient-from-color: #C9EAF4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(201, 234, 244, 0)) !important;
  }

  .sm\:hover\:from-lightest-blue:hover {
    --gradient-from-color: #EBFAFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 250, 255, 0)) !important;
  }

  .sm\:hover\:from-blueGreen:hover {
    --gradient-from-color: #148093 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 128, 147, 0)) !important;
  }

  .sm\:hover\:from-mediumGray:hover {
    --gradient-from-color: #97A2B0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 162, 176, 0)) !important;
  }

  .sm\:hover\:from-light-gray:hover {
    --gradient-from-color: #ACACB4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(172, 172, 180, 0)) !important;
  }

  .sm\:hover\:from-lightestGray:hover {
    --gradient-from-color: #F2F2F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .sm\:hover\:from-dark-gray:hover {
    --gradient-from-color: #64626F !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(100, 98, 111, 0)) !important;
  }

  .sm\:hover\:from-nav-gray:hover {
    --gradient-from-color: #65718C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(101, 113, 140, 0)) !important;
  }

  .sm\:hover\:from-bullet-gray:hover {
    --gradient-from-color: #F1F1F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 241, 242, 0)) !important;
  }

  .sm\:hover\:from-dark-red:hover {
    --gradient-from-color: #951700 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 23, 0, 0)) !important;
  }

  .sm\:hover\:from-navy:hover {
    --gradient-from-color: #182F50 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(24, 47, 80, 0)) !important;
  }

  .sm\:hover\:from-lightNavy:hover {
    --gradient-from-color: #687FA0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 127, 160, 0)) !important;
  }

  .sm\:hover\:via-transparent:hover {
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:via-current:hover {
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:via-black:hover {
    --gradient-via-color: #000000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:via-white:hover {
    --gradient-via-color: #FFFFFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:via-gray:hover {
    --gradient-via-color: #727272 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(114, 114, 114, 0)) !important;
  }

  .sm\:hover\:via-red:hover {
    --gradient-via-color: #E12A09 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(225, 42, 9, 0)) !important;
  }

  .sm\:hover\:via-orange:hover {
    --gradient-via-color: #F29C2B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 156, 43, 0)) !important;
  }

  .sm\:hover\:via-yellow:hover {
    --gradient-via-color: #FFEB9A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 235, 154, 0)) !important;
  }

  .sm\:hover\:via-green-100:hover {
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .sm\:hover\:via-green-200:hover {
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .sm\:hover\:via-green-300:hover {
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .sm\:hover\:via-green-400:hover {
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .sm\:hover\:via-green-500:hover {
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .sm\:hover\:via-green-600:hover {
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .sm\:hover\:via-green-700:hover {
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .sm\:hover\:via-green-800:hover {
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .sm\:hover\:via-green-900:hover {
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .sm\:hover\:via-teal-100:hover {
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .sm\:hover\:via-teal-200:hover {
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .sm\:hover\:via-teal-300:hover {
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .sm\:hover\:via-teal-400:hover {
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .sm\:hover\:via-teal-500:hover {
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .sm\:hover\:via-teal-600:hover {
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .sm\:hover\:via-teal-700:hover {
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .sm\:hover\:via-teal-800:hover {
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .sm\:hover\:via-teal-900:hover {
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .sm\:hover\:via-blue-100:hover {
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .sm\:hover\:via-blue-200:hover {
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .sm\:hover\:via-blue-300:hover {
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .sm\:hover\:via-blue-400:hover {
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .sm\:hover\:via-blue-500:hover {
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .sm\:hover\:via-blue-600:hover {
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .sm\:hover\:via-blue-700:hover {
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .sm\:hover\:via-blue-800:hover {
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .sm\:hover\:via-blue-900:hover {
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .sm\:hover\:via-indigo-100:hover {
    --gradient-via-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .sm\:hover\:via-indigo-200:hover {
    --gradient-via-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .sm\:hover\:via-indigo-300:hover {
    --gradient-via-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .sm\:hover\:via-indigo-400:hover {
    --gradient-via-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .sm\:hover\:via-indigo-500:hover {
    --gradient-via-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .sm\:hover\:via-indigo-600:hover {
    --gradient-via-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .sm\:hover\:via-indigo-700:hover {
    --gradient-via-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .sm\:hover\:via-indigo-800:hover {
    --gradient-via-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .sm\:hover\:via-indigo-900:hover {
    --gradient-via-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .sm\:hover\:via-purple-100:hover {
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .sm\:hover\:via-purple-200:hover {
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .sm\:hover\:via-purple-300:hover {
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .sm\:hover\:via-purple-400:hover {
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .sm\:hover\:via-purple-500:hover {
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .sm\:hover\:via-purple-600:hover {
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .sm\:hover\:via-purple-700:hover {
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .sm\:hover\:via-purple-800:hover {
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .sm\:hover\:via-purple-900:hover {
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .sm\:hover\:via-pink-100:hover {
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .sm\:hover\:via-pink-200:hover {
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .sm\:hover\:via-pink-300:hover {
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .sm\:hover\:via-pink-400:hover {
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .sm\:hover\:via-pink-500:hover {
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .sm\:hover\:via-pink-600:hover {
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .sm\:hover\:via-pink-700:hover {
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .sm\:hover\:via-pink-800:hover {
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .sm\:hover\:via-pink-900:hover {
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .sm\:hover\:via-navy-blue:hover {
    --gradient-via-color: #23345A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 52, 90, 0)) !important;
  }

  .sm\:hover\:via-cyan:hover {
    --gradient-via-color: #40C8EA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 200, 234, 0)) !important;
  }

  .sm\:hover\:via-yellowOrange:hover {
    --gradient-via-color: #F8E9A7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 233, 167, 0)) !important;
  }

  .sm\:hover\:via-light-blue:hover {
    --gradient-via-color: #C9EAF4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(201, 234, 244, 0)) !important;
  }

  .sm\:hover\:via-lightest-blue:hover {
    --gradient-via-color: #EBFAFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 250, 255, 0)) !important;
  }

  .sm\:hover\:via-blueGreen:hover {
    --gradient-via-color: #148093 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 128, 147, 0)) !important;
  }

  .sm\:hover\:via-mediumGray:hover {
    --gradient-via-color: #97A2B0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 162, 176, 0)) !important;
  }

  .sm\:hover\:via-light-gray:hover {
    --gradient-via-color: #ACACB4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(172, 172, 180, 0)) !important;
  }

  .sm\:hover\:via-lightestGray:hover {
    --gradient-via-color: #F2F2F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .sm\:hover\:via-dark-gray:hover {
    --gradient-via-color: #64626F !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(100, 98, 111, 0)) !important;
  }

  .sm\:hover\:via-nav-gray:hover {
    --gradient-via-color: #65718C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(101, 113, 140, 0)) !important;
  }

  .sm\:hover\:via-bullet-gray:hover {
    --gradient-via-color: #F1F1F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 241, 242, 0)) !important;
  }

  .sm\:hover\:via-dark-red:hover {
    --gradient-via-color: #951700 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 23, 0, 0)) !important;
  }

  .sm\:hover\:via-navy:hover {
    --gradient-via-color: #182F50 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(24, 47, 80, 0)) !important;
  }

  .sm\:hover\:via-lightNavy:hover {
    --gradient-via-color: #687FA0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 127, 160, 0)) !important;
  }

  .sm\:hover\:to-transparent:hover {
    --gradient-to-color: transparent !important;
  }

  .sm\:hover\:to-current:hover {
    --gradient-to-color: currentColor !important;
  }

  .sm\:hover\:to-black:hover {
    --gradient-to-color: #000000 !important;
  }

  .sm\:hover\:to-white:hover {
    --gradient-to-color: #FFFFFF !important;
  }

  .sm\:hover\:to-gray:hover {
    --gradient-to-color: #727272 !important;
  }

  .sm\:hover\:to-red:hover {
    --gradient-to-color: #E12A09 !important;
  }

  .sm\:hover\:to-orange:hover {
    --gradient-to-color: #F29C2B !important;
  }

  .sm\:hover\:to-yellow:hover {
    --gradient-to-color: #FFEB9A !important;
  }

  .sm\:hover\:to-green-100:hover {
    --gradient-to-color: #f0fff4 !important;
  }

  .sm\:hover\:to-green-200:hover {
    --gradient-to-color: #c6f6d5 !important;
  }

  .sm\:hover\:to-green-300:hover {
    --gradient-to-color: #9ae6b4 !important;
  }

  .sm\:hover\:to-green-400:hover {
    --gradient-to-color: #68d391 !important;
  }

  .sm\:hover\:to-green-500:hover {
    --gradient-to-color: #48bb78 !important;
  }

  .sm\:hover\:to-green-600:hover {
    --gradient-to-color: #38a169 !important;
  }

  .sm\:hover\:to-green-700:hover {
    --gradient-to-color: #2f855a !important;
  }

  .sm\:hover\:to-green-800:hover {
    --gradient-to-color: #276749 !important;
  }

  .sm\:hover\:to-green-900:hover {
    --gradient-to-color: #22543d !important;
  }

  .sm\:hover\:to-teal-100:hover {
    --gradient-to-color: #e6fffa !important;
  }

  .sm\:hover\:to-teal-200:hover {
    --gradient-to-color: #b2f5ea !important;
  }

  .sm\:hover\:to-teal-300:hover {
    --gradient-to-color: #81e6d9 !important;
  }

  .sm\:hover\:to-teal-400:hover {
    --gradient-to-color: #4fd1c5 !important;
  }

  .sm\:hover\:to-teal-500:hover {
    --gradient-to-color: #38b2ac !important;
  }

  .sm\:hover\:to-teal-600:hover {
    --gradient-to-color: #319795 !important;
  }

  .sm\:hover\:to-teal-700:hover {
    --gradient-to-color: #2c7a7b !important;
  }

  .sm\:hover\:to-teal-800:hover {
    --gradient-to-color: #285e61 !important;
  }

  .sm\:hover\:to-teal-900:hover {
    --gradient-to-color: #234e52 !important;
  }

  .sm\:hover\:to-blue-100:hover {
    --gradient-to-color: #ebf8ff !important;
  }

  .sm\:hover\:to-blue-200:hover {
    --gradient-to-color: #bee3f8 !important;
  }

  .sm\:hover\:to-blue-300:hover {
    --gradient-to-color: #90cdf4 !important;
  }

  .sm\:hover\:to-blue-400:hover {
    --gradient-to-color: #63b3ed !important;
  }

  .sm\:hover\:to-blue-500:hover {
    --gradient-to-color: #4299e1 !important;
  }

  .sm\:hover\:to-blue-600:hover {
    --gradient-to-color: #3182ce !important;
  }

  .sm\:hover\:to-blue-700:hover {
    --gradient-to-color: #2b6cb0 !important;
  }

  .sm\:hover\:to-blue-800:hover {
    --gradient-to-color: #2c5282 !important;
  }

  .sm\:hover\:to-blue-900:hover {
    --gradient-to-color: #2a4365 !important;
  }

  .sm\:hover\:to-indigo-100:hover {
    --gradient-to-color: #ebf4ff !important;
  }

  .sm\:hover\:to-indigo-200:hover {
    --gradient-to-color: #c3dafe !important;
  }

  .sm\:hover\:to-indigo-300:hover {
    --gradient-to-color: #a3bffa !important;
  }

  .sm\:hover\:to-indigo-400:hover {
    --gradient-to-color: #7f9cf5 !important;
  }

  .sm\:hover\:to-indigo-500:hover {
    --gradient-to-color: #667eea !important;
  }

  .sm\:hover\:to-indigo-600:hover {
    --gradient-to-color: #5a67d8 !important;
  }

  .sm\:hover\:to-indigo-700:hover {
    --gradient-to-color: #4c51bf !important;
  }

  .sm\:hover\:to-indigo-800:hover {
    --gradient-to-color: #434190 !important;
  }

  .sm\:hover\:to-indigo-900:hover {
    --gradient-to-color: #3c366b !important;
  }

  .sm\:hover\:to-purple-100:hover {
    --gradient-to-color: #faf5ff !important;
  }

  .sm\:hover\:to-purple-200:hover {
    --gradient-to-color: #e9d8fd !important;
  }

  .sm\:hover\:to-purple-300:hover {
    --gradient-to-color: #d6bcfa !important;
  }

  .sm\:hover\:to-purple-400:hover {
    --gradient-to-color: #b794f4 !important;
  }

  .sm\:hover\:to-purple-500:hover {
    --gradient-to-color: #9f7aea !important;
  }

  .sm\:hover\:to-purple-600:hover {
    --gradient-to-color: #805ad5 !important;
  }

  .sm\:hover\:to-purple-700:hover {
    --gradient-to-color: #6b46c1 !important;
  }

  .sm\:hover\:to-purple-800:hover {
    --gradient-to-color: #553c9a !important;
  }

  .sm\:hover\:to-purple-900:hover {
    --gradient-to-color: #44337a !important;
  }

  .sm\:hover\:to-pink-100:hover {
    --gradient-to-color: #fff5f7 !important;
  }

  .sm\:hover\:to-pink-200:hover {
    --gradient-to-color: #fed7e2 !important;
  }

  .sm\:hover\:to-pink-300:hover {
    --gradient-to-color: #fbb6ce !important;
  }

  .sm\:hover\:to-pink-400:hover {
    --gradient-to-color: #f687b3 !important;
  }

  .sm\:hover\:to-pink-500:hover {
    --gradient-to-color: #ed64a6 !important;
  }

  .sm\:hover\:to-pink-600:hover {
    --gradient-to-color: #d53f8c !important;
  }

  .sm\:hover\:to-pink-700:hover {
    --gradient-to-color: #b83280 !important;
  }

  .sm\:hover\:to-pink-800:hover {
    --gradient-to-color: #97266d !important;
  }

  .sm\:hover\:to-pink-900:hover {
    --gradient-to-color: #702459 !important;
  }

  .sm\:hover\:to-navy-blue:hover {
    --gradient-to-color: #23345A !important;
  }

  .sm\:hover\:to-cyan:hover {
    --gradient-to-color: #40C8EA !important;
  }

  .sm\:hover\:to-yellowOrange:hover {
    --gradient-to-color: #F8E9A7 !important;
  }

  .sm\:hover\:to-light-blue:hover {
    --gradient-to-color: #C9EAF4 !important;
  }

  .sm\:hover\:to-lightest-blue:hover {
    --gradient-to-color: #EBFAFF !important;
  }

  .sm\:hover\:to-blueGreen:hover {
    --gradient-to-color: #148093 !important;
  }

  .sm\:hover\:to-mediumGray:hover {
    --gradient-to-color: #97A2B0 !important;
  }

  .sm\:hover\:to-light-gray:hover {
    --gradient-to-color: #ACACB4 !important;
  }

  .sm\:hover\:to-lightestGray:hover {
    --gradient-to-color: #F2F2F2 !important;
  }

  .sm\:hover\:to-dark-gray:hover {
    --gradient-to-color: #64626F !important;
  }

  .sm\:hover\:to-nav-gray:hover {
    --gradient-to-color: #65718C !important;
  }

  .sm\:hover\:to-bullet-gray:hover {
    --gradient-to-color: #F1F1F2 !important;
  }

  .sm\:hover\:to-dark-red:hover {
    --gradient-to-color: #951700 !important;
  }

  .sm\:hover\:to-navy:hover {
    --gradient-to-color: #182F50 !important;
  }

  .sm\:hover\:to-lightNavy:hover {
    --gradient-to-color: #687FA0 !important;
  }

  .sm\:focus\:from-transparent:focus {
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:from-current:focus {
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:from-black:focus {
    --gradient-from-color: #000000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:from-white:focus {
    --gradient-from-color: #FFFFFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:from-gray:focus {
    --gradient-from-color: #727272 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(114, 114, 114, 0)) !important;
  }

  .sm\:focus\:from-red:focus {
    --gradient-from-color: #E12A09 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(225, 42, 9, 0)) !important;
  }

  .sm\:focus\:from-orange:focus {
    --gradient-from-color: #F29C2B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 156, 43, 0)) !important;
  }

  .sm\:focus\:from-yellow:focus {
    --gradient-from-color: #FFEB9A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 235, 154, 0)) !important;
  }

  .sm\:focus\:from-green-100:focus {
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .sm\:focus\:from-green-200:focus {
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .sm\:focus\:from-green-300:focus {
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .sm\:focus\:from-green-400:focus {
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .sm\:focus\:from-green-500:focus {
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .sm\:focus\:from-green-600:focus {
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .sm\:focus\:from-green-700:focus {
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .sm\:focus\:from-green-800:focus {
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .sm\:focus\:from-green-900:focus {
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .sm\:focus\:from-teal-100:focus {
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .sm\:focus\:from-teal-200:focus {
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .sm\:focus\:from-teal-300:focus {
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .sm\:focus\:from-teal-400:focus {
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .sm\:focus\:from-teal-500:focus {
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .sm\:focus\:from-teal-600:focus {
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .sm\:focus\:from-teal-700:focus {
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .sm\:focus\:from-teal-800:focus {
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .sm\:focus\:from-teal-900:focus {
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .sm\:focus\:from-blue-100:focus {
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .sm\:focus\:from-blue-200:focus {
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .sm\:focus\:from-blue-300:focus {
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .sm\:focus\:from-blue-400:focus {
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .sm\:focus\:from-blue-500:focus {
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .sm\:focus\:from-blue-600:focus {
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .sm\:focus\:from-blue-700:focus {
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .sm\:focus\:from-blue-800:focus {
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .sm\:focus\:from-blue-900:focus {
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .sm\:focus\:from-indigo-100:focus {
    --gradient-from-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .sm\:focus\:from-indigo-200:focus {
    --gradient-from-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .sm\:focus\:from-indigo-300:focus {
    --gradient-from-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .sm\:focus\:from-indigo-400:focus {
    --gradient-from-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .sm\:focus\:from-indigo-500:focus {
    --gradient-from-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .sm\:focus\:from-indigo-600:focus {
    --gradient-from-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .sm\:focus\:from-indigo-700:focus {
    --gradient-from-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .sm\:focus\:from-indigo-800:focus {
    --gradient-from-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .sm\:focus\:from-indigo-900:focus {
    --gradient-from-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .sm\:focus\:from-purple-100:focus {
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .sm\:focus\:from-purple-200:focus {
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .sm\:focus\:from-purple-300:focus {
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .sm\:focus\:from-purple-400:focus {
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .sm\:focus\:from-purple-500:focus {
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .sm\:focus\:from-purple-600:focus {
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .sm\:focus\:from-purple-700:focus {
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .sm\:focus\:from-purple-800:focus {
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .sm\:focus\:from-purple-900:focus {
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .sm\:focus\:from-pink-100:focus {
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .sm\:focus\:from-pink-200:focus {
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .sm\:focus\:from-pink-300:focus {
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .sm\:focus\:from-pink-400:focus {
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .sm\:focus\:from-pink-500:focus {
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .sm\:focus\:from-pink-600:focus {
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .sm\:focus\:from-pink-700:focus {
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .sm\:focus\:from-pink-800:focus {
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .sm\:focus\:from-pink-900:focus {
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .sm\:focus\:from-navy-blue:focus {
    --gradient-from-color: #23345A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 52, 90, 0)) !important;
  }

  .sm\:focus\:from-cyan:focus {
    --gradient-from-color: #40C8EA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 200, 234, 0)) !important;
  }

  .sm\:focus\:from-yellowOrange:focus {
    --gradient-from-color: #F8E9A7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 233, 167, 0)) !important;
  }

  .sm\:focus\:from-light-blue:focus {
    --gradient-from-color: #C9EAF4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(201, 234, 244, 0)) !important;
  }

  .sm\:focus\:from-lightest-blue:focus {
    --gradient-from-color: #EBFAFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 250, 255, 0)) !important;
  }

  .sm\:focus\:from-blueGreen:focus {
    --gradient-from-color: #148093 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 128, 147, 0)) !important;
  }

  .sm\:focus\:from-mediumGray:focus {
    --gradient-from-color: #97A2B0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 162, 176, 0)) !important;
  }

  .sm\:focus\:from-light-gray:focus {
    --gradient-from-color: #ACACB4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(172, 172, 180, 0)) !important;
  }

  .sm\:focus\:from-lightestGray:focus {
    --gradient-from-color: #F2F2F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .sm\:focus\:from-dark-gray:focus {
    --gradient-from-color: #64626F !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(100, 98, 111, 0)) !important;
  }

  .sm\:focus\:from-nav-gray:focus {
    --gradient-from-color: #65718C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(101, 113, 140, 0)) !important;
  }

  .sm\:focus\:from-bullet-gray:focus {
    --gradient-from-color: #F1F1F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 241, 242, 0)) !important;
  }

  .sm\:focus\:from-dark-red:focus {
    --gradient-from-color: #951700 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 23, 0, 0)) !important;
  }

  .sm\:focus\:from-navy:focus {
    --gradient-from-color: #182F50 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(24, 47, 80, 0)) !important;
  }

  .sm\:focus\:from-lightNavy:focus {
    --gradient-from-color: #687FA0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 127, 160, 0)) !important;
  }

  .sm\:focus\:via-transparent:focus {
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:via-current:focus {
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:via-black:focus {
    --gradient-via-color: #000000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:via-white:focus {
    --gradient-via-color: #FFFFFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:via-gray:focus {
    --gradient-via-color: #727272 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(114, 114, 114, 0)) !important;
  }

  .sm\:focus\:via-red:focus {
    --gradient-via-color: #E12A09 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(225, 42, 9, 0)) !important;
  }

  .sm\:focus\:via-orange:focus {
    --gradient-via-color: #F29C2B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 156, 43, 0)) !important;
  }

  .sm\:focus\:via-yellow:focus {
    --gradient-via-color: #FFEB9A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 235, 154, 0)) !important;
  }

  .sm\:focus\:via-green-100:focus {
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .sm\:focus\:via-green-200:focus {
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .sm\:focus\:via-green-300:focus {
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .sm\:focus\:via-green-400:focus {
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .sm\:focus\:via-green-500:focus {
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .sm\:focus\:via-green-600:focus {
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .sm\:focus\:via-green-700:focus {
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .sm\:focus\:via-green-800:focus {
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .sm\:focus\:via-green-900:focus {
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .sm\:focus\:via-teal-100:focus {
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .sm\:focus\:via-teal-200:focus {
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .sm\:focus\:via-teal-300:focus {
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .sm\:focus\:via-teal-400:focus {
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .sm\:focus\:via-teal-500:focus {
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .sm\:focus\:via-teal-600:focus {
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .sm\:focus\:via-teal-700:focus {
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .sm\:focus\:via-teal-800:focus {
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .sm\:focus\:via-teal-900:focus {
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .sm\:focus\:via-blue-100:focus {
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .sm\:focus\:via-blue-200:focus {
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .sm\:focus\:via-blue-300:focus {
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .sm\:focus\:via-blue-400:focus {
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .sm\:focus\:via-blue-500:focus {
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .sm\:focus\:via-blue-600:focus {
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .sm\:focus\:via-blue-700:focus {
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .sm\:focus\:via-blue-800:focus {
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .sm\:focus\:via-blue-900:focus {
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .sm\:focus\:via-indigo-100:focus {
    --gradient-via-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .sm\:focus\:via-indigo-200:focus {
    --gradient-via-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .sm\:focus\:via-indigo-300:focus {
    --gradient-via-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .sm\:focus\:via-indigo-400:focus {
    --gradient-via-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .sm\:focus\:via-indigo-500:focus {
    --gradient-via-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .sm\:focus\:via-indigo-600:focus {
    --gradient-via-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .sm\:focus\:via-indigo-700:focus {
    --gradient-via-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .sm\:focus\:via-indigo-800:focus {
    --gradient-via-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .sm\:focus\:via-indigo-900:focus {
    --gradient-via-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .sm\:focus\:via-purple-100:focus {
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .sm\:focus\:via-purple-200:focus {
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .sm\:focus\:via-purple-300:focus {
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .sm\:focus\:via-purple-400:focus {
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .sm\:focus\:via-purple-500:focus {
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .sm\:focus\:via-purple-600:focus {
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .sm\:focus\:via-purple-700:focus {
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .sm\:focus\:via-purple-800:focus {
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .sm\:focus\:via-purple-900:focus {
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .sm\:focus\:via-pink-100:focus {
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .sm\:focus\:via-pink-200:focus {
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .sm\:focus\:via-pink-300:focus {
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .sm\:focus\:via-pink-400:focus {
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .sm\:focus\:via-pink-500:focus {
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .sm\:focus\:via-pink-600:focus {
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .sm\:focus\:via-pink-700:focus {
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .sm\:focus\:via-pink-800:focus {
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .sm\:focus\:via-pink-900:focus {
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .sm\:focus\:via-navy-blue:focus {
    --gradient-via-color: #23345A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 52, 90, 0)) !important;
  }

  .sm\:focus\:via-cyan:focus {
    --gradient-via-color: #40C8EA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 200, 234, 0)) !important;
  }

  .sm\:focus\:via-yellowOrange:focus {
    --gradient-via-color: #F8E9A7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 233, 167, 0)) !important;
  }

  .sm\:focus\:via-light-blue:focus {
    --gradient-via-color: #C9EAF4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(201, 234, 244, 0)) !important;
  }

  .sm\:focus\:via-lightest-blue:focus {
    --gradient-via-color: #EBFAFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 250, 255, 0)) !important;
  }

  .sm\:focus\:via-blueGreen:focus {
    --gradient-via-color: #148093 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 128, 147, 0)) !important;
  }

  .sm\:focus\:via-mediumGray:focus {
    --gradient-via-color: #97A2B0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 162, 176, 0)) !important;
  }

  .sm\:focus\:via-light-gray:focus {
    --gradient-via-color: #ACACB4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(172, 172, 180, 0)) !important;
  }

  .sm\:focus\:via-lightestGray:focus {
    --gradient-via-color: #F2F2F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .sm\:focus\:via-dark-gray:focus {
    --gradient-via-color: #64626F !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(100, 98, 111, 0)) !important;
  }

  .sm\:focus\:via-nav-gray:focus {
    --gradient-via-color: #65718C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(101, 113, 140, 0)) !important;
  }

  .sm\:focus\:via-bullet-gray:focus {
    --gradient-via-color: #F1F1F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 241, 242, 0)) !important;
  }

  .sm\:focus\:via-dark-red:focus {
    --gradient-via-color: #951700 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 23, 0, 0)) !important;
  }

  .sm\:focus\:via-navy:focus {
    --gradient-via-color: #182F50 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(24, 47, 80, 0)) !important;
  }

  .sm\:focus\:via-lightNavy:focus {
    --gradient-via-color: #687FA0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 127, 160, 0)) !important;
  }

  .sm\:focus\:to-transparent:focus {
    --gradient-to-color: transparent !important;
  }

  .sm\:focus\:to-current:focus {
    --gradient-to-color: currentColor !important;
  }

  .sm\:focus\:to-black:focus {
    --gradient-to-color: #000000 !important;
  }

  .sm\:focus\:to-white:focus {
    --gradient-to-color: #FFFFFF !important;
  }

  .sm\:focus\:to-gray:focus {
    --gradient-to-color: #727272 !important;
  }

  .sm\:focus\:to-red:focus {
    --gradient-to-color: #E12A09 !important;
  }

  .sm\:focus\:to-orange:focus {
    --gradient-to-color: #F29C2B !important;
  }

  .sm\:focus\:to-yellow:focus {
    --gradient-to-color: #FFEB9A !important;
  }

  .sm\:focus\:to-green-100:focus {
    --gradient-to-color: #f0fff4 !important;
  }

  .sm\:focus\:to-green-200:focus {
    --gradient-to-color: #c6f6d5 !important;
  }

  .sm\:focus\:to-green-300:focus {
    --gradient-to-color: #9ae6b4 !important;
  }

  .sm\:focus\:to-green-400:focus {
    --gradient-to-color: #68d391 !important;
  }

  .sm\:focus\:to-green-500:focus {
    --gradient-to-color: #48bb78 !important;
  }

  .sm\:focus\:to-green-600:focus {
    --gradient-to-color: #38a169 !important;
  }

  .sm\:focus\:to-green-700:focus {
    --gradient-to-color: #2f855a !important;
  }

  .sm\:focus\:to-green-800:focus {
    --gradient-to-color: #276749 !important;
  }

  .sm\:focus\:to-green-900:focus {
    --gradient-to-color: #22543d !important;
  }

  .sm\:focus\:to-teal-100:focus {
    --gradient-to-color: #e6fffa !important;
  }

  .sm\:focus\:to-teal-200:focus {
    --gradient-to-color: #b2f5ea !important;
  }

  .sm\:focus\:to-teal-300:focus {
    --gradient-to-color: #81e6d9 !important;
  }

  .sm\:focus\:to-teal-400:focus {
    --gradient-to-color: #4fd1c5 !important;
  }

  .sm\:focus\:to-teal-500:focus {
    --gradient-to-color: #38b2ac !important;
  }

  .sm\:focus\:to-teal-600:focus {
    --gradient-to-color: #319795 !important;
  }

  .sm\:focus\:to-teal-700:focus {
    --gradient-to-color: #2c7a7b !important;
  }

  .sm\:focus\:to-teal-800:focus {
    --gradient-to-color: #285e61 !important;
  }

  .sm\:focus\:to-teal-900:focus {
    --gradient-to-color: #234e52 !important;
  }

  .sm\:focus\:to-blue-100:focus {
    --gradient-to-color: #ebf8ff !important;
  }

  .sm\:focus\:to-blue-200:focus {
    --gradient-to-color: #bee3f8 !important;
  }

  .sm\:focus\:to-blue-300:focus {
    --gradient-to-color: #90cdf4 !important;
  }

  .sm\:focus\:to-blue-400:focus {
    --gradient-to-color: #63b3ed !important;
  }

  .sm\:focus\:to-blue-500:focus {
    --gradient-to-color: #4299e1 !important;
  }

  .sm\:focus\:to-blue-600:focus {
    --gradient-to-color: #3182ce !important;
  }

  .sm\:focus\:to-blue-700:focus {
    --gradient-to-color: #2b6cb0 !important;
  }

  .sm\:focus\:to-blue-800:focus {
    --gradient-to-color: #2c5282 !important;
  }

  .sm\:focus\:to-blue-900:focus {
    --gradient-to-color: #2a4365 !important;
  }

  .sm\:focus\:to-indigo-100:focus {
    --gradient-to-color: #ebf4ff !important;
  }

  .sm\:focus\:to-indigo-200:focus {
    --gradient-to-color: #c3dafe !important;
  }

  .sm\:focus\:to-indigo-300:focus {
    --gradient-to-color: #a3bffa !important;
  }

  .sm\:focus\:to-indigo-400:focus {
    --gradient-to-color: #7f9cf5 !important;
  }

  .sm\:focus\:to-indigo-500:focus {
    --gradient-to-color: #667eea !important;
  }

  .sm\:focus\:to-indigo-600:focus {
    --gradient-to-color: #5a67d8 !important;
  }

  .sm\:focus\:to-indigo-700:focus {
    --gradient-to-color: #4c51bf !important;
  }

  .sm\:focus\:to-indigo-800:focus {
    --gradient-to-color: #434190 !important;
  }

  .sm\:focus\:to-indigo-900:focus {
    --gradient-to-color: #3c366b !important;
  }

  .sm\:focus\:to-purple-100:focus {
    --gradient-to-color: #faf5ff !important;
  }

  .sm\:focus\:to-purple-200:focus {
    --gradient-to-color: #e9d8fd !important;
  }

  .sm\:focus\:to-purple-300:focus {
    --gradient-to-color: #d6bcfa !important;
  }

  .sm\:focus\:to-purple-400:focus {
    --gradient-to-color: #b794f4 !important;
  }

  .sm\:focus\:to-purple-500:focus {
    --gradient-to-color: #9f7aea !important;
  }

  .sm\:focus\:to-purple-600:focus {
    --gradient-to-color: #805ad5 !important;
  }

  .sm\:focus\:to-purple-700:focus {
    --gradient-to-color: #6b46c1 !important;
  }

  .sm\:focus\:to-purple-800:focus {
    --gradient-to-color: #553c9a !important;
  }

  .sm\:focus\:to-purple-900:focus {
    --gradient-to-color: #44337a !important;
  }

  .sm\:focus\:to-pink-100:focus {
    --gradient-to-color: #fff5f7 !important;
  }

  .sm\:focus\:to-pink-200:focus {
    --gradient-to-color: #fed7e2 !important;
  }

  .sm\:focus\:to-pink-300:focus {
    --gradient-to-color: #fbb6ce !important;
  }

  .sm\:focus\:to-pink-400:focus {
    --gradient-to-color: #f687b3 !important;
  }

  .sm\:focus\:to-pink-500:focus {
    --gradient-to-color: #ed64a6 !important;
  }

  .sm\:focus\:to-pink-600:focus {
    --gradient-to-color: #d53f8c !important;
  }

  .sm\:focus\:to-pink-700:focus {
    --gradient-to-color: #b83280 !important;
  }

  .sm\:focus\:to-pink-800:focus {
    --gradient-to-color: #97266d !important;
  }

  .sm\:focus\:to-pink-900:focus {
    --gradient-to-color: #702459 !important;
  }

  .sm\:focus\:to-navy-blue:focus {
    --gradient-to-color: #23345A !important;
  }

  .sm\:focus\:to-cyan:focus {
    --gradient-to-color: #40C8EA !important;
  }

  .sm\:focus\:to-yellowOrange:focus {
    --gradient-to-color: #F8E9A7 !important;
  }

  .sm\:focus\:to-light-blue:focus {
    --gradient-to-color: #C9EAF4 !important;
  }

  .sm\:focus\:to-lightest-blue:focus {
    --gradient-to-color: #EBFAFF !important;
  }

  .sm\:focus\:to-blueGreen:focus {
    --gradient-to-color: #148093 !important;
  }

  .sm\:focus\:to-mediumGray:focus {
    --gradient-to-color: #97A2B0 !important;
  }

  .sm\:focus\:to-light-gray:focus {
    --gradient-to-color: #ACACB4 !important;
  }

  .sm\:focus\:to-lightestGray:focus {
    --gradient-to-color: #F2F2F2 !important;
  }

  .sm\:focus\:to-dark-gray:focus {
    --gradient-to-color: #64626F !important;
  }

  .sm\:focus\:to-nav-gray:focus {
    --gradient-to-color: #65718C !important;
  }

  .sm\:focus\:to-bullet-gray:focus {
    --gradient-to-color: #F1F1F2 !important;
  }

  .sm\:focus\:to-dark-red:focus {
    --gradient-to-color: #951700 !important;
  }

  .sm\:focus\:to-navy:focus {
    --gradient-to-color: #182F50 !important;
  }

  .sm\:focus\:to-lightNavy:focus {
    --gradient-to-color: #687FA0 !important;
  }

  .sm\:bg-opacity-0 {
    --bg-opacity: 0 !important;
  }

  .sm\:bg-opacity-25 {
    --bg-opacity: 0.25 !important;
  }

  .sm\:bg-opacity-50 {
    --bg-opacity: 0.5 !important;
  }

  .sm\:bg-opacity-75 {
    --bg-opacity: 0.75 !important;
  }

  .sm\:bg-opacity-100 {
    --bg-opacity: 1 !important;
  }

  .sm\:hover\:bg-opacity-0:hover {
    --bg-opacity: 0 !important;
  }

  .sm\:hover\:bg-opacity-25:hover {
    --bg-opacity: 0.25 !important;
  }

  .sm\:hover\:bg-opacity-50:hover {
    --bg-opacity: 0.5 !important;
  }

  .sm\:hover\:bg-opacity-75:hover {
    --bg-opacity: 0.75 !important;
  }

  .sm\:hover\:bg-opacity-100:hover {
    --bg-opacity: 1 !important;
  }

  .sm\:focus\:bg-opacity-0:focus {
    --bg-opacity: 0 !important;
  }

  .sm\:focus\:bg-opacity-25:focus {
    --bg-opacity: 0.25 !important;
  }

  .sm\:focus\:bg-opacity-50:focus {
    --bg-opacity: 0.5 !important;
  }

  .sm\:focus\:bg-opacity-75:focus {
    --bg-opacity: 0.75 !important;
  }

  .sm\:focus\:bg-opacity-100:focus {
    --bg-opacity: 1 !important;
  }

  .sm\:bg-bottom {
    background-position: bottom !important;
  }

  .sm\:bg-center {
    background-position: center !important;
  }

  .sm\:bg-left {
    background-position: left !important;
  }

  .sm\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .sm\:bg-left-top {
    background-position: left top !important;
  }

  .sm\:bg-right {
    background-position: right !important;
  }

  .sm\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .sm\:bg-right-top {
    background-position: right top !important;
  }

  .sm\:bg-top {
    background-position: top !important;
  }

  .sm\:bg-repeat {
    background-repeat: repeat !important;
  }

  .sm\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .sm\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .sm\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .sm\:bg-repeat-round {
    background-repeat: round !important;
  }

  .sm\:bg-repeat-space {
    background-repeat: space !important;
  }

  .sm\:bg-auto {
    background-size: auto !important;
  }

  .sm\:bg-cover {
    background-size: cover !important;
  }

  .sm\:bg-contain {
    background-size: contain !important;
  }

  .sm\:border-collapse {
    border-collapse: collapse !important;
  }

  .sm\:border-separate {
    border-collapse: separate !important;
  }

  .sm\:border-opacity-0 {
    --border-opacity: 0 !important;
  }

  .sm\:border-opacity-25 {
    --border-opacity: 0.25 !important;
  }

  .sm\:border-opacity-50 {
    --border-opacity: 0.5 !important;
  }

  .sm\:border-opacity-75 {
    --border-opacity: 0.75 !important;
  }

  .sm\:border-opacity-100 {
    --border-opacity: 1 !important;
  }

  .sm\:hover\:border-opacity-0:hover {
    --border-opacity: 0 !important;
  }

  .sm\:hover\:border-opacity-25:hover {
    --border-opacity: 0.25 !important;
  }

  .sm\:hover\:border-opacity-50:hover {
    --border-opacity: 0.5 !important;
  }

  .sm\:hover\:border-opacity-75:hover {
    --border-opacity: 0.75 !important;
  }

  .sm\:hover\:border-opacity-100:hover {
    --border-opacity: 1 !important;
  }

  .sm\:focus\:border-opacity-0:focus {
    --border-opacity: 0 !important;
  }

  .sm\:focus\:border-opacity-25:focus {
    --border-opacity: 0.25 !important;
  }

  .sm\:focus\:border-opacity-50:focus {
    --border-opacity: 0.5 !important;
  }

  .sm\:focus\:border-opacity-75:focus {
    --border-opacity: 0.75 !important;
  }

  .sm\:focus\:border-opacity-100:focus {
    --border-opacity: 1 !important;
  }

  .sm\:rounded-none {
    border-radius: 0 !important;
  }

  .sm\:rounded-sm {
    border-radius: 0.125rem !important;
  }

  .sm\:rounded {
    border-radius: 0.25rem !important;
  }

  .sm\:rounded-md {
    border-radius: 0.375rem !important;
  }

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

  .sm\:rounded-xl {
    border-radius: 0.75rem !important;
  }

  .sm\:rounded-2xl {
    border-radius: 1rem !important;
  }

  .sm\:rounded-3xl {
    border-radius: 1.5rem !important;
  }

  .sm\:rounded-full {
    border-radius: 9999px !important;
  }

  .sm\:rounded-t-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .sm\:rounded-r-none {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .sm\:rounded-b-none {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .sm\:rounded-l-none {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .sm\:rounded-t-sm {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .sm\:rounded-r-sm {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .sm\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .sm\:rounded-l-sm {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .sm\:rounded-t {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .sm\:rounded-r {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .sm\:rounded-b {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .sm\:rounded-l {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .sm\:rounded-t-md {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .sm\:rounded-r-md {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .sm\:rounded-b-md {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .sm\:rounded-l-md {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .sm\:rounded-t-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .sm\:rounded-r-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .sm\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .sm\:rounded-l-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .sm\:rounded-t-xl {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .sm\:rounded-r-xl {
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .sm\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .sm\:rounded-l-xl {
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .sm\:rounded-t-2xl {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .sm\:rounded-r-2xl {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .sm\:rounded-b-2xl {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .sm\:rounded-l-2xl {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .sm\:rounded-t-3xl {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .sm\:rounded-r-3xl {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .sm\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .sm\:rounded-l-3xl {
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .sm\:rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .sm\:rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .sm\:rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:rounded-tl-none {
    border-top-left-radius: 0 !important;
  }

  .sm\:rounded-tr-none {
    border-top-right-radius: 0 !important;
  }

  .sm\:rounded-br-none {
    border-bottom-right-radius: 0 !important;
  }

  .sm\:rounded-bl-none {
    border-bottom-left-radius: 0 !important;
  }

  .sm\:rounded-tl-sm {
    border-top-left-radius: 0.125rem !important;
  }

  .sm\:rounded-tr-sm {
    border-top-right-radius: 0.125rem !important;
  }

  .sm\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem !important;
  }

  .sm\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem !important;
  }

  .sm\:rounded-tl {
    border-top-left-radius: 0.25rem !important;
  }

  .sm\:rounded-tr {
    border-top-right-radius: 0.25rem !important;
  }

  .sm\:rounded-br {
    border-bottom-right-radius: 0.25rem !important;
  }

  .sm\:rounded-bl {
    border-bottom-left-radius: 0.25rem !important;
  }

  .sm\:rounded-tl-md {
    border-top-left-radius: 0.375rem !important;
  }

  .sm\:rounded-tr-md {
    border-top-right-radius: 0.375rem !important;
  }

  .sm\:rounded-br-md {
    border-bottom-right-radius: 0.375rem !important;
  }

  .sm\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem !important;
  }

  .sm\:rounded-tl-lg {
    border-top-left-radius: 0.5rem !important;
  }

  .sm\:rounded-tr-lg {
    border-top-right-radius: 0.5rem !important;
  }

  .sm\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem !important;
  }

  .sm\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem !important;
  }

  .sm\:rounded-tl-xl {
    border-top-left-radius: 0.75rem !important;
  }

  .sm\:rounded-tr-xl {
    border-top-right-radius: 0.75rem !important;
  }

  .sm\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem !important;
  }

  .sm\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem !important;
  }

  .sm\:rounded-tl-2xl {
    border-top-left-radius: 1rem !important;
  }

  .sm\:rounded-tr-2xl {
    border-top-right-radius: 1rem !important;
  }

  .sm\:rounded-br-2xl {
    border-bottom-right-radius: 1rem !important;
  }

  .sm\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem !important;
  }

  .sm\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem !important;
  }

  .sm\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem !important;
  }

  .sm\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem !important;
  }

  .sm\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem !important;
  }

  .sm\:rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .sm\:rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .sm\:rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .sm\:rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:border-solid {
    border-style: solid !important;
  }

  .sm\:border-dashed {
    border-style: dashed !important;
  }

  .sm\:border-dotted {
    border-style: dotted !important;
  }

  .sm\:border-double {
    border-style: double !important;
  }

  .sm\:border-none {
    border-style: none !important;
  }

  .sm\:hover\:border-solid:hover {
    border-style: solid !important;
  }

  .sm\:hover\:border-dashed:hover {
    border-style: dashed !important;
  }

  .sm\:hover\:border-dotted:hover {
    border-style: dotted !important;
  }

  .sm\:hover\:border-double:hover {
    border-style: double !important;
  }

  .sm\:hover\:border-none:hover {
    border-style: none !important;
  }

  .group:hover .sm\:group-hover\:border-solid {
    border-style: solid !important;
  }

  .group:hover .sm\:group-hover\:border-dashed {
    border-style: dashed !important;
  }

  .group:hover .sm\:group-hover\:border-dotted {
    border-style: dotted !important;
  }

  .group:hover .sm\:group-hover\:border-double {
    border-style: double !important;
  }

  .group:hover .sm\:group-hover\:border-none {
    border-style: none !important;
  }

  .sm\:border-2 {
    border-width: 2px !important;
  }

  .sm\:border-0px {
    border-width: 0px !important;
  }

  .sm\:border-18px {
    border-width: 18px !important;
  }

  .sm\:border-t-2 {
    border-top-width: 2px !important;
  }

  .sm\:border-r-2 {
    border-right-width: 2px !important;
  }

  .sm\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .sm\:border-l-2 {
    border-left-width: 2px !important;
  }

  .sm\:border-t-0px {
    border-top-width: 0px !important;
  }

  .sm\:border-r-0px {
    border-right-width: 0px !important;
  }

  .sm\:border-b-0px {
    border-bottom-width: 0px !important;
  }

  .sm\:border-l-0px {
    border-left-width: 0px !important;
  }

  .sm\:border-t-18px {
    border-top-width: 18px !important;
  }

  .sm\:border-r-18px {
    border-right-width: 18px !important;
  }

  .sm\:border-b-18px {
    border-bottom-width: 18px !important;
  }

  .sm\:border-l-18px {
    border-left-width: 18px !important;
  }

  .sm\:hover\:border-2:hover {
    border-width: 2px !important;
  }

  .sm\:hover\:border-0px:hover {
    border-width: 0px !important;
  }

  .sm\:hover\:border-18px:hover {
    border-width: 18px !important;
  }

  .sm\:hover\:border-t-2:hover {
    border-top-width: 2px !important;
  }

  .sm\:hover\:border-r-2:hover {
    border-right-width: 2px !important;
  }

  .sm\:hover\:border-b-2:hover {
    border-bottom-width: 2px !important;
  }

  .sm\:hover\:border-l-2:hover {
    border-left-width: 2px !important;
  }

  .sm\:hover\:border-t-0px:hover {
    border-top-width: 0px !important;
  }

  .sm\:hover\:border-r-0px:hover {
    border-right-width: 0px !important;
  }

  .sm\:hover\:border-b-0px:hover {
    border-bottom-width: 0px !important;
  }

  .sm\:hover\:border-l-0px:hover {
    border-left-width: 0px !important;
  }

  .sm\:hover\:border-t-18px:hover {
    border-top-width: 18px !important;
  }

  .sm\:hover\:border-r-18px:hover {
    border-right-width: 18px !important;
  }

  .sm\:hover\:border-b-18px:hover {
    border-bottom-width: 18px !important;
  }

  .sm\:hover\:border-l-18px:hover {
    border-left-width: 18px !important;
  }

  .group:hover .sm\:group-hover\:border-2 {
    border-width: 2px !important;
  }

  .group:hover .sm\:group-hover\:border-0px {
    border-width: 0px !important;
  }

  .group:hover .sm\:group-hover\:border-18px {
    border-width: 18px !important;
  }

  .group:hover .sm\:group-hover\:border-t-2 {
    border-top-width: 2px !important;
  }

  .group:hover .sm\:group-hover\:border-r-2 {
    border-right-width: 2px !important;
  }

  .group:hover .sm\:group-hover\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .group:hover .sm\:group-hover\:border-l-2 {
    border-left-width: 2px !important;
  }

  .group:hover .sm\:group-hover\:border-t-0px {
    border-top-width: 0px !important;
  }

  .group:hover .sm\:group-hover\:border-r-0px {
    border-right-width: 0px !important;
  }

  .group:hover .sm\:group-hover\:border-b-0px {
    border-bottom-width: 0px !important;
  }

  .group:hover .sm\:group-hover\:border-l-0px {
    border-left-width: 0px !important;
  }

  .group:hover .sm\:group-hover\:border-t-18px {
    border-top-width: 18px !important;
  }

  .group:hover .sm\:group-hover\:border-r-18px {
    border-right-width: 18px !important;
  }

  .group:hover .sm\:group-hover\:border-b-18px {
    border-bottom-width: 18px !important;
  }

  .group:hover .sm\:group-hover\:border-l-18px {
    border-left-width: 18px !important;
  }

  .sm\:box-border {
    box-sizing: border-box !important;
  }

  .sm\:box-content {
    box-sizing: content-box !important;
  }

  .sm\:cursor-auto {
    cursor: auto !important;
  }

  .sm\:cursor-default {
    cursor: default !important;
  }

  .sm\:cursor-pointer {
    cursor: pointer !important;
  }

  .sm\:cursor-wait {
    cursor: wait !important;
  }

  .sm\:cursor-text {
    cursor: text !important;
  }

  .sm\:cursor-move {
    cursor: move !important;
  }

  .sm\:cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .sm\:block {
    display: block !important;
  }

  .sm\:inline-block {
    display: inline-block !important;
  }

  .sm\:inline {
    display: inline !important;
  }

  .sm\:flex {
    display: flex !important;
  }

  .sm\:inline-flex {
    display: inline-flex !important;
  }

  .sm\:table {
    display: table !important;
  }

  .sm\:table-caption {
    display: table-caption !important;
  }

  .sm\:table-cell {
    display: table-cell !important;
  }

  .sm\:table-column {
    display: table-column !important;
  }

  .sm\:table-column-group {
    display: table-column-group !important;
  }

  .sm\:table-footer-group {
    display: table-footer-group !important;
  }

  .sm\:table-header-group {
    display: table-header-group !important;
  }

  .sm\:table-row-group {
    display: table-row-group !important;
  }

  .sm\:table-row {
    display: table-row !important;
  }

  .sm\:flow-root {
    display: flow-root !important;
  }

  .sm\:grid {
    display: grid !important;
  }

  .sm\:inline-grid {
    display: inline-grid !important;
  }

  .sm\:contents {
    display: contents !important;
  }

  .sm\:hidden {
    display: none !important;
  }

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

  .sm\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

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

  .sm\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .sm\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .sm\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .sm\:flex-no-wrap {
    flex-wrap: nowrap !important;
  }

  .sm\:place-items-auto {
    place-items: auto !important;
  }

  .sm\:place-items-start {
    place-items: start !important;
  }

  .sm\:place-items-end {
    place-items: end !important;
  }

  .sm\:place-items-center {
    place-items: center !important;
  }

  .sm\:place-items-stretch {
    place-items: stretch !important;
  }

  .sm\:place-content-center {
    place-content: center !important;
  }

  .sm\:place-content-start {
    place-content: start !important;
  }

  .sm\:place-content-end {
    place-content: end !important;
  }

  .sm\:place-content-between {
    place-content: space-between !important;
  }

  .sm\:place-content-around {
    place-content: space-around !important;
  }

  .sm\:place-content-evenly {
    place-content: space-evenly !important;
  }

  .sm\:place-content-stretch {
    place-content: stretch !important;
  }

  .sm\:place-self-auto {
    place-self: auto !important;
  }

  .sm\:place-self-start {
    place-self: start !important;
  }

  .sm\:place-self-end {
    place-self: end !important;
  }

  .sm\:place-self-center {
    place-self: center !important;
  }

  .sm\:place-self-stretch {
    place-self: stretch !important;
  }

  .sm\:items-start {
    align-items: flex-start !important;
  }

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

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

  .sm\:items-baseline {
    align-items: baseline !important;
  }

  .sm\:items-stretch {
    align-items: stretch !important;
  }

  .sm\:content-center {
    align-content: center !important;
  }

  .sm\:content-start {
    align-content: flex-start !important;
  }

  .sm\:content-end {
    align-content: flex-end !important;
  }

  .sm\:content-between {
    align-content: space-between !important;
  }

  .sm\:content-around {
    align-content: space-around !important;
  }

  .sm\:content-evenly {
    align-content: space-evenly !important;
  }

  .sm\:self-auto {
    align-self: auto !important;
  }

  .sm\:self-start {
    align-self: flex-start !important;
  }

  .sm\:self-end {
    align-self: flex-end !important;
  }

  .sm\:self-center {
    align-self: center !important;
  }

  .sm\:self-stretch {
    align-self: stretch !important;
  }

  .sm\:justify-items-auto {
    justify-items: auto !important;
  }

  .sm\:justify-items-start {
    justify-items: start !important;
  }

  .sm\:justify-items-end {
    justify-items: end !important;
  }

  .sm\:justify-items-center {
    justify-items: center !important;
  }

  .sm\:justify-items-stretch {
    justify-items: stretch !important;
  }

  .sm\:justify-start {
    justify-content: flex-start !important;
  }

  .sm\:justify-end {
    justify-content: flex-end !important;
  }

  .sm\:justify-center {
    justify-content: center !important;
  }

  .sm\:justify-between {
    justify-content: space-between !important;
  }

  .sm\:justify-around {
    justify-content: space-around !important;
  }

  .sm\:justify-evenly {
    justify-content: space-evenly !important;
  }

  .sm\:justify-self-auto {
    justify-self: auto !important;
  }

  .sm\:justify-self-start {
    justify-self: start !important;
  }

  .sm\:justify-self-end {
    justify-self: end !important;
  }

  .sm\:justify-self-center {
    justify-self: center !important;
  }

  .sm\:justify-self-stretch {
    justify-self: stretch !important;
  }

  .sm\:flex-1 {
    flex: 1 1 0% !important;
  }

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

  .sm\:flex-initial {
    flex: 0 1 auto !important;
  }

  .sm\:flex-none {
    flex: none !important;
  }

  .sm\:flex-grow-0 {
    flex-grow: 0 !important;
  }

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

  .sm\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .sm\:flex-shrink {
    flex-shrink: 1 !important;
  }

  .sm\:order-1 {
    order: 1 !important;
  }

  .sm\:order-2 {
    order: 2 !important;
  }

  .sm\:order-3 {
    order: 3 !important;
  }

  .sm\:order-4 {
    order: 4 !important;
  }

  .sm\:order-5 {
    order: 5 !important;
  }

  .sm\:order-6 {
    order: 6 !important;
  }

  .sm\:order-7 {
    order: 7 !important;
  }

  .sm\:order-8 {
    order: 8 !important;
  }

  .sm\:order-9 {
    order: 9 !important;
  }

  .sm\:order-10 {
    order: 10 !important;
  }

  .sm\:order-11 {
    order: 11 !important;
  }

  .sm\:order-12 {
    order: 12 !important;
  }

  .sm\:order-first {
    order: -9999 !important;
  }

  .sm\:order-last {
    order: 9999 !important;
  }

  .sm\:order-none {
    order: 0 !important;
  }

  .sm\:float-right {
    float: right !important;
  }

  .sm\:float-left {
    float: left !important;
  }

  .sm\:float-none {
    float: none !important;
  }

  .sm\:clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .sm\:clear-left {
    clear: left !important;
  }

  .sm\:clear-right {
    clear: right !important;
  }

  .sm\:clear-both {
    clear: both !important;
  }

  .sm\:clear-none {
    clear: none !important;
  }

  .sm\:font-body {
    font-family: Montserrat, sans-serif !important;
  }

  .sm\:font-hairline {
    font-weight: 100 !important;
  }

  .sm\:font-thin {
    font-weight: 200 !important;
  }

  .sm\:font-light {
    font-weight: 300 !important;
  }

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

  .sm\:font-medium {
    font-weight: 500 !important;
  }

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

  .sm\:font-bold {
    font-weight: 700 !important;
  }

  .sm\:font-extrabold {
    font-weight: 800 !important;
  }

  .sm\:font-black {
    font-weight: 900 !important;
  }

  .sm\:hover\:font-hairline:hover {
    font-weight: 100 !important;
  }

  .sm\:hover\:font-thin:hover {
    font-weight: 200 !important;
  }

  .sm\:hover\:font-light:hover {
    font-weight: 300 !important;
  }

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

  .sm\:hover\:font-medium:hover {
    font-weight: 500 !important;
  }

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

  .sm\:hover\:font-bold:hover {
    font-weight: 700 !important;
  }

  .sm\:hover\:font-extrabold:hover {
    font-weight: 800 !important;
  }

  .sm\:hover\:font-black:hover {
    font-weight: 900 !important;
  }

  .sm\:focus\:font-hairline:focus {
    font-weight: 100 !important;
  }

  .sm\:focus\:font-thin:focus {
    font-weight: 200 !important;
  }

  .sm\:focus\:font-light:focus {
    font-weight: 300 !important;
  }

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

  .sm\:focus\:font-medium:focus {
    font-weight: 500 !important;
  }

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

  .sm\:focus\:font-bold:focus {
    font-weight: 700 !important;
  }

  .sm\:focus\:font-extrabold:focus {
    font-weight: 800 !important;
  }

  .sm\:focus\:font-black:focus {
    font-weight: 900 !important;
  }

  .sm\:h-0 {
    height: 0 !important;
  }

  .sm\:h-1 {
    height: 0.25rem !important;
  }

  .sm\:h-2 {
    height: 0.5rem !important;
  }

  .sm\:h-3 {
    height: 0.75rem !important;
  }

  .sm\:h-4 {
    height: 1rem !important;
  }

  .sm\:h-5 {
    height: 1.25rem !important;
  }

  .sm\:h-6 {
    height: 1.5rem !important;
  }

  .sm\:h-8 {
    height: 2rem !important;
  }

  .sm\:h-9 {
    height: 2.5rem !important;
  }

  .sm\:h-10 {
    height: 2.5rem !important;
  }

  .sm\:h-12 {
    height: 3rem !important;
  }

  .sm\:h-14 {
    height: 3.5rem !important;
  }

  .sm\:h-16 {
    height: 4rem !important;
  }

  .sm\:h-18 {
    height: 4.5rem !important;
  }

  .sm\:h-20 {
    height: 5rem !important;
  }

  .sm\:h-22 {
    height: 5.626rem !important;
  }

  .sm\:h-24 {
    height: 6rem !important;
  }

  .sm\:h-26 {
    height: 6.25rem !important;
  }

  .sm\:h-28 {
    height: 7rem !important;
  }

  .sm\:h-32 {
    height: 8rem !important;
  }

  .sm\:h-34 {
    height: 8.5rem !important;
  }

  .sm\:h-38 {
    height: 9.25rem !important;
  }

  .sm\:h-40 {
    height: 10rem !important;
  }

  .sm\:h-46 {
    height: 11.75rem !important;
  }

  .sm\:h-48 {
    height: 12rem !important;
  }

  .sm\:h-56 {
    height: 14rem !important;
  }

  .sm\:h-64 {
    height: 16rem !important;
  }

  .sm\:h-82 {
    height: 20.75rem !important;
  }

  .sm\:h-auto {
    height: auto !important;
  }

  .sm\:h-px {
    height: 1px !important;
  }

  .sm\:h-tiny {
    height: 0.3rem !important;
  }

  .sm\:h-quick-links {
    height: 26% !important;
  }

  .sm\:h-pro-slid {
    height: 48% !important;
  }

  .sm\:h-62p {
    height: 62% !important;
  }

  .sm\:h-90p {
    height: 90% !important;
  }

  .sm\:h-x-large {
    height: 27.5rem !important;
  }

  .sm\:h-2px {
    height: 0.125rem !important;
  }

  .sm\:h-9px {
    height: 0.5625rem !important;
  }

  .sm\:h-10px {
    height: 0.625rem !important;
  }

  .sm\:h-18px {
    height: 1.125rem !important;
  }

  .sm\:h-20px {
    height: 1.25rem !important;
  }

  .sm\:h-24px {
    height: 1.5rem !important;
  }

  .sm\:h-26px {
    height: 1.625rem !important;
  }

  .sm\:h-30px {
    height: 1.875rem !important;
  }

  .sm\:h-38px {
    height: 2.375rem !important;
  }

  .sm\:h-43px {
    height: 2.6875rem !important;
  }

  .sm\:h-44px {
    height: 2.75rem !important;
  }

  .sm\:h-46px {
    height: 2.875rem !important;
  }

  .sm\:h-53px {
    height: 3.3125rem !important;
  }

  .sm\:h-54px {
    height: 3.375rem !important;
  }

  .sm\:h-55px {
    height: 3.4375rem !important;
  }

  .sm\:h-60px {
    height: 3.75rem !important;
  }

  .sm\:h-67px {
    height: 4.1875rem !important;
  }

  .sm\:h-73px {
    height: 4.5625rem !important;
  }

  .sm\:h-80px {
    height: 5rem !important;
  }

  .sm\:h-81px {
    height: 5.0625rem !important;
  }

  .sm\:h-85px {
    height: 5.3125rem !important;
  }

  .sm\:h-92px {
    height: 5.75rem !important;
  }

  .sm\:h-100px {
    height: 6.25rem !important;
  }

  .sm\:h-106px {
    height: 6.625rem !important;
  }

  .sm\:h-123px {
    height: 7.6875rem !important;
  }

  .sm\:h-126px {
    height: 7.875rem !important;
  }

  .sm\:h-138px {
    height: 8.625rem !important;
  }

  .sm\:h-140px {
    height: 8.75rem !important;
  }

  .sm\:h-146px {
    height: 9.125rem !important;
  }

  .sm\:h-152px {
    height: 9.5rem !important;
  }

  .sm\:h-187px {
    height: 11.6875rem !important;
  }

  .sm\:h-220px {
    height: 13.75rem !important;
  }

  .sm\:h-253px {
    height: 15.8125rem !important;
  }

  .sm\:h-320px {
    height: 20rem !important;
  }

  .sm\:h-400px {
    height: 25rem !important;
  }

  .sm\:h-500px {
    height: 31.25rem !important;
  }

  .sm\:h-lgPaddingTop {
    height: 15.8125rem !important;
  }

  .sm\:h-phonePaddingTop {
    height: 9.875rem !important;
  }

  .sm\:h-tabletPaddingTop {
    height: 6.625rem !important;
  }

  .sm\:h-largePaddingTop {
    height: 13.75rem !important;
  }

  .sm\:h-phoneTextContentMaxWidth {
    height: 57.0625rem !important;
  }

  .sm\:h-phoneTextContentWidth {
    height: 63% !important;
  }

  .sm\:h-phoneBlockContentWidth {
    height: 71.625rem !important;
  }

  .sm\:h-tabletTextContentMaxWidth {
    height: 57.0625rem !important;
  }

  .sm\:h-tabletTextContentWidth {
    height: 63% !important;
  }

  .sm\:h-tabletBlockContentWidth {
    height: 71.625rem !important;
  }

  .sm\:h-largeTextContentMaxWidth {
    height: 57.0625rem !important;
  }

  .sm\:h-largeTextContentWidth {
    height: 63% !important;
  }

  .sm\:h-largeBlockContentWidth {
    height: 71.625rem !important;
  }

  .sm\:h-full {
    height: 100% !important;
  }

  .sm\:h-screen {
    height: 100vh !important;
  }

  .sm\:text-20 {
    font-size: 1.25rem !important;
  }

  .sm\:text-22 {
    font-size: 1.375rem !important;
  }

  .sm\:text-24 {
    font-size: 1.5rem !important;
  }

  .sm\:text-26 {
    font-size: 1.625rem !important;
  }

  .sm\:text-28 {
    font-size: 1.75rem !important;
  }

  .sm\:text-30 {
    font-size: 1.875rem !important;
  }

  .sm\:text-32 {
    font-size: 2rem !important;
  }

  .sm\:text-34 {
    font-size: 2.125rem !important;
  }

  .sm\:text-36 {
    font-size: 2.25rem !important;
  }

  .sm\:text-38 {
    font-size: 2.375rem !important;
  }

  .sm\:text-40 {
    font-size: 2.5rem !important;
  }

  .sm\:text-44 {
    font-size: 2.75rem !important;
  }

  .sm\:text-46 {
    font-size: 2.875rem !important;
  }

  .sm\:text-50 {
    font-size: 3.125rem !important;
  }

  .sm\:text-52 {
    font-size: 3.25rem !important;
  }

  .sm\:text-55 {
    font-size: 3.4375rem !important;
  }

  .sm\:text-60 {
    font-size: 3.75rem !important;
  }

  .sm\:text-64 {
    font-size: 4rem !important;
  }

  .sm\:text-66 {
    font-size: 4.125rem !important;
  }

  .sm\:text-70 {
    font-size: 4.375rem !important;
  }

  .sm\:text-80 {
    font-size: 5rem !important;
  }

  .sm\:text-100 {
    font-size: 6.25rem !important;
  }

  .sm\:text-xs {
    font-size: 0.75rem !important;
  }

  .sm\:text-sm {
    font-size: 0.875rem !important;
  }

  .sm\:text-base {
    font-size: 1rem !important;
  }

  .sm\:text-lg {
    font-size: 1.125rem !important;
  }

  .sm\:text-xl {
    font-size: 1.1875rem !important;
  }

  .sm\:leading-3 {
    line-height: .75rem !important;
  }

  .sm\:leading-4 {
    line-height: 1rem !important;
  }

  .sm\:leading-5 {
    line-height: 1.25rem !important;
  }

  .sm\:leading-6 {
    line-height: 1.5rem !important;
  }

  .sm\:leading-7 {
    line-height: 1.75rem !important;
  }

  .sm\:leading-8 {
    line-height: 2rem !important;
  }

  .sm\:leading-9 {
    line-height: 2.25rem !important;
  }

  .sm\:leading-10 {
    line-height: 2.5rem !important;
  }

  .sm\:leading-none {
    line-height: 1 !important;
  }

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

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

  .sm\:leading-normal {
    line-height: 1.5 !important;
  }

  .sm\:leading-relaxed {
    line-height: 1.625 !important;
  }

  .sm\:leading-loose {
    line-height: 2 !important;
  }

  .sm\:list-inside {
    list-style-position: inside !important;
  }

  .sm\:list-outside {
    list-style-position: outside !important;
  }

  .sm\:list-none {
    list-style-type: none !important;
  }

  .sm\:list-disc {
    list-style-type: disc !important;
  }

  .sm\:list-decimal {
    list-style-type: decimal !important;
  }

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

  .sm\:m-1 {
    margin: 0.25rem !important;
  }

  .sm\:m-2 {
    margin: 0.5rem !important;
  }

  .sm\:m-3 {
    margin: 0.75rem !important;
  }

  .sm\:m-4 {
    margin: 1rem !important;
  }

  .sm\:m-5 {
    margin: 1.25rem !important;
  }

  .sm\:m-6 {
    margin: 1.5rem !important;
  }

  .sm\:m-8 {
    margin: 2rem !important;
  }

  .sm\:m-9 {
    margin: 2.5rem !important;
  }

  .sm\:m-10 {
    margin: 2.5rem !important;
  }

  .sm\:m-12 {
    margin: 3rem !important;
  }

  .sm\:m-14 {
    margin: 3.5rem !important;
  }

  .sm\:m-16 {
    margin: 4rem !important;
  }

  .sm\:m-18 {
    margin: 4.5rem !important;
  }

  .sm\:m-20 {
    margin: 5rem !important;
  }

  .sm\:m-22 {
    margin: 5.626rem !important;
  }

  .sm\:m-24 {
    margin: 6rem !important;
  }

  .sm\:m-26 {
    margin: 6.25rem !important;
  }

  .sm\:m-28 {
    margin: 7rem !important;
  }

  .sm\:m-32 {
    margin: 8rem !important;
  }

  .sm\:m-34 {
    margin: 8.5rem !important;
  }

  .sm\:m-38 {
    margin: 9.25rem !important;
  }

  .sm\:m-40 {
    margin: 10rem !important;
  }

  .sm\:m-46 {
    margin: 11.75rem !important;
  }

  .sm\:m-48 {
    margin: 12rem !important;
  }

  .sm\:m-56 {
    margin: 14rem !important;
  }

  .sm\:m-64 {
    margin: 16rem !important;
  }

  .sm\:m-82 {
    margin: 20.75rem !important;
  }

  .sm\:m-auto {
    margin: auto !important;
  }

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

  .sm\:m-tiny {
    margin: 0.3rem !important;
  }

  .sm\:m-quick-links {
    margin: 26% !important;
  }

  .sm\:m-pro-slid {
    margin: 48% !important;
  }

  .sm\:m-62p {
    margin: 62% !important;
  }

  .sm\:m-90p {
    margin: 90% !important;
  }

  .sm\:m-x-large {
    margin: 27.5rem !important;
  }

  .sm\:m-2px {
    margin: 0.125rem !important;
  }

  .sm\:m-9px {
    margin: 0.5625rem !important;
  }

  .sm\:m-10px {
    margin: 0.625rem !important;
  }

  .sm\:m-18px {
    margin: 1.125rem !important;
  }

  .sm\:m-20px {
    margin: 1.25rem !important;
  }

  .sm\:m-24px {
    margin: 1.5rem !important;
  }

  .sm\:m-26px {
    margin: 1.625rem !important;
  }

  .sm\:m-30px {
    margin: 1.875rem !important;
  }

  .sm\:m-38px {
    margin: 2.375rem !important;
  }

  .sm\:m-43px {
    margin: 2.6875rem !important;
  }

  .sm\:m-44px {
    margin: 2.75rem !important;
  }

  .sm\:m-46px {
    margin: 2.875rem !important;
  }

  .sm\:m-53px {
    margin: 3.3125rem !important;
  }

  .sm\:m-54px {
    margin: 3.375rem !important;
  }

  .sm\:m-55px {
    margin: 3.4375rem !important;
  }

  .sm\:m-60px {
    margin: 3.75rem !important;
  }

  .sm\:m-67px {
    margin: 4.1875rem !important;
  }

  .sm\:m-73px {
    margin: 4.5625rem !important;
  }

  .sm\:m-80px {
    margin: 5rem !important;
  }

  .sm\:m-81px {
    margin: 5.0625rem !important;
  }

  .sm\:m-85px {
    margin: 5.3125rem !important;
  }

  .sm\:m-92px {
    margin: 5.75rem !important;
  }

  .sm\:m-100px {
    margin: 6.25rem !important;
  }

  .sm\:m-106px {
    margin: 6.625rem !important;
  }

  .sm\:m-123px {
    margin: 7.6875rem !important;
  }

  .sm\:m-126px {
    margin: 7.875rem !important;
  }

  .sm\:m-138px {
    margin: 8.625rem !important;
  }

  .sm\:m-140px {
    margin: 8.75rem !important;
  }

  .sm\:m-146px {
    margin: 9.125rem !important;
  }

  .sm\:m-152px {
    margin: 9.5rem !important;
  }

  .sm\:m-187px {
    margin: 11.6875rem !important;
  }

  .sm\:m-220px {
    margin: 13.75rem !important;
  }

  .sm\:m-253px {
    margin: 15.8125rem !important;
  }

  .sm\:m-320px {
    margin: 20rem !important;
  }

  .sm\:m-400px {
    margin: 25rem !important;
  }

  .sm\:m-500px {
    margin: 31.25rem !important;
  }

  .sm\:m-lgPaddingTop {
    margin: 15.8125rem !important;
  }

  .sm\:m-phonePaddingTop {
    margin: 9.875rem !important;
  }

  .sm\:m-tabletPaddingTop {
    margin: 6.625rem !important;
  }

  .sm\:m-largePaddingTop {
    margin: 13.75rem !important;
  }

  .sm\:m-phoneTextContentMaxWidth {
    margin: 57.0625rem !important;
  }

  .sm\:m-phoneTextContentWidth {
    margin: 63% !important;
  }

  .sm\:m-phoneBlockContentWidth {
    margin: 71.625rem !important;
  }

  .sm\:m-tabletTextContentMaxWidth {
    margin: 57.0625rem !important;
  }

  .sm\:m-tabletTextContentWidth {
    margin: 63% !important;
  }

  .sm\:m-tabletBlockContentWidth {
    margin: 71.625rem !important;
  }

  .sm\:m-largeTextContentMaxWidth {
    margin: 57.0625rem !important;
  }

  .sm\:m-largeTextContentWidth {
    margin: 63% !important;
  }

  .sm\:m-largeBlockContentWidth {
    margin: 71.625rem !important;
  }

  .sm\:-m-1 {
    margin: -0.25rem !important;
  }

  .sm\:-m-2 {
    margin: -0.5rem !important;
  }

  .sm\:-m-3 {
    margin: -0.75rem !important;
  }

  .sm\:-m-4 {
    margin: -1rem !important;
  }

  .sm\:-m-5 {
    margin: -1.25rem !important;
  }

  .sm\:-m-6 {
    margin: -1.5rem !important;
  }

  .sm\:-m-8 {
    margin: -2rem !important;
  }

  .sm\:-m-9 {
    margin: -2.5rem !important;
  }

  .sm\:-m-10 {
    margin: -2.5rem !important;
  }

  .sm\:-m-12 {
    margin: -3rem !important;
  }

  .sm\:-m-14 {
    margin: -3.5rem !important;
  }

  .sm\:-m-16 {
    margin: -4rem !important;
  }

  .sm\:-m-18 {
    margin: -4.5rem !important;
  }

  .sm\:-m-20 {
    margin: -5rem !important;
  }

  .sm\:-m-22 {
    margin: -5.626rem !important;
  }

  .sm\:-m-24 {
    margin: -6rem !important;
  }

  .sm\:-m-26 {
    margin: -6.25rem !important;
  }

  .sm\:-m-28 {
    margin: -7rem !important;
  }

  .sm\:-m-32 {
    margin: -8rem !important;
  }

  .sm\:-m-34 {
    margin: -8.5rem !important;
  }

  .sm\:-m-38 {
    margin: -9.25rem !important;
  }

  .sm\:-m-40 {
    margin: -10rem !important;
  }

  .sm\:-m-46 {
    margin: -11.75rem !important;
  }

  .sm\:-m-48 {
    margin: -12rem !important;
  }

  .sm\:-m-56 {
    margin: -14rem !important;
  }

  .sm\:-m-64 {
    margin: -16rem !important;
  }

  .sm\:-m-82 {
    margin: -20.75rem !important;
  }

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

  .sm\:-m-tiny {
    margin: -0.3rem !important;
  }

  .sm\:-m-quick-links {
    margin: -26% !important;
  }

  .sm\:-m-pro-slid {
    margin: -48% !important;
  }

  .sm\:-m-62p {
    margin: -62% !important;
  }

  .sm\:-m-90p {
    margin: -90% !important;
  }

  .sm\:-m-x-large {
    margin: -27.5rem !important;
  }

  .sm\:-m-2px {
    margin: -0.125rem !important;
  }

  .sm\:-m-9px {
    margin: -0.5625rem !important;
  }

  .sm\:-m-10px {
    margin: -0.625rem !important;
  }

  .sm\:-m-18px {
    margin: -1.125rem !important;
  }

  .sm\:-m-20px {
    margin: -1.25rem !important;
  }

  .sm\:-m-24px {
    margin: -1.5rem !important;
  }

  .sm\:-m-26px {
    margin: -1.625rem !important;
  }

  .sm\:-m-30px {
    margin: -1.875rem !important;
  }

  .sm\:-m-38px {
    margin: -2.375rem !important;
  }

  .sm\:-m-43px {
    margin: -2.6875rem !important;
  }

  .sm\:-m-44px {
    margin: -2.75rem !important;
  }

  .sm\:-m-46px {
    margin: -2.875rem !important;
  }

  .sm\:-m-53px {
    margin: -3.3125rem !important;
  }

  .sm\:-m-54px {
    margin: -3.375rem !important;
  }

  .sm\:-m-55px {
    margin: -3.4375rem !important;
  }

  .sm\:-m-60px {
    margin: -3.75rem !important;
  }

  .sm\:-m-67px {
    margin: -4.1875rem !important;
  }

  .sm\:-m-73px {
    margin: -4.5625rem !important;
  }

  .sm\:-m-80px {
    margin: -5rem !important;
  }

  .sm\:-m-81px {
    margin: -5.0625rem !important;
  }

  .sm\:-m-85px {
    margin: -5.3125rem !important;
  }

  .sm\:-m-92px {
    margin: -5.75rem !important;
  }

  .sm\:-m-100px {
    margin: -6.25rem !important;
  }

  .sm\:-m-106px {
    margin: -6.625rem !important;
  }

  .sm\:-m-123px {
    margin: -7.6875rem !important;
  }

  .sm\:-m-126px {
    margin: -7.875rem !important;
  }

  .sm\:-m-138px {
    margin: -8.625rem !important;
  }

  .sm\:-m-140px {
    margin: -8.75rem !important;
  }

  .sm\:-m-146px {
    margin: -9.125rem !important;
  }

  .sm\:-m-152px {
    margin: -9.5rem !important;
  }

  .sm\:-m-187px {
    margin: -11.6875rem !important;
  }

  .sm\:-m-220px {
    margin: -13.75rem !important;
  }

  .sm\:-m-253px {
    margin: -15.8125rem !important;
  }

  .sm\:-m-320px {
    margin: -20rem !important;
  }

  .sm\:-m-400px {
    margin: -25rem !important;
  }

  .sm\:-m-500px {
    margin: -31.25rem !important;
  }

  .sm\:-m-lgPaddingTop {
    margin: -15.8125rem !important;
  }

  .sm\:-m-phonePaddingTop {
    margin: -9.875rem !important;
  }

  .sm\:-m-tabletPaddingTop {
    margin: -6.625rem !important;
  }

  .sm\:-m-largePaddingTop {
    margin: -13.75rem !important;
  }

  .sm\:-m-phoneTextContentMaxWidth {
    margin: -57.0625rem !important;
  }

  .sm\:-m-phoneTextContentWidth {
    margin: -63% !important;
  }

  .sm\:-m-phoneBlockContentWidth {
    margin: -71.625rem !important;
  }

  .sm\:-m-tabletTextContentMaxWidth {
    margin: -57.0625rem !important;
  }

  .sm\:-m-tabletTextContentWidth {
    margin: -63% !important;
  }

  .sm\:-m-tabletBlockContentWidth {
    margin: -71.625rem !important;
  }

  .sm\:-m-largeTextContentMaxWidth {
    margin: -57.0625rem !important;
  }

  .sm\:-m-largeTextContentWidth {
    margin: -63% !important;
  }

  .sm\:-m-largeBlockContentWidth {
    margin: -71.625rem !important;
  }

  .sm\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .sm\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .sm\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .sm\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .sm\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .sm\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .sm\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .sm\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .sm\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .sm\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .sm\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .sm\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .sm\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

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

  .sm\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .sm\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .sm\:my-9 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .sm\:mx-9 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .sm\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .sm\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .sm\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .sm\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .sm\:my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .sm\:mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .sm\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .sm\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .sm\:my-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .sm\:mx-18 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }

  .sm\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .sm\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .sm\:my-22 {
    margin-top: 5.626rem !important;
    margin-bottom: 5.626rem !important;
  }

  .sm\:mx-22 {
    margin-left: 5.626rem !important;
    margin-right: 5.626rem !important;
  }

  .sm\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .sm\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .sm\:my-26 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }

  .sm\:mx-26 {
    margin-left: 6.25rem !important;
    margin-right: 6.25rem !important;
  }

  .sm\:my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .sm\:mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .sm\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .sm\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .sm\:my-34 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }

  .sm\:mx-34 {
    margin-left: 8.5rem !important;
    margin-right: 8.5rem !important;
  }

  .sm\:my-38 {
    margin-top: 9.25rem !important;
    margin-bottom: 9.25rem !important;
  }

  .sm\:mx-38 {
    margin-left: 9.25rem !important;
    margin-right: 9.25rem !important;
  }

  .sm\:my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .sm\:mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .sm\:my-46 {
    margin-top: 11.75rem !important;
    margin-bottom: 11.75rem !important;
  }

  .sm\:mx-46 {
    margin-left: 11.75rem !important;
    margin-right: 11.75rem !important;
  }

  .sm\:my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .sm\:mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .sm\:my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .sm\:mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .sm\:my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .sm\:mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .sm\:my-82 {
    margin-top: 20.75rem !important;
    margin-bottom: 20.75rem !important;
  }

  .sm\:mx-82 {
    margin-left: 20.75rem !important;
    margin-right: 20.75rem !important;
  }

  .sm\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .sm\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .sm\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .sm\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .sm\:my-tiny {
    margin-top: 0.3rem !important;
    margin-bottom: 0.3rem !important;
  }

  .sm\:mx-tiny {
    margin-left: 0.3rem !important;
    margin-right: 0.3rem !important;
  }

  .sm\:my-quick-links {
    margin-top: 26% !important;
    margin-bottom: 26% !important;
  }

  .sm\:mx-quick-links {
    margin-left: 26% !important;
    margin-right: 26% !important;
  }

  .sm\:my-pro-slid {
    margin-top: 48% !important;
    margin-bottom: 48% !important;
  }

  .sm\:mx-pro-slid {
    margin-left: 48% !important;
    margin-right: 48% !important;
  }

  .sm\:my-62p {
    margin-top: 62% !important;
    margin-bottom: 62% !important;
  }

  .sm\:mx-62p {
    margin-left: 62% !important;
    margin-right: 62% !important;
  }

  .sm\:my-90p {
    margin-top: 90% !important;
    margin-bottom: 90% !important;
  }

  .sm\:mx-90p {
    margin-left: 90% !important;
    margin-right: 90% !important;
  }

  .sm\:my-x-large {
    margin-top: 27.5rem !important;
    margin-bottom: 27.5rem !important;
  }

  .sm\:mx-x-large {
    margin-left: 27.5rem !important;
    margin-right: 27.5rem !important;
  }

  .sm\:my-2px {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .sm\:mx-2px {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .sm\:my-9px {
    margin-top: 0.5625rem !important;
    margin-bottom: 0.5625rem !important;
  }

  .sm\:mx-9px {
    margin-left: 0.5625rem !important;
    margin-right: 0.5625rem !important;
  }

  .sm\:my-10px {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .sm\:mx-10px {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .sm\:my-18px {
    margin-top: 1.125rem !important;
    margin-bottom: 1.125rem !important;
  }

  .sm\:mx-18px {
    margin-left: 1.125rem !important;
    margin-right: 1.125rem !important;
  }

  .sm\:my-20px {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .sm\:mx-20px {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .sm\:my-24px {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .sm\:mx-24px {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .sm\:my-26px {
    margin-top: 1.625rem !important;
    margin-bottom: 1.625rem !important;
  }

  .sm\:mx-26px {
    margin-left: 1.625rem !important;
    margin-right: 1.625rem !important;
  }

  .sm\:my-30px {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }

  .sm\:mx-30px {
    margin-left: 1.875rem !important;
    margin-right: 1.875rem !important;
  }

  .sm\:my-38px {
    margin-top: 2.375rem !important;
    margin-bottom: 2.375rem !important;
  }

  .sm\:mx-38px {
    margin-left: 2.375rem !important;
    margin-right: 2.375rem !important;
  }

  .sm\:my-43px {
    margin-top: 2.6875rem !important;
    margin-bottom: 2.6875rem !important;
  }

  .sm\:mx-43px {
    margin-left: 2.6875rem !important;
    margin-right: 2.6875rem !important;
  }

  .sm\:my-44px {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .sm\:mx-44px {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .sm\:my-46px {
    margin-top: 2.875rem !important;
    margin-bottom: 2.875rem !important;
  }

  .sm\:mx-46px {
    margin-left: 2.875rem !important;
    margin-right: 2.875rem !important;
  }

  .sm\:my-53px {
    margin-top: 3.3125rem !important;
    margin-bottom: 3.3125rem !important;
  }

  .sm\:mx-53px {
    margin-left: 3.3125rem !important;
    margin-right: 3.3125rem !important;
  }

  .sm\:my-54px {
    margin-top: 3.375rem !important;
    margin-bottom: 3.375rem !important;
  }

  .sm\:mx-54px {
    margin-left: 3.375rem !important;
    margin-right: 3.375rem !important;
  }

  .sm\:my-55px {
    margin-top: 3.4375rem !important;
    margin-bottom: 3.4375rem !important;
  }

  .sm\:mx-55px {
    margin-left: 3.4375rem !important;
    margin-right: 3.4375rem !important;
  }

  .sm\:my-60px {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }

  .sm\:mx-60px {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important;
  }

  .sm\:my-67px {
    margin-top: 4.1875rem !important;
    margin-bottom: 4.1875rem !important;
  }

  .sm\:mx-67px {
    margin-left: 4.1875rem !important;
    margin-right: 4.1875rem !important;
  }

  .sm\:my-73px {
    margin-top: 4.5625rem !important;
    margin-bottom: 4.5625rem !important;
  }

  .sm\:mx-73px {
    margin-left: 4.5625rem !important;
    margin-right: 4.5625rem !important;
  }

  .sm\:my-80px {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .sm\:mx-80px {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .sm\:my-81px {
    margin-top: 5.0625rem !important;
    margin-bottom: 5.0625rem !important;
  }

  .sm\:mx-81px {
    margin-left: 5.0625rem !important;
    margin-right: 5.0625rem !important;
  }

  .sm\:my-85px {
    margin-top: 5.3125rem !important;
    margin-bottom: 5.3125rem !important;
  }

  .sm\:mx-85px {
    margin-left: 5.3125rem !important;
    margin-right: 5.3125rem !important;
  }

  .sm\:my-92px {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }

  .sm\:mx-92px {
    margin-left: 5.75rem !important;
    margin-right: 5.75rem !important;
  }

  .sm\:my-100px {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }

  .sm\:mx-100px {
    margin-left: 6.25rem !important;
    margin-right: 6.25rem !important;
  }

  .sm\:my-106px {
    margin-top: 6.625rem !important;
    margin-bottom: 6.625rem !important;
  }

  .sm\:mx-106px {
    margin-left: 6.625rem !important;
    margin-right: 6.625rem !important;
  }

  .sm\:my-123px {
    margin-top: 7.6875rem !important;
    margin-bottom: 7.6875rem !important;
  }

  .sm\:mx-123px {
    margin-left: 7.6875rem !important;
    margin-right: 7.6875rem !important;
  }

  .sm\:my-126px {
    margin-top: 7.875rem !important;
    margin-bottom: 7.875rem !important;
  }

  .sm\:mx-126px {
    margin-left: 7.875rem !important;
    margin-right: 7.875rem !important;
  }

  .sm\:my-138px {
    margin-top: 8.625rem !important;
    margin-bottom: 8.625rem !important;
  }

  .sm\:mx-138px {
    margin-left: 8.625rem !important;
    margin-right: 8.625rem !important;
  }

  .sm\:my-140px {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }

  .sm\:mx-140px {
    margin-left: 8.75rem !important;
    margin-right: 8.75rem !important;
  }

  .sm\:my-146px {
    margin-top: 9.125rem !important;
    margin-bottom: 9.125rem !important;
  }

  .sm\:mx-146px {
    margin-left: 9.125rem !important;
    margin-right: 9.125rem !important;
  }

  .sm\:my-152px {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }

  .sm\:mx-152px {
    margin-left: 9.5rem !important;
    margin-right: 9.5rem !important;
  }

  .sm\:my-187px {
    margin-top: 11.6875rem !important;
    margin-bottom: 11.6875rem !important;
  }

  .sm\:mx-187px {
    margin-left: 11.6875rem !important;
    margin-right: 11.6875rem !important;
  }

  .sm\:my-220px {
    margin-top: 13.75rem !important;
    margin-bottom: 13.75rem !important;
  }

  .sm\:mx-220px {
    margin-left: 13.75rem !important;
    margin-right: 13.75rem !important;
  }

  .sm\:my-253px {
    margin-top: 15.8125rem !important;
    margin-bottom: 15.8125rem !important;
  }

  .sm\:mx-253px {
    margin-left: 15.8125rem !important;
    margin-right: 15.8125rem !important;
  }

  .sm\:my-320px {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .sm\:mx-320px {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .sm\:my-400px {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }

  .sm\:mx-400px {
    margin-left: 25rem !important;
    margin-right: 25rem !important;
  }

  .sm\:my-500px {
    margin-top: 31.25rem !important;
    margin-bottom: 31.25rem !important;
  }

  .sm\:mx-500px {
    margin-left: 31.25rem !important;
    margin-right: 31.25rem !important;
  }

  .sm\:my-lgPaddingTop {
    margin-top: 15.8125rem !important;
    margin-bottom: 15.8125rem !important;
  }

  .sm\:mx-lgPaddingTop {
    margin-left: 15.8125rem !important;
    margin-right: 15.8125rem !important;
  }

  .sm\:my-phonePaddingTop {
    margin-top: 9.875rem !important;
    margin-bottom: 9.875rem !important;
  }

  .sm\:mx-phonePaddingTop {
    margin-left: 9.875rem !important;
    margin-right: 9.875rem !important;
  }

  .sm\:my-tabletPaddingTop {
    margin-top: 6.625rem !important;
    margin-bottom: 6.625rem !important;
  }

  .sm\:mx-tabletPaddingTop {
    margin-left: 6.625rem !important;
    margin-right: 6.625rem !important;
  }

  .sm\:my-largePaddingTop {
    margin-top: 13.75rem !important;
    margin-bottom: 13.75rem !important;
  }

  .sm\:mx-largePaddingTop {
    margin-left: 13.75rem !important;
    margin-right: 13.75rem !important;
  }

  .sm\:my-phoneTextContentMaxWidth {
    margin-top: 57.0625rem !important;
    margin-bottom: 57.0625rem !important;
  }

  .sm\:mx-phoneTextContentMaxWidth {
    margin-left: 57.0625rem !important;
    margin-right: 57.0625rem !important;
  }

  .sm\:my-phoneTextContentWidth {
    margin-top: 63% !important;
    margin-bottom: 63% !important;
  }

  .sm\:mx-phoneTextContentWidth {
    margin-left: 63% !important;
    margin-right: 63% !important;
  }

  .sm\:my-phoneBlockContentWidth {
    margin-top: 71.625rem !important;
    margin-bottom: 71.625rem !important;
  }

  .sm\:mx-phoneBlockContentWidth {
    margin-left: 71.625rem !important;
    margin-right: 71.625rem !important;
  }

  .sm\:my-tabletTextContentMaxWidth {
    margin-top: 57.0625rem !important;
    margin-bottom: 57.0625rem !important;
  }

  .sm\:mx-tabletTextContentMaxWidth {
    margin-left: 57.0625rem !important;
    margin-right: 57.0625rem !important;
  }

  .sm\:my-tabletTextContentWidth {
    margin-top: 63% !important;
    margin-bottom: 63% !important;
  }

  .sm\:mx-tabletTextContentWidth {
    margin-left: 63% !important;
    margin-right: 63% !important;
  }

  .sm\:my-tabletBlockContentWidth {
    margin-top: 71.625rem !important;
    margin-bottom: 71.625rem !important;
  }

  .sm\:mx-tabletBlockContentWidth {
    margin-left: 71.625rem !important;
    margin-right: 71.625rem !important;
  }

  .sm\:my-largeTextContentMaxWidth {
    margin-top: 57.0625rem !important;
    margin-bottom: 57.0625rem !important;
  }

  .sm\:mx-largeTextContentMaxWidth {
    margin-left: 57.0625rem !important;
    margin-right: 57.0625rem !important;
  }

  .sm\:my-largeTextContentWidth {
    margin-top: 63% !important;
    margin-bottom: 63% !important;
  }

  .sm\:mx-largeTextContentWidth {
    margin-left: 63% !important;
    margin-right: 63% !important;
  }

  .sm\:my-largeBlockContentWidth {
    margin-top: 71.625rem !important;
    margin-bottom: 71.625rem !important;
  }

  .sm\:mx-largeBlockContentWidth {
    margin-left: 71.625rem !important;
    margin-right: 71.625rem !important;
  }

  .sm\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .sm\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .sm\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .sm\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .sm\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .sm\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .sm\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .sm\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .sm\:-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .sm\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .sm\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

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

  .sm\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .sm\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .sm\:-my-9 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .sm\:-mx-9 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .sm\:-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .sm\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .sm\:-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .sm\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .sm\:-my-14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .sm\:-mx-14 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .sm\:-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .sm\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .sm\:-my-18 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }

  .sm\:-mx-18 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important;
  }

  .sm\:-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .sm\:-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .sm\:-my-22 {
    margin-top: -5.626rem !important;
    margin-bottom: -5.626rem !important;
  }

  .sm\:-mx-22 {
    margin-left: -5.626rem !important;
    margin-right: -5.626rem !important;
  }

  .sm\:-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .sm\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .sm\:-my-26 {
    margin-top: -6.25rem !important;
    margin-bottom: -6.25rem !important;
  }

  .sm\:-mx-26 {
    margin-left: -6.25rem !important;
    margin-right: -6.25rem !important;
  }

  .sm\:-my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .sm\:-mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .sm\:-my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .sm\:-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .sm\:-my-34 {
    margin-top: -8.5rem !important;
    margin-bottom: -8.5rem !important;
  }

  .sm\:-mx-34 {
    margin-left: -8.5rem !important;
    margin-right: -8.5rem !important;
  }

  .sm\:-my-38 {
    margin-top: -9.25rem !important;
    margin-bottom: -9.25rem !important;
  }

  .sm\:-mx-38 {
    margin-left: -9.25rem !important;
    margin-right: -9.25rem !important;
  }

  .sm\:-my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .sm\:-mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .sm\:-my-46 {
    margin-top: -11.75rem !important;
    margin-bottom: -11.75rem !important;
  }

  .sm\:-mx-46 {
    margin-left: -11.75rem !important;
    margin-right: -11.75rem !important;
  }

  .sm\:-my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .sm\:-mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .sm\:-my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .sm\:-mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .sm\:-my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .sm\:-mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .sm\:-my-82 {
    margin-top: -20.75rem !important;
    margin-bottom: -20.75rem !important;
  }

  .sm\:-mx-82 {
    margin-left: -20.75rem !important;
    margin-right: -20.75rem !important;
  }

  .sm\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .sm\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .sm\:-my-tiny {
    margin-top: -0.3rem !important;
    margin-bottom: -0.3rem !important;
  }

  .sm\:-mx-tiny {
    margin-left: -0.3rem !important;
    margin-right: -0.3rem !important;
  }

  .sm\:-my-quick-links {
    margin-top: -26% !important;
    margin-bottom: -26% !important;
  }

  .sm\:-mx-quick-links {
    margin-left: -26% !important;
    margin-right: -26% !important;
  }

  .sm\:-my-pro-slid {
    margin-top: -48% !important;
    margin-bottom: -48% !important;
  }

  .sm\:-mx-pro-slid {
    margin-left: -48% !important;
    margin-right: -48% !important;
  }

  .sm\:-my-62p {
    margin-top: -62% !important;
    margin-bottom: -62% !important;
  }

  .sm\:-mx-62p {
    margin-left: -62% !important;
    margin-right: -62% !important;
  }

  .sm\:-my-90p {
    margin-top: -90% !important;
    margin-bottom: -90% !important;
  }

  .sm\:-mx-90p {
    margin-left: -90% !important;
    margin-right: -90% !important;
  }

  .sm\:-my-x-large {
    margin-top: -27.5rem !important;
    margin-bottom: -27.5rem !important;
  }

  .sm\:-mx-x-large {
    margin-left: -27.5rem !important;
    margin-right: -27.5rem !important;
  }

  .sm\:-my-2px {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .sm\:-mx-2px {
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .sm\:-my-9px {
    margin-top: -0.5625rem !important;
    margin-bottom: -0.5625rem !important;
  }

  .sm\:-mx-9px {
    margin-left: -0.5625rem !important;
    margin-right: -0.5625rem !important;
  }

  .sm\:-my-10px {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .sm\:-mx-10px {
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .sm\:-my-18px {
    margin-top: -1.125rem !important;
    margin-bottom: -1.125rem !important;
  }

  .sm\:-mx-18px {
    margin-left: -1.125rem !important;
    margin-right: -1.125rem !important;
  }

  .sm\:-my-20px {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .sm\:-mx-20px {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .sm\:-my-24px {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .sm\:-mx-24px {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .sm\:-my-26px {
    margin-top: -1.625rem !important;
    margin-bottom: -1.625rem !important;
  }

  .sm\:-mx-26px {
    margin-left: -1.625rem !important;
    margin-right: -1.625rem !important;
  }

  .sm\:-my-30px {
    margin-top: -1.875rem !important;
    margin-bottom: -1.875rem !important;
  }

  .sm\:-mx-30px {
    margin-left: -1.875rem !important;
    margin-right: -1.875rem !important;
  }

  .sm\:-my-38px {
    margin-top: -2.375rem !important;
    margin-bottom: -2.375rem !important;
  }

  .sm\:-mx-38px {
    margin-left: -2.375rem !important;
    margin-right: -2.375rem !important;
  }

  .sm\:-my-43px {
    margin-top: -2.6875rem !important;
    margin-bottom: -2.6875rem !important;
  }

  .sm\:-mx-43px {
    margin-left: -2.6875rem !important;
    margin-right: -2.6875rem !important;
  }

  .sm\:-my-44px {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .sm\:-mx-44px {
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }

  .sm\:-my-46px {
    margin-top: -2.875rem !important;
    margin-bottom: -2.875rem !important;
  }

  .sm\:-mx-46px {
    margin-left: -2.875rem !important;
    margin-right: -2.875rem !important;
  }

  .sm\:-my-53px {
    margin-top: -3.3125rem !important;
    margin-bottom: -3.3125rem !important;
  }

  .sm\:-mx-53px {
    margin-left: -3.3125rem !important;
    margin-right: -3.3125rem !important;
  }

  .sm\:-my-54px {
    margin-top: -3.375rem !important;
    margin-bottom: -3.375rem !important;
  }

  .sm\:-mx-54px {
    margin-left: -3.375rem !important;
    margin-right: -3.375rem !important;
  }

  .sm\:-my-55px {
    margin-top: -3.4375rem !important;
    margin-bottom: -3.4375rem !important;
  }

  .sm\:-mx-55px {
    margin-left: -3.4375rem !important;
    margin-right: -3.4375rem !important;
  }

  .sm\:-my-60px {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }

  .sm\:-mx-60px {
    margin-left: -3.75rem !important;
    margin-right: -3.75rem !important;
  }

  .sm\:-my-67px {
    margin-top: -4.1875rem !important;
    margin-bottom: -4.1875rem !important;
  }

  .sm\:-mx-67px {
    margin-left: -4.1875rem !important;
    margin-right: -4.1875rem !important;
  }

  .sm\:-my-73px {
    margin-top: -4.5625rem !important;
    margin-bottom: -4.5625rem !important;
  }

  .sm\:-mx-73px {
    margin-left: -4.5625rem !important;
    margin-right: -4.5625rem !important;
  }

  .sm\:-my-80px {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .sm\:-mx-80px {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .sm\:-my-81px {
    margin-top: -5.0625rem !important;
    margin-bottom: -5.0625rem !important;
  }

  .sm\:-mx-81px {
    margin-left: -5.0625rem !important;
    margin-right: -5.0625rem !important;
  }

  .sm\:-my-85px {
    margin-top: -5.3125rem !important;
    margin-bottom: -5.3125rem !important;
  }

  .sm\:-mx-85px {
    margin-left: -5.3125rem !important;
    margin-right: -5.3125rem !important;
  }

  .sm\:-my-92px {
    margin-top: -5.75rem !important;
    margin-bottom: -5.75rem !important;
  }

  .sm\:-mx-92px {
    margin-left: -5.75rem !important;
    margin-right: -5.75rem !important;
  }

  .sm\:-my-100px {
    margin-top: -6.25rem !important;
    margin-bottom: -6.25rem !important;
  }

  .sm\:-mx-100px {
    margin-left: -6.25rem !important;
    margin-right: -6.25rem !important;
  }

  .sm\:-my-106px {
    margin-top: -6.625rem !important;
    margin-bottom: -6.625rem !important;
  }

  .sm\:-mx-106px {
    margin-left: -6.625rem !important;
    margin-right: -6.625rem !important;
  }

  .sm\:-my-123px {
    margin-top: -7.6875rem !important;
    margin-bottom: -7.6875rem !important;
  }

  .sm\:-mx-123px {
    margin-left: -7.6875rem !important;
    margin-right: -7.6875rem !important;
  }

  .sm\:-my-126px {
    margin-top: -7.875rem !important;
    margin-bottom: -7.875rem !important;
  }

  .sm\:-mx-126px {
    margin-left: -7.875rem !important;
    margin-right: -7.875rem !important;
  }

  .sm\:-my-138px {
    margin-top: -8.625rem !important;
    margin-bottom: -8.625rem !important;
  }

  .sm\:-mx-138px {
    margin-left: -8.625rem !important;
    margin-right: -8.625rem !important;
  }

  .sm\:-my-140px {
    margin-top: -8.75rem !important;
    margin-bottom: -8.75rem !important;
  }

  .sm\:-mx-140px {
    margin-left: -8.75rem !important;
    margin-right: -8.75rem !important;
  }

  .sm\:-my-146px {
    margin-top: -9.125rem !important;
    margin-bottom: -9.125rem !important;
  }

  .sm\:-mx-146px {
    margin-left: -9.125rem !important;
    margin-right: -9.125rem !important;
  }

  .sm\:-my-152px {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important;
  }

  .sm\:-mx-152px {
    margin-left: -9.5rem !important;
    margin-right: -9.5rem !important;
  }

  .sm\:-my-187px {
    margin-top: -11.6875rem !important;
    margin-bottom: -11.6875rem !important;
  }

  .sm\:-mx-187px {
    margin-left: -11.6875rem !important;
    margin-right: -11.6875rem !important;
  }

  .sm\:-my-220px {
    margin-top: -13.75rem !important;
    margin-bottom: -13.75rem !important;
  }

  .sm\:-mx-220px {
    margin-left: -13.75rem !important;
    margin-right: -13.75rem !important;
  }

  .sm\:-my-253px {
    margin-top: -15.8125rem !important;
    margin-bottom: -15.8125rem !important;
  }

  .sm\:-mx-253px {
    margin-left: -15.8125rem !important;
    margin-right: -15.8125rem !important;
  }

  .sm\:-my-320px {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .sm\:-mx-320px {
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }

  .sm\:-my-400px {
    margin-top: -25rem !important;
    margin-bottom: -25rem !important;
  }

  .sm\:-mx-400px {
    margin-left: -25rem !important;
    margin-right: -25rem !important;
  }

  .sm\:-my-500px {
    margin-top: -31.25rem !important;
    margin-bottom: -31.25rem !important;
  }

  .sm\:-mx-500px {
    margin-left: -31.25rem !important;
    margin-right: -31.25rem !important;
  }

  .sm\:-my-lgPaddingTop {
    margin-top: -15.8125rem !important;
    margin-bottom: -15.8125rem !important;
  }

  .sm\:-mx-lgPaddingTop {
    margin-left: -15.8125rem !important;
    margin-right: -15.8125rem !important;
  }

  .sm\:-my-phonePaddingTop {
    margin-top: -9.875rem !important;
    margin-bottom: -9.875rem !important;
  }

  .sm\:-mx-phonePaddingTop {
    margin-left: -9.875rem !important;
    margin-right: -9.875rem !important;
  }

  .sm\:-my-tabletPaddingTop {
    margin-top: -6.625rem !important;
    margin-bottom: -6.625rem !important;
  }

  .sm\:-mx-tabletPaddingTop {
    margin-left: -6.625rem !important;
    margin-right: -6.625rem !important;
  }

  .sm\:-my-largePaddingTop {
    margin-top: -13.75rem !important;
    margin-bottom: -13.75rem !important;
  }

  .sm\:-mx-largePaddingTop {
    margin-left: -13.75rem !important;
    margin-right: -13.75rem !important;
  }

  .sm\:-my-phoneTextContentMaxWidth {
    margin-top: -57.0625rem !important;
    margin-bottom: -57.0625rem !important;
  }

  .sm\:-mx-phoneTextContentMaxWidth {
    margin-left: -57.0625rem !important;
    margin-right: -57.0625rem !important;
  }

  .sm\:-my-phoneTextContentWidth {
    margin-top: -63% !important;
    margin-bottom: -63% !important;
  }

  .sm\:-mx-phoneTextContentWidth {
    margin-left: -63% !important;
    margin-right: -63% !important;
  }

  .sm\:-my-phoneBlockContentWidth {
    margin-top: -71.625rem !important;
    margin-bottom: -71.625rem !important;
  }

  .sm\:-mx-phoneBlockContentWidth {
    margin-left: -71.625rem !important;
    margin-right: -71.625rem !important;
  }

  .sm\:-my-tabletTextContentMaxWidth {
    margin-top: -57.0625rem !important;
    margin-bottom: -57.0625rem !important;
  }

  .sm\:-mx-tabletTextContentMaxWidth {
    margin-left: -57.0625rem !important;
    margin-right: -57.0625rem !important;
  }

  .sm\:-my-tabletTextContentWidth {
    margin-top: -63% !important;
    margin-bottom: -63% !important;
  }

  .sm\:-mx-tabletTextContentWidth {
    margin-left: -63% !important;
    margin-right: -63% !important;
  }

  .sm\:-my-tabletBlockContentWidth {
    margin-top: -71.625rem !important;
    margin-bottom: -71.625rem !important;
  }

  .sm\:-mx-tabletBlockContentWidth {
    margin-left: -71.625rem !important;
    margin-right: -71.625rem !important;
  }

  .sm\:-my-largeTextContentMaxWidth {
    margin-top: -57.0625rem !important;
    margin-bottom: -57.0625rem !important;
  }

  .sm\:-mx-largeTextContentMaxWidth {
    margin-left: -57.0625rem !important;
    margin-right: -57.0625rem !important;
  }

  .sm\:-my-largeTextContentWidth {
    margin-top: -63% !important;
    margin-bottom: -63% !important;
  }

  .sm\:-mx-largeTextContentWidth {
    margin-left: -63% !important;
    margin-right: -63% !important;
  }

  .sm\:-my-largeBlockContentWidth {
    margin-top: -71.625rem !important;
    margin-bottom: -71.625rem !important;
  }

  .sm\:-mx-largeBlockContentWidth {
    margin-left: -71.625rem !important;
    margin-right: -71.625rem !important;
  }

  .sm\:mt-0 {
    margin-top: 0 !important;
  }

  .sm\:mr-0 {
    margin-right: 0 !important;
  }

  .sm\:mb-0 {
    margin-bottom: 0 !important;
  }

  .sm\:ml-0 {
    margin-left: 0 !important;
  }

  .sm\:mt-1 {
    margin-top: 0.25rem !important;
  }

  .sm\:mr-1 {
    margin-right: 0.25rem !important;
  }

  .sm\:mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .sm\:ml-1 {
    margin-left: 0.25rem !important;
  }

  .sm\:mt-2 {
    margin-top: 0.5rem !important;
  }

  .sm\:mr-2 {
    margin-right: 0.5rem !important;
  }

  .sm\:mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .sm\:ml-2 {
    margin-left: 0.5rem !important;
  }

  .sm\:mt-3 {
    margin-top: 0.75rem !important;
  }

  .sm\:mr-3 {
    margin-right: 0.75rem !important;
  }

  .sm\:mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .sm\:ml-3 {
    margin-left: 0.75rem !important;
  }

  .sm\:mt-4 {
    margin-top: 1rem !important;
  }

  .sm\:mr-4 {
    margin-right: 1rem !important;
  }

  .sm\:mb-4 {
    margin-bottom: 1rem !important;
  }

  .sm\:ml-4 {
    margin-left: 1rem !important;
  }

  .sm\:mt-5 {
    margin-top: 1.25rem !important;
  }

  .sm\:mr-5 {
    margin-right: 1.25rem !important;
  }

  .sm\:mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .sm\:ml-5 {
    margin-left: 1.25rem !important;
  }

  .sm\:mt-6 {
    margin-top: 1.5rem !important;
  }

  .sm\:mr-6 {
    margin-right: 1.5rem !important;
  }

  .sm\:mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem !important;
  }

  .sm\:mt-8 {
    margin-top: 2rem !important;
  }

  .sm\:mr-8 {
    margin-right: 2rem !important;
  }

  .sm\:mb-8 {
    margin-bottom: 2rem !important;
  }

  .sm\:ml-8 {
    margin-left: 2rem !important;
  }

  .sm\:mt-9 {
    margin-top: 2.5rem !important;
  }

  .sm\:mr-9 {
    margin-right: 2.5rem !important;
  }

  .sm\:mb-9 {
    margin-bottom: 2.5rem !important;
  }

  .sm\:ml-9 {
    margin-left: 2.5rem !important;
  }

  .sm\:mt-10 {
    margin-top: 2.5rem !important;
  }

  .sm\:mr-10 {
    margin-right: 2.5rem !important;
  }

  .sm\:mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .sm\:ml-10 {
    margin-left: 2.5rem !important;
  }

  .sm\:mt-12 {
    margin-top: 3rem !important;
  }

  .sm\:mr-12 {
    margin-right: 3rem !important;
  }

  .sm\:mb-12 {
    margin-bottom: 3rem !important;
  }

  .sm\:ml-12 {
    margin-left: 3rem !important;
  }

  .sm\:mt-14 {
    margin-top: 3.5rem !important;
  }

  .sm\:mr-14 {
    margin-right: 3.5rem !important;
  }

  .sm\:mb-14 {
    margin-bottom: 3.5rem !important;
  }

  .sm\:ml-14 {
    margin-left: 3.5rem !important;
  }

  .sm\:mt-16 {
    margin-top: 4rem !important;
  }

  .sm\:mr-16 {
    margin-right: 4rem !important;
  }

  .sm\:mb-16 {
    margin-bottom: 4rem !important;
  }

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

  .sm\:mt-18 {
    margin-top: 4.5rem !important;
  }

  .sm\:mr-18 {
    margin-right: 4.5rem !important;
  }

  .sm\:mb-18 {
    margin-bottom: 4.5rem !important;
  }

  .sm\:ml-18 {
    margin-left: 4.5rem !important;
  }

  .sm\:mt-20 {
    margin-top: 5rem !important;
  }

  .sm\:mr-20 {
    margin-right: 5rem !important;
  }

  .sm\:mb-20 {
    margin-bottom: 5rem !important;
  }

  .sm\:ml-20 {
    margin-left: 5rem !important;
  }

  .sm\:mt-22 {
    margin-top: 5.626rem !important;
  }

  .sm\:mr-22 {
    margin-right: 5.626rem !important;
  }

  .sm\:mb-22 {
    margin-bottom: 5.626rem !important;
  }

  .sm\:ml-22 {
    margin-left: 5.626rem !important;
  }

  .sm\:mt-24 {
    margin-top: 6rem !important;
  }

  .sm\:mr-24 {
    margin-right: 6rem !important;
  }

  .sm\:mb-24 {
    margin-bottom: 6rem !important;
  }

  .sm\:ml-24 {
    margin-left: 6rem !important;
  }

  .sm\:mt-26 {
    margin-top: 6.25rem !important;
  }

  .sm\:mr-26 {
    margin-right: 6.25rem !important;
  }

  .sm\:mb-26 {
    margin-bottom: 6.25rem !important;
  }

  .sm\:ml-26 {
    margin-left: 6.25rem !important;
  }

  .sm\:mt-28 {
    margin-top: 7rem !important;
  }

  .sm\:mr-28 {
    margin-right: 7rem !important;
  }

  .sm\:mb-28 {
    margin-bottom: 7rem !important;
  }

  .sm\:ml-28 {
    margin-left: 7rem !important;
  }

  .sm\:mt-32 {
    margin-top: 8rem !important;
  }

  .sm\:mr-32 {
    margin-right: 8rem !important;
  }

  .sm\:mb-32 {
    margin-bottom: 8rem !important;
  }

  .sm\:ml-32 {
    margin-left: 8rem !important;
  }

  .sm\:mt-34 {
    margin-top: 8.5rem !important;
  }

  .sm\:mr-34 {
    margin-right: 8.5rem !important;
  }

  .sm\:mb-34 {
    margin-bottom: 8.5rem !important;
  }

  .sm\:ml-34 {
    margin-left: 8.5rem !important;
  }

  .sm\:mt-38 {
    margin-top: 9.25rem !important;
  }

  .sm\:mr-38 {
    margin-right: 9.25rem !important;
  }

  .sm\:mb-38 {
    margin-bottom: 9.25rem !important;
  }

  .sm\:ml-38 {
    margin-left: 9.25rem !important;
  }

  .sm\:mt-40 {
    margin-top: 10rem !important;
  }

  .sm\:mr-40 {
    margin-right: 10rem !important;
  }

  .sm\:mb-40 {
    margin-bottom: 10rem !important;
  }

  .sm\:ml-40 {
    margin-left: 10rem !important;
  }

  .sm\:mt-46 {
    margin-top: 11.75rem !important;
  }

  .sm\:mr-46 {
    margin-right: 11.75rem !important;
  }

  .sm\:mb-46 {
    margin-bottom: 11.75rem !important;
  }

  .sm\:ml-46 {
    margin-left: 11.75rem !important;
  }

  .sm\:mt-48 {
    margin-top: 12rem !important;
  }

  .sm\:mr-48 {
    margin-right: 12rem !important;
  }

  .sm\:mb-48 {
    margin-bottom: 12rem !important;
  }

  .sm\:ml-48 {
    margin-left: 12rem !important;
  }

  .sm\:mt-56 {
    margin-top: 14rem !important;
  }

  .sm\:mr-56 {
    margin-right: 14rem !important;
  }

  .sm\:mb-56 {
    margin-bottom: 14rem !important;
  }

  .sm\:ml-56 {
    margin-left: 14rem !important;
  }

  .sm\:mt-64 {
    margin-top: 16rem !important;
  }

  .sm\:mr-64 {
    margin-right: 16rem !important;
  }

  .sm\:mb-64 {
    margin-bottom: 16rem !important;
  }

  .sm\:ml-64 {
    margin-left: 16rem !important;
  }

  .sm\:mt-82 {
    margin-top: 20.75rem !important;
  }

  .sm\:mr-82 {
    margin-right: 20.75rem !important;
  }

  .sm\:mb-82 {
    margin-bottom: 20.75rem !important;
  }

  .sm\:ml-82 {
    margin-left: 20.75rem !important;
  }

  .sm\:mt-auto {
    margin-top: auto !important;
  }

  .sm\:mr-auto {
    margin-right: auto !important;
  }

  .sm\:mb-auto {
    margin-bottom: auto !important;
  }

  .sm\:ml-auto {
    margin-left: auto !important;
  }

  .sm\:mt-px {
    margin-top: 1px !important;
  }

  .sm\:mr-px {
    margin-right: 1px !important;
  }

  .sm\:mb-px {
    margin-bottom: 1px !important;
  }

  .sm\:ml-px {
    margin-left: 1px !important;
  }

  .sm\:mt-tiny {
    margin-top: 0.3rem !important;
  }

  .sm\:mr-tiny {
    margin-right: 0.3rem !important;
  }

  .sm\:mb-tiny {
    margin-bottom: 0.3rem !important;
  }

  .sm\:ml-tiny {
    margin-left: 0.3rem !important;
  }

  .sm\:mt-quick-links {
    margin-top: 26% !important;
  }

  .sm\:mr-quick-links {
    margin-right: 26% !important;
  }

  .sm\:mb-quick-links {
    margin-bottom: 26% !important;
  }

  .sm\:ml-quick-links {
    margin-left: 26% !important;
  }

  .sm\:mt-pro-slid {
    margin-top: 48% !important;
  }

  .sm\:mr-pro-slid {
    margin-right: 48% !important;
  }

  .sm\:mb-pro-slid {
    margin-bottom: 48% !important;
  }

  .sm\:ml-pro-slid {
    margin-left: 48% !important;
  }

  .sm\:mt-62p {
    margin-top: 62% !important;
  }

  .sm\:mr-62p {
    margin-right: 62% !important;
  }

  .sm\:mb-62p {
    margin-bottom: 62% !important;
  }

  .sm\:ml-62p {
    margin-left: 62% !important;
  }

  .sm\:mt-90p {
    margin-top: 90% !important;
  }

  .sm\:mr-90p {
    margin-right: 90% !important;
  }

  .sm\:mb-90p {
    margin-bottom: 90% !important;
  }

  .sm\:ml-90p {
    margin-left: 90% !important;
  }

  .sm\:mt-x-large {
    margin-top: 27.5rem !important;
  }

  .sm\:mr-x-large {
    margin-right: 27.5rem !important;
  }

  .sm\:mb-x-large {
    margin-bottom: 27.5rem !important;
  }

  .sm\:ml-x-large {
    margin-left: 27.5rem !important;
  }

  .sm\:mt-2px {
    margin-top: 0.125rem !important;
  }

  .sm\:mr-2px {
    margin-right: 0.125rem !important;
  }

  .sm\:mb-2px {
    margin-bottom: 0.125rem !important;
  }

  .sm\:ml-2px {
    margin-left: 0.125rem !important;
  }

  .sm\:mt-9px {
    margin-top: 0.5625rem !important;
  }

  .sm\:mr-9px {
    margin-right: 0.5625rem !important;
  }

  .sm\:mb-9px {
    margin-bottom: 0.5625rem !important;
  }

  .sm\:ml-9px {
    margin-left: 0.5625rem !important;
  }

  .sm\:mt-10px {
    margin-top: 0.625rem !important;
  }

  .sm\:mr-10px {
    margin-right: 0.625rem !important;
  }

  .sm\:mb-10px {
    margin-bottom: 0.625rem !important;
  }

  .sm\:ml-10px {
    margin-left: 0.625rem !important;
  }

  .sm\:mt-18px {
    margin-top: 1.125rem !important;
  }

  .sm\:mr-18px {
    margin-right: 1.125rem !important;
  }

  .sm\:mb-18px {
    margin-bottom: 1.125rem !important;
  }

  .sm\:ml-18px {
    margin-left: 1.125rem !important;
  }

  .sm\:mt-20px {
    margin-top: 1.25rem !important;
  }

  .sm\:mr-20px {
    margin-right: 1.25rem !important;
  }

  .sm\:mb-20px {
    margin-bottom: 1.25rem !important;
  }

  .sm\:ml-20px {
    margin-left: 1.25rem !important;
  }

  .sm\:mt-24px {
    margin-top: 1.5rem !important;
  }

  .sm\:mr-24px {
    margin-right: 1.5rem !important;
  }

  .sm\:mb-24px {
    margin-bottom: 1.5rem !important;
  }

  .sm\:ml-24px {
    margin-left: 1.5rem !important;
  }

  .sm\:mt-26px {
    margin-top: 1.625rem !important;
  }

  .sm\:mr-26px {
    margin-right: 1.625rem !important;
  }

  .sm\:mb-26px {
    margin-bottom: 1.625rem !important;
  }

  .sm\:ml-26px {
    margin-left: 1.625rem !important;
  }

  .sm\:mt-30px {
    margin-top: 1.875rem !important;
  }

  .sm\:mr-30px {
    margin-right: 1.875rem !important;
  }

  .sm\:mb-30px {
    margin-bottom: 1.875rem !important;
  }

  .sm\:ml-30px {
    margin-left: 1.875rem !important;
  }

  .sm\:mt-38px {
    margin-top: 2.375rem !important;
  }

  .sm\:mr-38px {
    margin-right: 2.375rem !important;
  }

  .sm\:mb-38px {
    margin-bottom: 2.375rem !important;
  }

  .sm\:ml-38px {
    margin-left: 2.375rem !important;
  }

  .sm\:mt-43px {
    margin-top: 2.6875rem !important;
  }

  .sm\:mr-43px {
    margin-right: 2.6875rem !important;
  }

  .sm\:mb-43px {
    margin-bottom: 2.6875rem !important;
  }

  .sm\:ml-43px {
    margin-left: 2.6875rem !important;
  }

  .sm\:mt-44px {
    margin-top: 2.75rem !important;
  }

  .sm\:mr-44px {
    margin-right: 2.75rem !important;
  }

  .sm\:mb-44px {
    margin-bottom: 2.75rem !important;
  }

  .sm\:ml-44px {
    margin-left: 2.75rem !important;
  }

  .sm\:mt-46px {
    margin-top: 2.875rem !important;
  }

  .sm\:mr-46px {
    margin-right: 2.875rem !important;
  }

  .sm\:mb-46px {
    margin-bottom: 2.875rem !important;
  }

  .sm\:ml-46px {
    margin-left: 2.875rem !important;
  }

  .sm\:mt-53px {
    margin-top: 3.3125rem !important;
  }

  .sm\:mr-53px {
    margin-right: 3.3125rem !important;
  }

  .sm\:mb-53px {
    margin-bottom: 3.3125rem !important;
  }

  .sm\:ml-53px {
    margin-left: 3.3125rem !important;
  }

  .sm\:mt-54px {
    margin-top: 3.375rem !important;
  }

  .sm\:mr-54px {
    margin-right: 3.375rem !important;
  }

  .sm\:mb-54px {
    margin-bottom: 3.375rem !important;
  }

  .sm\:ml-54px {
    margin-left: 3.375rem !important;
  }

  .sm\:mt-55px {
    margin-top: 3.4375rem !important;
  }

  .sm\:mr-55px {
    margin-right: 3.4375rem !important;
  }

  .sm\:mb-55px {
    margin-bottom: 3.4375rem !important;
  }

  .sm\:ml-55px {
    margin-left: 3.4375rem !important;
  }

  .sm\:mt-60px {
    margin-top: 3.75rem !important;
  }

  .sm\:mr-60px {
    margin-right: 3.75rem !important;
  }

  .sm\:mb-60px {
    margin-bottom: 3.75rem !important;
  }

  .sm\:ml-60px {
    margin-left: 3.75rem !important;
  }

  .sm\:mt-67px {
    margin-top: 4.1875rem !important;
  }

  .sm\:mr-67px {
    margin-right: 4.1875rem !important;
  }

  .sm\:mb-67px {
    margin-bottom: 4.1875rem !important;
  }

  .sm\:ml-67px {
    margin-left: 4.1875rem !important;
  }

  .sm\:mt-73px {
    margin-top: 4.5625rem !important;
  }

  .sm\:mr-73px {
    margin-right: 4.5625rem !important;
  }

  .sm\:mb-73px {
    margin-bottom: 4.5625rem !important;
  }

  .sm\:ml-73px {
    margin-left: 4.5625rem !important;
  }

  .sm\:mt-80px {
    margin-top: 5rem !important;
  }

  .sm\:mr-80px {
    margin-right: 5rem !important;
  }

  .sm\:mb-80px {
    margin-bottom: 5rem !important;
  }

  .sm\:ml-80px {
    margin-left: 5rem !important;
  }

  .sm\:mt-81px {
    margin-top: 5.0625rem !important;
  }

  .sm\:mr-81px {
    margin-right: 5.0625rem !important;
  }

  .sm\:mb-81px {
    margin-bottom: 5.0625rem !important;
  }

  .sm\:ml-81px {
    margin-left: 5.0625rem !important;
  }

  .sm\:mt-85px {
    margin-top: 5.3125rem !important;
  }

  .sm\:mr-85px {
    margin-right: 5.3125rem !important;
  }

  .sm\:mb-85px {
    margin-bottom: 5.3125rem !important;
  }

  .sm\:ml-85px {
    margin-left: 5.3125rem !important;
  }

  .sm\:mt-92px {
    margin-top: 5.75rem !important;
  }

  .sm\:mr-92px {
    margin-right: 5.75rem !important;
  }

  .sm\:mb-92px {
    margin-bottom: 5.75rem !important;
  }

  .sm\:ml-92px {
    margin-left: 5.75rem !important;
  }

  .sm\:mt-100px {
    margin-top: 6.25rem !important;
  }

  .sm\:mr-100px {
    margin-right: 6.25rem !important;
  }

  .sm\:mb-100px {
    margin-bottom: 6.25rem !important;
  }

  .sm\:ml-100px {
    margin-left: 6.25rem !important;
  }

  .sm\:mt-106px {
    margin-top: 6.625rem !important;
  }

  .sm\:mr-106px {
    margin-right: 6.625rem !important;
  }

  .sm\:mb-106px {
    margin-bottom: 6.625rem !important;
  }

  .sm\:ml-106px {
    margin-left: 6.625rem !important;
  }

  .sm\:mt-123px {
    margin-top: 7.6875rem !important;
  }

  .sm\:mr-123px {
    margin-right: 7.6875rem !important;
  }

  .sm\:mb-123px {
    margin-bottom: 7.6875rem !important;
  }

  .sm\:ml-123px {
    margin-left: 7.6875rem !important;
  }

  .sm\:mt-126px {
    margin-top: 7.875rem !important;
  }

  .sm\:mr-126px {
    margin-right: 7.875rem !important;
  }

  .sm\:mb-126px {
    margin-bottom: 7.875rem !important;
  }

  .sm\:ml-126px {
    margin-left: 7.875rem !important;
  }

  .sm\:mt-138px {
    margin-top: 8.625rem !important;
  }

  .sm\:mr-138px {
    margin-right: 8.625rem !important;
  }

  .sm\:mb-138px {
    margin-bottom: 8.625rem !important;
  }

  .sm\:ml-138px {
    margin-left: 8.625rem !important;
  }

  .sm\:mt-140px {
    margin-top: 8.75rem !important;
  }

  .sm\:mr-140px {
    margin-right: 8.75rem !important;
  }

  .sm\:mb-140px {
    margin-bottom: 8.75rem !important;
  }

  .sm\:ml-140px {
    margin-left: 8.75rem !important;
  }

  .sm\:mt-146px {
    margin-top: 9.125rem !important;
  }

  .sm\:mr-146px {
    margin-right: 9.125rem !important;
  }

  .sm\:mb-146px {
    margin-bottom: 9.125rem !important;
  }

  .sm\:ml-146px {
    margin-left: 9.125rem !important;
  }

  .sm\:mt-152px {
    margin-top: 9.5rem !important;
  }

  .sm\:mr-152px {
    margin-right: 9.5rem !important;
  }

  .sm\:mb-152px {
    margin-bottom: 9.5rem !important;
  }

  .sm\:ml-152px {
    margin-left: 9.5rem !important;
  }

  .sm\:mt-187px {
    margin-top: 11.6875rem !important;
  }

  .sm\:mr-187px {
    margin-right: 11.6875rem !important;
  }

  .sm\:mb-187px {
    margin-bottom: 11.6875rem !important;
  }

  .sm\:ml-187px {
    margin-left: 11.6875rem !important;
  }

  .sm\:mt-220px {
    margin-top: 13.75rem !important;
  }

  .sm\:mr-220px {
    margin-right: 13.75rem !important;
  }

  .sm\:mb-220px {
    margin-bottom: 13.75rem !important;
  }

  .sm\:ml-220px {
    margin-left: 13.75rem !important;
  }

  .sm\:mt-253px {
    margin-top: 15.8125rem !important;
  }

  .sm\:mr-253px {
    margin-right: 15.8125rem !important;
  }

  .sm\:mb-253px {
    margin-bottom: 15.8125rem !important;
  }

  .sm\:ml-253px {
    margin-left: 15.8125rem !important;
  }

  .sm\:mt-320px {
    margin-top: 20rem !important;
  }

  .sm\:mr-320px {
    margin-right: 20rem !important;
  }

  .sm\:mb-320px {
    margin-bottom: 20rem !important;
  }

  .sm\:ml-320px {
    margin-left: 20rem !important;
  }

  .sm\:mt-400px {
    margin-top: 25rem !important;
  }

  .sm\:mr-400px {
    margin-right: 25rem !important;
  }

  .sm\:mb-400px {
    margin-bottom: 25rem !important;
  }

  .sm\:ml-400px {
    margin-left: 25rem !important;
  }

  .sm\:mt-500px {
    margin-top: 31.25rem !important;
  }

  .sm\:mr-500px {
    margin-right: 31.25rem !important;
  }

  .sm\:mb-500px {
    margin-bottom: 31.25rem !important;
  }

  .sm\:ml-500px {
    margin-left: 31.25rem !important;
  }

  .sm\:mt-lgPaddingTop {
    margin-top: 15.8125rem !important;
  }

  .sm\:mr-lgPaddingTop {
    margin-right: 15.8125rem !important;
  }

  .sm\:mb-lgPaddingTop {
    margin-bottom: 15.8125rem !important;
  }

  .sm\:ml-lgPaddingTop {
    margin-left: 15.8125rem !important;
  }

  .sm\:mt-phonePaddingTop {
    margin-top: 9.875rem !important;
  }

  .sm\:mr-phonePaddingTop {
    margin-right: 9.875rem !important;
  }

  .sm\:mb-phonePaddingTop {
    margin-bottom: 9.875rem !important;
  }

  .sm\:ml-phonePaddingTop {
    margin-left: 9.875rem !important;
  }

  .sm\:mt-tabletPaddingTop {
    margin-top: 6.625rem !important;
  }

  .sm\:mr-tabletPaddingTop {
    margin-right: 6.625rem !important;
  }

  .sm\:mb-tabletPaddingTop {
    margin-bottom: 6.625rem !important;
  }

  .sm\:ml-tabletPaddingTop {
    margin-left: 6.625rem !important;
  }

  .sm\:mt-largePaddingTop {
    margin-top: 13.75rem !important;
  }

  .sm\:mr-largePaddingTop {
    margin-right: 13.75rem !important;
  }

  .sm\:mb-largePaddingTop {
    margin-bottom: 13.75rem !important;
  }

  .sm\:ml-largePaddingTop {
    margin-left: 13.75rem !important;
  }

  .sm\:mt-phoneTextContentMaxWidth {
    margin-top: 57.0625rem !important;
  }

  .sm\:mr-phoneTextContentMaxWidth {
    margin-right: 57.0625rem !important;
  }

  .sm\:mb-phoneTextContentMaxWidth {
    margin-bottom: 57.0625rem !important;
  }

  .sm\:ml-phoneTextContentMaxWidth {
    margin-left: 57.0625rem !important;
  }

  .sm\:mt-phoneTextContentWidth {
    margin-top: 63% !important;
  }

  .sm\:mr-phoneTextContentWidth {
    margin-right: 63% !important;
  }

  .sm\:mb-phoneTextContentWidth {
    margin-bottom: 63% !important;
  }

  .sm\:ml-phoneTextContentWidth {
    margin-left: 63% !important;
  }

  .sm\:mt-phoneBlockContentWidth {
    margin-top: 71.625rem !important;
  }

  .sm\:mr-phoneBlockContentWidth {
    margin-right: 71.625rem !important;
  }

  .sm\:mb-phoneBlockContentWidth {
    margin-bottom: 71.625rem !important;
  }

  .sm\:ml-phoneBlockContentWidth {
    margin-left: 71.625rem !important;
  }

  .sm\:mt-tabletTextContentMaxWidth {
    margin-top: 57.0625rem !important;
  }

  .sm\:mr-tabletTextContentMaxWidth {
    margin-right: 57.0625rem !important;
  }

  .sm\:mb-tabletTextContentMaxWidth {
    margin-bottom: 57.0625rem !important;
  }

  .sm\:ml-tabletTextContentMaxWidth {
    margin-left: 57.0625rem !important;
  }

  .sm\:mt-tabletTextContentWidth {
    margin-top: 63% !important;
  }

  .sm\:mr-tabletTextContentWidth {
    margin-right: 63% !important;
  }

  .sm\:mb-tabletTextContentWidth {
    margin-bottom: 63% !important;
  }

  .sm\:ml-tabletTextContentWidth {
    margin-left: 63% !important;
  }

  .sm\:mt-tabletBlockContentWidth {
    margin-top: 71.625rem !important;
  }

  .sm\:mr-tabletBlockContentWidth {
    margin-right: 71.625rem !important;
  }

  .sm\:mb-tabletBlockContentWidth {
    margin-bottom: 71.625rem !important;
  }

  .sm\:ml-tabletBlockContentWidth {
    margin-left: 71.625rem !important;
  }

  .sm\:mt-largeTextContentMaxWidth {
    margin-top: 57.0625rem !important;
  }

  .sm\:mr-largeTextContentMaxWidth {
    margin-right: 57.0625rem !important;
  }

  .sm\:mb-largeTextContentMaxWidth {
    margin-bottom: 57.0625rem !important;
  }

  .sm\:ml-largeTextContentMaxWidth {
    margin-left: 57.0625rem !important;
  }

  .sm\:mt-largeTextContentWidth {
    margin-top: 63% !important;
  }

  .sm\:mr-largeTextContentWidth {
    margin-right: 63% !important;
  }

  .sm\:mb-largeTextContentWidth {
    margin-bottom: 63% !important;
  }

  .sm\:ml-largeTextContentWidth {
    margin-left: 63% !important;
  }

  .sm\:mt-largeBlockContentWidth {
    margin-top: 71.625rem !important;
  }

  .sm\:mr-largeBlockContentWidth {
    margin-right: 71.625rem !important;
  }

  .sm\:mb-largeBlockContentWidth {
    margin-bottom: 71.625rem !important;
  }

  .sm\:ml-largeBlockContentWidth {
    margin-left: 71.625rem !important;
  }

  .sm\:-mt-1 {
    margin-top: -0.25rem !important;
  }

  .sm\:-mr-1 {
    margin-right: -0.25rem !important;
  }

  .sm\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .sm\:-ml-1 {
    margin-left: -0.25rem !important;
  }

  .sm\:-mt-2 {
    margin-top: -0.5rem !important;
  }

  .sm\:-mr-2 {
    margin-right: -0.5rem !important;
  }

  .sm\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .sm\:-ml-2 {
    margin-left: -0.5rem !important;
  }

  .sm\:-mt-3 {
    margin-top: -0.75rem !important;
  }

  .sm\:-mr-3 {
    margin-right: -0.75rem !important;
  }

  .sm\:-mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .sm\:-ml-3 {
    margin-left: -0.75rem !important;
  }

  .sm\:-mt-4 {
    margin-top: -1rem !important;
  }

  .sm\:-mr-4 {
    margin-right: -1rem !important;
  }

  .sm\:-mb-4 {
    margin-bottom: -1rem !important;
  }

  .sm\:-ml-4 {
    margin-left: -1rem !important;
  }

  .sm\:-mt-5 {
    margin-top: -1.25rem !important;
  }

  .sm\:-mr-5 {
    margin-right: -1.25rem !important;
  }

  .sm\:-mb-5 {
    margin-bottom: -1.25rem !important;
  }

  .sm\:-ml-5 {
    margin-left: -1.25rem !important;
  }

  .sm\:-mt-6 {
    margin-top: -1.5rem !important;
  }

  .sm\:-mr-6 {
    margin-right: -1.5rem !important;
  }

  .sm\:-mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .sm\:-ml-6 {
    margin-left: -1.5rem !important;
  }

  .sm\:-mt-8 {
    margin-top: -2rem !important;
  }

  .sm\:-mr-8 {
    margin-right: -2rem !important;
  }

  .sm\:-mb-8 {
    margin-bottom: -2rem !important;
  }

  .sm\:-ml-8 {
    margin-left: -2rem !important;
  }

  .sm\:-mt-9 {
    margin-top: -2.5rem !important;
  }

  .sm\:-mr-9 {
    margin-right: -2.5rem !important;
  }

  .sm\:-mb-9 {
    margin-bottom: -2.5rem !important;
  }

  .sm\:-ml-9 {
    margin-left: -2.5rem !important;
  }

  .sm\:-mt-10 {
    margin-top: -2.5rem !important;
  }

  .sm\:-mr-10 {
    margin-right: -2.5rem !important;
  }

  .sm\:-mb-10 {
    margin-bottom: -2.5rem !important;
  }

  .sm\:-ml-10 {
    margin-left: -2.5rem !important;
  }

  .sm\:-mt-12 {
    margin-top: -3rem !important;
  }

  .sm\:-mr-12 {
    margin-right: -3rem !important;
  }

  .sm\:-mb-12 {
    margin-bottom: -3rem !important;
  }

  .sm\:-ml-12 {
    margin-left: -3rem !important;
  }

  .sm\:-mt-14 {
    margin-top: -3.5rem !important;
  }

  .sm\:-mr-14 {
    margin-right: -3.5rem !important;
  }

  .sm\:-mb-14 {
    margin-bottom: -3.5rem !important;
  }

  .sm\:-ml-14 {
    margin-left: -3.5rem !important;
  }

  .sm\:-mt-16 {
    margin-top: -4rem !important;
  }

  .sm\:-mr-16 {
    margin-right: -4rem !important;
  }

  .sm\:-mb-16 {
    margin-bottom: -4rem !important;
  }

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

  .sm\:-mt-18 {
    margin-top: -4.5rem !important;
  }

  .sm\:-mr-18 {
    margin-right: -4.5rem !important;
  }

  .sm\:-mb-18 {
    margin-bottom: -4.5rem !important;
  }

  .sm\:-ml-18 {
    margin-left: -4.5rem !important;
  }

  .sm\:-mt-20 {
    margin-top: -5rem !important;
  }

  .sm\:-mr-20 {
    margin-right: -5rem !important;
  }

  .sm\:-mb-20 {
    margin-bottom: -5rem !important;
  }

  .sm\:-ml-20 {
    margin-left: -5rem !important;
  }

  .sm\:-mt-22 {
    margin-top: -5.626rem !important;
  }

  .sm\:-mr-22 {
    margin-right: -5.626rem !important;
  }

  .sm\:-mb-22 {
    margin-bottom: -5.626rem !important;
  }

  .sm\:-ml-22 {
    margin-left: -5.626rem !important;
  }

  .sm\:-mt-24 {
    margin-top: -6rem !important;
  }

  .sm\:-mr-24 {
    margin-right: -6rem !important;
  }

  .sm\:-mb-24 {
    margin-bottom: -6rem !important;
  }

  .sm\:-ml-24 {
    margin-left: -6rem !important;
  }

  .sm\:-mt-26 {
    margin-top: -6.25rem !important;
  }

  .sm\:-mr-26 {
    margin-right: -6.25rem !important;
  }

  .sm\:-mb-26 {
    margin-bottom: -6.25rem !important;
  }

  .sm\:-ml-26 {
    margin-left: -6.25rem !important;
  }

  .sm\:-mt-28 {
    margin-top: -7rem !important;
  }

  .sm\:-mr-28 {
    margin-right: -7rem !important;
  }

  .sm\:-mb-28 {
    margin-bottom: -7rem !important;
  }

  .sm\:-ml-28 {
    margin-left: -7rem !important;
  }

  .sm\:-mt-32 {
    margin-top: -8rem !important;
  }

  .sm\:-mr-32 {
    margin-right: -8rem !important;
  }

  .sm\:-mb-32 {
    margin-bottom: -8rem !important;
  }

  .sm\:-ml-32 {
    margin-left: -8rem !important;
  }

  .sm\:-mt-34 {
    margin-top: -8.5rem !important;
  }

  .sm\:-mr-34 {
    margin-right: -8.5rem !important;
  }

  .sm\:-mb-34 {
    margin-bottom: -8.5rem !important;
  }

  .sm\:-ml-34 {
    margin-left: -8.5rem !important;
  }

  .sm\:-mt-38 {
    margin-top: -9.25rem !important;
  }

  .sm\:-mr-38 {
    margin-right: -9.25rem !important;
  }

  .sm\:-mb-38 {
    margin-bottom: -9.25rem !important;
  }

  .sm\:-ml-38 {
    margin-left: -9.25rem !important;
  }

  .sm\:-mt-40 {
    margin-top: -10rem !important;
  }

  .sm\:-mr-40 {
    margin-right: -10rem !important;
  }

  .sm\:-mb-40 {
    margin-bottom: -10rem !important;
  }

  .sm\:-ml-40 {
    margin-left: -10rem !important;
  }

  .sm\:-mt-46 {
    margin-top: -11.75rem !important;
  }

  .sm\:-mr-46 {
    margin-right: -11.75rem !important;
  }

  .sm\:-mb-46 {
    margin-bottom: -11.75rem !important;
  }

  .sm\:-ml-46 {
    margin-left: -11.75rem !important;
  }

  .sm\:-mt-48 {
    margin-top: -12rem !important;
  }

  .sm\:-mr-48 {
    margin-right: -12rem !important;
  }

  .sm\:-mb-48 {
    margin-bottom: -12rem !important;
  }

  .sm\:-ml-48 {
    margin-left: -12rem !important;
  }

  .sm\:-mt-56 {
    margin-top: -14rem !important;
  }

  .sm\:-mr-56 {
    margin-right: -14rem !important;
  }

  .sm\:-mb-56 {
    margin-bottom: -14rem !important;
  }

  .sm\:-ml-56 {
    margin-left: -14rem !important;
  }

  .sm\:-mt-64 {
    margin-top: -16rem !important;
  }

  .sm\:-mr-64 {
    margin-right: -16rem !important;
  }

  .sm\:-mb-64 {
    margin-bottom: -16rem !important;
  }

  .sm\:-ml-64 {
    margin-left: -16rem !important;
  }

  .sm\:-mt-82 {
    margin-top: -20.75rem !important;
  }

  .sm\:-mr-82 {
    margin-right: -20.75rem !important;
  }

  .sm\:-mb-82 {
    margin-bottom: -20.75rem !important;
  }

  .sm\:-ml-82 {
    margin-left: -20.75rem !important;
  }

  .sm\:-mt-px {
    margin-top: -1px !important;
  }

  .sm\:-mr-px {
    margin-right: -1px !important;
  }

  .sm\:-mb-px {
    margin-bottom: -1px !important;
  }

  .sm\:-ml-px {
    margin-left: -1px !important;
  }

  .sm\:-mt-tiny {
    margin-top: -0.3rem !important;
  }

  .sm\:-mr-tiny {
    margin-right: -0.3rem !important;
  }

  .sm\:-mb-tiny {
    margin-bottom: -0.3rem !important;
  }

  .sm\:-ml-tiny {
    margin-left: -0.3rem !important;
  }

  .sm\:-mt-quick-links {
    margin-top: -26% !important;
  }

  .sm\:-mr-quick-links {
    margin-right: -26% !important;
  }

  .sm\:-mb-quick-links {
    margin-bottom: -26% !important;
  }

  .sm\:-ml-quick-links {
    margin-left: -26% !important;
  }

  .sm\:-mt-pro-slid {
    margin-top: -48% !important;
  }

  .sm\:-mr-pro-slid {
    margin-right: -48% !important;
  }

  .sm\:-mb-pro-slid {
    margin-bottom: -48% !important;
  }

  .sm\:-ml-pro-slid {
    margin-left: -48% !important;
  }

  .sm\:-mt-62p {
    margin-top: -62% !important;
  }

  .sm\:-mr-62p {
    margin-right: -62% !important;
  }

  .sm\:-mb-62p {
    margin-bottom: -62% !important;
  }

  .sm\:-ml-62p {
    margin-left: -62% !important;
  }

  .sm\:-mt-90p {
    margin-top: -90% !important;
  }

  .sm\:-mr-90p {
    margin-right: -90% !important;
  }

  .sm\:-mb-90p {
    margin-bottom: -90% !important;
  }

  .sm\:-ml-90p {
    margin-left: -90% !important;
  }

  .sm\:-mt-x-large {
    margin-top: -27.5rem !important;
  }

  .sm\:-mr-x-large {
    margin-right: -27.5rem !important;
  }

  .sm\:-mb-x-large {
    margin-bottom: -27.5rem !important;
  }

  .sm\:-ml-x-large {
    margin-left: -27.5rem !important;
  }

  .sm\:-mt-2px {
    margin-top: -0.125rem !important;
  }

  .sm\:-mr-2px {
    margin-right: -0.125rem !important;
  }

  .sm\:-mb-2px {
    margin-bottom: -0.125rem !important;
  }

  .sm\:-ml-2px {
    margin-left: -0.125rem !important;
  }

  .sm\:-mt-9px {
    margin-top: -0.5625rem !important;
  }

  .sm\:-mr-9px {
    margin-right: -0.5625rem !important;
  }

  .sm\:-mb-9px {
    margin-bottom: -0.5625rem !important;
  }

  .sm\:-ml-9px {
    margin-left: -0.5625rem !important;
  }

  .sm\:-mt-10px {
    margin-top: -0.625rem !important;
  }

  .sm\:-mr-10px {
    margin-right: -0.625rem !important;
  }

  .sm\:-mb-10px {
    margin-bottom: -0.625rem !important;
  }

  .sm\:-ml-10px {
    margin-left: -0.625rem !important;
  }

  .sm\:-mt-18px {
    margin-top: -1.125rem !important;
  }

  .sm\:-mr-18px {
    margin-right: -1.125rem !important;
  }

  .sm\:-mb-18px {
    margin-bottom: -1.125rem !important;
  }

  .sm\:-ml-18px {
    margin-left: -1.125rem !important;
  }

  .sm\:-mt-20px {
    margin-top: -1.25rem !important;
  }

  .sm\:-mr-20px {
    margin-right: -1.25rem !important;
  }

  .sm\:-mb-20px {
    margin-bottom: -1.25rem !important;
  }

  .sm\:-ml-20px {
    margin-left: -1.25rem !important;
  }

  .sm\:-mt-24px {
    margin-top: -1.5rem !important;
  }

  .sm\:-mr-24px {
    margin-right: -1.5rem !important;
  }

  .sm\:-mb-24px {
    margin-bottom: -1.5rem !important;
  }

  .sm\:-ml-24px {
    margin-left: -1.5rem !important;
  }

  .sm\:-mt-26px {
    margin-top: -1.625rem !important;
  }

  .sm\:-mr-26px {
    margin-right: -1.625rem !important;
  }

  .sm\:-mb-26px {
    margin-bottom: -1.625rem !important;
  }

  .sm\:-ml-26px {
    margin-left: -1.625rem !important;
  }

  .sm\:-mt-30px {
    margin-top: -1.875rem !important;
  }

  .sm\:-mr-30px {
    margin-right: -1.875rem !important;
  }

  .sm\:-mb-30px {
    margin-bottom: -1.875rem !important;
  }

  .sm\:-ml-30px {
    margin-left: -1.875rem !important;
  }

  .sm\:-mt-38px {
    margin-top: -2.375rem !important;
  }

  .sm\:-mr-38px {
    margin-right: -2.375rem !important;
  }

  .sm\:-mb-38px {
    margin-bottom: -2.375rem !important;
  }

  .sm\:-ml-38px {
    margin-left: -2.375rem !important;
  }

  .sm\:-mt-43px {
    margin-top: -2.6875rem !important;
  }

  .sm\:-mr-43px {
    margin-right: -2.6875rem !important;
  }

  .sm\:-mb-43px {
    margin-bottom: -2.6875rem !important;
  }

  .sm\:-ml-43px {
    margin-left: -2.6875rem !important;
  }

  .sm\:-mt-44px {
    margin-top: -2.75rem !important;
  }

  .sm\:-mr-44px {
    margin-right: -2.75rem !important;
  }

  .sm\:-mb-44px {
    margin-bottom: -2.75rem !important;
  }

  .sm\:-ml-44px {
    margin-left: -2.75rem !important;
  }

  .sm\:-mt-46px {
    margin-top: -2.875rem !important;
  }

  .sm\:-mr-46px {
    margin-right: -2.875rem !important;
  }

  .sm\:-mb-46px {
    margin-bottom: -2.875rem !important;
  }

  .sm\:-ml-46px {
    margin-left: -2.875rem !important;
  }

  .sm\:-mt-53px {
    margin-top: -3.3125rem !important;
  }

  .sm\:-mr-53px {
    margin-right: -3.3125rem !important;
  }

  .sm\:-mb-53px {
    margin-bottom: -3.3125rem !important;
  }

  .sm\:-ml-53px {
    margin-left: -3.3125rem !important;
  }

  .sm\:-mt-54px {
    margin-top: -3.375rem !important;
  }

  .sm\:-mr-54px {
    margin-right: -3.375rem !important;
  }

  .sm\:-mb-54px {
    margin-bottom: -3.375rem !important;
  }

  .sm\:-ml-54px {
    margin-left: -3.375rem !important;
  }

  .sm\:-mt-55px {
    margin-top: -3.4375rem !important;
  }

  .sm\:-mr-55px {
    margin-right: -3.4375rem !important;
  }

  .sm\:-mb-55px {
    margin-bottom: -3.4375rem !important;
  }

  .sm\:-ml-55px {
    margin-left: -3.4375rem !important;
  }

  .sm\:-mt-60px {
    margin-top: -3.75rem !important;
  }

  .sm\:-mr-60px {
    margin-right: -3.75rem !important;
  }

  .sm\:-mb-60px {
    margin-bottom: -3.75rem !important;
  }

  .sm\:-ml-60px {
    margin-left: -3.75rem !important;
  }

  .sm\:-mt-67px {
    margin-top: -4.1875rem !important;
  }

  .sm\:-mr-67px {
    margin-right: -4.1875rem !important;
  }

  .sm\:-mb-67px {
    margin-bottom: -4.1875rem !important;
  }

  .sm\:-ml-67px {
    margin-left: -4.1875rem !important;
  }

  .sm\:-mt-73px {
    margin-top: -4.5625rem !important;
  }

  .sm\:-mr-73px {
    margin-right: -4.5625rem !important;
  }

  .sm\:-mb-73px {
    margin-bottom: -4.5625rem !important;
  }

  .sm\:-ml-73px {
    margin-left: -4.5625rem !important;
  }

  .sm\:-mt-80px {
    margin-top: -5rem !important;
  }

  .sm\:-mr-80px {
    margin-right: -5rem !important;
  }

  .sm\:-mb-80px {
    margin-bottom: -5rem !important;
  }

  .sm\:-ml-80px {
    margin-left: -5rem !important;
  }

  .sm\:-mt-81px {
    margin-top: -5.0625rem !important;
  }

  .sm\:-mr-81px {
    margin-right: -5.0625rem !important;
  }

  .sm\:-mb-81px {
    margin-bottom: -5.0625rem !important;
  }

  .sm\:-ml-81px {
    margin-left: -5.0625rem !important;
  }

  .sm\:-mt-85px {
    margin-top: -5.3125rem !important;
  }

  .sm\:-mr-85px {
    margin-right: -5.3125rem !important;
  }

  .sm\:-mb-85px {
    margin-bottom: -5.3125rem !important;
  }

  .sm\:-ml-85px {
    margin-left: -5.3125rem !important;
  }

  .sm\:-mt-92px {
    margin-top: -5.75rem !important;
  }

  .sm\:-mr-92px {
    margin-right: -5.75rem !important;
  }

  .sm\:-mb-92px {
    margin-bottom: -5.75rem !important;
  }

  .sm\:-ml-92px {
    margin-left: -5.75rem !important;
  }

  .sm\:-mt-100px {
    margin-top: -6.25rem !important;
  }

  .sm\:-mr-100px {
    margin-right: -6.25rem !important;
  }

  .sm\:-mb-100px {
    margin-bottom: -6.25rem !important;
  }

  .sm\:-ml-100px {
    margin-left: -6.25rem !important;
  }

  .sm\:-mt-106px {
    margin-top: -6.625rem !important;
  }

  .sm\:-mr-106px {
    margin-right: -6.625rem !important;
  }

  .sm\:-mb-106px {
    margin-bottom: -6.625rem !important;
  }

  .sm\:-ml-106px {
    margin-left: -6.625rem !important;
  }

  .sm\:-mt-123px {
    margin-top: -7.6875rem !important;
  }

  .sm\:-mr-123px {
    margin-right: -7.6875rem !important;
  }

  .sm\:-mb-123px {
    margin-bottom: -7.6875rem !important;
  }

  .sm\:-ml-123px {
    margin-left: -7.6875rem !important;
  }

  .sm\:-mt-126px {
    margin-top: -7.875rem !important;
  }

  .sm\:-mr-126px {
    margin-right: -7.875rem !important;
  }

  .sm\:-mb-126px {
    margin-bottom: -7.875rem !important;
  }

  .sm\:-ml-126px {
    margin-left: -7.875rem !important;
  }

  .sm\:-mt-138px {
    margin-top: -8.625rem !important;
  }

  .sm\:-mr-138px {
    margin-right: -8.625rem !important;
  }

  .sm\:-mb-138px {
    margin-bottom: -8.625rem !important;
  }

  .sm\:-ml-138px {
    margin-left: -8.625rem !important;
  }

  .sm\:-mt-140px {
    margin-top: -8.75rem !important;
  }

  .sm\:-mr-140px {
    margin-right: -8.75rem !important;
  }

  .sm\:-mb-140px {
    margin-bottom: -8.75rem !important;
  }

  .sm\:-ml-140px {
    margin-left: -8.75rem !important;
  }

  .sm\:-mt-146px {
    margin-top: -9.125rem !important;
  }

  .sm\:-mr-146px {
    margin-right: -9.125rem !important;
  }

  .sm\:-mb-146px {
    margin-bottom: -9.125rem !important;
  }

  .sm\:-ml-146px {
    margin-left: -9.125rem !important;
  }

  .sm\:-mt-152px {
    margin-top: -9.5rem !important;
  }

  .sm\:-mr-152px {
    margin-right: -9.5rem !important;
  }

  .sm\:-mb-152px {
    margin-bottom: -9.5rem !important;
  }

  .sm\:-ml-152px {
    margin-left: -9.5rem !important;
  }

  .sm\:-mt-187px {
    margin-top: -11.6875rem !important;
  }

  .sm\:-mr-187px {
    margin-right: -11.6875rem !important;
  }

  .sm\:-mb-187px {
    margin-bottom: -11.6875rem !important;
  }

  .sm\:-ml-187px {
    margin-left: -11.6875rem !important;
  }

  .sm\:-mt-220px {
    margin-top: -13.75rem !important;
  }

  .sm\:-mr-220px {
    margin-right: -13.75rem !important;
  }

  .sm\:-mb-220px {
    margin-bottom: -13.75rem !important;
  }

  .sm\:-ml-220px {
    margin-left: -13.75rem !important;
  }

  .sm\:-mt-253px {
    margin-top: -15.8125rem !important;
  }

  .sm\:-mr-253px {
    margin-right: -15.8125rem !important;
  }

  .sm\:-mb-253px {
    margin-bottom: -15.8125rem !important;
  }

  .sm\:-ml-253px {
    margin-left: -15.8125rem !important;
  }

  .sm\:-mt-320px {
    margin-top: -20rem !important;
  }

  .sm\:-mr-320px {
    margin-right: -20rem !important;
  }

  .sm\:-mb-320px {
    margin-bottom: -20rem !important;
  }

  .sm\:-ml-320px {
    margin-left: -20rem !important;
  }

  .sm\:-mt-400px {
    margin-top: -25rem !important;
  }

  .sm\:-mr-400px {
    margin-right: -25rem !important;
  }

  .sm\:-mb-400px {
    margin-bottom: -25rem !important;
  }

  .sm\:-ml-400px {
    margin-left: -25rem !important;
  }

  .sm\:-mt-500px {
    margin-top: -31.25rem !important;
  }

  .sm\:-mr-500px {
    margin-right: -31.25rem !important;
  }

  .sm\:-mb-500px {
    margin-bottom: -31.25rem !important;
  }

  .sm\:-ml-500px {
    margin-left: -31.25rem !important;
  }

  .sm\:-mt-lgPaddingTop {
    margin-top: -15.8125rem !important;
  }

  .sm\:-mr-lgPaddingTop {
    margin-right: -15.8125rem !important;
  }

  .sm\:-mb-lgPaddingTop {
    margin-bottom: -15.8125rem !important;
  }

  .sm\:-ml-lgPaddingTop {
    margin-left: -15.8125rem !important;
  }

  .sm\:-mt-phonePaddingTop {
    margin-top: -9.875rem !important;
  }

  .sm\:-mr-phonePaddingTop {
    margin-right: -9.875rem !important;
  }

  .sm\:-mb-phonePaddingTop {
    margin-bottom: -9.875rem !important;
  }

  .sm\:-ml-phonePaddingTop {
    margin-left: -9.875rem !important;
  }

  .sm\:-mt-tabletPaddingTop {
    margin-top: -6.625rem !important;
  }

  .sm\:-mr-tabletPaddingTop {
    margin-right: -6.625rem !important;
  }

  .sm\:-mb-tabletPaddingTop {
    margin-bottom: -6.625rem !important;
  }

  .sm\:-ml-tabletPaddingTop {
    margin-left: -6.625rem !important;
  }

  .sm\:-mt-largePaddingTop {
    margin-top: -13.75rem !important;
  }

  .sm\:-mr-largePaddingTop {
    margin-right: -13.75rem !important;
  }

  .sm\:-mb-largePaddingTop {
    margin-bottom: -13.75rem !important;
  }

  .sm\:-ml-largePaddingTop {
    margin-left: -13.75rem !important;
  }

  .sm\:-mt-phoneTextContentMaxWidth {
    margin-top: -57.0625rem !important;
  }

  .sm\:-mr-phoneTextContentMaxWidth {
    margin-right: -57.0625rem !important;
  }

  .sm\:-mb-phoneTextContentMaxWidth {
    margin-bottom: -57.0625rem !important;
  }

  .sm\:-ml-phoneTextContentMaxWidth {
    margin-left: -57.0625rem !important;
  }

  .sm\:-mt-phoneTextContentWidth {
    margin-top: -63% !important;
  }

  .sm\:-mr-phoneTextContentWidth {
    margin-right: -63% !important;
  }

  .sm\:-mb-phoneTextContentWidth {
    margin-bottom: -63% !important;
  }

  .sm\:-ml-phoneTextContentWidth {
    margin-left: -63% !important;
  }

  .sm\:-mt-phoneBlockContentWidth {
    margin-top: -71.625rem !important;
  }

  .sm\:-mr-phoneBlockContentWidth {
    margin-right: -71.625rem !important;
  }

  .sm\:-mb-phoneBlockContentWidth {
    margin-bottom: -71.625rem !important;
  }

  .sm\:-ml-phoneBlockContentWidth {
    margin-left: -71.625rem !important;
  }

  .sm\:-mt-tabletTextContentMaxWidth {
    margin-top: -57.0625rem !important;
  }

  .sm\:-mr-tabletTextContentMaxWidth {
    margin-right: -57.0625rem !important;
  }

  .sm\:-mb-tabletTextContentMaxWidth {
    margin-bottom: -57.0625rem !important;
  }

  .sm\:-ml-tabletTextContentMaxWidth {
    margin-left: -57.0625rem !important;
  }

  .sm\:-mt-tabletTextContentWidth {
    margin-top: -63% !important;
  }

  .sm\:-mr-tabletTextContentWidth {
    margin-right: -63% !important;
  }

  .sm\:-mb-tabletTextContentWidth {
    margin-bottom: -63% !important;
  }

  .sm\:-ml-tabletTextContentWidth {
    margin-left: -63% !important;
  }

  .sm\:-mt-tabletBlockContentWidth {
    margin-top: -71.625rem !important;
  }

  .sm\:-mr-tabletBlockContentWidth {
    margin-right: -71.625rem !important;
  }

  .sm\:-mb-tabletBlockContentWidth {
    margin-bottom: -71.625rem !important;
  }

  .sm\:-ml-tabletBlockContentWidth {
    margin-left: -71.625rem !important;
  }

  .sm\:-mt-largeTextContentMaxWidth {
    margin-top: -57.0625rem !important;
  }

  .sm\:-mr-largeTextContentMaxWidth {
    margin-right: -57.0625rem !important;
  }

  .sm\:-mb-largeTextContentMaxWidth {
    margin-bottom: -57.0625rem !important;
  }

  .sm\:-ml-largeTextContentMaxWidth {
    margin-left: -57.0625rem !important;
  }

  .sm\:-mt-largeTextContentWidth {
    margin-top: -63% !important;
  }

  .sm\:-mr-largeTextContentWidth {
    margin-right: -63% !important;
  }

  .sm\:-mb-largeTextContentWidth {
    margin-bottom: -63% !important;
  }

  .sm\:-ml-largeTextContentWidth {
    margin-left: -63% !important;
  }

  .sm\:-mt-largeBlockContentWidth {
    margin-top: -71.625rem !important;
  }

  .sm\:-mr-largeBlockContentWidth {
    margin-right: -71.625rem !important;
  }

  .sm\:-mb-largeBlockContentWidth {
    margin-bottom: -71.625rem !important;
  }

  .sm\:-ml-largeBlockContentWidth {
    margin-left: -71.625rem !important;
  }

  .sm\:max-h-full {
    max-height: 100% !important;
  }

  .sm\:max-h-screen {
    max-height: 100vh !important;
  }

  .sm\:max-w-none {
    max-width: none !important;
  }

  .sm\:max-w-xs {
    max-width: 20rem !important;
  }

  .sm\:max-w-sm {
    max-width: 24rem !important;
  }

  .sm\:max-w-md {
    max-width: 28rem !important;
  }

  .sm\:max-w-lg {
    max-width: 32rem !important;
  }

  .sm\:max-w-xl {
    max-width: 36rem !important;
  }

  .sm\:max-w-2xl {
    max-width: 42rem !important;
  }

  .sm\:max-w-3xl {
    max-width: 48rem !important;
  }

  .sm\:max-w-4xl {
    max-width: 56rem !important;
  }

  .sm\:max-w-5xl {
    max-width: 64rem !important;
  }

  .sm\:max-w-6xl {
    max-width: 72rem !important;
  }

  .sm\:max-w-full {
    max-width: 100% !important;
  }

  .sm\:max-w-screen-sm {
    max-width: 640px !important;
  }

  .sm\:max-w-screen-md {
    max-width: 768px !important;
  }

  .sm\:max-w-screen-lg {
    max-width: 1280px !important;
  }

  .sm\:max-w-screen-1xl {
    max-width: 1340px !important;
  }

  .sm\:max-w-screen-2xl {
    max-width: 1536px !important;
  }

  .sm\:max-w-screen-3xl {
    max-width: 1600px !important;
  }

  .sm\:max-w-container {
    max-width: 90rem !important;
  }

  .sm\:max-w-site {
    max-width: 90rem !important;
  }

  .sm\:max-w-largeTextContentMaxWidth {
    max-width: 57.0625rem !important;
  }

  .sm\:max-w-largeBlockContentMaxWidth {
    max-width: 71.625rem !important;
  }

  .sm\:max-w-halfLargeBlockContentMaxWidth {
    max-width: 35.8125rem !important;
  }

  .sm\:max-w-closeBanner {
    max-width: 1.25rem !important;
  }

  .sm\:min-h-400px {
    min-height: 25rem !important;
  }

  .sm\:min-h-450px {
    min-height: 28.125rem !important;
  }

  .sm\:min-h-500px {
    min-height: 31.25rem !important;
  }

  .sm\:min-w-0 {
    min-width: 0 !important;
  }

  .sm\:min-w-full {
    min-width: 100% !important;
  }

  .sm\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .sm\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .sm\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .sm\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .sm\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .sm\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .sm\:object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .sm\:object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .sm\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .sm\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .sm\:object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .sm\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .sm\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .sm\:object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .sm\:opacity-0 {
    opacity: 0 !important;
  }

  .sm\:opacity-25 {
    opacity: 0.25 !important;
  }

  .sm\:opacity-50 {
    opacity: 0.5 !important;
  }

  .sm\:opacity-75 {
    opacity: 0.75 !important;
  }

  .sm\:opacity-100 {
    opacity: 1 !important;
  }

  .sm\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }

  .sm\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }

  .sm\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }

  .sm\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }

  .sm\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }

  .sm\:focus\:opacity-0:focus {
    opacity: 0 !important;
  }

  .sm\:focus\:opacity-25:focus {
    opacity: 0.25 !important;
  }

  .sm\:focus\:opacity-50:focus {
    opacity: 0.5 !important;
  }

  .sm\:focus\:opacity-75:focus {
    opacity: 0.75 !important;
  }

  .sm\:focus\:opacity-100:focus {
    opacity: 1 !important;
  }

  .sm\:outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .sm\:outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .sm\:outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

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

  .sm\:focus\:outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .sm\:focus\:outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .sm\:overflow-auto {
    overflow: auto !important;
  }

  .sm\:overflow-hidden {
    overflow: hidden !important;
  }

  .sm\:overflow-visible {
    overflow: visible !important;
  }

  .sm\:overflow-scroll {
    overflow: scroll !important;
  }

  .sm\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .sm\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .sm\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .sm\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .sm\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .sm\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .sm\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .sm\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .sm\:scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }

  .sm\:scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }

  .sm\:overscroll-auto {
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .sm\:overscroll-contain {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .sm\:overscroll-none {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: none !important;
  }

  .sm\:overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .sm\:overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .sm\:overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .sm\:overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .sm\:overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .sm\:overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  .sm\:p-0 {
    padding: 0 !important;
  }

  .sm\:p-1 {
    padding: 0.25rem !important;
  }

  .sm\:p-2 {
    padding: 0.5rem !important;
  }

  .sm\:p-3 {
    padding: 0.75rem !important;
  }

  .sm\:p-4 {
    padding: 1rem !important;
  }

  .sm\:p-5 {
    padding: 1.25rem !important;
  }

  .sm\:p-6 {
    padding: 1.5rem !important;
  }

  .sm\:p-8 {
    padding: 2rem !important;
  }

  .sm\:p-9 {
    padding: 2.5rem !important;
  }

  .sm\:p-10 {
    padding: 2.5rem !important;
  }

  .sm\:p-12 {
    padding: 3rem !important;
  }

  .sm\:p-14 {
    padding: 3.5rem !important;
  }

  .sm\:p-16 {
    padding: 4rem !important;
  }

  .sm\:p-18 {
    padding: 4.5rem !important;
  }

  .sm\:p-20 {
    padding: 5rem !important;
  }

  .sm\:p-22 {
    padding: 5.626rem !important;
  }

  .sm\:p-24 {
    padding: 6rem !important;
  }

  .sm\:p-26 {
    padding: 6.25rem !important;
  }

  .sm\:p-28 {
    padding: 7rem !important;
  }

  .sm\:p-32 {
    padding: 8rem !important;
  }

  .sm\:p-34 {
    padding: 8.5rem !important;
  }

  .sm\:p-38 {
    padding: 9.25rem !important;
  }

  .sm\:p-40 {
    padding: 10rem !important;
  }

  .sm\:p-46 {
    padding: 11.75rem !important;
  }

  .sm\:p-48 {
    padding: 12rem !important;
  }

  .sm\:p-56 {
    padding: 14rem !important;
  }

  .sm\:p-64 {
    padding: 16rem !important;
  }

  .sm\:p-82 {
    padding: 20.75rem !important;
  }

  .sm\:p-px {
    padding: 1px !important;
  }

  .sm\:p-tiny {
    padding: 0.3rem !important;
  }

  .sm\:p-quick-links {
    padding: 26% !important;
  }

  .sm\:p-pro-slid {
    padding: 48% !important;
  }

  .sm\:p-62p {
    padding: 62% !important;
  }

  .sm\:p-90p {
    padding: 90% !important;
  }

  .sm\:p-x-large {
    padding: 27.5rem !important;
  }

  .sm\:p-2px {
    padding: 0.125rem !important;
  }

  .sm\:p-9px {
    padding: 0.5625rem !important;
  }

  .sm\:p-10px {
    padding: 0.625rem !important;
  }

  .sm\:p-18px {
    padding: 1.125rem !important;
  }

  .sm\:p-20px {
    padding: 1.25rem !important;
  }

  .sm\:p-24px {
    padding: 1.5rem !important;
  }

  .sm\:p-26px {
    padding: 1.625rem !important;
  }

  .sm\:p-30px {
    padding: 1.875rem !important;
  }

  .sm\:p-38px {
    padding: 2.375rem !important;
  }

  .sm\:p-43px {
    padding: 2.6875rem !important;
  }

  .sm\:p-44px {
    padding: 2.75rem !important;
  }

  .sm\:p-46px {
    padding: 2.875rem !important;
  }

  .sm\:p-53px {
    padding: 3.3125rem !important;
  }

  .sm\:p-54px {
    padding: 3.375rem !important;
  }

  .sm\:p-55px {
    padding: 3.4375rem !important;
  }

  .sm\:p-60px {
    padding: 3.75rem !important;
  }

  .sm\:p-67px {
    padding: 4.1875rem !important;
  }

  .sm\:p-73px {
    padding: 4.5625rem !important;
  }

  .sm\:p-80px {
    padding: 5rem !important;
  }

  .sm\:p-81px {
    padding: 5.0625rem !important;
  }

  .sm\:p-85px {
    padding: 5.3125rem !important;
  }

  .sm\:p-92px {
    padding: 5.75rem !important;
  }

  .sm\:p-100px {
    padding: 6.25rem !important;
  }

  .sm\:p-106px {
    padding: 6.625rem !important;
  }

  .sm\:p-123px {
    padding: 7.6875rem !important;
  }

  .sm\:p-126px {
    padding: 7.875rem !important;
  }

  .sm\:p-138px {
    padding: 8.625rem !important;
  }

  .sm\:p-140px {
    padding: 8.75rem !important;
  }

  .sm\:p-146px {
    padding: 9.125rem !important;
  }

  .sm\:p-152px {
    padding: 9.5rem !important;
  }

  .sm\:p-187px {
    padding: 11.6875rem !important;
  }

  .sm\:p-220px {
    padding: 13.75rem !important;
  }

  .sm\:p-253px {
    padding: 15.8125rem !important;
  }

  .sm\:p-320px {
    padding: 20rem !important;
  }

  .sm\:p-400px {
    padding: 25rem !important;
  }

  .sm\:p-500px {
    padding: 31.25rem !important;
  }

  .sm\:p-lgPaddingTop {
    padding: 15.8125rem !important;
  }

  .sm\:p-phonePaddingTop {
    padding: 9.875rem !important;
  }

  .sm\:p-tabletPaddingTop {
    padding: 6.625rem !important;
  }

  .sm\:p-largePaddingTop {
    padding: 13.75rem !important;
  }

  .sm\:p-phoneTextContentMaxWidth {
    padding: 57.0625rem !important;
  }

  .sm\:p-phoneTextContentWidth {
    padding: 63% !important;
  }

  .sm\:p-phoneBlockContentWidth {
    padding: 71.625rem !important;
  }

  .sm\:p-tabletTextContentMaxWidth {
    padding: 57.0625rem !important;
  }

  .sm\:p-tabletTextContentWidth {
    padding: 63% !important;
  }

  .sm\:p-tabletBlockContentWidth {
    padding: 71.625rem !important;
  }

  .sm\:p-largeTextContentMaxWidth {
    padding: 57.0625rem !important;
  }

  .sm\:p-largeTextContentWidth {
    padding: 63% !important;
  }

  .sm\:p-largeBlockContentWidth {
    padding: 71.625rem !important;
  }

  .sm\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

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

  .sm\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .sm\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .sm\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .sm\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .sm\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .sm\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .sm\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .sm\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .sm\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .sm\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .sm\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

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

  .sm\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

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

  .sm\:py-9 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .sm\:px-9 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .sm\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .sm\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .sm\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

  .sm\:py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

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

  .sm\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .sm\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .sm\:py-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .sm\:px-18 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }

  .sm\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .sm\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .sm\:py-22 {
    padding-top: 5.626rem !important;
    padding-bottom: 5.626rem !important;
  }

  .sm\:px-22 {
    padding-left: 5.626rem !important;
    padding-right: 5.626rem !important;
  }

  .sm\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .sm\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .sm\:py-26 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }

  .sm\:px-26 {
    padding-left: 6.25rem !important;
    padding-right: 6.25rem !important;
  }

  .sm\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .sm\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .sm\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .sm\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .sm\:py-34 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }

  .sm\:px-34 {
    padding-left: 8.5rem !important;
    padding-right: 8.5rem !important;
  }

  .sm\:py-38 {
    padding-top: 9.25rem !important;
    padding-bottom: 9.25rem !important;
  }

  .sm\:px-38 {
    padding-left: 9.25rem !important;
    padding-right: 9.25rem !important;
  }

  .sm\:py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .sm\:px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .sm\:py-46 {
    padding-top: 11.75rem !important;
    padding-bottom: 11.75rem !important;
  }

  .sm\:px-46 {
    padding-left: 11.75rem !important;
    padding-right: 11.75rem !important;
  }

  .sm\:py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .sm\:px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .sm\:py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .sm\:px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .sm\:py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .sm\:px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .sm\:py-82 {
    padding-top: 20.75rem !important;
    padding-bottom: 20.75rem !important;
  }

  .sm\:px-82 {
    padding-left: 20.75rem !important;
    padding-right: 20.75rem !important;
  }

  .sm\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .sm\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .sm\:py-tiny {
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
  }

  .sm\:px-tiny {
    padding-left: 0.3rem !important;
    padding-right: 0.3rem !important;
  }

  .sm\:py-quick-links {
    padding-top: 26% !important;
    padding-bottom: 26% !important;
  }

  .sm\:px-quick-links {
    padding-left: 26% !important;
    padding-right: 26% !important;
  }

  .sm\:py-pro-slid {
    padding-top: 48% !important;
    padding-bottom: 48% !important;
  }

  .sm\:px-pro-slid {
    padding-left: 48% !important;
    padding-right: 48% !important;
  }

  .sm\:py-62p {
    padding-top: 62% !important;
    padding-bottom: 62% !important;
  }

  .sm\:px-62p {
    padding-left: 62% !important;
    padding-right: 62% !important;
  }

  .sm\:py-90p {
    padding-top: 90% !important;
    padding-bottom: 90% !important;
  }

  .sm\:px-90p {
    padding-left: 90% !important;
    padding-right: 90% !important;
  }

  .sm\:py-x-large {
    padding-top: 27.5rem !important;
    padding-bottom: 27.5rem !important;
  }

  .sm\:px-x-large {
    padding-left: 27.5rem !important;
    padding-right: 27.5rem !important;
  }

  .sm\:py-2px {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .sm\:px-2px {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .sm\:py-9px {
    padding-top: 0.5625rem !important;
    padding-bottom: 0.5625rem !important;
  }

  .sm\:px-9px {
    padding-left: 0.5625rem !important;
    padding-right: 0.5625rem !important;
  }

  .sm\:py-10px {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .sm\:px-10px {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .sm\:py-18px {
    padding-top: 1.125rem !important;
    padding-bottom: 1.125rem !important;
  }

  .sm\:px-18px {
    padding-left: 1.125rem !important;
    padding-right: 1.125rem !important;
  }

  .sm\:py-20px {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .sm\:px-20px {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .sm\:py-24px {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .sm\:px-24px {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .sm\:py-26px {
    padding-top: 1.625rem !important;
    padding-bottom: 1.625rem !important;
  }

  .sm\:px-26px {
    padding-left: 1.625rem !important;
    padding-right: 1.625rem !important;
  }

  .sm\:py-30px {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }

  .sm\:px-30px {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important;
  }

  .sm\:py-38px {
    padding-top: 2.375rem !important;
    padding-bottom: 2.375rem !important;
  }

  .sm\:px-38px {
    padding-left: 2.375rem !important;
    padding-right: 2.375rem !important;
  }

  .sm\:py-43px {
    padding-top: 2.6875rem !important;
    padding-bottom: 2.6875rem !important;
  }

  .sm\:px-43px {
    padding-left: 2.6875rem !important;
    padding-right: 2.6875rem !important;
  }

  .sm\:py-44px {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .sm\:px-44px {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .sm\:py-46px {
    padding-top: 2.875rem !important;
    padding-bottom: 2.875rem !important;
  }

  .sm\:px-46px {
    padding-left: 2.875rem !important;
    padding-right: 2.875rem !important;
  }

  .sm\:py-53px {
    padding-top: 3.3125rem !important;
    padding-bottom: 3.3125rem !important;
  }

  .sm\:px-53px {
    padding-left: 3.3125rem !important;
    padding-right: 3.3125rem !important;
  }

  .sm\:py-54px {
    padding-top: 3.375rem !important;
    padding-bottom: 3.375rem !important;
  }

  .sm\:px-54px {
    padding-left: 3.375rem !important;
    padding-right: 3.375rem !important;
  }

  .sm\:py-55px {
    padding-top: 3.4375rem !important;
    padding-bottom: 3.4375rem !important;
  }

  .sm\:px-55px {
    padding-left: 3.4375rem !important;
    padding-right: 3.4375rem !important;
  }

  .sm\:py-60px {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }

  .sm\:px-60px {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }

  .sm\:py-67px {
    padding-top: 4.1875rem !important;
    padding-bottom: 4.1875rem !important;
  }

  .sm\:px-67px {
    padding-left: 4.1875rem !important;
    padding-right: 4.1875rem !important;
  }

  .sm\:py-73px {
    padding-top: 4.5625rem !important;
    padding-bottom: 4.5625rem !important;
  }

  .sm\:px-73px {
    padding-left: 4.5625rem !important;
    padding-right: 4.5625rem !important;
  }

  .sm\:py-80px {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .sm\:px-80px {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .sm\:py-81px {
    padding-top: 5.0625rem !important;
    padding-bottom: 5.0625rem !important;
  }

  .sm\:px-81px {
    padding-left: 5.0625rem !important;
    padding-right: 5.0625rem !important;
  }

  .sm\:py-85px {
    padding-top: 5.3125rem !important;
    padding-bottom: 5.3125rem !important;
  }

  .sm\:px-85px {
    padding-left: 5.3125rem !important;
    padding-right: 5.3125rem !important;
  }

  .sm\:py-92px {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }

  .sm\:px-92px {
    padding-left: 5.75rem !important;
    padding-right: 5.75rem !important;
  }

  .sm\:py-100px {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }

  .sm\:px-100px {
    padding-left: 6.25rem !important;
    padding-right: 6.25rem !important;
  }

  .sm\:py-106px {
    padding-top: 6.625rem !important;
    padding-bottom: 6.625rem !important;
  }

  .sm\:px-106px {
    padding-left: 6.625rem !important;
    padding-right: 6.625rem !important;
  }

  .sm\:py-123px {
    padding-top: 7.6875rem !important;
    padding-bottom: 7.6875rem !important;
  }

  .sm\:px-123px {
    padding-left: 7.6875rem !important;
    padding-right: 7.6875rem !important;
  }

  .sm\:py-126px {
    padding-top: 7.875rem !important;
    padding-bottom: 7.875rem !important;
  }

  .sm\:px-126px {
    padding-left: 7.875rem !important;
    padding-right: 7.875rem !important;
  }

  .sm\:py-138px {
    padding-top: 8.625rem !important;
    padding-bottom: 8.625rem !important;
  }

  .sm\:px-138px {
    padding-left: 8.625rem !important;
    padding-right: 8.625rem !important;
  }

  .sm\:py-140px {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }

  .sm\:px-140px {
    padding-left: 8.75rem !important;
    padding-right: 8.75rem !important;
  }

  .sm\:py-146px {
    padding-top: 9.125rem !important;
    padding-bottom: 9.125rem !important;
  }

  .sm\:px-146px {
    padding-left: 9.125rem !important;
    padding-right: 9.125rem !important;
  }

  .sm\:py-152px {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }

  .sm\:px-152px {
    padding-left: 9.5rem !important;
    padding-right: 9.5rem !important;
  }

  .sm\:py-187px {
    padding-top: 11.6875rem !important;
    padding-bottom: 11.6875rem !important;
  }

  .sm\:px-187px {
    padding-left: 11.6875rem !important;
    padding-right: 11.6875rem !important;
  }

  .sm\:py-220px {
    padding-top: 13.75rem !important;
    padding-bottom: 13.75rem !important;
  }

  .sm\:px-220px {
    padding-left: 13.75rem !important;
    padding-right: 13.75rem !important;
  }

  .sm\:py-253px {
    padding-top: 15.8125rem !important;
    padding-bottom: 15.8125rem !important;
  }

  .sm\:px-253px {
    padding-left: 15.8125rem !important;
    padding-right: 15.8125rem !important;
  }

  .sm\:py-320px {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .sm\:px-320px {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .sm\:py-400px {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }

  .sm\:px-400px {
    padding-left: 25rem !important;
    padding-right: 25rem !important;
  }

  .sm\:py-500px {
    padding-top: 31.25rem !important;
    padding-bottom: 31.25rem !important;
  }

  .sm\:px-500px {
    padding-left: 31.25rem !important;
    padding-right: 31.25rem !important;
  }

  .sm\:py-lgPaddingTop {
    padding-top: 15.8125rem !important;
    padding-bottom: 15.8125rem !important;
  }

  .sm\:px-lgPaddingTop {
    padding-left: 15.8125rem !important;
    padding-right: 15.8125rem !important;
  }

  .sm\:py-phonePaddingTop {
    padding-top: 9.875rem !important;
    padding-bottom: 9.875rem !important;
  }

  .sm\:px-phonePaddingTop {
    padding-left: 9.875rem !important;
    padding-right: 9.875rem !important;
  }

  .sm\:py-tabletPaddingTop {
    padding-top: 6.625rem !important;
    padding-bottom: 6.625rem !important;
  }

  .sm\:px-tabletPaddingTop {
    padding-left: 6.625rem !important;
    padding-right: 6.625rem !important;
  }

  .sm\:py-largePaddingTop {
    padding-top: 13.75rem !important;
    padding-bottom: 13.75rem !important;
  }

  .sm\:px-largePaddingTop {
    padding-left: 13.75rem !important;
    padding-right: 13.75rem !important;
  }

  .sm\:py-phoneTextContentMaxWidth {
    padding-top: 57.0625rem !important;
    padding-bottom: 57.0625rem !important;
  }

  .sm\:px-phoneTextContentMaxWidth {
    padding-left: 57.0625rem !important;
    padding-right: 57.0625rem !important;
  }

  .sm\:py-phoneTextContentWidth {
    padding-top: 63% !important;
    padding-bottom: 63% !important;
  }

  .sm\:px-phoneTextContentWidth {
    padding-left: 63% !important;
    padding-right: 63% !important;
  }

  .sm\:py-phoneBlockContentWidth {
    padding-top: 71.625rem !important;
    padding-bottom: 71.625rem !important;
  }

  .sm\:px-phoneBlockContentWidth {
    padding-left: 71.625rem !important;
    padding-right: 71.625rem !important;
  }

  .sm\:py-tabletTextContentMaxWidth {
    padding-top: 57.0625rem !important;
    padding-bottom: 57.0625rem !important;
  }

  .sm\:px-tabletTextContentMaxWidth {
    padding-left: 57.0625rem !important;
    padding-right: 57.0625rem !important;
  }

  .sm\:py-tabletTextContentWidth {
    padding-top: 63% !important;
    padding-bottom: 63% !important;
  }

  .sm\:px-tabletTextContentWidth {
    padding-left: 63% !important;
    padding-right: 63% !important;
  }

  .sm\:py-tabletBlockContentWidth {
    padding-top: 71.625rem !important;
    padding-bottom: 71.625rem !important;
  }

  .sm\:px-tabletBlockContentWidth {
    padding-left: 71.625rem !important;
    padding-right: 71.625rem !important;
  }

  .sm\:py-largeTextContentMaxWidth {
    padding-top: 57.0625rem !important;
    padding-bottom: 57.0625rem !important;
  }

  .sm\:px-largeTextContentMaxWidth {
    padding-left: 57.0625rem !important;
    padding-right: 57.0625rem !important;
  }

  .sm\:py-largeTextContentWidth {
    padding-top: 63% !important;
    padding-bottom: 63% !important;
  }

  .sm\:px-largeTextContentWidth {
    padding-left: 63% !important;
    padding-right: 63% !important;
  }

  .sm\:py-largeBlockContentWidth {
    padding-top: 71.625rem !important;
    padding-bottom: 71.625rem !important;
  }

  .sm\:px-largeBlockContentWidth {
    padding-left: 71.625rem !important;
    padding-right: 71.625rem !important;
  }

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

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

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

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

  .sm\:pt-1 {
    padding-top: 0.25rem !important;
  }

  .sm\:pr-1 {
    padding-right: 0.25rem !important;
  }

  .sm\:pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .sm\:pl-1 {
    padding-left: 0.25rem !important;
  }

  .sm\:pt-2 {
    padding-top: 0.5rem !important;
  }

  .sm\:pr-2 {
    padding-right: 0.5rem !important;
  }

  .sm\:pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .sm\:pl-2 {
    padding-left: 0.5rem !important;
  }

  .sm\:pt-3 {
    padding-top: 0.75rem !important;
  }

  .sm\:pr-3 {
    padding-right: 0.75rem !important;
  }

  .sm\:pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .sm\:pl-3 {
    padding-left: 0.75rem !important;
  }

  .sm\:pt-4 {
    padding-top: 1rem !important;
  }

  .sm\:pr-4 {
    padding-right: 1rem !important;
  }

  .sm\:pb-4 {
    padding-bottom: 1rem !important;
  }

  .sm\:pl-4 {
    padding-left: 1rem !important;
  }

  .sm\:pt-5 {
    padding-top: 1.25rem !important;
  }

  .sm\:pr-5 {
    padding-right: 1.25rem !important;
  }

  .sm\:pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .sm\:pl-5 {
    padding-left: 1.25rem !important;
  }

  .sm\:pt-6 {
    padding-top: 1.5rem !important;
  }

  .sm\:pr-6 {
    padding-right: 1.5rem !important;
  }

  .sm\:pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .sm\:pl-6 {
    padding-left: 1.5rem !important;
  }

  .sm\:pt-8 {
    padding-top: 2rem !important;
  }

  .sm\:pr-8 {
    padding-right: 2rem !important;
  }

  .sm\:pb-8 {
    padding-bottom: 2rem !important;
  }

  .sm\:pl-8 {
    padding-left: 2rem !important;
  }

  .sm\:pt-9 {
    padding-top: 2.5rem !important;
  }

  .sm\:pr-9 {
    padding-right: 2.5rem !important;
  }

  .sm\:pb-9 {
    padding-bottom: 2.5rem !important;
  }

  .sm\:pl-9 {
    padding-left: 2.5rem !important;
  }

  .sm\:pt-10 {
    padding-top: 2.5rem !important;
  }

  .sm\:pr-10 {
    padding-right: 2.5rem !important;
  }

  .sm\:pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .sm\:pl-10 {
    padding-left: 2.5rem !important;
  }

  .sm\:pt-12 {
    padding-top: 3rem !important;
  }

  .sm\:pr-12 {
    padding-right: 3rem !important;
  }

  .sm\:pb-12 {
    padding-bottom: 3rem !important;
  }

  .sm\:pl-12 {
    padding-left: 3rem !important;
  }

  .sm\:pt-14 {
    padding-top: 3.5rem !important;
  }

  .sm\:pr-14 {
    padding-right: 3.5rem !important;
  }

  .sm\:pb-14 {
    padding-bottom: 3.5rem !important;
  }

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

  .sm\:pt-16 {
    padding-top: 4rem !important;
  }

  .sm\:pr-16 {
    padding-right: 4rem !important;
  }

  .sm\:pb-16 {
    padding-bottom: 4rem !important;
  }

  .sm\:pl-16 {
    padding-left: 4rem !important;
  }

  .sm\:pt-18 {
    padding-top: 4.5rem !important;
  }

  .sm\:pr-18 {
    padding-right: 4.5rem !important;
  }

  .sm\:pb-18 {
    padding-bottom: 4.5rem !important;
  }

  .sm\:pl-18 {
    padding-left: 4.5rem !important;
  }

  .sm\:pt-20 {
    padding-top: 5rem !important;
  }

  .sm\:pr-20 {
    padding-right: 5rem !important;
  }

  .sm\:pb-20 {
    padding-bottom: 5rem !important;
  }

  .sm\:pl-20 {
    padding-left: 5rem !important;
  }

  .sm\:pt-22 {
    padding-top: 5.626rem !important;
  }

  .sm\:pr-22 {
    padding-right: 5.626rem !important;
  }

  .sm\:pb-22 {
    padding-bottom: 5.626rem !important;
  }

  .sm\:pl-22 {
    padding-left: 5.626rem !important;
  }

  .sm\:pt-24 {
    padding-top: 6rem !important;
  }

  .sm\:pr-24 {
    padding-right: 6rem !important;
  }

  .sm\:pb-24 {
    padding-bottom: 6rem !important;
  }

  .sm\:pl-24 {
    padding-left: 6rem !important;
  }

  .sm\:pt-26 {
    padding-top: 6.25rem !important;
  }

  .sm\:pr-26 {
    padding-right: 6.25rem !important;
  }

  .sm\:pb-26 {
    padding-bottom: 6.25rem !important;
  }

  .sm\:pl-26 {
    padding-left: 6.25rem !important;
  }

  .sm\:pt-28 {
    padding-top: 7rem !important;
  }

  .sm\:pr-28 {
    padding-right: 7rem !important;
  }

  .sm\:pb-28 {
    padding-bottom: 7rem !important;
  }

  .sm\:pl-28 {
    padding-left: 7rem !important;
  }

  .sm\:pt-32 {
    padding-top: 8rem !important;
  }

  .sm\:pr-32 {
    padding-right: 8rem !important;
  }

  .sm\:pb-32 {
    padding-bottom: 8rem !important;
  }

  .sm\:pl-32 {
    padding-left: 8rem !important;
  }

  .sm\:pt-34 {
    padding-top: 8.5rem !important;
  }

  .sm\:pr-34 {
    padding-right: 8.5rem !important;
  }

  .sm\:pb-34 {
    padding-bottom: 8.5rem !important;
  }

  .sm\:pl-34 {
    padding-left: 8.5rem !important;
  }

  .sm\:pt-38 {
    padding-top: 9.25rem !important;
  }

  .sm\:pr-38 {
    padding-right: 9.25rem !important;
  }

  .sm\:pb-38 {
    padding-bottom: 9.25rem !important;
  }

  .sm\:pl-38 {
    padding-left: 9.25rem !important;
  }

  .sm\:pt-40 {
    padding-top: 10rem !important;
  }

  .sm\:pr-40 {
    padding-right: 10rem !important;
  }

  .sm\:pb-40 {
    padding-bottom: 10rem !important;
  }

  .sm\:pl-40 {
    padding-left: 10rem !important;
  }

  .sm\:pt-46 {
    padding-top: 11.75rem !important;
  }

  .sm\:pr-46 {
    padding-right: 11.75rem !important;
  }

  .sm\:pb-46 {
    padding-bottom: 11.75rem !important;
  }

  .sm\:pl-46 {
    padding-left: 11.75rem !important;
  }

  .sm\:pt-48 {
    padding-top: 12rem !important;
  }

  .sm\:pr-48 {
    padding-right: 12rem !important;
  }

  .sm\:pb-48 {
    padding-bottom: 12rem !important;
  }

  .sm\:pl-48 {
    padding-left: 12rem !important;
  }

  .sm\:pt-56 {
    padding-top: 14rem !important;
  }

  .sm\:pr-56 {
    padding-right: 14rem !important;
  }

  .sm\:pb-56 {
    padding-bottom: 14rem !important;
  }

  .sm\:pl-56 {
    padding-left: 14rem !important;
  }

  .sm\:pt-64 {
    padding-top: 16rem !important;
  }

  .sm\:pr-64 {
    padding-right: 16rem !important;
  }

  .sm\:pb-64 {
    padding-bottom: 16rem !important;
  }

  .sm\:pl-64 {
    padding-left: 16rem !important;
  }

  .sm\:pt-82 {
    padding-top: 20.75rem !important;
  }

  .sm\:pr-82 {
    padding-right: 20.75rem !important;
  }

  .sm\:pb-82 {
    padding-bottom: 20.75rem !important;
  }

  .sm\:pl-82 {
    padding-left: 20.75rem !important;
  }

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

  .sm\:pr-px {
    padding-right: 1px !important;
  }

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

  .sm\:pl-px {
    padding-left: 1px !important;
  }

  .sm\:pt-tiny {
    padding-top: 0.3rem !important;
  }

  .sm\:pr-tiny {
    padding-right: 0.3rem !important;
  }

  .sm\:pb-tiny {
    padding-bottom: 0.3rem !important;
  }

  .sm\:pl-tiny {
    padding-left: 0.3rem !important;
  }

  .sm\:pt-quick-links {
    padding-top: 26% !important;
  }

  .sm\:pr-quick-links {
    padding-right: 26% !important;
  }

  .sm\:pb-quick-links {
    padding-bottom: 26% !important;
  }

  .sm\:pl-quick-links {
    padding-left: 26% !important;
  }

  .sm\:pt-pro-slid {
    padding-top: 48% !important;
  }

  .sm\:pr-pro-slid {
    padding-right: 48% !important;
  }

  .sm\:pb-pro-slid {
    padding-bottom: 48% !important;
  }

  .sm\:pl-pro-slid {
    padding-left: 48% !important;
  }

  .sm\:pt-62p {
    padding-top: 62% !important;
  }

  .sm\:pr-62p {
    padding-right: 62% !important;
  }

  .sm\:pb-62p {
    padding-bottom: 62% !important;
  }

  .sm\:pl-62p {
    padding-left: 62% !important;
  }

  .sm\:pt-90p {
    padding-top: 90% !important;
  }

  .sm\:pr-90p {
    padding-right: 90% !important;
  }

  .sm\:pb-90p {
    padding-bottom: 90% !important;
  }

  .sm\:pl-90p {
    padding-left: 90% !important;
  }

  .sm\:pt-x-large {
    padding-top: 27.5rem !important;
  }

  .sm\:pr-x-large {
    padding-right: 27.5rem !important;
  }

  .sm\:pb-x-large {
    padding-bottom: 27.5rem !important;
  }

  .sm\:pl-x-large {
    padding-left: 27.5rem !important;
  }

  .sm\:pt-2px {
    padding-top: 0.125rem !important;
  }

  .sm\:pr-2px {
    padding-right: 0.125rem !important;
  }

  .sm\:pb-2px {
    padding-bottom: 0.125rem !important;
  }

  .sm\:pl-2px {
    padding-left: 0.125rem !important;
  }

  .sm\:pt-9px {
    padding-top: 0.5625rem !important;
  }

  .sm\:pr-9px {
    padding-right: 0.5625rem !important;
  }

  .sm\:pb-9px {
    padding-bottom: 0.5625rem !important;
  }

  .sm\:pl-9px {
    padding-left: 0.5625rem !important;
  }

  .sm\:pt-10px {
    padding-top: 0.625rem !important;
  }

  .sm\:pr-10px {
    padding-right: 0.625rem !important;
  }

  .sm\:pb-10px {
    padding-bottom: 0.625rem !important;
  }

  .sm\:pl-10px {
    padding-left: 0.625rem !important;
  }

  .sm\:pt-18px {
    padding-top: 1.125rem !important;
  }

  .sm\:pr-18px {
    padding-right: 1.125rem !important;
  }

  .sm\:pb-18px {
    padding-bottom: 1.125rem !important;
  }

  .sm\:pl-18px {
    padding-left: 1.125rem !important;
  }

  .sm\:pt-20px {
    padding-top: 1.25rem !important;
  }

  .sm\:pr-20px {
    padding-right: 1.25rem !important;
  }

  .sm\:pb-20px {
    padding-bottom: 1.25rem !important;
  }

  .sm\:pl-20px {
    padding-left: 1.25rem !important;
  }

  .sm\:pt-24px {
    padding-top: 1.5rem !important;
  }

  .sm\:pr-24px {
    padding-right: 1.5rem !important;
  }

  .sm\:pb-24px {
    padding-bottom: 1.5rem !important;
  }

  .sm\:pl-24px {
    padding-left: 1.5rem !important;
  }

  .sm\:pt-26px {
    padding-top: 1.625rem !important;
  }

  .sm\:pr-26px {
    padding-right: 1.625rem !important;
  }

  .sm\:pb-26px {
    padding-bottom: 1.625rem !important;
  }

  .sm\:pl-26px {
    padding-left: 1.625rem !important;
  }

  .sm\:pt-30px {
    padding-top: 1.875rem !important;
  }

  .sm\:pr-30px {
    padding-right: 1.875rem !important;
  }

  .sm\:pb-30px {
    padding-bottom: 1.875rem !important;
  }

  .sm\:pl-30px {
    padding-left: 1.875rem !important;
  }

  .sm\:pt-38px {
    padding-top: 2.375rem !important;
  }

  .sm\:pr-38px {
    padding-right: 2.375rem !important;
  }

  .sm\:pb-38px {
    padding-bottom: 2.375rem !important;
  }

  .sm\:pl-38px {
    padding-left: 2.375rem !important;
  }

  .sm\:pt-43px {
    padding-top: 2.6875rem !important;
  }

  .sm\:pr-43px {
    padding-right: 2.6875rem !important;
  }

  .sm\:pb-43px {
    padding-bottom: 2.6875rem !important;
  }

  .sm\:pl-43px {
    padding-left: 2.6875rem !important;
  }

  .sm\:pt-44px {
    padding-top: 2.75rem !important;
  }

  .sm\:pr-44px {
    padding-right: 2.75rem !important;
  }

  .sm\:pb-44px {
    padding-bottom: 2.75rem !important;
  }

  .sm\:pl-44px {
    padding-left: 2.75rem !important;
  }

  .sm\:pt-46px {
    padding-top: 2.875rem !important;
  }

  .sm\:pr-46px {
    padding-right: 2.875rem !important;
  }

  .sm\:pb-46px {
    padding-bottom: 2.875rem !important;
  }

  .sm\:pl-46px {
    padding-left: 2.875rem !important;
  }

  .sm\:pt-53px {
    padding-top: 3.3125rem !important;
  }

  .sm\:pr-53px {
    padding-right: 3.3125rem !important;
  }

  .sm\:pb-53px {
    padding-bottom: 3.3125rem !important;
  }

  .sm\:pl-53px {
    padding-left: 3.3125rem !important;
  }

  .sm\:pt-54px {
    padding-top: 3.375rem !important;
  }

  .sm\:pr-54px {
    padding-right: 3.375rem !important;
  }

  .sm\:pb-54px {
    padding-bottom: 3.375rem !important;
  }

  .sm\:pl-54px {
    padding-left: 3.375rem !important;
  }

  .sm\:pt-55px {
    padding-top: 3.4375rem !important;
  }

  .sm\:pr-55px {
    padding-right: 3.4375rem !important;
  }

  .sm\:pb-55px {
    padding-bottom: 3.4375rem !important;
  }

  .sm\:pl-55px {
    padding-left: 3.4375rem !important;
  }

  .sm\:pt-60px {
    padding-top: 3.75rem !important;
  }

  .sm\:pr-60px {
    padding-right: 3.75rem !important;
  }

  .sm\:pb-60px {
    padding-bottom: 3.75rem !important;
  }

  .sm\:pl-60px {
    padding-left: 3.75rem !important;
  }

  .sm\:pt-67px {
    padding-top: 4.1875rem !important;
  }

  .sm\:pr-67px {
    padding-right: 4.1875rem !important;
  }

  .sm\:pb-67px {
    padding-bottom: 4.1875rem !important;
  }

  .sm\:pl-67px {
    padding-left: 4.1875rem !important;
  }

  .sm\:pt-73px {
    padding-top: 4.5625rem !important;
  }

  .sm\:pr-73px {
    padding-right: 4.5625rem !important;
  }

  .sm\:pb-73px {
    padding-bottom: 4.5625rem !important;
  }

  .sm\:pl-73px {
    padding-left: 4.5625rem !important;
  }

  .sm\:pt-80px {
    padding-top: 5rem !important;
  }

  .sm\:pr-80px {
    padding-right: 5rem !important;
  }

  .sm\:pb-80px {
    padding-bottom: 5rem !important;
  }

  .sm\:pl-80px {
    padding-left: 5rem !important;
  }

  .sm\:pt-81px {
    padding-top: 5.0625rem !important;
  }

  .sm\:pr-81px {
    padding-right: 5.0625rem !important;
  }

  .sm\:pb-81px {
    padding-bottom: 5.0625rem !important;
  }

  .sm\:pl-81px {
    padding-left: 5.0625rem !important;
  }

  .sm\:pt-85px {
    padding-top: 5.3125rem !important;
  }

  .sm\:pr-85px {
    padding-right: 5.3125rem !important;
  }

  .sm\:pb-85px {
    padding-bottom: 5.3125rem !important;
  }

  .sm\:pl-85px {
    padding-left: 5.3125rem !important;
  }

  .sm\:pt-92px {
    padding-top: 5.75rem !important;
  }

  .sm\:pr-92px {
    padding-right: 5.75rem !important;
  }

  .sm\:pb-92px {
    padding-bottom: 5.75rem !important;
  }

  .sm\:pl-92px {
    padding-left: 5.75rem !important;
  }

  .sm\:pt-100px {
    padding-top: 6.25rem !important;
  }

  .sm\:pr-100px {
    padding-right: 6.25rem !important;
  }

  .sm\:pb-100px {
    padding-bottom: 6.25rem !important;
  }

  .sm\:pl-100px {
    padding-left: 6.25rem !important;
  }

  .sm\:pt-106px {
    padding-top: 6.625rem !important;
  }

  .sm\:pr-106px {
    padding-right: 6.625rem !important;
  }

  .sm\:pb-106px {
    padding-bottom: 6.625rem !important;
  }

  .sm\:pl-106px {
    padding-left: 6.625rem !important;
  }

  .sm\:pt-123px {
    padding-top: 7.6875rem !important;
  }

  .sm\:pr-123px {
    padding-right: 7.6875rem !important;
  }

  .sm\:pb-123px {
    padding-bottom: 7.6875rem !important;
  }

  .sm\:pl-123px {
    padding-left: 7.6875rem !important;
  }

  .sm\:pt-126px {
    padding-top: 7.875rem !important;
  }

  .sm\:pr-126px {
    padding-right: 7.875rem !important;
  }

  .sm\:pb-126px {
    padding-bottom: 7.875rem !important;
  }

  .sm\:pl-126px {
    padding-left: 7.875rem !important;
  }

  .sm\:pt-138px {
    padding-top: 8.625rem !important;
  }

  .sm\:pr-138px {
    padding-right: 8.625rem !important;
  }

  .sm\:pb-138px {
    padding-bottom: 8.625rem !important;
  }

  .sm\:pl-138px {
    padding-left: 8.625rem !important;
  }

  .sm\:pt-140px {
    padding-top: 8.75rem !important;
  }

  .sm\:pr-140px {
    padding-right: 8.75rem !important;
  }

  .sm\:pb-140px {
    padding-bottom: 8.75rem !important;
  }

  .sm\:pl-140px {
    padding-left: 8.75rem !important;
  }

  .sm\:pt-146px {
    padding-top: 9.125rem !important;
  }

  .sm\:pr-146px {
    padding-right: 9.125rem !important;
  }

  .sm\:pb-146px {
    padding-bottom: 9.125rem !important;
  }

  .sm\:pl-146px {
    padding-left: 9.125rem !important;
  }

  .sm\:pt-152px {
    padding-top: 9.5rem !important;
  }

  .sm\:pr-152px {
    padding-right: 9.5rem !important;
  }

  .sm\:pb-152px {
    padding-bottom: 9.5rem !important;
  }

  .sm\:pl-152px {
    padding-left: 9.5rem !important;
  }

  .sm\:pt-187px {
    padding-top: 11.6875rem !important;
  }

  .sm\:pr-187px {
    padding-right: 11.6875rem !important;
  }

  .sm\:pb-187px {
    padding-bottom: 11.6875rem !important;
  }

  .sm\:pl-187px {
    padding-left: 11.6875rem !important;
  }

  .sm\:pt-220px {
    padding-top: 13.75rem !important;
  }

  .sm\:pr-220px {
    padding-right: 13.75rem !important;
  }

  .sm\:pb-220px {
    padding-bottom: 13.75rem !important;
  }

  .sm\:pl-220px {
    padding-left: 13.75rem !important;
  }

  .sm\:pt-253px {
    padding-top: 15.8125rem !important;
  }

  .sm\:pr-253px {
    padding-right: 15.8125rem !important;
  }

  .sm\:pb-253px {
    padding-bottom: 15.8125rem !important;
  }

  .sm\:pl-253px {
    padding-left: 15.8125rem !important;
  }

  .sm\:pt-320px {
    padding-top: 20rem !important;
  }

  .sm\:pr-320px {
    padding-right: 20rem !important;
  }

  .sm\:pb-320px {
    padding-bottom: 20rem !important;
  }

  .sm\:pl-320px {
    padding-left: 20rem !important;
  }

  .sm\:pt-400px {
    padding-top: 25rem !important;
  }

  .sm\:pr-400px {
    padding-right: 25rem !important;
  }

  .sm\:pb-400px {
    padding-bottom: 25rem !important;
  }

  .sm\:pl-400px {
    padding-left: 25rem !important;
  }

  .sm\:pt-500px {
    padding-top: 31.25rem !important;
  }

  .sm\:pr-500px {
    padding-right: 31.25rem !important;
  }

  .sm\:pb-500px {
    padding-bottom: 31.25rem !important;
  }

  .sm\:pl-500px {
    padding-left: 31.25rem !important;
  }

  .sm\:pt-lgPaddingTop {
    padding-top: 15.8125rem !important;
  }

  .sm\:pr-lgPaddingTop {
    padding-right: 15.8125rem !important;
  }

  .sm\:pb-lgPaddingTop {
    padding-bottom: 15.8125rem !important;
  }

  .sm\:pl-lgPaddingTop {
    padding-left: 15.8125rem !important;
  }

  .sm\:pt-phonePaddingTop {
    padding-top: 9.875rem !important;
  }

  .sm\:pr-phonePaddingTop {
    padding-right: 9.875rem !important;
  }

  .sm\:pb-phonePaddingTop {
    padding-bottom: 9.875rem !important;
  }

  .sm\:pl-phonePaddingTop {
    padding-left: 9.875rem !important;
  }

  .sm\:pt-tabletPaddingTop {
    padding-top: 6.625rem !important;
  }

  .sm\:pr-tabletPaddingTop {
    padding-right: 6.625rem !important;
  }

  .sm\:pb-tabletPaddingTop {
    padding-bottom: 6.625rem !important;
  }

  .sm\:pl-tabletPaddingTop {
    padding-left: 6.625rem !important;
  }

  .sm\:pt-largePaddingTop {
    padding-top: 13.75rem !important;
  }

  .sm\:pr-largePaddingTop {
    padding-right: 13.75rem !important;
  }

  .sm\:pb-largePaddingTop {
    padding-bottom: 13.75rem !important;
  }

  .sm\:pl-largePaddingTop {
    padding-left: 13.75rem !important;
  }

  .sm\:pt-phoneTextContentMaxWidth {
    padding-top: 57.0625rem !important;
  }

  .sm\:pr-phoneTextContentMaxWidth {
    padding-right: 57.0625rem !important;
  }

  .sm\:pb-phoneTextContentMaxWidth {
    padding-bottom: 57.0625rem !important;
  }

  .sm\:pl-phoneTextContentMaxWidth {
    padding-left: 57.0625rem !important;
  }

  .sm\:pt-phoneTextContentWidth {
    padding-top: 63% !important;
  }

  .sm\:pr-phoneTextContentWidth {
    padding-right: 63% !important;
  }

  .sm\:pb-phoneTextContentWidth {
    padding-bottom: 63% !important;
  }

  .sm\:pl-phoneTextContentWidth {
    padding-left: 63% !important;
  }

  .sm\:pt-phoneBlockContentWidth {
    padding-top: 71.625rem !important;
  }

  .sm\:pr-phoneBlockContentWidth {
    padding-right: 71.625rem !important;
  }

  .sm\:pb-phoneBlockContentWidth {
    padding-bottom: 71.625rem !important;
  }

  .sm\:pl-phoneBlockContentWidth {
    padding-left: 71.625rem !important;
  }

  .sm\:pt-tabletTextContentMaxWidth {
    padding-top: 57.0625rem !important;
  }

  .sm\:pr-tabletTextContentMaxWidth {
    padding-right: 57.0625rem !important;
  }

  .sm\:pb-tabletTextContentMaxWidth {
    padding-bottom: 57.0625rem !important;
  }

  .sm\:pl-tabletTextContentMaxWidth {
    padding-left: 57.0625rem !important;
  }

  .sm\:pt-tabletTextContentWidth {
    padding-top: 63% !important;
  }

  .sm\:pr-tabletTextContentWidth {
    padding-right: 63% !important;
  }

  .sm\:pb-tabletTextContentWidth {
    padding-bottom: 63% !important;
  }

  .sm\:pl-tabletTextContentWidth {
    padding-left: 63% !important;
  }

  .sm\:pt-tabletBlockContentWidth {
    padding-top: 71.625rem !important;
  }

  .sm\:pr-tabletBlockContentWidth {
    padding-right: 71.625rem !important;
  }

  .sm\:pb-tabletBlockContentWidth {
    padding-bottom: 71.625rem !important;
  }

  .sm\:pl-tabletBlockContentWidth {
    padding-left: 71.625rem !important;
  }

  .sm\:pt-largeTextContentMaxWidth {
    padding-top: 57.0625rem !important;
  }

  .sm\:pr-largeTextContentMaxWidth {
    padding-right: 57.0625rem !important;
  }

  .sm\:pb-largeTextContentMaxWidth {
    padding-bottom: 57.0625rem !important;
  }

  .sm\:pl-largeTextContentMaxWidth {
    padding-left: 57.0625rem !important;
  }

  .sm\:pt-largeTextContentWidth {
    padding-top: 63% !important;
  }

  .sm\:pr-largeTextContentWidth {
    padding-right: 63% !important;
  }

  .sm\:pb-largeTextContentWidth {
    padding-bottom: 63% !important;
  }

  .sm\:pl-largeTextContentWidth {
    padding-left: 63% !important;
  }

  .sm\:pt-largeBlockContentWidth {
    padding-top: 71.625rem !important;
  }

  .sm\:pr-largeBlockContentWidth {
    padding-right: 71.625rem !important;
  }

  .sm\:pb-largeBlockContentWidth {
    padding-bottom: 71.625rem !important;
  }

  .sm\:pl-largeBlockContentWidth {
    padding-left: 71.625rem !important;
  }

  .sm\:placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .sm\:placeholder-transparent:-ms-input-placeholder {
    color: transparent !important;
  }

  .sm\:placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .sm\:placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }

  .sm\:placeholder-current:-ms-input-placeholder {
    color: currentColor !important;
  }

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

  .sm\:placeholder-black::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-black:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-black::placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-white::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFFFFF !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-white:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFFFFF !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-white::placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFFFFF !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #727272 !important;
    color: rgba(114, 114, 114, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #727272 !important;
    color: rgba(114, 114, 114, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray::placeholder {
    --placeholder-opacity: 1 !important;
    color: #727272 !important;
    color: rgba(114, 114, 114, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #E12A09 !important;
    color: rgba(225, 42, 9, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #E12A09 !important;
    color: rgba(225, 42, 9, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red::placeholder {
    --placeholder-opacity: 1 !important;
    color: #E12A09 !important;
    color: rgba(225, 42, 9, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F29C2B !important;
    color: rgba(242, 156, 43, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F29C2B !important;
    color: rgba(242, 156, 43, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F29C2B !important;
    color: rgba(242, 156, 43, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFEB9A !important;
    color: rgba(255, 235, 154, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFEB9A !important;
    color: rgba(255, 235, 154, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow::placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFEB9A !important;
    color: rgba(255, 235, 154, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-navy-blue::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #23345A !important;
    color: rgba(35, 52, 90, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-navy-blue:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #23345A !important;
    color: rgba(35, 52, 90, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-navy-blue::placeholder {
    --placeholder-opacity: 1 !important;
    color: #23345A !important;
    color: rgba(35, 52, 90, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-cyan::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #40C8EA !important;
    color: rgba(64, 200, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-cyan:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #40C8EA !important;
    color: rgba(64, 200, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-cyan::placeholder {
    --placeholder-opacity: 1 !important;
    color: #40C8EA !important;
    color: rgba(64, 200, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellowOrange::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8E9A7 !important;
    color: rgba(248, 233, 167, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellowOrange:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8E9A7 !important;
    color: rgba(248, 233, 167, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellowOrange::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8E9A7 !important;
    color: rgba(248, 233, 167, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-light-blue::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #C9EAF4 !important;
    color: rgba(201, 234, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-light-blue:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #C9EAF4 !important;
    color: rgba(201, 234, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-light-blue::placeholder {
    --placeholder-opacity: 1 !important;
    color: #C9EAF4 !important;
    color: rgba(201, 234, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-lightest-blue::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #EBFAFF !important;
    color: rgba(235, 250, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-lightest-blue:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #EBFAFF !important;
    color: rgba(235, 250, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-lightest-blue::placeholder {
    --placeholder-opacity: 1 !important;
    color: #EBFAFF !important;
    color: rgba(235, 250, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blueGreen::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #148093 !important;
    color: rgba(20, 128, 147, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blueGreen:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #148093 !important;
    color: rgba(20, 128, 147, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blueGreen::placeholder {
    --placeholder-opacity: 1 !important;
    color: #148093 !important;
    color: rgba(20, 128, 147, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-mediumGray::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97A2B0 !important;
    color: rgba(151, 162, 176, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-mediumGray:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97A2B0 !important;
    color: rgba(151, 162, 176, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-mediumGray::placeholder {
    --placeholder-opacity: 1 !important;
    color: #97A2B0 !important;
    color: rgba(151, 162, 176, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-light-gray::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ACACB4 !important;
    color: rgba(172, 172, 180, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-light-gray:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ACACB4 !important;
    color: rgba(172, 172, 180, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-light-gray::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ACACB4 !important;
    color: rgba(172, 172, 180, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-lightestGray::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F2F2F2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-lightestGray:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F2F2F2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-lightestGray::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F2F2F2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-dark-gray::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #64626F !important;
    color: rgba(100, 98, 111, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-dark-gray:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #64626F !important;
    color: rgba(100, 98, 111, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-dark-gray::placeholder {
    --placeholder-opacity: 1 !important;
    color: #64626F !important;
    color: rgba(100, 98, 111, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-nav-gray::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #65718C !important;
    color: rgba(101, 113, 140, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-nav-gray:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #65718C !important;
    color: rgba(101, 113, 140, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-nav-gray::placeholder {
    --placeholder-opacity: 1 !important;
    color: #65718C !important;
    color: rgba(101, 113, 140, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-bullet-gray::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F1F1F2 !important;
    color: rgba(241, 241, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-bullet-gray:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F1F1F2 !important;
    color: rgba(241, 241, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-bullet-gray::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F1F1F2 !important;
    color: rgba(241, 241, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-dark-red::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #951700 !important;
    color: rgba(149, 23, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-dark-red:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #951700 !important;
    color: rgba(149, 23, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-dark-red::placeholder {
    --placeholder-opacity: 1 !important;
    color: #951700 !important;
    color: rgba(149, 23, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-navy::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #182F50 !important;
    color: rgba(24, 47, 80, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-navy:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #182F50 !important;
    color: rgba(24, 47, 80, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-navy::placeholder {
    --placeholder-opacity: 1 !important;
    color: #182F50 !important;
    color: rgba(24, 47, 80, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-lightNavy::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #687FA0 !important;
    color: rgba(104, 127, 160, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-lightNavy:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #687FA0 !important;
    color: rgba(104, 127, 160, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-lightNavy::placeholder {
    --placeholder-opacity: 1 !important;
    color: #687FA0 !important;
    color: rgba(104, 127, 160, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .sm\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent !important;
  }

  .sm\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .sm\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }

  .sm\:focus\:placeholder-current:focus:-ms-input-placeholder {
    color: currentColor !important;
  }

  .sm\:focus\:placeholder-current:focus::placeholder {
    color: currentColor !important;
  }

  .sm\:focus\:placeholder-black:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFFFFF !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFFFFF !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFFFFF !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #727272 !important;
    color: rgba(114, 114, 114, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #727272 !important;
    color: rgba(114, 114, 114, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #727272 !important;
    color: rgba(114, 114, 114, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #E12A09 !important;
    color: rgba(225, 42, 9, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #E12A09 !important;
    color: rgba(225, 42, 9, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #E12A09 !important;
    color: rgba(225, 42, 9, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F29C2B !important;
    color: rgba(242, 156, 43, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F29C2B !important;
    color: rgba(242, 156, 43, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F29C2B !important;
    color: rgba(242, 156, 43, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFEB9A !important;
    color: rgba(255, 235, 154, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFEB9A !important;
    color: rgba(255, 235, 154, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFEB9A !important;
    color: rgba(255, 235, 154, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-navy-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #23345A !important;
    color: rgba(35, 52, 90, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-navy-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #23345A !important;
    color: rgba(35, 52, 90, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-navy-blue:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #23345A !important;
    color: rgba(35, 52, 90, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cyan:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #40C8EA !important;
    color: rgba(64, 200, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cyan:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #40C8EA !important;
    color: rgba(64, 200, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cyan:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #40C8EA !important;
    color: rgba(64, 200, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellowOrange:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8E9A7 !important;
    color: rgba(248, 233, 167, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellowOrange:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8E9A7 !important;
    color: rgba(248, 233, 167, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellowOrange:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8E9A7 !important;
    color: rgba(248, 233, 167, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-light-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #C9EAF4 !important;
    color: rgba(201, 234, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-light-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #C9EAF4 !important;
    color: rgba(201, 234, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-light-blue:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #C9EAF4 !important;
    color: rgba(201, 234, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-lightest-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #EBFAFF !important;
    color: rgba(235, 250, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-lightest-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #EBFAFF !important;
    color: rgba(235, 250, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-lightest-blue:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #EBFAFF !important;
    color: rgba(235, 250, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blueGreen:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #148093 !important;
    color: rgba(20, 128, 147, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blueGreen:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #148093 !important;
    color: rgba(20, 128, 147, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blueGreen:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #148093 !important;
    color: rgba(20, 128, 147, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-mediumGray:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97A2B0 !important;
    color: rgba(151, 162, 176, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-mediumGray:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97A2B0 !important;
    color: rgba(151, 162, 176, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-mediumGray:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #97A2B0 !important;
    color: rgba(151, 162, 176, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-light-gray:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ACACB4 !important;
    color: rgba(172, 172, 180, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-light-gray:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ACACB4 !important;
    color: rgba(172, 172, 180, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-light-gray:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ACACB4 !important;
    color: rgba(172, 172, 180, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-lightestGray:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F2F2F2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-lightestGray:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F2F2F2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-lightestGray:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F2F2F2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-dark-gray:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #64626F !important;
    color: rgba(100, 98, 111, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-dark-gray:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #64626F !important;
    color: rgba(100, 98, 111, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-dark-gray:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #64626F !important;
    color: rgba(100, 98, 111, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nav-gray:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #65718C !important;
    color: rgba(101, 113, 140, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nav-gray:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #65718C !important;
    color: rgba(101, 113, 140, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nav-gray:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #65718C !important;
    color: rgba(101, 113, 140, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-bullet-gray:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F1F1F2 !important;
    color: rgba(241, 241, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-bullet-gray:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F1F1F2 !important;
    color: rgba(241, 241, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-bullet-gray:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F1F1F2 !important;
    color: rgba(241, 241, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-dark-red:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #951700 !important;
    color: rgba(149, 23, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-dark-red:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #951700 !important;
    color: rgba(149, 23, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-dark-red:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #951700 !important;
    color: rgba(149, 23, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-navy:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #182F50 !important;
    color: rgba(24, 47, 80, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-navy:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #182F50 !important;
    color: rgba(24, 47, 80, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-navy:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #182F50 !important;
    color: rgba(24, 47, 80, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-lightNavy:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #687FA0 !important;
    color: rgba(104, 127, 160, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-lightNavy:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #687FA0 !important;
    color: rgba(104, 127, 160, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-lightNavy:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #687FA0 !important;
    color: rgba(104, 127, 160, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .sm\:placeholder-opacity-0:-ms-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .sm\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0 !important;
  }

  .sm\:placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:placeholder-opacity-25:-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:placeholder-opacity-50:-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:placeholder-opacity-75:-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .sm\:placeholder-opacity-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .sm\:placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1 !important;
  }

  .sm\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .sm\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .sm\:focus\:placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0 !important;
  }

  .sm\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:focus\:placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:focus\:placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:focus\:placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .sm\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .sm\:focus\:placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
  }

  .sm\:pointer-events-none {
    pointer-events: none !important;
  }

  .sm\:pointer-events-auto {
    pointer-events: auto !important;
  }

  .sm\:static {
    position: static !important;
  }

  .sm\:fixed {
    position: fixed !important;
  }

  .sm\:absolute {
    position: absolute !important;
  }

  .sm\:relative {
    position: relative !important;
  }

  .sm\:sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .sm\:inset-0 {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .sm\:inset-4 {
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .sm\:inset-6 {
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }

  .sm\:inset-8 {
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .sm\:inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .sm\:inset-31p {
    top: 31% !important;
    right: 31% !important;
    bottom: 31% !important;
    left: 31% !important;
  }

  .sm\:inset-42p {
    top: 42% !important;
    right: 42% !important;
    bottom: 42% !important;
    left: 42% !important;
  }

  .sm\:inset-2px {
    top: 0.125rem !important;
    right: 0.125rem !important;
    bottom: 0.125rem !important;
    left: 0.125rem !important;
  }

  .sm\:inset-85px {
    top: 5.3125rem !important;
    right: 5.3125rem !important;
    bottom: 5.3125rem !important;
    left: 5.3125rem !important;
  }

  .sm\:inset-152px {
    top: 9.5rem !important;
    right: 9.5rem !important;
    bottom: 9.5rem !important;
    left: 9.5rem !important;
  }

  .sm\:inset-neg2px {
    top: -0.125rem !important;
    right: -0.125rem !important;
    bottom: -0.125rem !important;
    left: -0.125rem !important;
  }

  .sm\:inset-neg20px {
    top: -1.25rem !important;
    right: -1.25rem !important;
    bottom: -1.25rem !important;
    left: -1.25rem !important;
  }

  .sm\:inset-neg2rem {
    top: -2rem !important;
    right: -2rem !important;
    bottom: -2rem !important;
    left: -2rem !important;
  }

  .sm\:inset-neg3rem {
    top: -3rem !important;
    right: -3rem !important;
    bottom: -3rem !important;
    left: -3rem !important;
  }

  .sm\:inset-neg100px {
    top: -6.25rem !important;
    right: -6.25rem !important;
    bottom: -6.25rem !important;
    left: -6.25rem !important;
  }

  .sm\:inset-neg125px {
    top: -7.8125rem !important;
    right: -7.8125rem !important;
    bottom: -7.8125rem !important;
    left: -7.8125rem !important;
  }

  .sm\:inset-neg150px {
    top: -9.375rem !important;
    right: -9.375rem !important;
    bottom: -9.375rem !important;
    left: -9.375rem !important;
  }

  .sm\:inset-neg4rem {
    top: -4rem !important;
    right: -4rem !important;
    bottom: -4rem !important;
    left: -4rem !important;
  }

  .sm\:inset-neg6rem {
    top: -6rem !important;
    right: -6rem !important;
    bottom: -6rem !important;
    left: -6rem !important;
  }

  .sm\:inset-y-0 {
    top: 0 !important;
    bottom: 0 !important;
  }

  .sm\:inset-x-0 {
    right: 0 !important;
    left: 0 !important;
  }

  .sm\:inset-y-4 {
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .sm\:inset-x-4 {
    right: 1rem !important;
    left: 1rem !important;
  }

  .sm\:inset-y-6 {
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }

  .sm\:inset-x-6 {
    right: 1.5rem !important;
    left: 1.5rem !important;
  }

  .sm\:inset-y-8 {
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .sm\:inset-x-8 {
    right: 2rem !important;
    left: 2rem !important;
  }

  .sm\:inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  .sm\:inset-x-auto {
    right: auto !important;
    left: auto !important;
  }

  .sm\:inset-y-31p {
    top: 31% !important;
    bottom: 31% !important;
  }

  .sm\:inset-x-31p {
    right: 31% !important;
    left: 31% !important;
  }

  .sm\:inset-y-42p {
    top: 42% !important;
    bottom: 42% !important;
  }

  .sm\:inset-x-42p {
    right: 42% !important;
    left: 42% !important;
  }

  .sm\:inset-y-2px {
    top: 0.125rem !important;
    bottom: 0.125rem !important;
  }

  .sm\:inset-x-2px {
    right: 0.125rem !important;
    left: 0.125rem !important;
  }

  .sm\:inset-y-85px {
    top: 5.3125rem !important;
    bottom: 5.3125rem !important;
  }

  .sm\:inset-x-85px {
    right: 5.3125rem !important;
    left: 5.3125rem !important;
  }

  .sm\:inset-y-152px {
    top: 9.5rem !important;
    bottom: 9.5rem !important;
  }

  .sm\:inset-x-152px {
    right: 9.5rem !important;
    left: 9.5rem !important;
  }

  .sm\:inset-y-neg2px {
    top: -0.125rem !important;
    bottom: -0.125rem !important;
  }

  .sm\:inset-x-neg2px {
    right: -0.125rem !important;
    left: -0.125rem !important;
  }

  .sm\:inset-y-neg20px {
    top: -1.25rem !important;
    bottom: -1.25rem !important;
  }

  .sm\:inset-x-neg20px {
    right: -1.25rem !important;
    left: -1.25rem !important;
  }

  .sm\:inset-y-neg2rem {
    top: -2rem !important;
    bottom: -2rem !important;
  }

  .sm\:inset-x-neg2rem {
    right: -2rem !important;
    left: -2rem !important;
  }

  .sm\:inset-y-neg3rem {
    top: -3rem !important;
    bottom: -3rem !important;
  }

  .sm\:inset-x-neg3rem {
    right: -3rem !important;
    left: -3rem !important;
  }

  .sm\:inset-y-neg100px {
    top: -6.25rem !important;
    bottom: -6.25rem !important;
  }

  .sm\:inset-x-neg100px {
    right: -6.25rem !important;
    left: -6.25rem !important;
  }

  .sm\:inset-y-neg125px {
    top: -7.8125rem !important;
    bottom: -7.8125rem !important;
  }

  .sm\:inset-x-neg125px {
    right: -7.8125rem !important;
    left: -7.8125rem !important;
  }

  .sm\:inset-y-neg150px {
    top: -9.375rem !important;
    bottom: -9.375rem !important;
  }

  .sm\:inset-x-neg150px {
    right: -9.375rem !important;
    left: -9.375rem !important;
  }

  .sm\:inset-y-neg4rem {
    top: -4rem !important;
    bottom: -4rem !important;
  }

  .sm\:inset-x-neg4rem {
    right: -4rem !important;
    left: -4rem !important;
  }

  .sm\:inset-y-neg6rem {
    top: -6rem !important;
    bottom: -6rem !important;
  }

  .sm\:inset-x-neg6rem {
    right: -6rem !important;
    left: -6rem !important;
  }

  .sm\:top-0 {
    top: 0 !important;
  }

  .sm\:right-0 {
    right: 0 !important;
  }

  .sm\:bottom-0 {
    bottom: 0 !important;
  }

  .sm\:left-0 {
    left: 0 !important;
  }

  .sm\:top-4 {
    top: 1rem !important;
  }

  .sm\:right-4 {
    right: 1rem !important;
  }

  .sm\:bottom-4 {
    bottom: 1rem !important;
  }

  .sm\:left-4 {
    left: 1rem !important;
  }

  .sm\:top-6 {
    top: 1.5rem !important;
  }

  .sm\:right-6 {
    right: 1.5rem !important;
  }

  .sm\:bottom-6 {
    bottom: 1.5rem !important;
  }

  .sm\:left-6 {
    left: 1.5rem !important;
  }

  .sm\:top-8 {
    top: 2rem !important;
  }

  .sm\:right-8 {
    right: 2rem !important;
  }

  .sm\:bottom-8 {
    bottom: 2rem !important;
  }

  .sm\:left-8 {
    left: 2rem !important;
  }

  .sm\:top-auto {
    top: auto !important;
  }

  .sm\:right-auto {
    right: auto !important;
  }

  .sm\:bottom-auto {
    bottom: auto !important;
  }

  .sm\:left-auto {
    left: auto !important;
  }

  .sm\:top-31p {
    top: 31% !important;
  }

  .sm\:right-31p {
    right: 31% !important;
  }

  .sm\:bottom-31p {
    bottom: 31% !important;
  }

  .sm\:left-31p {
    left: 31% !important;
  }

  .sm\:top-42p {
    top: 42% !important;
  }

  .sm\:right-42p {
    right: 42% !important;
  }

  .sm\:bottom-42p {
    bottom: 42% !important;
  }

  .sm\:left-42p {
    left: 42% !important;
  }

  .sm\:top-2px {
    top: 0.125rem !important;
  }

  .sm\:right-2px {
    right: 0.125rem !important;
  }

  .sm\:bottom-2px {
    bottom: 0.125rem !important;
  }

  .sm\:left-2px {
    left: 0.125rem !important;
  }

  .sm\:top-85px {
    top: 5.3125rem !important;
  }

  .sm\:right-85px {
    right: 5.3125rem !important;
  }

  .sm\:bottom-85px {
    bottom: 5.3125rem !important;
  }

  .sm\:left-85px {
    left: 5.3125rem !important;
  }

  .sm\:top-152px {
    top: 9.5rem !important;
  }

  .sm\:right-152px {
    right: 9.5rem !important;
  }

  .sm\:bottom-152px {
    bottom: 9.5rem !important;
  }

  .sm\:left-152px {
    left: 9.5rem !important;
  }

  .sm\:top-neg2px {
    top: -0.125rem !important;
  }

  .sm\:right-neg2px {
    right: -0.125rem !important;
  }

  .sm\:bottom-neg2px {
    bottom: -0.125rem !important;
  }

  .sm\:left-neg2px {
    left: -0.125rem !important;
  }

  .sm\:top-neg20px {
    top: -1.25rem !important;
  }

  .sm\:right-neg20px {
    right: -1.25rem !important;
  }

  .sm\:bottom-neg20px {
    bottom: -1.25rem !important;
  }

  .sm\:left-neg20px {
    left: -1.25rem !important;
  }

  .sm\:top-neg2rem {
    top: -2rem !important;
  }

  .sm\:right-neg2rem {
    right: -2rem !important;
  }

  .sm\:bottom-neg2rem {
    bottom: -2rem !important;
  }

  .sm\:left-neg2rem {
    left: -2rem !important;
  }

  .sm\:top-neg3rem {
    top: -3rem !important;
  }

  .sm\:right-neg3rem {
    right: -3rem !important;
  }

  .sm\:bottom-neg3rem {
    bottom: -3rem !important;
  }

  .sm\:left-neg3rem {
    left: -3rem !important;
  }

  .sm\:top-neg100px {
    top: -6.25rem !important;
  }

  .sm\:right-neg100px {
    right: -6.25rem !important;
  }

  .sm\:bottom-neg100px {
    bottom: -6.25rem !important;
  }

  .sm\:left-neg100px {
    left: -6.25rem !important;
  }

  .sm\:top-neg125px {
    top: -7.8125rem !important;
  }

  .sm\:right-neg125px {
    right: -7.8125rem !important;
  }

  .sm\:bottom-neg125px {
    bottom: -7.8125rem !important;
  }

  .sm\:left-neg125px {
    left: -7.8125rem !important;
  }

  .sm\:top-neg150px {
    top: -9.375rem !important;
  }

  .sm\:right-neg150px {
    right: -9.375rem !important;
  }

  .sm\:bottom-neg150px {
    bottom: -9.375rem !important;
  }

  .sm\:left-neg150px {
    left: -9.375rem !important;
  }

  .sm\:top-neg4rem {
    top: -4rem !important;
  }

  .sm\:right-neg4rem {
    right: -4rem !important;
  }

  .sm\:bottom-neg4rem {
    bottom: -4rem !important;
  }

  .sm\:left-neg4rem {
    left: -4rem !important;
  }

  .sm\:top-neg6rem {
    top: -6rem !important;
  }

  .sm\:right-neg6rem {
    right: -6rem !important;
  }

  .sm\:bottom-neg6rem {
    bottom: -6rem !important;
  }

  .sm\:left-neg6rem {
    left: -6rem !important;
  }

  .sm\:resize-none {
    resize: none !important;
  }

  .sm\:resize-y {
    resize: vertical !important;
  }

  .sm\:resize-x {
    resize: horizontal !important;
  }

  .sm\:resize {
    resize: both !important;
  }

  .sm\:shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .sm\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .sm\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .sm\:shadow-none {
    box-shadow: none !important;
  }

  .sm\:shadow-thick {
    box-shadow: 2px 2px 10px 3px rgba(0,0,0,0.4) !important;
  }

  .sm\:hover\:shadow-xs:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:hover\:shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:hover\:shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .sm\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .sm\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .sm\:hover\:shadow-none:hover {
    box-shadow: none !important;
  }

  .sm\:hover\:shadow-thick:hover {
    box-shadow: 2px 2px 10px 3px rgba(0,0,0,0.4) !important;
  }

  .sm\:focus\:shadow-xs:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:focus\:shadow-sm:focus {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:focus\:shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:focus\:shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:focus\:shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:focus\:shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .sm\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .sm\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .sm\:focus\:shadow-none:focus {
    box-shadow: none !important;
  }

  .sm\:focus\:shadow-thick:focus {
    box-shadow: 2px 2px 10px 3px rgba(0,0,0,0.4) !important;
  }

  .sm\:fill-current {
    fill: currentColor !important;
  }

  .sm\:stroke-current {
    stroke: currentColor !important;
  }

  .sm\:stroke-0 {
    stroke-width: 0 !important;
  }

  .sm\:stroke-1 {
    stroke-width: 1 !important;
  }

  .sm\:stroke-2 {
    stroke-width: 2 !important;
  }

  .sm\:table-auto {
    table-layout: auto !important;
  }

  .sm\:table-fixed {
    table-layout: fixed !important;
  }

  .sm\:text-left {
    text-align: left !important;
  }

  .sm\:text-center {
    text-align: center !important;
  }

  .sm\:text-right {
    text-align: right !important;
  }

  .sm\:text-justify {
    text-align: justify !important;
  }

  .sm\:text-transparent {
    color: transparent !important;
  }

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

  .sm\:text-black {
    --text-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .sm\:text-white {
    --text-opacity: 1 !important;
    color: #FFFFFF !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .sm\:text-gray {
    --text-opacity: 1 !important;
    color: #727272 !important;
    color: rgba(114, 114, 114, var(--text-opacity)) !important;
  }

  .sm\:text-red {
    --text-opacity: 1 !important;
    color: #E12A09 !important;
    color: rgba(225, 42, 9, var(--text-opacity)) !important;
  }

  .sm\:text-orange {
    --text-opacity: 1 !important;
    color: #F29C2B !important;
    color: rgba(242, 156, 43, var(--text-opacity)) !important;
  }

  .sm\:text-yellow {
    --text-opacity: 1 !important;
    color: #FFEB9A !important;
    color: rgba(255, 235, 154, var(--text-opacity)) !important;
  }

  .sm\:text-green-100 {
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .sm\:text-green-200 {
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .sm\:text-green-300 {
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .sm\:text-green-400 {
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .sm\:text-green-500 {
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .sm\:text-green-600 {
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .sm\:text-green-700 {
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .sm\:text-green-800 {
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .sm\:text-green-900 {
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .sm\:text-teal-100 {
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .sm\:text-teal-200 {
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .sm\:text-teal-300 {
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .sm\:text-teal-400 {
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .sm\:text-teal-500 {
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .sm\:text-teal-600 {
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .sm\:text-teal-700 {
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .sm\:text-teal-800 {
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .sm\:text-teal-900 {
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .sm\:text-blue-100 {
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .sm\:text-blue-200 {
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .sm\:text-blue-300 {
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .sm\:text-blue-400 {
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .sm\:text-blue-500 {
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .sm\:text-blue-600 {
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .sm\:text-blue-700 {
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .sm\:text-blue-800 {
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .sm\:text-blue-900 {
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .sm\:text-indigo-100 {
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .sm\:text-indigo-200 {
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .sm\:text-indigo-300 {
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .sm\:text-indigo-400 {
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .sm\:text-indigo-500 {
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .sm\:text-indigo-600 {
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .sm\:text-indigo-700 {
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .sm\:text-indigo-800 {
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .sm\:text-indigo-900 {
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .sm\:text-purple-100 {
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .sm\:text-purple-200 {
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .sm\:text-purple-300 {
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .sm\:text-purple-400 {
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .sm\:text-purple-500 {
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .sm\:text-purple-600 {
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .sm\:text-purple-700 {
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .sm\:text-purple-800 {
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .sm\:text-purple-900 {
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .sm\:text-pink-100 {
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .sm\:text-pink-200 {
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .sm\:text-pink-300 {
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .sm\:text-pink-400 {
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .sm\:text-pink-500 {
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .sm\:text-pink-600 {
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .sm\:text-pink-700 {
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .sm\:text-pink-800 {
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .sm\:text-pink-900 {
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .sm\:text-navy-blue {
    --text-opacity: 1 !important;
    color: #23345A !important;
    color: rgba(35, 52, 90, var(--text-opacity)) !important;
  }

  .sm\:text-cyan {
    --text-opacity: 1 !important;
    color: #40C8EA !important;
    color: rgba(64, 200, 234, var(--text-opacity)) !important;
  }

  .sm\:text-yellowOrange {
    --text-opacity: 1 !important;
    color: #F8E9A7 !important;
    color: rgba(248, 233, 167, var(--text-opacity)) !important;
  }

  .sm\:text-light-blue {
    --text-opacity: 1 !important;
    color: #C9EAF4 !important;
    color: rgba(201, 234, 244, var(--text-opacity)) !important;
  }

  .sm\:text-lightest-blue {
    --text-opacity: 1 !important;
    color: #EBFAFF !important;
    color: rgba(235, 250, 255, var(--text-opacity)) !important;
  }

  .sm\:text-blueGreen {
    --text-opacity: 1 !important;
    color: #148093 !important;
    color: rgba(20, 128, 147, var(--text-opacity)) !important;
  }

  .sm\:text-mediumGray {
    --text-opacity: 1 !important;
    color: #97A2B0 !important;
    color: rgba(151, 162, 176, var(--text-opacity)) !important;
  }

  .sm\:text-light-gray {
    --text-opacity: 1 !important;
    color: #ACACB4 !important;
    color: rgba(172, 172, 180, var(--text-opacity)) !important;
  }

  .sm\:text-lightestGray {
    --text-opacity: 1 !important;
    color: #F2F2F2 !important;
    color: rgba(242, 242, 242, var(--text-opacity)) !important;
  }

  .sm\:text-dark-gray {
    --text-opacity: 1 !important;
    color: #64626F !important;
    color: rgba(100, 98, 111, var(--text-opacity)) !important;
  }

  .sm\:text-nav-gray {
    --text-opacity: 1 !important;
    color: #65718C !important;
    color: rgba(101, 113, 140, var(--text-opacity)) !important;
  }

  .sm\:text-bullet-gray {
    --text-opacity: 1 !important;
    color: #F1F1F2 !important;
    color: rgba(241, 241, 242, var(--text-opacity)) !important;
  }

  .sm\:text-dark-red {
    --text-opacity: 1 !important;
    color: #951700 !important;
    color: rgba(149, 23, 0, var(--text-opacity)) !important;
  }

  .sm\:text-navy {
    --text-opacity: 1 !important;
    color: #182F50 !important;
    color: rgba(24, 47, 80, var(--text-opacity)) !important;
  }

  .sm\:text-lightNavy {
    --text-opacity: 1 !important;
    color: #687FA0 !important;
    color: rgba(104, 127, 160, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .sm\:hover\:text-current:hover {
    color: currentColor !important;
  }

  .sm\:hover\:text-black:hover {
    --text-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-white:hover {
    --text-opacity: 1 !important;
    color: #FFFFFF !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-gray:hover {
    --text-opacity: 1 !important;
    color: #727272 !important;
    color: rgba(114, 114, 114, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-red:hover {
    --text-opacity: 1 !important;
    color: #E12A09 !important;
    color: rgba(225, 42, 9, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-orange:hover {
    --text-opacity: 1 !important;
    color: #F29C2B !important;
    color: rgba(242, 156, 43, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-yellow:hover {
    --text-opacity: 1 !important;
    color: #FFEB9A !important;
    color: rgba(255, 235, 154, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-green-100:hover {
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-green-200:hover {
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-green-300:hover {
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-green-400:hover {
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-green-500:hover {
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-green-600:hover {
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-green-700:hover {
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-green-800:hover {
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-green-900:hover {
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-teal-100:hover {
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-teal-200:hover {
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-teal-300:hover {
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-teal-400:hover {
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-teal-500:hover {
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-teal-600:hover {
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-teal-700:hover {
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-teal-800:hover {
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-teal-900:hover {
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-blue-100:hover {
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-blue-200:hover {
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-blue-300:hover {
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-blue-400:hover {
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-blue-500:hover {
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-blue-600:hover {
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-blue-700:hover {
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-blue-800:hover {
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-blue-900:hover {
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-indigo-100:hover {
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-indigo-200:hover {
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-indigo-300:hover {
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-indigo-400:hover {
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-indigo-500:hover {
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-indigo-600:hover {
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-indigo-700:hover {
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-indigo-800:hover {
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-indigo-900:hover {
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-purple-100:hover {
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-purple-200:hover {
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-purple-300:hover {
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-purple-400:hover {
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-purple-500:hover {
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-purple-600:hover {
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-purple-700:hover {
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-purple-800:hover {
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-purple-900:hover {
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-pink-100:hover {
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-pink-200:hover {
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-pink-300:hover {
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-pink-400:hover {
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-pink-500:hover {
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-pink-600:hover {
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-pink-700:hover {
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-pink-800:hover {
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-pink-900:hover {
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-navy-blue:hover {
    --text-opacity: 1 !important;
    color: #23345A !important;
    color: rgba(35, 52, 90, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-cyan:hover {
    --text-opacity: 1 !important;
    color: #40C8EA !important;
    color: rgba(64, 200, 234, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-yellowOrange:hover {
    --text-opacity: 1 !important;
    color: #F8E9A7 !important;
    color: rgba(248, 233, 167, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-light-blue:hover {
    --text-opacity: 1 !important;
    color: #C9EAF4 !important;
    color: rgba(201, 234, 244, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-lightest-blue:hover {
    --text-opacity: 1 !important;
    color: #EBFAFF !important;
    color: rgba(235, 250, 255, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-blueGreen:hover {
    --text-opacity: 1 !important;
    color: #148093 !important;
    color: rgba(20, 128, 147, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-mediumGray:hover {
    --text-opacity: 1 !important;
    color: #97A2B0 !important;
    color: rgba(151, 162, 176, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-light-gray:hover {
    --text-opacity: 1 !important;
    color: #ACACB4 !important;
    color: rgba(172, 172, 180, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-lightestGray:hover {
    --text-opacity: 1 !important;
    color: #F2F2F2 !important;
    color: rgba(242, 242, 242, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-dark-gray:hover {
    --text-opacity: 1 !important;
    color: #64626F !important;
    color: rgba(100, 98, 111, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-nav-gray:hover {
    --text-opacity: 1 !important;
    color: #65718C !important;
    color: rgba(101, 113, 140, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-bullet-gray:hover {
    --text-opacity: 1 !important;
    color: #F1F1F2 !important;
    color: rgba(241, 241, 242, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-dark-red:hover {
    --text-opacity: 1 !important;
    color: #951700 !important;
    color: rgba(149, 23, 0, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-navy:hover {
    --text-opacity: 1 !important;
    color: #182F50 !important;
    color: rgba(24, 47, 80, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-lightNavy:hover {
    --text-opacity: 1 !important;
    color: #687FA0 !important;
    color: rgba(104, 127, 160, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-transparent:focus {
    color: transparent !important;
  }

  .sm\:focus\:text-current:focus {
    color: currentColor !important;
  }

  .sm\:focus\:text-black:focus {
    --text-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-white:focus {
    --text-opacity: 1 !important;
    color: #FFFFFF !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-gray:focus {
    --text-opacity: 1 !important;
    color: #727272 !important;
    color: rgba(114, 114, 114, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-red:focus {
    --text-opacity: 1 !important;
    color: #E12A09 !important;
    color: rgba(225, 42, 9, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-orange:focus {
    --text-opacity: 1 !important;
    color: #F29C2B !important;
    color: rgba(242, 156, 43, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-yellow:focus {
    --text-opacity: 1 !important;
    color: #FFEB9A !important;
    color: rgba(255, 235, 154, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-green-100:focus {
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-green-200:focus {
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-green-300:focus {
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-green-400:focus {
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-green-500:focus {
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-green-600:focus {
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-green-700:focus {
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-green-800:focus {
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-green-900:focus {
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-teal-100:focus {
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-teal-200:focus {
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-teal-300:focus {
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-teal-400:focus {
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-teal-500:focus {
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-teal-600:focus {
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-teal-700:focus {
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-teal-800:focus {
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-teal-900:focus {
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-blue-100:focus {
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-blue-200:focus {
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-blue-300:focus {
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-blue-400:focus {
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-blue-500:focus {
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-blue-600:focus {
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-blue-700:focus {
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-blue-800:focus {
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-blue-900:focus {
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-indigo-100:focus {
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-indigo-200:focus {
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-indigo-300:focus {
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-indigo-400:focus {
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-indigo-500:focus {
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-indigo-600:focus {
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-indigo-700:focus {
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-indigo-800:focus {
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-indigo-900:focus {
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-purple-100:focus {
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-purple-200:focus {
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-purple-300:focus {
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-purple-400:focus {
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-purple-500:focus {
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-purple-600:focus {
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-purple-700:focus {
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-purple-800:focus {
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-purple-900:focus {
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-pink-100:focus {
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-pink-200:focus {
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-pink-300:focus {
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-pink-400:focus {
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-pink-500:focus {
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-pink-600:focus {
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-pink-700:focus {
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-pink-800:focus {
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-pink-900:focus {
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-navy-blue:focus {
    --text-opacity: 1 !important;
    color: #23345A !important;
    color: rgba(35, 52, 90, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-cyan:focus {
    --text-opacity: 1 !important;
    color: #40C8EA !important;
    color: rgba(64, 200, 234, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-yellowOrange:focus {
    --text-opacity: 1 !important;
    color: #F8E9A7 !important;
    color: rgba(248, 233, 167, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-light-blue:focus {
    --text-opacity: 1 !important;
    color: #C9EAF4 !important;
    color: rgba(201, 234, 244, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-lightest-blue:focus {
    --text-opacity: 1 !important;
    color: #EBFAFF !important;
    color: rgba(235, 250, 255, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-blueGreen:focus {
    --text-opacity: 1 !important;
    color: #148093 !important;
    color: rgba(20, 128, 147, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-mediumGray:focus {
    --text-opacity: 1 !important;
    color: #97A2B0 !important;
    color: rgba(151, 162, 176, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-light-gray:focus {
    --text-opacity: 1 !important;
    color: #ACACB4 !important;
    color: rgba(172, 172, 180, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-lightestGray:focus {
    --text-opacity: 1 !important;
    color: #F2F2F2 !important;
    color: rgba(242, 242, 242, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-dark-gray:focus {
    --text-opacity: 1 !important;
    color: #64626F !important;
    color: rgba(100, 98, 111, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-nav-gray:focus {
    --text-opacity: 1 !important;
    color: #65718C !important;
    color: rgba(101, 113, 140, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-bullet-gray:focus {
    --text-opacity: 1 !important;
    color: #F1F1F2 !important;
    color: rgba(241, 241, 242, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-dark-red:focus {
    --text-opacity: 1 !important;
    color: #951700 !important;
    color: rgba(149, 23, 0, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-navy:focus {
    --text-opacity: 1 !important;
    color: #182F50 !important;
    color: rgba(24, 47, 80, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-lightNavy:focus {
    --text-opacity: 1 !important;
    color: #687FA0 !important;
    color: rgba(104, 127, 160, var(--text-opacity)) !important;
  }

  .sm\:text-opacity-0 {
    --text-opacity: 0 !important;
  }

  .sm\:text-opacity-25 {
    --text-opacity: 0.25 !important;
  }

  .sm\:text-opacity-50 {
    --text-opacity: 0.5 !important;
  }

  .sm\:text-opacity-75 {
    --text-opacity: 0.75 !important;
  }

  .sm\:text-opacity-100 {
    --text-opacity: 1 !important;
  }

  .sm\:hover\:text-opacity-0:hover {
    --text-opacity: 0 !important;
  }

  .sm\:hover\:text-opacity-25:hover {
    --text-opacity: 0.25 !important;
  }

  .sm\:hover\:text-opacity-50:hover {
    --text-opacity: 0.5 !important;
  }

  .sm\:hover\:text-opacity-75:hover {
    --text-opacity: 0.75 !important;
  }

  .sm\:hover\:text-opacity-100:hover {
    --text-opacity: 1 !important;
  }

  .sm\:focus\:text-opacity-0:focus {
    --text-opacity: 0 !important;
  }

  .sm\:focus\:text-opacity-25:focus {
    --text-opacity: 0.25 !important;
  }

  .sm\:focus\:text-opacity-50:focus {
    --text-opacity: 0.5 !important;
  }

  .sm\:focus\:text-opacity-75:focus {
    --text-opacity: 0.75 !important;
  }

  .sm\:focus\:text-opacity-100:focus {
    --text-opacity: 1 !important;
  }

  .sm\:italic {
    font-style: italic !important;
  }

  .sm\:not-italic {
    font-style: normal !important;
  }

  .sm\:uppercase {
    text-transform: uppercase !important;
  }

  .sm\:lowercase {
    text-transform: lowercase !important;
  }

  .sm\:capitalize {
    text-transform: capitalize !important;
  }

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

  .sm\:underline {
    text-decoration: underline !important;
  }

  .sm\:line-through {
    text-decoration: line-through !important;
  }

  .sm\:no-underline {
    text-decoration: none !important;
  }

  .sm\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .sm\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .sm\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .sm\:focus\:underline:focus {
    text-decoration: underline !important;
  }

  .sm\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }

  .sm\:focus\:no-underline:focus {
    text-decoration: none !important;
  }

  .sm\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .sm\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .sm\:ordinal, .sm\:slashed-zero, .sm\:lining-nums, .sm\:oldstyle-nums, .sm\:proportional-nums, .sm\:tabular-nums, .sm\:diagonal-fractions, .sm\:stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important;
  }

  .sm\:normal-nums {
    font-variant-numeric: normal !important;
  }

  .sm\:ordinal {
    --font-variant-numeric-ordinal: ordinal !important;
  }

  .sm\:slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero !important;
  }

  .sm\:lining-nums {
    --font-variant-numeric-figure: lining-nums !important;
  }

  .sm\:oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums !important;
  }

  .sm\:proportional-nums {
    --font-variant-numeric-spacing: proportional-nums !important;
  }

  .sm\:tabular-nums {
    --font-variant-numeric-spacing: tabular-nums !important;
  }

  .sm\:diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions !important;
  }

  .sm\:stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions !important;
  }

  .sm\:tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .sm\:tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .sm\:tracking-normal {
    letter-spacing: 0 !important;
  }

  .sm\:tracking-wide {
    letter-spacing: 0.025em !important;
  }

  .sm\:tracking-wider {
    letter-spacing: 0.05em !important;
  }

  .sm\:tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .sm\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .sm\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .sm\:select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
        -ms-user-select: all !important;
            user-select: all !important;
  }

  .sm\:select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .sm\:align-baseline {
    vertical-align: baseline !important;
  }

  .sm\:align-top {
    vertical-align: top !important;
  }

  .sm\:align-middle {
    vertical-align: middle !important;
  }

  .sm\:align-bottom {
    vertical-align: bottom !important;
  }

  .sm\:align-text-top {
    vertical-align: text-top !important;
  }

  .sm\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .sm\:visible {
    visibility: visible !important;
  }

  .sm\:invisible {
    visibility: hidden !important;
  }

  .sm\:hover\:visible:hover {
    visibility: visible !important;
  }

  .sm\:hover\:invisible:hover {
    visibility: hidden !important;
  }

  .group:hover .sm\:group-hover\:visible {
    visibility: visible !important;
  }

  .group:hover .sm\:group-hover\:invisible {
    visibility: hidden !important;
  }

  .sm\:whitespace-normal {
    white-space: normal !important;
  }

  .sm\:whitespace-no-wrap {
    white-space: nowrap !important;
  }

  .sm\:whitespace-pre {
    white-space: pre !important;
  }

  .sm\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .sm\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .sm\:break-normal {
    word-wrap: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .sm\:break-words {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }

  .sm\:break-all {
    word-break: break-all !important;
  }

  .sm\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .sm\:w-0 {
    width: 0 !important;
  }

  .sm\:w-1 {
    width: 0.25rem !important;
  }

  .sm\:w-2 {
    width: 0.5rem !important;
  }

  .sm\:w-3 {
    width: 0.75rem !important;
  }

  .sm\:w-4 {
    width: 1rem !important;
  }

  .sm\:w-5 {
    width: 1.25rem !important;
  }

  .sm\:w-6 {
    width: 1.5rem !important;
  }

  .sm\:w-8 {
    width: 2rem !important;
  }

  .sm\:w-9 {
    width: 2.5rem !important;
  }

  .sm\:w-10 {
    width: 2.5rem !important;
  }

  .sm\:w-12 {
    width: 3rem !important;
  }

  .sm\:w-14 {
    width: 3.5rem !important;
  }

  .sm\:w-16 {
    width: 4rem !important;
  }

  .sm\:w-18 {
    width: 4.5rem !important;
  }

  .sm\:w-20 {
    width: 5rem !important;
  }

  .sm\:w-22 {
    width: 5.626rem !important;
  }

  .sm\:w-24 {
    width: 6rem !important;
  }

  .sm\:w-26 {
    width: 6.25rem !important;
  }

  .sm\:w-28 {
    width: 7rem !important;
  }

  .sm\:w-32 {
    width: 8rem !important;
  }

  .sm\:w-34 {
    width: 8.5rem !important;
  }

  .sm\:w-38 {
    width: 9.25rem !important;
  }

  .sm\:w-40 {
    width: 10rem !important;
  }

  .sm\:w-46 {
    width: 11.75rem !important;
  }

  .sm\:w-48 {
    width: 12rem !important;
  }

  .sm\:w-56 {
    width: 14rem !important;
  }

  .sm\:w-64 {
    width: 16rem !important;
  }

  .sm\:w-82 {
    width: 20.75rem !important;
  }

  .sm\:w-auto {
    width: auto !important;
  }

  .sm\:w-px {
    width: 1px !important;
  }

  .sm\:w-tiny {
    width: 0.3rem !important;
  }

  .sm\:w-quick-links {
    width: 26% !important;
  }

  .sm\:w-pro-slid {
    width: 48% !important;
  }

  .sm\:w-62p {
    width: 62% !important;
  }

  .sm\:w-90p {
    width: 90% !important;
  }

  .sm\:w-x-large {
    width: 27.5rem !important;
  }

  .sm\:w-2px {
    width: 0.125rem !important;
  }

  .sm\:w-9px {
    width: 0.5625rem !important;
  }

  .sm\:w-10px {
    width: 0.625rem !important;
  }

  .sm\:w-18px {
    width: 1.125rem !important;
  }

  .sm\:w-20px {
    width: 1.25rem !important;
  }

  .sm\:w-24px {
    width: 1.5rem !important;
  }

  .sm\:w-26px {
    width: 1.625rem !important;
  }

  .sm\:w-30px {
    width: 1.875rem !important;
  }

  .sm\:w-38px {
    width: 2.375rem !important;
  }

  .sm\:w-43px {
    width: 2.6875rem !important;
  }

  .sm\:w-44px {
    width: 2.75rem !important;
  }

  .sm\:w-46px {
    width: 2.875rem !important;
  }

  .sm\:w-53px {
    width: 3.3125rem !important;
  }

  .sm\:w-54px {
    width: 3.375rem !important;
  }

  .sm\:w-55px {
    width: 3.4375rem !important;
  }

  .sm\:w-60px {
    width: 3.75rem !important;
  }

  .sm\:w-67px {
    width: 4.1875rem !important;
  }

  .sm\:w-73px {
    width: 4.5625rem !important;
  }

  .sm\:w-80px {
    width: 5rem !important;
  }

  .sm\:w-81px {
    width: 5.0625rem !important;
  }

  .sm\:w-85px {
    width: 5.3125rem !important;
  }

  .sm\:w-92px {
    width: 5.75rem !important;
  }

  .sm\:w-100px {
    width: 6.25rem !important;
  }

  .sm\:w-106px {
    width: 6.625rem !important;
  }

  .sm\:w-123px {
    width: 7.6875rem !important;
  }

  .sm\:w-126px {
    width: 7.875rem !important;
  }

  .sm\:w-138px {
    width: 8.625rem !important;
  }

  .sm\:w-140px {
    width: 8.75rem !important;
  }

  .sm\:w-146px {
    width: 9.125rem !important;
  }

  .sm\:w-152px {
    width: 9.5rem !important;
  }

  .sm\:w-187px {
    width: 11.6875rem !important;
  }

  .sm\:w-220px {
    width: 13.75rem !important;
  }

  .sm\:w-253px {
    width: 15.8125rem !important;
  }

  .sm\:w-320px {
    width: 20rem !important;
  }

  .sm\:w-400px {
    width: 25rem !important;
  }

  .sm\:w-500px {
    width: 31.25rem !important;
  }

  .sm\:w-lgPaddingTop {
    width: 15.8125rem !important;
  }

  .sm\:w-phonePaddingTop {
    width: 9.875rem !important;
  }

  .sm\:w-tabletPaddingTop {
    width: 6.625rem !important;
  }

  .sm\:w-largePaddingTop {
    width: 13.75rem !important;
  }

  .sm\:w-phoneTextContentMaxWidth {
    width: 57.0625rem !important;
  }

  .sm\:w-phoneTextContentWidth {
    width: 63% !important;
  }

  .sm\:w-phoneBlockContentWidth {
    width: 71.625rem !important;
  }

  .sm\:w-tabletTextContentMaxWidth {
    width: 57.0625rem !important;
  }

  .sm\:w-tabletTextContentWidth {
    width: 63% !important;
  }

  .sm\:w-tabletBlockContentWidth {
    width: 71.625rem !important;
  }

  .sm\:w-largeTextContentMaxWidth {
    width: 57.0625rem !important;
  }

  .sm\:w-largeTextContentWidth {
    width: 63% !important;
  }

  .sm\:w-largeBlockContentWidth {
    width: 71.625rem !important;
  }

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

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

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

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

  .sm\:w-2\/4 {
    width: 50% !important;
  }

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

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

  .sm\:w-2\/5 {
    width: 40% !important;
  }

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

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

  .sm\:w-1\/6 {
    width: 16.666667% !important;
  }

  .sm\:w-2\/6 {
    width: 33.333333% !important;
  }

  .sm\:w-3\/6 {
    width: 50% !important;
  }

  .sm\:w-4\/6 {
    width: 66.666667% !important;
  }

  .sm\:w-5\/6 {
    width: 83.333333% !important;
  }

  .sm\:w-1\/12 {
    width: 8.333333% !important;
  }

  .sm\:w-2\/12 {
    width: 16.666667% !important;
  }

  .sm\:w-3\/12 {
    width: 25% !important;
  }

  .sm\:w-4\/12 {
    width: 33.333333% !important;
  }

  .sm\:w-5\/12 {
    width: 41.666667% !important;
  }

  .sm\:w-6\/12 {
    width: 50% !important;
  }

  .sm\:w-7\/12 {
    width: 58.333333% !important;
  }

  .sm\:w-8\/12 {
    width: 66.666667% !important;
  }

  .sm\:w-9\/12 {
    width: 75% !important;
  }

  .sm\:w-10\/12 {
    width: 83.333333% !important;
  }

  .sm\:w-11\/12 {
    width: 91.666667% !important;
  }

  .sm\:w-full {
    width: 100% !important;
  }

  .sm\:w-screen {
    width: 100vw !important;
  }

  .sm\:z-0 {
    z-index: 0 !important;
  }

  .sm\:z-10 {
    z-index: 10 !important;
  }

  .sm\:z-20 {
    z-index: 20 !important;
  }

  .sm\:z-30 {
    z-index: 30 !important;
  }

  .sm\:z-40 {
    z-index: 40 !important;
  }

  .sm\:z-50 {
    z-index: 50 !important;
  }

  .sm\:z-auto {
    z-index: auto !important;
  }

  .sm\:gap-0 {
    grid-gap: 0 !important;
    gap: 0 !important;
  }

  .sm\:gap-1 {
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important;
  }

  .sm\:gap-2 {
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
  }

  .sm\:gap-3 {
    grid-gap: 0.75rem !important;
    gap: 0.75rem !important;
  }

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

  .sm\:gap-5 {
    grid-gap: 1.25rem !important;
    gap: 1.25rem !important;
  }

  .sm\:gap-6 {
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

  .sm\:gap-8 {
    grid-gap: 2rem !important;
    gap: 2rem !important;
  }

  .sm\:gap-9 {
    grid-gap: 2.5rem !important;
    gap: 2.5rem !important;
  }

  .sm\:gap-10 {
    grid-gap: 2.5rem !important;
    gap: 2.5rem !important;
  }

  .sm\:gap-12 {
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

  .sm\:gap-14 {
    grid-gap: 3.5rem !important;
    gap: 3.5rem !important;
  }

  .sm\:gap-16 {
    grid-gap: 4rem !important;
    gap: 4rem !important;
  }

  .sm\:gap-18 {
    grid-gap: 4.5rem !important;
    gap: 4.5rem !important;
  }

  .sm\:gap-20 {
    grid-gap: 5rem !important;
    gap: 5rem !important;
  }

  .sm\:gap-22 {
    grid-gap: 5.626rem !important;
    gap: 5.626rem !important;
  }

  .sm\:gap-24 {
    grid-gap: 6rem !important;
    gap: 6rem !important;
  }

  .sm\:gap-26 {
    grid-gap: 6.25rem !important;
    gap: 6.25rem !important;
  }

  .sm\:gap-28 {
    grid-gap: 7rem !important;
    gap: 7rem !important;
  }

  .sm\:gap-32 {
    grid-gap: 8rem !important;
    gap: 8rem !important;
  }

  .sm\:gap-34 {
    grid-gap: 8.5rem !important;
    gap: 8.5rem !important;
  }

  .sm\:gap-38 {
    grid-gap: 9.25rem !important;
    gap: 9.25rem !important;
  }

  .sm\:gap-40 {
    grid-gap: 10rem !important;
    gap: 10rem !important;
  }

  .sm\:gap-46 {
    grid-gap: 11.75rem !important;
    gap: 11.75rem !important;
  }

  .sm\:gap-48 {
    grid-gap: 12rem !important;
    gap: 12rem !important;
  }

  .sm\:gap-56 {
    grid-gap: 14rem !important;
    gap: 14rem !important;
  }

  .sm\:gap-64 {
    grid-gap: 16rem !important;
    gap: 16rem !important;
  }

  .sm\:gap-82 {
    grid-gap: 20.75rem !important;
    gap: 20.75rem !important;
  }

  .sm\:gap-px {
    grid-gap: 1px !important;
    gap: 1px !important;
  }

  .sm\:gap-tiny {
    grid-gap: 0.3rem !important;
    gap: 0.3rem !important;
  }

  .sm\:gap-quick-links {
    grid-gap: 26% !important;
    gap: 26% !important;
  }

  .sm\:gap-pro-slid {
    grid-gap: 48% !important;
    gap: 48% !important;
  }

  .sm\:gap-62p {
    grid-gap: 62% !important;
    gap: 62% !important;
  }

  .sm\:gap-90p {
    grid-gap: 90% !important;
    gap: 90% !important;
  }

  .sm\:gap-x-large {
    grid-gap: 27.5rem !important;
    gap: 27.5rem !important;
  }

  .sm\:gap-2px {
    grid-gap: 0.125rem !important;
    gap: 0.125rem !important;
  }

  .sm\:gap-9px {
    grid-gap: 0.5625rem !important;
    gap: 0.5625rem !important;
  }

  .sm\:gap-10px {
    grid-gap: 0.625rem !important;
    gap: 0.625rem !important;
  }

  .sm\:gap-18px {
    grid-gap: 1.125rem !important;
    gap: 1.125rem !important;
  }

  .sm\:gap-20px {
    grid-gap: 1.25rem !important;
    gap: 1.25rem !important;
  }

  .sm\:gap-24px {
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

  .sm\:gap-26px {
    grid-gap: 1.625rem !important;
    gap: 1.625rem !important;
  }

  .sm\:gap-30px {
    grid-gap: 1.875rem !important;
    gap: 1.875rem !important;
  }

  .sm\:gap-38px {
    grid-gap: 2.375rem !important;
    gap: 2.375rem !important;
  }

  .sm\:gap-43px {
    grid-gap: 2.6875rem !important;
    gap: 2.6875rem !important;
  }

  .sm\:gap-44px {
    grid-gap: 2.75rem !important;
    gap: 2.75rem !important;
  }

  .sm\:gap-46px {
    grid-gap: 2.875rem !important;
    gap: 2.875rem !important;
  }

  .sm\:gap-53px {
    grid-gap: 3.3125rem !important;
    gap: 3.3125rem !important;
  }

  .sm\:gap-54px {
    grid-gap: 3.375rem !important;
    gap: 3.375rem !important;
  }

  .sm\:gap-55px {
    grid-gap: 3.4375rem !important;
    gap: 3.4375rem !important;
  }

  .sm\:gap-60px {
    grid-gap: 3.75rem !important;
    gap: 3.75rem !important;
  }

  .sm\:gap-67px {
    grid-gap: 4.1875rem !important;
    gap: 4.1875rem !important;
  }

  .sm\:gap-73px {
    grid-gap: 4.5625rem !important;
    gap: 4.5625rem !important;
  }

  .sm\:gap-80px {
    grid-gap: 5rem !important;
    gap: 5rem !important;
  }

  .sm\:gap-81px {
    grid-gap: 5.0625rem !important;
    gap: 5.0625rem !important;
  }

  .sm\:gap-85px {
    grid-gap: 5.3125rem !important;
    gap: 5.3125rem !important;
  }

  .sm\:gap-92px {
    grid-gap: 5.75rem !important;
    gap: 5.75rem !important;
  }

  .sm\:gap-100px {
    grid-gap: 6.25rem !important;
    gap: 6.25rem !important;
  }

  .sm\:gap-106px {
    grid-gap: 6.625rem !important;
    gap: 6.625rem !important;
  }

  .sm\:gap-123px {
    grid-gap: 7.6875rem !important;
    gap: 7.6875rem !important;
  }

  .sm\:gap-126px {
    grid-gap: 7.875rem !important;
    gap: 7.875rem !important;
  }

  .sm\:gap-138px {
    grid-gap: 8.625rem !important;
    gap: 8.625rem !important;
  }

  .sm\:gap-140px {
    grid-gap: 8.75rem !important;
    gap: 8.75rem !important;
  }

  .sm\:gap-146px {
    grid-gap: 9.125rem !important;
    gap: 9.125rem !important;
  }

  .sm\:gap-152px {
    grid-gap: 9.5rem !important;
    gap: 9.5rem !important;
  }

  .sm\:gap-187px {
    grid-gap: 11.6875rem !important;
    gap: 11.6875rem !important;
  }

  .sm\:gap-220px {
    grid-gap: 13.75rem !important;
    gap: 13.75rem !important;
  }

  .sm\:gap-253px {
    grid-gap: 15.8125rem !important;
    gap: 15.8125rem !important;
  }

  .sm\:gap-320px {
    grid-gap: 20rem !important;
    gap: 20rem !important;
  }

  .sm\:gap-400px {
    grid-gap: 25rem !important;
    gap: 25rem !important;
  }

  .sm\:gap-500px {
    grid-gap: 31.25rem !important;
    gap: 31.25rem !important;
  }

  .sm\:gap-lgPaddingTop {
    grid-gap: 15.8125rem !important;
    gap: 15.8125rem !important;
  }

  .sm\:gap-phonePaddingTop {
    grid-gap: 9.875rem !important;
    gap: 9.875rem !important;
  }

  .sm\:gap-tabletPaddingTop {
    grid-gap: 6.625rem !important;
    gap: 6.625rem !important;
  }

  .sm\:gap-largePaddingTop {
    grid-gap: 13.75rem !important;
    gap: 13.75rem !important;
  }

  .sm\:gap-phoneTextContentMaxWidth {
    grid-gap: 57.0625rem !important;
    gap: 57.0625rem !important;
  }

  .sm\:gap-phoneTextContentWidth {
    grid-gap: 63% !important;
    gap: 63% !important;
  }

  .sm\:gap-phoneBlockContentWidth {
    grid-gap: 71.625rem !important;
    gap: 71.625rem !important;
  }

  .sm\:gap-tabletTextContentMaxWidth {
    grid-gap: 57.0625rem !important;
    gap: 57.0625rem !important;
  }

  .sm\:gap-tabletTextContentWidth {
    grid-gap: 63% !important;
    gap: 63% !important;
  }

  .sm\:gap-tabletBlockContentWidth {
    grid-gap: 71.625rem !important;
    gap: 71.625rem !important;
  }

  .sm\:gap-largeTextContentMaxWidth {
    grid-gap: 57.0625rem !important;
    gap: 57.0625rem !important;
  }

  .sm\:gap-largeTextContentWidth {
    grid-gap: 63% !important;
    gap: 63% !important;
  }

  .sm\:gap-largeBlockContentWidth {
    grid-gap: 71.625rem !important;
    gap: 71.625rem !important;
  }

  .sm\:col-gap-0 {
    grid-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }

  .sm\:col-gap-1 {
    grid-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .sm\:col-gap-2 {
    grid-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .sm\:col-gap-3 {
    grid-column-gap: 0.75rem !important;
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .sm\:col-gap-4 {
    grid-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .sm\:col-gap-5 {
    grid-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .sm\:col-gap-6 {
    grid-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .sm\:col-gap-8 {
    grid-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .sm\:col-gap-9 {
    grid-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .sm\:col-gap-10 {
    grid-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .sm\:col-gap-12 {
    grid-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .sm\:col-gap-14 {
    grid-column-gap: 3.5rem !important;
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .sm\:col-gap-16 {
    grid-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .sm\:col-gap-18 {
    grid-column-gap: 4.5rem !important;
    -moz-column-gap: 4.5rem !important;
         column-gap: 4.5rem !important;
  }

  .sm\:col-gap-20 {
    grid-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .sm\:col-gap-22 {
    grid-column-gap: 5.626rem !important;
    -moz-column-gap: 5.626rem !important;
         column-gap: 5.626rem !important;
  }

  .sm\:col-gap-24 {
    grid-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .sm\:col-gap-26 {
    grid-column-gap: 6.25rem !important;
    -moz-column-gap: 6.25rem !important;
         column-gap: 6.25rem !important;
  }

  .sm\:col-gap-28 {
    grid-column-gap: 7rem !important;
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .sm\:col-gap-32 {
    grid-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .sm\:col-gap-34 {
    grid-column-gap: 8.5rem !important;
    -moz-column-gap: 8.5rem !important;
         column-gap: 8.5rem !important;
  }

  .sm\:col-gap-38 {
    grid-column-gap: 9.25rem !important;
    -moz-column-gap: 9.25rem !important;
         column-gap: 9.25rem !important;
  }

  .sm\:col-gap-40 {
    grid-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .sm\:col-gap-46 {
    grid-column-gap: 11.75rem !important;
    -moz-column-gap: 11.75rem !important;
         column-gap: 11.75rem !important;
  }

  .sm\:col-gap-48 {
    grid-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .sm\:col-gap-56 {
    grid-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .sm\:col-gap-64 {
    grid-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .sm\:col-gap-82 {
    grid-column-gap: 20.75rem !important;
    -moz-column-gap: 20.75rem !important;
         column-gap: 20.75rem !important;
  }

  .sm\:col-gap-px {
    grid-column-gap: 1px !important;
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .sm\:col-gap-tiny {
    grid-column-gap: 0.3rem !important;
    -moz-column-gap: 0.3rem !important;
         column-gap: 0.3rem !important;
  }

  .sm\:col-gap-quick-links {
    grid-column-gap: 26% !important;
    -moz-column-gap: 26% !important;
         column-gap: 26% !important;
  }

  .sm\:col-gap-pro-slid {
    grid-column-gap: 48% !important;
    -moz-column-gap: 48% !important;
         column-gap: 48% !important;
  }

  .sm\:col-gap-62p {
    grid-column-gap: 62% !important;
    -moz-column-gap: 62% !important;
         column-gap: 62% !important;
  }

  .sm\:col-gap-90p {
    grid-column-gap: 90% !important;
    -moz-column-gap: 90% !important;
         column-gap: 90% !important;
  }

  .sm\:col-gap-x-large {
    grid-column-gap: 27.5rem !important;
    -moz-column-gap: 27.5rem !important;
         column-gap: 27.5rem !important;
  }

  .sm\:col-gap-2px {
    grid-column-gap: 0.125rem !important;
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .sm\:col-gap-9px {
    grid-column-gap: 0.5625rem !important;
    -moz-column-gap: 0.5625rem !important;
         column-gap: 0.5625rem !important;
  }

  .sm\:col-gap-10px {
    grid-column-gap: 0.625rem !important;
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .sm\:col-gap-18px {
    grid-column-gap: 1.125rem !important;
    -moz-column-gap: 1.125rem !important;
         column-gap: 1.125rem !important;
  }

  .sm\:col-gap-20px {
    grid-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .sm\:col-gap-24px {
    grid-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .sm\:col-gap-26px {
    grid-column-gap: 1.625rem !important;
    -moz-column-gap: 1.625rem !important;
         column-gap: 1.625rem !important;
  }

  .sm\:col-gap-30px {
    grid-column-gap: 1.875rem !important;
    -moz-column-gap: 1.875rem !important;
         column-gap: 1.875rem !important;
  }

  .sm\:col-gap-38px {
    grid-column-gap: 2.375rem !important;
    -moz-column-gap: 2.375rem !important;
         column-gap: 2.375rem !important;
  }

  .sm\:col-gap-43px {
    grid-column-gap: 2.6875rem !important;
    -moz-column-gap: 2.6875rem !important;
         column-gap: 2.6875rem !important;
  }

  .sm\:col-gap-44px {
    grid-column-gap: 2.75rem !important;
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .sm\:col-gap-46px {
    grid-column-gap: 2.875rem !important;
    -moz-column-gap: 2.875rem !important;
         column-gap: 2.875rem !important;
  }

  .sm\:col-gap-53px {
    grid-column-gap: 3.3125rem !important;
    -moz-column-gap: 3.3125rem !important;
         column-gap: 3.3125rem !important;
  }

  .sm\:col-gap-54px {
    grid-column-gap: 3.375rem !important;
    -moz-column-gap: 3.375rem !important;
         column-gap: 3.375rem !important;
  }

  .sm\:col-gap-55px {
    grid-column-gap: 3.4375rem !important;
    -moz-column-gap: 3.4375rem !important;
         column-gap: 3.4375rem !important;
  }

  .sm\:col-gap-60px {
    grid-column-gap: 3.75rem !important;
    -moz-column-gap: 3.75rem !important;
         column-gap: 3.75rem !important;
  }

  .sm\:col-gap-67px {
    grid-column-gap: 4.1875rem !important;
    -moz-column-gap: 4.1875rem !important;
         column-gap: 4.1875rem !important;
  }

  .sm\:col-gap-73px {
    grid-column-gap: 4.5625rem !important;
    -moz-column-gap: 4.5625rem !important;
         column-gap: 4.5625rem !important;
  }

  .sm\:col-gap-80px {
    grid-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .sm\:col-gap-81px {
    grid-column-gap: 5.0625rem !important;
    -moz-column-gap: 5.0625rem !important;
         column-gap: 5.0625rem !important;
  }

  .sm\:col-gap-85px {
    grid-column-gap: 5.3125rem !important;
    -moz-column-gap: 5.3125rem !important;
         column-gap: 5.3125rem !important;
  }

  .sm\:col-gap-92px {
    grid-column-gap: 5.75rem !important;
    -moz-column-gap: 5.75rem !important;
         column-gap: 5.75rem !important;
  }

  .sm\:col-gap-100px {
    grid-column-gap: 6.25rem !important;
    -moz-column-gap: 6.25rem !important;
         column-gap: 6.25rem !important;
  }

  .sm\:col-gap-106px {
    grid-column-gap: 6.625rem !important;
    -moz-column-gap: 6.625rem !important;
         column-gap: 6.625rem !important;
  }

  .sm\:col-gap-123px {
    grid-column-gap: 7.6875rem !important;
    -moz-column-gap: 7.6875rem !important;
         column-gap: 7.6875rem !important;
  }

  .sm\:col-gap-126px {
    grid-column-gap: 7.875rem !important;
    -moz-column-gap: 7.875rem !important;
         column-gap: 7.875rem !important;
  }

  .sm\:col-gap-138px {
    grid-column-gap: 8.625rem !important;
    -moz-column-gap: 8.625rem !important;
         column-gap: 8.625rem !important;
  }

  .sm\:col-gap-140px {
    grid-column-gap: 8.75rem !important;
    -moz-column-gap: 8.75rem !important;
         column-gap: 8.75rem !important;
  }

  .sm\:col-gap-146px {
    grid-column-gap: 9.125rem !important;
    -moz-column-gap: 9.125rem !important;
         column-gap: 9.125rem !important;
  }

  .sm\:col-gap-152px {
    grid-column-gap: 9.5rem !important;
    -moz-column-gap: 9.5rem !important;
         column-gap: 9.5rem !important;
  }

  .sm\:col-gap-187px {
    grid-column-gap: 11.6875rem !important;
    -moz-column-gap: 11.6875rem !important;
         column-gap: 11.6875rem !important;
  }

  .sm\:col-gap-220px {
    grid-column-gap: 13.75rem !important;
    -moz-column-gap: 13.75rem !important;
         column-gap: 13.75rem !important;
  }

  .sm\:col-gap-253px {
    grid-column-gap: 15.8125rem !important;
    -moz-column-gap: 15.8125rem !important;
         column-gap: 15.8125rem !important;
  }

  .sm\:col-gap-320px {
    grid-column-gap: 20rem !important;
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .sm\:col-gap-400px {
    grid-column-gap: 25rem !important;
    -moz-column-gap: 25rem !important;
         column-gap: 25rem !important;
  }

  .sm\:col-gap-500px {
    grid-column-gap: 31.25rem !important;
    -moz-column-gap: 31.25rem !important;
         column-gap: 31.25rem !important;
  }

  .sm\:col-gap-lgPaddingTop {
    grid-column-gap: 15.8125rem !important;
    -moz-column-gap: 15.8125rem !important;
         column-gap: 15.8125rem !important;
  }

  .sm\:col-gap-phonePaddingTop {
    grid-column-gap: 9.875rem !important;
    -moz-column-gap: 9.875rem !important;
         column-gap: 9.875rem !important;
  }

  .sm\:col-gap-tabletPaddingTop {
    grid-column-gap: 6.625rem !important;
    -moz-column-gap: 6.625rem !important;
         column-gap: 6.625rem !important;
  }

  .sm\:col-gap-largePaddingTop {
    grid-column-gap: 13.75rem !important;
    -moz-column-gap: 13.75rem !important;
         column-gap: 13.75rem !important;
  }

  .sm\:col-gap-phoneTextContentMaxWidth {
    grid-column-gap: 57.0625rem !important;
    -moz-column-gap: 57.0625rem !important;
         column-gap: 57.0625rem !important;
  }

  .sm\:col-gap-phoneTextContentWidth {
    grid-column-gap: 63% !important;
    -moz-column-gap: 63% !important;
         column-gap: 63% !important;
  }

  .sm\:col-gap-phoneBlockContentWidth {
    grid-column-gap: 71.625rem !important;
    -moz-column-gap: 71.625rem !important;
         column-gap: 71.625rem !important;
  }

  .sm\:col-gap-tabletTextContentMaxWidth {
    grid-column-gap: 57.0625rem !important;
    -moz-column-gap: 57.0625rem !important;
         column-gap: 57.0625rem !important;
  }

  .sm\:col-gap-tabletTextContentWidth {
    grid-column-gap: 63% !important;
    -moz-column-gap: 63% !important;
         column-gap: 63% !important;
  }

  .sm\:col-gap-tabletBlockContentWidth {
    grid-column-gap: 71.625rem !important;
    -moz-column-gap: 71.625rem !important;
         column-gap: 71.625rem !important;
  }

  .sm\:col-gap-largeTextContentMaxWidth {
    grid-column-gap: 57.0625rem !important;
    -moz-column-gap: 57.0625rem !important;
         column-gap: 57.0625rem !important;
  }

  .sm\:col-gap-largeTextContentWidth {
    grid-column-gap: 63% !important;
    -moz-column-gap: 63% !important;
         column-gap: 63% !important;
  }

  .sm\:col-gap-largeBlockContentWidth {
    grid-column-gap: 71.625rem !important;
    -moz-column-gap: 71.625rem !important;
         column-gap: 71.625rem !important;
  }

  .sm\:gap-x-0 {
    grid-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }

  .sm\:gap-x-1 {
    grid-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .sm\:gap-x-2 {
    grid-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .sm\:gap-x-3 {
    grid-column-gap: 0.75rem !important;
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .sm\:gap-x-4 {
    grid-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .sm\:gap-x-5 {
    grid-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .sm\:gap-x-6 {
    grid-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .sm\:gap-x-8 {
    grid-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .sm\:gap-x-9 {
    grid-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .sm\:gap-x-10 {
    grid-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .sm\:gap-x-12 {
    grid-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .sm\:gap-x-14 {
    grid-column-gap: 3.5rem !important;
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .sm\:gap-x-16 {
    grid-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .sm\:gap-x-18 {
    grid-column-gap: 4.5rem !important;
    -moz-column-gap: 4.5rem !important;
         column-gap: 4.5rem !important;
  }

  .sm\:gap-x-20 {
    grid-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .sm\:gap-x-22 {
    grid-column-gap: 5.626rem !important;
    -moz-column-gap: 5.626rem !important;
         column-gap: 5.626rem !important;
  }

  .sm\:gap-x-24 {
    grid-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .sm\:gap-x-26 {
    grid-column-gap: 6.25rem !important;
    -moz-column-gap: 6.25rem !important;
         column-gap: 6.25rem !important;
  }

  .sm\:gap-x-28 {
    grid-column-gap: 7rem !important;
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .sm\:gap-x-32 {
    grid-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .sm\:gap-x-34 {
    grid-column-gap: 8.5rem !important;
    -moz-column-gap: 8.5rem !important;
         column-gap: 8.5rem !important;
  }

  .sm\:gap-x-38 {
    grid-column-gap: 9.25rem !important;
    -moz-column-gap: 9.25rem !important;
         column-gap: 9.25rem !important;
  }

  .sm\:gap-x-40 {
    grid-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .sm\:gap-x-46 {
    grid-column-gap: 11.75rem !important;
    -moz-column-gap: 11.75rem !important;
         column-gap: 11.75rem !important;
  }

  .sm\:gap-x-48 {
    grid-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .sm\:gap-x-56 {
    grid-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .sm\:gap-x-64 {
    grid-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .sm\:gap-x-82 {
    grid-column-gap: 20.75rem !important;
    -moz-column-gap: 20.75rem !important;
         column-gap: 20.75rem !important;
  }

  .sm\:gap-x-px {
    grid-column-gap: 1px !important;
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .sm\:gap-x-tiny {
    grid-column-gap: 0.3rem !important;
    -moz-column-gap: 0.3rem !important;
         column-gap: 0.3rem !important;
  }

  .sm\:gap-x-quick-links {
    grid-column-gap: 26% !important;
    -moz-column-gap: 26% !important;
         column-gap: 26% !important;
  }

  .sm\:gap-x-pro-slid {
    grid-column-gap: 48% !important;
    -moz-column-gap: 48% !important;
         column-gap: 48% !important;
  }

  .sm\:gap-x-62p {
    grid-column-gap: 62% !important;
    -moz-column-gap: 62% !important;
         column-gap: 62% !important;
  }

  .sm\:gap-x-90p {
    grid-column-gap: 90% !important;
    -moz-column-gap: 90% !important;
         column-gap: 90% !important;
  }

  .sm\:gap-x-x-large {
    grid-column-gap: 27.5rem !important;
    -moz-column-gap: 27.5rem !important;
         column-gap: 27.5rem !important;
  }

  .sm\:gap-x-2px {
    grid-column-gap: 0.125rem !important;
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .sm\:gap-x-9px {
    grid-column-gap: 0.5625rem !important;
    -moz-column-gap: 0.5625rem !important;
         column-gap: 0.5625rem !important;
  }

  .sm\:gap-x-10px {
    grid-column-gap: 0.625rem !important;
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .sm\:gap-x-18px {
    grid-column-gap: 1.125rem !important;
    -moz-column-gap: 1.125rem !important;
         column-gap: 1.125rem !important;
  }

  .sm\:gap-x-20px {
    grid-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .sm\:gap-x-24px {
    grid-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .sm\:gap-x-26px {
    grid-column-gap: 1.625rem !important;
    -moz-column-gap: 1.625rem !important;
         column-gap: 1.625rem !important;
  }

  .sm\:gap-x-30px {
    grid-column-gap: 1.875rem !important;
    -moz-column-gap: 1.875rem !important;
         column-gap: 1.875rem !important;
  }

  .sm\:gap-x-38px {
    grid-column-gap: 2.375rem !important;
    -moz-column-gap: 2.375rem !important;
         column-gap: 2.375rem !important;
  }

  .sm\:gap-x-43px {
    grid-column-gap: 2.6875rem !important;
    -moz-column-gap: 2.6875rem !important;
         column-gap: 2.6875rem !important;
  }

  .sm\:gap-x-44px {
    grid-column-gap: 2.75rem !important;
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .sm\:gap-x-46px {
    grid-column-gap: 2.875rem !important;
    -moz-column-gap: 2.875rem !important;
         column-gap: 2.875rem !important;
  }

  .sm\:gap-x-53px {
    grid-column-gap: 3.3125rem !important;
    -moz-column-gap: 3.3125rem !important;
         column-gap: 3.3125rem !important;
  }

  .sm\:gap-x-54px {
    grid-column-gap: 3.375rem !important;
    -moz-column-gap: 3.375rem !important;
         column-gap: 3.375rem !important;
  }

  .sm\:gap-x-55px {
    grid-column-gap: 3.4375rem !important;
    -moz-column-gap: 3.4375rem !important;
         column-gap: 3.4375rem !important;
  }

  .sm\:gap-x-60px {
    grid-column-gap: 3.75rem !important;
    -moz-column-gap: 3.75rem !important;
         column-gap: 3.75rem !important;
  }

  .sm\:gap-x-67px {
    grid-column-gap: 4.1875rem !important;
    -moz-column-gap: 4.1875rem !important;
         column-gap: 4.1875rem !important;
  }

  .sm\:gap-x-73px {
    grid-column-gap: 4.5625rem !important;
    -moz-column-gap: 4.5625rem !important;
         column-gap: 4.5625rem !important;
  }

  .sm\:gap-x-80px {
    grid-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .sm\:gap-x-81px {
    grid-column-gap: 5.0625rem !important;
    -moz-column-gap: 5.0625rem !important;
         column-gap: 5.0625rem !important;
  }

  .sm\:gap-x-85px {
    grid-column-gap: 5.3125rem !important;
    -moz-column-gap: 5.3125rem !important;
         column-gap: 5.3125rem !important;
  }

  .sm\:gap-x-92px {
    grid-column-gap: 5.75rem !important;
    -moz-column-gap: 5.75rem !important;
         column-gap: 5.75rem !important;
  }

  .sm\:gap-x-100px {
    grid-column-gap: 6.25rem !important;
    -moz-column-gap: 6.25rem !important;
         column-gap: 6.25rem !important;
  }

  .sm\:gap-x-106px {
    grid-column-gap: 6.625rem !important;
    -moz-column-gap: 6.625rem !important;
         column-gap: 6.625rem !important;
  }

  .sm\:gap-x-123px {
    grid-column-gap: 7.6875rem !important;
    -moz-column-gap: 7.6875rem !important;
         column-gap: 7.6875rem !important;
  }

  .sm\:gap-x-126px {
    grid-column-gap: 7.875rem !important;
    -moz-column-gap: 7.875rem !important;
         column-gap: 7.875rem !important;
  }

  .sm\:gap-x-138px {
    grid-column-gap: 8.625rem !important;
    -moz-column-gap: 8.625rem !important;
         column-gap: 8.625rem !important;
  }

  .sm\:gap-x-140px {
    grid-column-gap: 8.75rem !important;
    -moz-column-gap: 8.75rem !important;
         column-gap: 8.75rem !important;
  }

  .sm\:gap-x-146px {
    grid-column-gap: 9.125rem !important;
    -moz-column-gap: 9.125rem !important;
         column-gap: 9.125rem !important;
  }

  .sm\:gap-x-152px {
    grid-column-gap: 9.5rem !important;
    -moz-column-gap: 9.5rem !important;
         column-gap: 9.5rem !important;
  }

  .sm\:gap-x-187px {
    grid-column-gap: 11.6875rem !important;
    -moz-column-gap: 11.6875rem !important;
         column-gap: 11.6875rem !important;
  }

  .sm\:gap-x-220px {
    grid-column-gap: 13.75rem !important;
    -moz-column-gap: 13.75rem !important;
         column-gap: 13.75rem !important;
  }

  .sm\:gap-x-253px {
    grid-column-gap: 15.8125rem !important;
    -moz-column-gap: 15.8125rem !important;
         column-gap: 15.8125rem !important;
  }

  .sm\:gap-x-320px {
    grid-column-gap: 20rem !important;
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .sm\:gap-x-400px {
    grid-column-gap: 25rem !important;
    -moz-column-gap: 25rem !important;
         column-gap: 25rem !important;
  }

  .sm\:gap-x-500px {
    grid-column-gap: 31.25rem !important;
    -moz-column-gap: 31.25rem !important;
         column-gap: 31.25rem !important;
  }

  .sm\:gap-x-lgPaddingTop {
    grid-column-gap: 15.8125rem !important;
    -moz-column-gap: 15.8125rem !important;
         column-gap: 15.8125rem !important;
  }

  .sm\:gap-x-phonePaddingTop {
    grid-column-gap: 9.875rem !important;
    -moz-column-gap: 9.875rem !important;
         column-gap: 9.875rem !important;
  }

  .sm\:gap-x-tabletPaddingTop {
    grid-column-gap: 6.625rem !important;
    -moz-column-gap: 6.625rem !important;
         column-gap: 6.625rem !important;
  }

  .sm\:gap-x-largePaddingTop {
    grid-column-gap: 13.75rem !important;
    -moz-column-gap: 13.75rem !important;
         column-gap: 13.75rem !important;
  }

  .sm\:gap-x-phoneTextContentMaxWidth {
    grid-column-gap: 57.0625rem !important;
    -moz-column-gap: 57.0625rem !important;
         column-gap: 57.0625rem !important;
  }

  .sm\:gap-x-phoneTextContentWidth {
    grid-column-gap: 63% !important;
    -moz-column-gap: 63% !important;
         column-gap: 63% !important;
  }

  .sm\:gap-x-phoneBlockContentWidth {
    grid-column-gap: 71.625rem !important;
    -moz-column-gap: 71.625rem !important;
         column-gap: 71.625rem !important;
  }

  .sm\:gap-x-tabletTextContentMaxWidth {
    grid-column-gap: 57.0625rem !important;
    -moz-column-gap: 57.0625rem !important;
         column-gap: 57.0625rem !important;
  }

  .sm\:gap-x-tabletTextContentWidth {
    grid-column-gap: 63% !important;
    -moz-column-gap: 63% !important;
         column-gap: 63% !important;
  }

  .sm\:gap-x-tabletBlockContentWidth {
    grid-column-gap: 71.625rem !important;
    -moz-column-gap: 71.625rem !important;
         column-gap: 71.625rem !important;
  }

  .sm\:gap-x-largeTextContentMaxWidth {
    grid-column-gap: 57.0625rem !important;
    -moz-column-gap: 57.0625rem !important;
         column-gap: 57.0625rem !important;
  }

  .sm\:gap-x-largeTextContentWidth {
    grid-column-gap: 63% !important;
    -moz-column-gap: 63% !important;
         column-gap: 63% !important;
  }

  .sm\:gap-x-largeBlockContentWidth {
    grid-column-gap: 71.625rem !important;
    -moz-column-gap: 71.625rem !important;
         column-gap: 71.625rem !important;
  }

  .sm\:row-gap-0 {
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .sm\:row-gap-1 {
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .sm\:row-gap-2 {
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .sm\:row-gap-3 {
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .sm\:row-gap-4 {
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .sm\:row-gap-5 {
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .sm\:row-gap-6 {
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .sm\:row-gap-8 {
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .sm\:row-gap-9 {
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .sm\:row-gap-10 {
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .sm\:row-gap-12 {
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .sm\:row-gap-14 {
    grid-row-gap: 3.5rem !important;
    row-gap: 3.5rem !important;
  }

  .sm\:row-gap-16 {
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .sm\:row-gap-18 {
    grid-row-gap: 4.5rem !important;
    row-gap: 4.5rem !important;
  }

  .sm\:row-gap-20 {
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .sm\:row-gap-22 {
    grid-row-gap: 5.626rem !important;
    row-gap: 5.626rem !important;
  }

  .sm\:row-gap-24 {
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .sm\:row-gap-26 {
    grid-row-gap: 6.25rem !important;
    row-gap: 6.25rem !important;
  }

  .sm\:row-gap-28 {
    grid-row-gap: 7rem !important;
    row-gap: 7rem !important;
  }

  .sm\:row-gap-32 {
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .sm\:row-gap-34 {
    grid-row-gap: 8.5rem !important;
    row-gap: 8.5rem !important;
  }

  .sm\:row-gap-38 {
    grid-row-gap: 9.25rem !important;
    row-gap: 9.25rem !important;
  }

  .sm\:row-gap-40 {
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .sm\:row-gap-46 {
    grid-row-gap: 11.75rem !important;
    row-gap: 11.75rem !important;
  }

  .sm\:row-gap-48 {
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .sm\:row-gap-56 {
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .sm\:row-gap-64 {
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .sm\:row-gap-82 {
    grid-row-gap: 20.75rem !important;
    row-gap: 20.75rem !important;
  }

  .sm\:row-gap-px {
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .sm\:row-gap-tiny {
    grid-row-gap: 0.3rem !important;
    row-gap: 0.3rem !important;
  }

  .sm\:row-gap-quick-links {
    grid-row-gap: 26% !important;
    row-gap: 26% !important;
  }

  .sm\:row-gap-pro-slid {
    grid-row-gap: 48% !important;
    row-gap: 48% !important;
  }

  .sm\:row-gap-62p {
    grid-row-gap: 62% !important;
    row-gap: 62% !important;
  }

  .sm\:row-gap-90p {
    grid-row-gap: 90% !important;
    row-gap: 90% !important;
  }

  .sm\:row-gap-x-large {
    grid-row-gap: 27.5rem !important;
    row-gap: 27.5rem !important;
  }

  .sm\:row-gap-2px {
    grid-row-gap: 0.125rem !important;
    row-gap: 0.125rem !important;
  }

  .sm\:row-gap-9px {
    grid-row-gap: 0.5625rem !important;
    row-gap: 0.5625rem !important;
  }

  .sm\:row-gap-10px {
    grid-row-gap: 0.625rem !important;
    row-gap: 0.625rem !important;
  }

  .sm\:row-gap-18px {
    grid-row-gap: 1.125rem !important;
    row-gap: 1.125rem !important;
  }

  .sm\:row-gap-20px {
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .sm\:row-gap-24px {
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .sm\:row-gap-26px {
    grid-row-gap: 1.625rem !important;
    row-gap: 1.625rem !important;
  }

  .sm\:row-gap-30px {
    grid-row-gap: 1.875rem !important;
    row-gap: 1.875rem !important;
  }

  .sm\:row-gap-38px {
    grid-row-gap: 2.375rem !important;
    row-gap: 2.375rem !important;
  }

  .sm\:row-gap-43px {
    grid-row-gap: 2.6875rem !important;
    row-gap: 2.6875rem !important;
  }

  .sm\:row-gap-44px {
    grid-row-gap: 2.75rem !important;
    row-gap: 2.75rem !important;
  }

  .sm\:row-gap-46px {
    grid-row-gap: 2.875rem !important;
    row-gap: 2.875rem !important;
  }

  .sm\:row-gap-53px {
    grid-row-gap: 3.3125rem !important;
    row-gap: 3.3125rem !important;
  }

  .sm\:row-gap-54px {
    grid-row-gap: 3.375rem !important;
    row-gap: 3.375rem !important;
  }

  .sm\:row-gap-55px {
    grid-row-gap: 3.4375rem !important;
    row-gap: 3.4375rem !important;
  }

  .sm\:row-gap-60px {
    grid-row-gap: 3.75rem !important;
    row-gap: 3.75rem !important;
  }

  .sm\:row-gap-67px {
    grid-row-gap: 4.1875rem !important;
    row-gap: 4.1875rem !important;
  }

  .sm\:row-gap-73px {
    grid-row-gap: 4.5625rem !important;
    row-gap: 4.5625rem !important;
  }

  .sm\:row-gap-80px {
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .sm\:row-gap-81px {
    grid-row-gap: 5.0625rem !important;
    row-gap: 5.0625rem !important;
  }

  .sm\:row-gap-85px {
    grid-row-gap: 5.3125rem !important;
    row-gap: 5.3125rem !important;
  }

  .sm\:row-gap-92px {
    grid-row-gap: 5.75rem !important;
    row-gap: 5.75rem !important;
  }

  .sm\:row-gap-100px {
    grid-row-gap: 6.25rem !important;
    row-gap: 6.25rem !important;
  }

  .sm\:row-gap-106px {
    grid-row-gap: 6.625rem !important;
    row-gap: 6.625rem !important;
  }

  .sm\:row-gap-123px {
    grid-row-gap: 7.6875rem !important;
    row-gap: 7.6875rem !important;
  }

  .sm\:row-gap-126px {
    grid-row-gap: 7.875rem !important;
    row-gap: 7.875rem !important;
  }

  .sm\:row-gap-138px {
    grid-row-gap: 8.625rem !important;
    row-gap: 8.625rem !important;
  }

  .sm\:row-gap-140px {
    grid-row-gap: 8.75rem !important;
    row-gap: 8.75rem !important;
  }

  .sm\:row-gap-146px {
    grid-row-gap: 9.125rem !important;
    row-gap: 9.125rem !important;
  }

  .sm\:row-gap-152px {
    grid-row-gap: 9.5rem !important;
    row-gap: 9.5rem !important;
  }

  .sm\:row-gap-187px {
    grid-row-gap: 11.6875rem !important;
    row-gap: 11.6875rem !important;
  }

  .sm\:row-gap-220px {
    grid-row-gap: 13.75rem !important;
    row-gap: 13.75rem !important;
  }

  .sm\:row-gap-253px {
    grid-row-gap: 15.8125rem !important;
    row-gap: 15.8125rem !important;
  }

  .sm\:row-gap-320px {
    grid-row-gap: 20rem !important;
    row-gap: 20rem !important;
  }

  .sm\:row-gap-400px {
    grid-row-gap: 25rem !important;
    row-gap: 25rem !important;
  }

  .sm\:row-gap-500px {
    grid-row-gap: 31.25rem !important;
    row-gap: 31.25rem !important;
  }

  .sm\:row-gap-lgPaddingTop {
    grid-row-gap: 15.8125rem !important;
    row-gap: 15.8125rem !important;
  }

  .sm\:row-gap-phonePaddingTop {
    grid-row-gap: 9.875rem !important;
    row-gap: 9.875rem !important;
  }

  .sm\:row-gap-tabletPaddingTop {
    grid-row-gap: 6.625rem !important;
    row-gap: 6.625rem !important;
  }

  .sm\:row-gap-largePaddingTop {
    grid-row-gap: 13.75rem !important;
    row-gap: 13.75rem !important;
  }

  .sm\:row-gap-phoneTextContentMaxWidth {
    grid-row-gap: 57.0625rem !important;
    row-gap: 57.0625rem !important;
  }

  .sm\:row-gap-phoneTextContentWidth {
    grid-row-gap: 63% !important;
    row-gap: 63% !important;
  }

  .sm\:row-gap-phoneBlockContentWidth {
    grid-row-gap: 71.625rem !important;
    row-gap: 71.625rem !important;
  }

  .sm\:row-gap-tabletTextContentMaxWidth {
    grid-row-gap: 57.0625rem !important;
    row-gap: 57.0625rem !important;
  }

  .sm\:row-gap-tabletTextContentWidth {
    grid-row-gap: 63% !important;
    row-gap: 63% !important;
  }

  .sm\:row-gap-tabletBlockContentWidth {
    grid-row-gap: 71.625rem !important;
    row-gap: 71.625rem !important;
  }

  .sm\:row-gap-largeTextContentMaxWidth {
    grid-row-gap: 57.0625rem !important;
    row-gap: 57.0625rem !important;
  }

  .sm\:row-gap-largeTextContentWidth {
    grid-row-gap: 63% !important;
    row-gap: 63% !important;
  }

  .sm\:row-gap-largeBlockContentWidth {
    grid-row-gap: 71.625rem !important;
    row-gap: 71.625rem !important;
  }

  .sm\:gap-y-0 {
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .sm\:gap-y-1 {
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .sm\:gap-y-2 {
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .sm\:gap-y-3 {
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .sm\:gap-y-4 {
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .sm\:gap-y-5 {
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .sm\:gap-y-6 {
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .sm\:gap-y-8 {
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .sm\:gap-y-9 {
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .sm\:gap-y-10 {
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .sm\:gap-y-12 {
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .sm\:gap-y-14 {
    grid-row-gap: 3.5rem !important;
    row-gap: 3.5rem !important;
  }

  .sm\:gap-y-16 {
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .sm\:gap-y-18 {
    grid-row-gap: 4.5rem !important;
    row-gap: 4.5rem !important;
  }

  .sm\:gap-y-20 {
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .sm\:gap-y-22 {
    grid-row-gap: 5.626rem !important;
    row-gap: 5.626rem !important;
  }

  .sm\:gap-y-24 {
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .sm\:gap-y-26 {
    grid-row-gap: 6.25rem !important;
    row-gap: 6.25rem !important;
  }

  .sm\:gap-y-28 {
    grid-row-gap: 7rem !important;
    row-gap: 7rem !important;
  }

  .sm\:gap-y-32 {
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .sm\:gap-y-34 {
    grid-row-gap: 8.5rem !important;
    row-gap: 8.5rem !important;
  }

  .sm\:gap-y-38 {
    grid-row-gap: 9.25rem !important;
    row-gap: 9.25rem !important;
  }

  .sm\:gap-y-40 {
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .sm\:gap-y-46 {
    grid-row-gap: 11.75rem !important;
    row-gap: 11.75rem !important;
  }

  .sm\:gap-y-48 {
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .sm\:gap-y-56 {
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .sm\:gap-y-64 {
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .sm\:gap-y-82 {
    grid-row-gap: 20.75rem !important;
    row-gap: 20.75rem !important;
  }

  .sm\:gap-y-px {
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .sm\:gap-y-tiny {
    grid-row-gap: 0.3rem !important;
    row-gap: 0.3rem !important;
  }

  .sm\:gap-y-quick-links {
    grid-row-gap: 26% !important;
    row-gap: 26% !important;
  }

  .sm\:gap-y-pro-slid {
    grid-row-gap: 48% !important;
    row-gap: 48% !important;
  }

  .sm\:gap-y-62p {
    grid-row-gap: 62% !important;
    row-gap: 62% !important;
  }

  .sm\:gap-y-90p {
    grid-row-gap: 90% !important;
    row-gap: 90% !important;
  }

  .sm\:gap-y-x-large {
    grid-row-gap: 27.5rem !important;
    row-gap: 27.5rem !important;
  }

  .sm\:gap-y-2px {
    grid-row-gap: 0.125rem !important;
    row-gap: 0.125rem !important;
  }

  .sm\:gap-y-9px {
    grid-row-gap: 0.5625rem !important;
    row-gap: 0.5625rem !important;
  }

  .sm\:gap-y-10px {
    grid-row-gap: 0.625rem !important;
    row-gap: 0.625rem !important;
  }

  .sm\:gap-y-18px {
    grid-row-gap: 1.125rem !important;
    row-gap: 1.125rem !important;
  }

  .sm\:gap-y-20px {
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .sm\:gap-y-24px {
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .sm\:gap-y-26px {
    grid-row-gap: 1.625rem !important;
    row-gap: 1.625rem !important;
  }

  .sm\:gap-y-30px {
    grid-row-gap: 1.875rem !important;
    row-gap: 1.875rem !important;
  }

  .sm\:gap-y-38px {
    grid-row-gap: 2.375rem !important;
    row-gap: 2.375rem !important;
  }

  .sm\:gap-y-43px {
    grid-row-gap: 2.6875rem !important;
    row-gap: 2.6875rem !important;
  }

  .sm\:gap-y-44px {
    grid-row-gap: 2.75rem !important;
    row-gap: 2.75rem !important;
  }

  .sm\:gap-y-46px {
    grid-row-gap: 2.875rem !important;
    row-gap: 2.875rem !important;
  }

  .sm\:gap-y-53px {
    grid-row-gap: 3.3125rem !important;
    row-gap: 3.3125rem !important;
  }

  .sm\:gap-y-54px {
    grid-row-gap: 3.375rem !important;
    row-gap: 3.375rem !important;
  }

  .sm\:gap-y-55px {
    grid-row-gap: 3.4375rem !important;
    row-gap: 3.4375rem !important;
  }

  .sm\:gap-y-60px {
    grid-row-gap: 3.75rem !important;
    row-gap: 3.75rem !important;
  }

  .sm\:gap-y-67px {
    grid-row-gap: 4.1875rem !important;
    row-gap: 4.1875rem !important;
  }

  .sm\:gap-y-73px {
    grid-row-gap: 4.5625rem !important;
    row-gap: 4.5625rem !important;
  }

  .sm\:gap-y-80px {
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .sm\:gap-y-81px {
    grid-row-gap: 5.0625rem !important;
    row-gap: 5.0625rem !important;
  }

  .sm\:gap-y-85px {
    grid-row-gap: 5.3125rem !important;
    row-gap: 5.3125rem !important;
  }

  .sm\:gap-y-92px {
    grid-row-gap: 5.75rem !important;
    row-gap: 5.75rem !important;
  }

  .sm\:gap-y-100px {
    grid-row-gap: 6.25rem !important;
    row-gap: 6.25rem !important;
  }

  .sm\:gap-y-106px {
    grid-row-gap: 6.625rem !important;
    row-gap: 6.625rem !important;
  }

  .sm\:gap-y-123px {
    grid-row-gap: 7.6875rem !important;
    row-gap: 7.6875rem !important;
  }

  .sm\:gap-y-126px {
    grid-row-gap: 7.875rem !important;
    row-gap: 7.875rem !important;
  }

  .sm\:gap-y-138px {
    grid-row-gap: 8.625rem !important;
    row-gap: 8.625rem !important;
  }

  .sm\:gap-y-140px {
    grid-row-gap: 8.75rem !important;
    row-gap: 8.75rem !important;
  }

  .sm\:gap-y-146px {
    grid-row-gap: 9.125rem !important;
    row-gap: 9.125rem !important;
  }

  .sm\:gap-y-152px {
    grid-row-gap: 9.5rem !important;
    row-gap: 9.5rem !important;
  }

  .sm\:gap-y-187px {
    grid-row-gap: 11.6875rem !important;
    row-gap: 11.6875rem !important;
  }

  .sm\:gap-y-220px {
    grid-row-gap: 13.75rem !important;
    row-gap: 13.75rem !important;
  }

  .sm\:gap-y-253px {
    grid-row-gap: 15.8125rem !important;
    row-gap: 15.8125rem !important;
  }

  .sm\:gap-y-320px {
    grid-row-gap: 20rem !important;
    row-gap: 20rem !important;
  }

  .sm\:gap-y-400px {
    grid-row-gap: 25rem !important;
    row-gap: 25rem !important;
  }

  .sm\:gap-y-500px {
    grid-row-gap: 31.25rem !important;
    row-gap: 31.25rem !important;
  }

  .sm\:gap-y-lgPaddingTop {
    grid-row-gap: 15.8125rem !important;
    row-gap: 15.8125rem !important;
  }

  .sm\:gap-y-phonePaddingTop {
    grid-row-gap: 9.875rem !important;
    row-gap: 9.875rem !important;
  }

  .sm\:gap-y-tabletPaddingTop {
    grid-row-gap: 6.625rem !important;
    row-gap: 6.625rem !important;
  }

  .sm\:gap-y-largePaddingTop {
    grid-row-gap: 13.75rem !important;
    row-gap: 13.75rem !important;
  }

  .sm\:gap-y-phoneTextContentMaxWidth {
    grid-row-gap: 57.0625rem !important;
    row-gap: 57.0625rem !important;
  }

  .sm\:gap-y-phoneTextContentWidth {
    grid-row-gap: 63% !important;
    row-gap: 63% !important;
  }

  .sm\:gap-y-phoneBlockContentWidth {
    grid-row-gap: 71.625rem !important;
    row-gap: 71.625rem !important;
  }

  .sm\:gap-y-tabletTextContentMaxWidth {
    grid-row-gap: 57.0625rem !important;
    row-gap: 57.0625rem !important;
  }

  .sm\:gap-y-tabletTextContentWidth {
    grid-row-gap: 63% !important;
    row-gap: 63% !important;
  }

  .sm\:gap-y-tabletBlockContentWidth {
    grid-row-gap: 71.625rem !important;
    row-gap: 71.625rem !important;
  }

  .sm\:gap-y-largeTextContentMaxWidth {
    grid-row-gap: 57.0625rem !important;
    row-gap: 57.0625rem !important;
  }

  .sm\:gap-y-largeTextContentWidth {
    grid-row-gap: 63% !important;
    row-gap: 63% !important;
  }

  .sm\:gap-y-largeBlockContentWidth {
    grid-row-gap: 71.625rem !important;
    row-gap: 71.625rem !important;
  }

  .sm\:grid-flow-row {
    grid-auto-flow: row !important;
  }

  .sm\:grid-flow-col {
    grid-auto-flow: column !important;
  }

  .sm\:grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .sm\:grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:grid-cols-none {
    grid-template-columns: none !important;
  }

  .sm\:auto-cols-auto {
    grid-auto-columns: auto !important;
  }

  .sm\:auto-cols-min {
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .sm\:auto-cols-max {
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .sm\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .sm\:col-auto {
    grid-column: auto !important;
  }

  .sm\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .sm\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .sm\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .sm\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

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

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

  .sm\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .sm\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .sm\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .sm\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .sm\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .sm\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .sm\:col-span-full {
    grid-column: 1 / -1 !important;
  }

  .sm\:col-start-1 {
    grid-column-start: 1 !important;
  }

  .sm\:col-start-2 {
    grid-column-start: 2 !important;
  }

  .sm\:col-start-3 {
    grid-column-start: 3 !important;
  }

  .sm\:col-start-4 {
    grid-column-start: 4 !important;
  }

  .sm\:col-start-5 {
    grid-column-start: 5 !important;
  }

  .sm\:col-start-6 {
    grid-column-start: 6 !important;
  }

  .sm\:col-start-7 {
    grid-column-start: 7 !important;
  }

  .sm\:col-start-8 {
    grid-column-start: 8 !important;
  }

  .sm\:col-start-9 {
    grid-column-start: 9 !important;
  }

  .sm\:col-start-10 {
    grid-column-start: 10 !important;
  }

  .sm\:col-start-11 {
    grid-column-start: 11 !important;
  }

  .sm\:col-start-12 {
    grid-column-start: 12 !important;
  }

  .sm\:col-start-13 {
    grid-column-start: 13 !important;
  }

  .sm\:col-start-auto {
    grid-column-start: auto !important;
  }

  .sm\:col-end-1 {
    grid-column-end: 1 !important;
  }

  .sm\:col-end-2 {
    grid-column-end: 2 !important;
  }

  .sm\:col-end-3 {
    grid-column-end: 3 !important;
  }

  .sm\:col-end-4 {
    grid-column-end: 4 !important;
  }

  .sm\:col-end-5 {
    grid-column-end: 5 !important;
  }

  .sm\:col-end-6 {
    grid-column-end: 6 !important;
  }

  .sm\:col-end-7 {
    grid-column-end: 7 !important;
  }

  .sm\:col-end-8 {
    grid-column-end: 8 !important;
  }

  .sm\:col-end-9 {
    grid-column-end: 9 !important;
  }

  .sm\:col-end-10 {
    grid-column-end: 10 !important;
  }

  .sm\:col-end-11 {
    grid-column-end: 11 !important;
  }

  .sm\:col-end-12 {
    grid-column-end: 12 !important;
  }

  .sm\:col-end-13 {
    grid-column-end: 13 !important;
  }

  .sm\:col-end-auto {
    grid-column-end: auto !important;
  }

  .sm\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .sm\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

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

  .sm\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .sm\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .sm\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .sm\:grid-rows-none {
    grid-template-rows: none !important;
  }

  .sm\:auto-rows-auto {
    grid-auto-rows: auto !important;
  }

  .sm\:auto-rows-min {
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .sm\:auto-rows-max {
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

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

  .sm\:row-auto {
    grid-row: auto !important;
  }

  .sm\:row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .sm\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .sm\:row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .sm\:row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .sm\:row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .sm\:row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .sm\:row-span-full {
    grid-row: 1 / -1 !important;
  }

  .sm\:row-start-1 {
    grid-row-start: 1 !important;
  }

  .sm\:row-start-2 {
    grid-row-start: 2 !important;
  }

  .sm\:row-start-3 {
    grid-row-start: 3 !important;
  }

  .sm\:row-start-4 {
    grid-row-start: 4 !important;
  }

  .sm\:row-start-5 {
    grid-row-start: 5 !important;
  }

  .sm\:row-start-6 {
    grid-row-start: 6 !important;
  }

  .sm\:row-start-7 {
    grid-row-start: 7 !important;
  }

  .sm\:row-start-auto {
    grid-row-start: auto !important;
  }

  .sm\:row-end-1 {
    grid-row-end: 1 !important;
  }

  .sm\:row-end-2 {
    grid-row-end: 2 !important;
  }

  .sm\:row-end-3 {
    grid-row-end: 3 !important;
  }

  .sm\:row-end-4 {
    grid-row-end: 4 !important;
  }

  .sm\:row-end-5 {
    grid-row-end: 5 !important;
  }

  .sm\:row-end-6 {
    grid-row-end: 6 !important;
  }

  .sm\:row-end-7 {
    grid-row-end: 7 !important;
  }

  .sm\:row-end-auto {
    grid-row-end: auto !important;
  }

  .sm\:transform {
    --transform-translate-x: 0 !important;
    --transform-translate-y: 0 !important;
    --transform-rotate: 0 !important;
    --transform-skew-x: 0 !important;
    --transform-skew-y: 0 !important;
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
  }

  .sm\:transform-none {
    transform: none !important;
  }

  .sm\:origin-center {
    transform-origin: center !important;
  }

  .sm\:origin-top {
    transform-origin: top !important;
  }

  .sm\:origin-top-right {
    transform-origin: top right !important;
  }

  .sm\:origin-right {
    transform-origin: right !important;
  }

  .sm\:origin-bottom-right {
    transform-origin: bottom right !important;
  }

  .sm\:origin-bottom {
    transform-origin: bottom !important;
  }

  .sm\:origin-bottom-left {
    transform-origin: bottom left !important;
  }

  .sm\:origin-left {
    transform-origin: left !important;
  }

  .sm\:origin-top-left {
    transform-origin: top left !important;
  }

  .sm\:scale-0 {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .sm\:scale-50 {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .sm\:scale-75 {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .sm\:scale-90 {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .sm\:scale-95 {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .sm\:scale-100 {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .sm\:scale-105 {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .sm\:scale-110 {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .sm\:scale-125 {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .sm\:scale-150 {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .sm\:scale-x-0 {
    --transform-scale-x: 0 !important;
  }

  .sm\:scale-x-50 {
    --transform-scale-x: .5 !important;
  }

  .sm\:scale-x-75 {
    --transform-scale-x: .75 !important;
  }

  .sm\:scale-x-90 {
    --transform-scale-x: .9 !important;
  }

  .sm\:scale-x-95 {
    --transform-scale-x: .95 !important;
  }

  .sm\:scale-x-100 {
    --transform-scale-x: 1 !important;
  }

  .sm\:scale-x-105 {
    --transform-scale-x: 1.05 !important;
  }

  .sm\:scale-x-110 {
    --transform-scale-x: 1.1 !important;
  }

  .sm\:scale-x-125 {
    --transform-scale-x: 1.25 !important;
  }

  .sm\:scale-x-150 {
    --transform-scale-x: 1.5 !important;
  }

  .sm\:scale-y-0 {
    --transform-scale-y: 0 !important;
  }

  .sm\:scale-y-50 {
    --transform-scale-y: .5 !important;
  }

  .sm\:scale-y-75 {
    --transform-scale-y: .75 !important;
  }

  .sm\:scale-y-90 {
    --transform-scale-y: .9 !important;
  }

  .sm\:scale-y-95 {
    --transform-scale-y: .95 !important;
  }

  .sm\:scale-y-100 {
    --transform-scale-y: 1 !important;
  }

  .sm\:scale-y-105 {
    --transform-scale-y: 1.05 !important;
  }

  .sm\:scale-y-110 {
    --transform-scale-y: 1.1 !important;
  }

  .sm\:scale-y-125 {
    --transform-scale-y: 1.25 !important;
  }

  .sm\:scale-y-150 {
    --transform-scale-y: 1.5 !important;
  }

  .sm\:hover\:scale-0:hover {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .sm\:hover\:scale-50:hover {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .sm\:hover\:scale-75:hover {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .sm\:hover\:scale-90:hover {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .sm\:hover\:scale-95:hover {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .sm\:hover\:scale-100:hover {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .sm\:hover\:scale-105:hover {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .sm\:hover\:scale-110:hover {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .sm\:hover\:scale-125:hover {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .sm\:hover\:scale-150:hover {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .sm\:hover\:scale-x-0:hover {
    --transform-scale-x: 0 !important;
  }

  .sm\:hover\:scale-x-50:hover {
    --transform-scale-x: .5 !important;
  }

  .sm\:hover\:scale-x-75:hover {
    --transform-scale-x: .75 !important;
  }

  .sm\:hover\:scale-x-90:hover {
    --transform-scale-x: .9 !important;
  }

  .sm\:hover\:scale-x-95:hover {
    --transform-scale-x: .95 !important;
  }

  .sm\:hover\:scale-x-100:hover {
    --transform-scale-x: 1 !important;
  }

  .sm\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05 !important;
  }

  .sm\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1 !important;
  }

  .sm\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25 !important;
  }

  .sm\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5 !important;
  }

  .sm\:hover\:scale-y-0:hover {
    --transform-scale-y: 0 !important;
  }

  .sm\:hover\:scale-y-50:hover {
    --transform-scale-y: .5 !important;
  }

  .sm\:hover\:scale-y-75:hover {
    --transform-scale-y: .75 !important;
  }

  .sm\:hover\:scale-y-90:hover {
    --transform-scale-y: .9 !important;
  }

  .sm\:hover\:scale-y-95:hover {
    --transform-scale-y: .95 !important;
  }

  .sm\:hover\:scale-y-100:hover {
    --transform-scale-y: 1 !important;
  }

  .sm\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05 !important;
  }

  .sm\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1 !important;
  }

  .sm\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25 !important;
  }

  .sm\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5 !important;
  }

  .sm\:focus\:scale-0:focus {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .sm\:focus\:scale-50:focus {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .sm\:focus\:scale-75:focus {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .sm\:focus\:scale-90:focus {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .sm\:focus\:scale-95:focus {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .sm\:focus\:scale-100:focus {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .sm\:focus\:scale-105:focus {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .sm\:focus\:scale-110:focus {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .sm\:focus\:scale-125:focus {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .sm\:focus\:scale-150:focus {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .sm\:focus\:scale-x-0:focus {
    --transform-scale-x: 0 !important;
  }

  .sm\:focus\:scale-x-50:focus {
    --transform-scale-x: .5 !important;
  }

  .sm\:focus\:scale-x-75:focus {
    --transform-scale-x: .75 !important;
  }

  .sm\:focus\:scale-x-90:focus {
    --transform-scale-x: .9 !important;
  }

  .sm\:focus\:scale-x-95:focus {
    --transform-scale-x: .95 !important;
  }

  .sm\:focus\:scale-x-100:focus {
    --transform-scale-x: 1 !important;
  }

  .sm\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05 !important;
  }

  .sm\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1 !important;
  }

  .sm\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25 !important;
  }

  .sm\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5 !important;
  }

  .sm\:focus\:scale-y-0:focus {
    --transform-scale-y: 0 !important;
  }

  .sm\:focus\:scale-y-50:focus {
    --transform-scale-y: .5 !important;
  }

  .sm\:focus\:scale-y-75:focus {
    --transform-scale-y: .75 !important;
  }

  .sm\:focus\:scale-y-90:focus {
    --transform-scale-y: .9 !important;
  }

  .sm\:focus\:scale-y-95:focus {
    --transform-scale-y: .95 !important;
  }

  .sm\:focus\:scale-y-100:focus {
    --transform-scale-y: 1 !important;
  }

  .sm\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05 !important;
  }

  .sm\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1 !important;
  }

  .sm\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25 !important;
  }

  .sm\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5 !important;
  }

  .sm\:rotate-0 {
    --transform-rotate: 0 !important;
  }

  .sm\:rotate-1 {
    --transform-rotate: 1deg !important;
  }

  .sm\:rotate-2 {
    --transform-rotate: 2deg !important;
  }

  .sm\:rotate-3 {
    --transform-rotate: 3deg !important;
  }

  .sm\:rotate-6 {
    --transform-rotate: 6deg !important;
  }

  .sm\:rotate-12 {
    --transform-rotate: 12deg !important;
  }

  .sm\:rotate-45 {
    --transform-rotate: 45deg !important;
  }

  .sm\:rotate-90 {
    --transform-rotate: 90deg !important;
  }

  .sm\:rotate-180 {
    --transform-rotate: 180deg !important;
  }

  .sm\:-rotate-180 {
    --transform-rotate: -180deg !important;
  }

  .sm\:-rotate-90 {
    --transform-rotate: -90deg !important;
  }

  .sm\:-rotate-45 {
    --transform-rotate: -45deg !important;
  }

  .sm\:-rotate-12 {
    --transform-rotate: -12deg !important;
  }

  .sm\:-rotate-6 {
    --transform-rotate: -6deg !important;
  }

  .sm\:-rotate-3 {
    --transform-rotate: -3deg !important;
  }

  .sm\:-rotate-2 {
    --transform-rotate: -2deg !important;
  }

  .sm\:-rotate-1 {
    --transform-rotate: -1deg !important;
  }

  .sm\:hover\:rotate-0:hover {
    --transform-rotate: 0 !important;
  }

  .sm\:hover\:rotate-1:hover {
    --transform-rotate: 1deg !important;
  }

  .sm\:hover\:rotate-2:hover {
    --transform-rotate: 2deg !important;
  }

  .sm\:hover\:rotate-3:hover {
    --transform-rotate: 3deg !important;
  }

  .sm\:hover\:rotate-6:hover {
    --transform-rotate: 6deg !important;
  }

  .sm\:hover\:rotate-12:hover {
    --transform-rotate: 12deg !important;
  }

  .sm\:hover\:rotate-45:hover {
    --transform-rotate: 45deg !important;
  }

  .sm\:hover\:rotate-90:hover {
    --transform-rotate: 90deg !important;
  }

  .sm\:hover\:rotate-180:hover {
    --transform-rotate: 180deg !important;
  }

  .sm\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg !important;
  }

  .sm\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg !important;
  }

  .sm\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg !important;
  }

  .sm\:hover\:-rotate-12:hover {
    --transform-rotate: -12deg !important;
  }

  .sm\:hover\:-rotate-6:hover {
    --transform-rotate: -6deg !important;
  }

  .sm\:hover\:-rotate-3:hover {
    --transform-rotate: -3deg !important;
  }

  .sm\:hover\:-rotate-2:hover {
    --transform-rotate: -2deg !important;
  }

  .sm\:hover\:-rotate-1:hover {
    --transform-rotate: -1deg !important;
  }

  .sm\:focus\:rotate-0:focus {
    --transform-rotate: 0 !important;
  }

  .sm\:focus\:rotate-1:focus {
    --transform-rotate: 1deg !important;
  }

  .sm\:focus\:rotate-2:focus {
    --transform-rotate: 2deg !important;
  }

  .sm\:focus\:rotate-3:focus {
    --transform-rotate: 3deg !important;
  }

  .sm\:focus\:rotate-6:focus {
    --transform-rotate: 6deg !important;
  }

  .sm\:focus\:rotate-12:focus {
    --transform-rotate: 12deg !important;
  }

  .sm\:focus\:rotate-45:focus {
    --transform-rotate: 45deg !important;
  }

  .sm\:focus\:rotate-90:focus {
    --transform-rotate: 90deg !important;
  }

  .sm\:focus\:rotate-180:focus {
    --transform-rotate: 180deg !important;
  }

  .sm\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg !important;
  }

  .sm\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg !important;
  }

  .sm\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg !important;
  }

  .sm\:focus\:-rotate-12:focus {
    --transform-rotate: -12deg !important;
  }

  .sm\:focus\:-rotate-6:focus {
    --transform-rotate: -6deg !important;
  }

  .sm\:focus\:-rotate-3:focus {
    --transform-rotate: -3deg !important;
  }

  .sm\:focus\:-rotate-2:focus {
    --transform-rotate: -2deg !important;
  }

  .sm\:focus\:-rotate-1:focus {
    --transform-rotate: -1deg !important;
  }

  .sm\:translate-x-0 {
    --transform-translate-x: 0 !important;
  }

  .sm\:translate-x-1 {
    --transform-translate-x: 0.25rem !important;
  }

  .sm\:translate-x-2 {
    --transform-translate-x: 0.5rem !important;
  }

  .sm\:translate-x-3 {
    --transform-translate-x: 0.75rem !important;
  }

  .sm\:translate-x-4 {
    --transform-translate-x: 1rem !important;
  }

  .sm\:translate-x-5 {
    --transform-translate-x: 1.25rem !important;
  }

  .sm\:translate-x-6 {
    --transform-translate-x: 1.5rem !important;
  }

  .sm\:translate-x-8 {
    --transform-translate-x: 2rem !important;
  }

  .sm\:translate-x-9 {
    --transform-translate-x: 2.5rem !important;
  }

  .sm\:translate-x-10 {
    --transform-translate-x: 2.5rem !important;
  }

  .sm\:translate-x-12 {
    --transform-translate-x: 3rem !important;
  }

  .sm\:translate-x-14 {
    --transform-translate-x: 3.5rem !important;
  }

  .sm\:translate-x-16 {
    --transform-translate-x: 4rem !important;
  }

  .sm\:translate-x-18 {
    --transform-translate-x: 4.5rem !important;
  }

  .sm\:translate-x-20 {
    --transform-translate-x: 5rem !important;
  }

  .sm\:translate-x-22 {
    --transform-translate-x: 5.626rem !important;
  }

  .sm\:translate-x-24 {
    --transform-translate-x: 6rem !important;
  }

  .sm\:translate-x-26 {
    --transform-translate-x: 6.25rem !important;
  }

  .sm\:translate-x-28 {
    --transform-translate-x: 7rem !important;
  }

  .sm\:translate-x-32 {
    --transform-translate-x: 8rem !important;
  }

  .sm\:translate-x-34 {
    --transform-translate-x: 8.5rem !important;
  }

  .sm\:translate-x-38 {
    --transform-translate-x: 9.25rem !important;
  }

  .sm\:translate-x-40 {
    --transform-translate-x: 10rem !important;
  }

  .sm\:translate-x-46 {
    --transform-translate-x: 11.75rem !important;
  }

  .sm\:translate-x-48 {
    --transform-translate-x: 12rem !important;
  }

  .sm\:translate-x-56 {
    --transform-translate-x: 14rem !important;
  }

  .sm\:translate-x-64 {
    --transform-translate-x: 16rem !important;
  }

  .sm\:translate-x-82 {
    --transform-translate-x: 20.75rem !important;
  }

  .sm\:translate-x-px {
    --transform-translate-x: 1px !important;
  }

  .sm\:translate-x-tiny {
    --transform-translate-x: 0.3rem !important;
  }

  .sm\:translate-x-quick-links {
    --transform-translate-x: 26% !important;
  }

  .sm\:translate-x-pro-slid {
    --transform-translate-x: 48% !important;
  }

  .sm\:translate-x-62p {
    --transform-translate-x: 62% !important;
  }

  .sm\:translate-x-90p {
    --transform-translate-x: 90% !important;
  }

  .sm\:translate-x-x-large {
    --transform-translate-x: 27.5rem !important;
  }

  .sm\:translate-x-2px {
    --transform-translate-x: 0.125rem !important;
  }

  .sm\:translate-x-9px {
    --transform-translate-x: 0.5625rem !important;
  }

  .sm\:translate-x-10px {
    --transform-translate-x: 0.625rem !important;
  }

  .sm\:translate-x-18px {
    --transform-translate-x: 1.125rem !important;
  }

  .sm\:translate-x-20px {
    --transform-translate-x: 1.25rem !important;
  }

  .sm\:translate-x-24px {
    --transform-translate-x: 1.5rem !important;
  }

  .sm\:translate-x-26px {
    --transform-translate-x: 1.625rem !important;
  }

  .sm\:translate-x-30px {
    --transform-translate-x: 1.875rem !important;
  }

  .sm\:translate-x-38px {
    --transform-translate-x: 2.375rem !important;
  }

  .sm\:translate-x-43px {
    --transform-translate-x: 2.6875rem !important;
  }

  .sm\:translate-x-44px {
    --transform-translate-x: 2.75rem !important;
  }

  .sm\:translate-x-46px {
    --transform-translate-x: 2.875rem !important;
  }

  .sm\:translate-x-53px {
    --transform-translate-x: 3.3125rem !important;
  }

  .sm\:translate-x-54px {
    --transform-translate-x: 3.375rem !important;
  }

  .sm\:translate-x-55px {
    --transform-translate-x: 3.4375rem !important;
  }

  .sm\:translate-x-60px {
    --transform-translate-x: 3.75rem !important;
  }

  .sm\:translate-x-67px {
    --transform-translate-x: 4.1875rem !important;
  }

  .sm\:translate-x-73px {
    --transform-translate-x: 4.5625rem !important;
  }

  .sm\:translate-x-80px {
    --transform-translate-x: 5rem !important;
  }

  .sm\:translate-x-81px {
    --transform-translate-x: 5.0625rem !important;
  }

  .sm\:translate-x-85px {
    --transform-translate-x: 5.3125rem !important;
  }

  .sm\:translate-x-92px {
    --transform-translate-x: 5.75rem !important;
  }

  .sm\:translate-x-100px {
    --transform-translate-x: 6.25rem !important;
  }

  .sm\:translate-x-106px {
    --transform-translate-x: 6.625rem !important;
  }

  .sm\:translate-x-123px {
    --transform-translate-x: 7.6875rem !important;
  }

  .sm\:translate-x-126px {
    --transform-translate-x: 7.875rem !important;
  }

  .sm\:translate-x-138px {
    --transform-translate-x: 8.625rem !important;
  }

  .sm\:translate-x-140px {
    --transform-translate-x: 8.75rem !important;
  }

  .sm\:translate-x-146px {
    --transform-translate-x: 9.125rem !important;
  }

  .sm\:translate-x-152px {
    --transform-translate-x: 9.5rem !important;
  }

  .sm\:translate-x-187px {
    --transform-translate-x: 11.6875rem !important;
  }

  .sm\:translate-x-220px {
    --transform-translate-x: 13.75rem !important;
  }

  .sm\:translate-x-253px {
    --transform-translate-x: 15.8125rem !important;
  }

  .sm\:translate-x-320px {
    --transform-translate-x: 20rem !important;
  }

  .sm\:translate-x-400px {
    --transform-translate-x: 25rem !important;
  }

  .sm\:translate-x-500px {
    --transform-translate-x: 31.25rem !important;
  }

  .sm\:translate-x-lgPaddingTop {
    --transform-translate-x: 15.8125rem !important;
  }

  .sm\:translate-x-phonePaddingTop {
    --transform-translate-x: 9.875rem !important;
  }

  .sm\:translate-x-tabletPaddingTop {
    --transform-translate-x: 6.625rem !important;
  }

  .sm\:translate-x-largePaddingTop {
    --transform-translate-x: 13.75rem !important;
  }

  .sm\:translate-x-phoneTextContentMaxWidth {
    --transform-translate-x: 57.0625rem !important;
  }

  .sm\:translate-x-phoneTextContentWidth {
    --transform-translate-x: 63% !important;
  }

  .sm\:translate-x-phoneBlockContentWidth {
    --transform-translate-x: 71.625rem !important;
  }

  .sm\:translate-x-tabletTextContentMaxWidth {
    --transform-translate-x: 57.0625rem !important;
  }

  .sm\:translate-x-tabletTextContentWidth {
    --transform-translate-x: 63% !important;
  }

  .sm\:translate-x-tabletBlockContentWidth {
    --transform-translate-x: 71.625rem !important;
  }

  .sm\:translate-x-largeTextContentMaxWidth {
    --transform-translate-x: 57.0625rem !important;
  }

  .sm\:translate-x-largeTextContentWidth {
    --transform-translate-x: 63% !important;
  }

  .sm\:translate-x-largeBlockContentWidth {
    --transform-translate-x: 71.625rem !important;
  }

  .sm\:-translate-x-1 {
    --transform-translate-x: -0.25rem !important;
  }

  .sm\:-translate-x-2 {
    --transform-translate-x: -0.5rem !important;
  }

  .sm\:-translate-x-3 {
    --transform-translate-x: -0.75rem !important;
  }

  .sm\:-translate-x-4 {
    --transform-translate-x: -1rem !important;
  }

  .sm\:-translate-x-5 {
    --transform-translate-x: -1.25rem !important;
  }

  .sm\:-translate-x-6 {
    --transform-translate-x: -1.5rem !important;
  }

  .sm\:-translate-x-8 {
    --transform-translate-x: -2rem !important;
  }

  .sm\:-translate-x-9 {
    --transform-translate-x: -2.5rem !important;
  }

  .sm\:-translate-x-10 {
    --transform-translate-x: -2.5rem !important;
  }

  .sm\:-translate-x-12 {
    --transform-translate-x: -3rem !important;
  }

  .sm\:-translate-x-14 {
    --transform-translate-x: -3.5rem !important;
  }

  .sm\:-translate-x-16 {
    --transform-translate-x: -4rem !important;
  }

  .sm\:-translate-x-18 {
    --transform-translate-x: -4.5rem !important;
  }

  .sm\:-translate-x-20 {
    --transform-translate-x: -5rem !important;
  }

  .sm\:-translate-x-22 {
    --transform-translate-x: -5.626rem !important;
  }

  .sm\:-translate-x-24 {
    --transform-translate-x: -6rem !important;
  }

  .sm\:-translate-x-26 {
    --transform-translate-x: -6.25rem !important;
  }

  .sm\:-translate-x-28 {
    --transform-translate-x: -7rem !important;
  }

  .sm\:-translate-x-32 {
    --transform-translate-x: -8rem !important;
  }

  .sm\:-translate-x-34 {
    --transform-translate-x: -8.5rem !important;
  }

  .sm\:-translate-x-38 {
    --transform-translate-x: -9.25rem !important;
  }

  .sm\:-translate-x-40 {
    --transform-translate-x: -10rem !important;
  }

  .sm\:-translate-x-46 {
    --transform-translate-x: -11.75rem !important;
  }

  .sm\:-translate-x-48 {
    --transform-translate-x: -12rem !important;
  }

  .sm\:-translate-x-56 {
    --transform-translate-x: -14rem !important;
  }

  .sm\:-translate-x-64 {
    --transform-translate-x: -16rem !important;
  }

  .sm\:-translate-x-82 {
    --transform-translate-x: -20.75rem !important;
  }

  .sm\:-translate-x-px {
    --transform-translate-x: -1px !important;
  }

  .sm\:-translate-x-tiny {
    --transform-translate-x: -0.3rem !important;
  }

  .sm\:-translate-x-quick-links {
    --transform-translate-x: -26% !important;
  }

  .sm\:-translate-x-pro-slid {
    --transform-translate-x: -48% !important;
  }

  .sm\:-translate-x-62p {
    --transform-translate-x: -62% !important;
  }

  .sm\:-translate-x-90p {
    --transform-translate-x: -90% !important;
  }

  .sm\:-translate-x-x-large {
    --transform-translate-x: -27.5rem !important;
  }

  .sm\:-translate-x-2px {
    --transform-translate-x: -0.125rem !important;
  }

  .sm\:-translate-x-9px {
    --transform-translate-x: -0.5625rem !important;
  }

  .sm\:-translate-x-10px {
    --transform-translate-x: -0.625rem !important;
  }

  .sm\:-translate-x-18px {
    --transform-translate-x: -1.125rem !important;
  }

  .sm\:-translate-x-20px {
    --transform-translate-x: -1.25rem !important;
  }

  .sm\:-translate-x-24px {
    --transform-translate-x: -1.5rem !important;
  }

  .sm\:-translate-x-26px {
    --transform-translate-x: -1.625rem !important;
  }

  .sm\:-translate-x-30px {
    --transform-translate-x: -1.875rem !important;
  }

  .sm\:-translate-x-38px {
    --transform-translate-x: -2.375rem !important;
  }

  .sm\:-translate-x-43px {
    --transform-translate-x: -2.6875rem !important;
  }

  .sm\:-translate-x-44px {
    --transform-translate-x: -2.75rem !important;
  }

  .sm\:-translate-x-46px {
    --transform-translate-x: -2.875rem !important;
  }

  .sm\:-translate-x-53px {
    --transform-translate-x: -3.3125rem !important;
  }

  .sm\:-translate-x-54px {
    --transform-translate-x: -3.375rem !important;
  }

  .sm\:-translate-x-55px {
    --transform-translate-x: -3.4375rem !important;
  }

  .sm\:-translate-x-60px {
    --transform-translate-x: -3.75rem !important;
  }

  .sm\:-translate-x-67px {
    --transform-translate-x: -4.1875rem !important;
  }

  .sm\:-translate-x-73px {
    --transform-translate-x: -4.5625rem !important;
  }

  .sm\:-translate-x-80px {
    --transform-translate-x: -5rem !important;
  }

  .sm\:-translate-x-81px {
    --transform-translate-x: -5.0625rem !important;
  }

  .sm\:-translate-x-85px {
    --transform-translate-x: -5.3125rem !important;
  }

  .sm\:-translate-x-92px {
    --transform-translate-x: -5.75rem !important;
  }

  .sm\:-translate-x-100px {
    --transform-translate-x: -6.25rem !important;
  }

  .sm\:-translate-x-106px {
    --transform-translate-x: -6.625rem !important;
  }

  .sm\:-translate-x-123px {
    --transform-translate-x: -7.6875rem !important;
  }

  .sm\:-translate-x-126px {
    --transform-translate-x: -7.875rem !important;
  }

  .sm\:-translate-x-138px {
    --transform-translate-x: -8.625rem !important;
  }

  .sm\:-translate-x-140px {
    --transform-translate-x: -8.75rem !important;
  }

  .sm\:-translate-x-146px {
    --transform-translate-x: -9.125rem !important;
  }

  .sm\:-translate-x-152px {
    --transform-translate-x: -9.5rem !important;
  }

  .sm\:-translate-x-187px {
    --transform-translate-x: -11.6875rem !important;
  }

  .sm\:-translate-x-220px {
    --transform-translate-x: -13.75rem !important;
  }

  .sm\:-translate-x-253px {
    --transform-translate-x: -15.8125rem !important;
  }

  .sm\:-translate-x-320px {
    --transform-translate-x: -20rem !important;
  }

  .sm\:-translate-x-400px {
    --transform-translate-x: -25rem !important;
  }

  .sm\:-translate-x-500px {
    --transform-translate-x: -31.25rem !important;
  }

  .sm\:-translate-x-lgPaddingTop {
    --transform-translate-x: -15.8125rem !important;
  }

  .sm\:-translate-x-phonePaddingTop {
    --transform-translate-x: -9.875rem !important;
  }

  .sm\:-translate-x-tabletPaddingTop {
    --transform-translate-x: -6.625rem !important;
  }

  .sm\:-translate-x-largePaddingTop {
    --transform-translate-x: -13.75rem !important;
  }

  .sm\:-translate-x-phoneTextContentMaxWidth {
    --transform-translate-x: -57.0625rem !important;
  }

  .sm\:-translate-x-phoneTextContentWidth {
    --transform-translate-x: -63% !important;
  }

  .sm\:-translate-x-phoneBlockContentWidth {
    --transform-translate-x: -71.625rem !important;
  }

  .sm\:-translate-x-tabletTextContentMaxWidth {
    --transform-translate-x: -57.0625rem !important;
  }

  .sm\:-translate-x-tabletTextContentWidth {
    --transform-translate-x: -63% !important;
  }

  .sm\:-translate-x-tabletBlockContentWidth {
    --transform-translate-x: -71.625rem !important;
  }

  .sm\:-translate-x-largeTextContentMaxWidth {
    --transform-translate-x: -57.0625rem !important;
  }

  .sm\:-translate-x-largeTextContentWidth {
    --transform-translate-x: -63% !important;
  }

  .sm\:-translate-x-largeBlockContentWidth {
    --transform-translate-x: -71.625rem !important;
  }

  .sm\:-translate-x-full {
    --transform-translate-x: -100% !important;
  }

  .sm\:-translate-x-1\/2 {
    --transform-translate-x: -50% !important;
  }

  .sm\:translate-x-1\/2 {
    --transform-translate-x: 50% !important;
  }

  .sm\:translate-x-full {
    --transform-translate-x: 100% !important;
  }

  .sm\:translate-y-0 {
    --transform-translate-y: 0 !important;
  }

  .sm\:translate-y-1 {
    --transform-translate-y: 0.25rem !important;
  }

  .sm\:translate-y-2 {
    --transform-translate-y: 0.5rem !important;
  }

  .sm\:translate-y-3 {
    --transform-translate-y: 0.75rem !important;
  }

  .sm\:translate-y-4 {
    --transform-translate-y: 1rem !important;
  }

  .sm\:translate-y-5 {
    --transform-translate-y: 1.25rem !important;
  }

  .sm\:translate-y-6 {
    --transform-translate-y: 1.5rem !important;
  }

  .sm\:translate-y-8 {
    --transform-translate-y: 2rem !important;
  }

  .sm\:translate-y-9 {
    --transform-translate-y: 2.5rem !important;
  }

  .sm\:translate-y-10 {
    --transform-translate-y: 2.5rem !important;
  }

  .sm\:translate-y-12 {
    --transform-translate-y: 3rem !important;
  }

  .sm\:translate-y-14 {
    --transform-translate-y: 3.5rem !important;
  }

  .sm\:translate-y-16 {
    --transform-translate-y: 4rem !important;
  }

  .sm\:translate-y-18 {
    --transform-translate-y: 4.5rem !important;
  }

  .sm\:translate-y-20 {
    --transform-translate-y: 5rem !important;
  }

  .sm\:translate-y-22 {
    --transform-translate-y: 5.626rem !important;
  }

  .sm\:translate-y-24 {
    --transform-translate-y: 6rem !important;
  }

  .sm\:translate-y-26 {
    --transform-translate-y: 6.25rem !important;
  }

  .sm\:translate-y-28 {
    --transform-translate-y: 7rem !important;
  }

  .sm\:translate-y-32 {
    --transform-translate-y: 8rem !important;
  }

  .sm\:translate-y-34 {
    --transform-translate-y: 8.5rem !important;
  }

  .sm\:translate-y-38 {
    --transform-translate-y: 9.25rem !important;
  }

  .sm\:translate-y-40 {
    --transform-translate-y: 10rem !important;
  }

  .sm\:translate-y-46 {
    --transform-translate-y: 11.75rem !important;
  }

  .sm\:translate-y-48 {
    --transform-translate-y: 12rem !important;
  }

  .sm\:translate-y-56 {
    --transform-translate-y: 14rem !important;
  }

  .sm\:translate-y-64 {
    --transform-translate-y: 16rem !important;
  }

  .sm\:translate-y-82 {
    --transform-translate-y: 20.75rem !important;
  }

  .sm\:translate-y-px {
    --transform-translate-y: 1px !important;
  }

  .sm\:translate-y-tiny {
    --transform-translate-y: 0.3rem !important;
  }

  .sm\:translate-y-quick-links {
    --transform-translate-y: 26% !important;
  }

  .sm\:translate-y-pro-slid {
    --transform-translate-y: 48% !important;
  }

  .sm\:translate-y-62p {
    --transform-translate-y: 62% !important;
  }

  .sm\:translate-y-90p {
    --transform-translate-y: 90% !important;
  }

  .sm\:translate-y-x-large {
    --transform-translate-y: 27.5rem !important;
  }

  .sm\:translate-y-2px {
    --transform-translate-y: 0.125rem !important;
  }

  .sm\:translate-y-9px {
    --transform-translate-y: 0.5625rem !important;
  }

  .sm\:translate-y-10px {
    --transform-translate-y: 0.625rem !important;
  }

  .sm\:translate-y-18px {
    --transform-translate-y: 1.125rem !important;
  }

  .sm\:translate-y-20px {
    --transform-translate-y: 1.25rem !important;
  }

  .sm\:translate-y-24px {
    --transform-translate-y: 1.5rem !important;
  }

  .sm\:translate-y-26px {
    --transform-translate-y: 1.625rem !important;
  }

  .sm\:translate-y-30px {
    --transform-translate-y: 1.875rem !important;
  }

  .sm\:translate-y-38px {
    --transform-translate-y: 2.375rem !important;
  }

  .sm\:translate-y-43px {
    --transform-translate-y: 2.6875rem !important;
  }

  .sm\:translate-y-44px {
    --transform-translate-y: 2.75rem !important;
  }

  .sm\:translate-y-46px {
    --transform-translate-y: 2.875rem !important;
  }

  .sm\:translate-y-53px {
    --transform-translate-y: 3.3125rem !important;
  }

  .sm\:translate-y-54px {
    --transform-translate-y: 3.375rem !important;
  }

  .sm\:translate-y-55px {
    --transform-translate-y: 3.4375rem !important;
  }

  .sm\:translate-y-60px {
    --transform-translate-y: 3.75rem !important;
  }

  .sm\:translate-y-67px {
    --transform-translate-y: 4.1875rem !important;
  }

  .sm\:translate-y-73px {
    --transform-translate-y: 4.5625rem !important;
  }

  .sm\:translate-y-80px {
    --transform-translate-y: 5rem !important;
  }

  .sm\:translate-y-81px {
    --transform-translate-y: 5.0625rem !important;
  }

  .sm\:translate-y-85px {
    --transform-translate-y: 5.3125rem !important;
  }

  .sm\:translate-y-92px {
    --transform-translate-y: 5.75rem !important;
  }

  .sm\:translate-y-100px {
    --transform-translate-y: 6.25rem !important;
  }

  .sm\:translate-y-106px {
    --transform-translate-y: 6.625rem !important;
  }

  .sm\:translate-y-123px {
    --transform-translate-y: 7.6875rem !important;
  }

  .sm\:translate-y-126px {
    --transform-translate-y: 7.875rem !important;
  }

  .sm\:translate-y-138px {
    --transform-translate-y: 8.625rem !important;
  }

  .sm\:translate-y-140px {
    --transform-translate-y: 8.75rem !important;
  }

  .sm\:translate-y-146px {
    --transform-translate-y: 9.125rem !important;
  }

  .sm\:translate-y-152px {
    --transform-translate-y: 9.5rem !important;
  }

  .sm\:translate-y-187px {
    --transform-translate-y: 11.6875rem !important;
  }

  .sm\:translate-y-220px {
    --transform-translate-y: 13.75rem !important;
  }

  .sm\:translate-y-253px {
    --transform-translate-y: 15.8125rem !important;
  }

  .sm\:translate-y-320px {
    --transform-translate-y: 20rem !important;
  }

  .sm\:translate-y-400px {
    --transform-translate-y: 25rem !important;
  }

  .sm\:translate-y-500px {
    --transform-translate-y: 31.25rem !important;
  }

  .sm\:translate-y-lgPaddingTop {
    --transform-translate-y: 15.8125rem !important;
  }

  .sm\:translate-y-phonePaddingTop {
    --transform-translate-y: 9.875rem !important;
  }

  .sm\:translate-y-tabletPaddingTop {
    --transform-translate-y: 6.625rem !important;
  }

  .sm\:translate-y-largePaddingTop {
    --transform-translate-y: 13.75rem !important;
  }

  .sm\:translate-y-phoneTextContentMaxWidth {
    --transform-translate-y: 57.0625rem !important;
  }

  .sm\:translate-y-phoneTextContentWidth {
    --transform-translate-y: 63% !important;
  }

  .sm\:translate-y-phoneBlockContentWidth {
    --transform-translate-y: 71.625rem !important;
  }

  .sm\:translate-y-tabletTextContentMaxWidth {
    --transform-translate-y: 57.0625rem !important;
  }

  .sm\:translate-y-tabletTextContentWidth {
    --transform-translate-y: 63% !important;
  }

  .sm\:translate-y-tabletBlockContentWidth {
    --transform-translate-y: 71.625rem !important;
  }

  .sm\:translate-y-largeTextContentMaxWidth {
    --transform-translate-y: 57.0625rem !important;
  }

  .sm\:translate-y-largeTextContentWidth {
    --transform-translate-y: 63% !important;
  }

  .sm\:translate-y-largeBlockContentWidth {
    --transform-translate-y: 71.625rem !important;
  }

  .sm\:-translate-y-1 {
    --transform-translate-y: -0.25rem !important;
  }

  .sm\:-translate-y-2 {
    --transform-translate-y: -0.5rem !important;
  }

  .sm\:-translate-y-3 {
    --transform-translate-y: -0.75rem !important;
  }

  .sm\:-translate-y-4 {
    --transform-translate-y: -1rem !important;
  }

  .sm\:-translate-y-5 {
    --transform-translate-y: -1.25rem !important;
  }

  .sm\:-translate-y-6 {
    --transform-translate-y: -1.5rem !important;
  }

  .sm\:-translate-y-8 {
    --transform-translate-y: -2rem !important;
  }

  .sm\:-translate-y-9 {
    --transform-translate-y: -2.5rem !important;
  }

  .sm\:-translate-y-10 {
    --transform-translate-y: -2.5rem !important;
  }

  .sm\:-translate-y-12 {
    --transform-translate-y: -3rem !important;
  }

  .sm\:-translate-y-14 {
    --transform-translate-y: -3.5rem !important;
  }

  .sm\:-translate-y-16 {
    --transform-translate-y: -4rem !important;
  }

  .sm\:-translate-y-18 {
    --transform-translate-y: -4.5rem !important;
  }

  .sm\:-translate-y-20 {
    --transform-translate-y: -5rem !important;
  }

  .sm\:-translate-y-22 {
    --transform-translate-y: -5.626rem !important;
  }

  .sm\:-translate-y-24 {
    --transform-translate-y: -6rem !important;
  }

  .sm\:-translate-y-26 {
    --transform-translate-y: -6.25rem !important;
  }

  .sm\:-translate-y-28 {
    --transform-translate-y: -7rem !important;
  }

  .sm\:-translate-y-32 {
    --transform-translate-y: -8rem !important;
  }

  .sm\:-translate-y-34 {
    --transform-translate-y: -8.5rem !important;
  }

  .sm\:-translate-y-38 {
    --transform-translate-y: -9.25rem !important;
  }

  .sm\:-translate-y-40 {
    --transform-translate-y: -10rem !important;
  }

  .sm\:-translate-y-46 {
    --transform-translate-y: -11.75rem !important;
  }

  .sm\:-translate-y-48 {
    --transform-translate-y: -12rem !important;
  }

  .sm\:-translate-y-56 {
    --transform-translate-y: -14rem !important;
  }

  .sm\:-translate-y-64 {
    --transform-translate-y: -16rem !important;
  }

  .sm\:-translate-y-82 {
    --transform-translate-y: -20.75rem !important;
  }

  .sm\:-translate-y-px {
    --transform-translate-y: -1px !important;
  }

  .sm\:-translate-y-tiny {
    --transform-translate-y: -0.3rem !important;
  }

  .sm\:-translate-y-quick-links {
    --transform-translate-y: -26% !important;
  }

  .sm\:-translate-y-pro-slid {
    --transform-translate-y: -48% !important;
  }

  .sm\:-translate-y-62p {
    --transform-translate-y: -62% !important;
  }

  .sm\:-translate-y-90p {
    --transform-translate-y: -90% !important;
  }

  .sm\:-translate-y-x-large {
    --transform-translate-y: -27.5rem !important;
  }

  .sm\:-translate-y-2px {
    --transform-translate-y: -0.125rem !important;
  }

  .sm\:-translate-y-9px {
    --transform-translate-y: -0.5625rem !important;
  }

  .sm\:-translate-y-10px {
    --transform-translate-y: -0.625rem !important;
  }

  .sm\:-translate-y-18px {
    --transform-translate-y: -1.125rem !important;
  }

  .sm\:-translate-y-20px {
    --transform-translate-y: -1.25rem !important;
  }

  .sm\:-translate-y-24px {
    --transform-translate-y: -1.5rem !important;
  }

  .sm\:-translate-y-26px {
    --transform-translate-y: -1.625rem !important;
  }

  .sm\:-translate-y-30px {
    --transform-translate-y: -1.875rem !important;
  }

  .sm\:-translate-y-38px {
    --transform-translate-y: -2.375rem !important;
  }

  .sm\:-translate-y-43px {
    --transform-translate-y: -2.6875rem !important;
  }

  .sm\:-translate-y-44px {
    --transform-translate-y: -2.75rem !important;
  }

  .sm\:-translate-y-46px {
    --transform-translate-y: -2.875rem !important;
  }

  .sm\:-translate-y-53px {
    --transform-translate-y: -3.3125rem !important;
  }

  .sm\:-translate-y-54px {
    --transform-translate-y: -3.375rem !important;
  }

  .sm\:-translate-y-55px {
    --transform-translate-y: -3.4375rem !important;
  }

  .sm\:-translate-y-60px {
    --transform-translate-y: -3.75rem !important;
  }

  .sm\:-translate-y-67px {
    --transform-translate-y: -4.1875rem !important;
  }

  .sm\:-translate-y-73px {
    --transform-translate-y: -4.5625rem !important;
  }

  .sm\:-translate-y-80px {
    --transform-translate-y: -5rem !important;
  }

  .sm\:-translate-y-81px {
    --transform-translate-y: -5.0625rem !important;
  }

  .sm\:-translate-y-85px {
    --transform-translate-y: -5.3125rem !important;
  }

  .sm\:-translate-y-92px {
    --transform-translate-y: -5.75rem !important;
  }

  .sm\:-translate-y-100px {
    --transform-translate-y: -6.25rem !important;
  }

  .sm\:-translate-y-106px {
    --transform-translate-y: -6.625rem !important;
  }

  .sm\:-translate-y-123px {
    --transform-translate-y: -7.6875rem !important;
  }

  .sm\:-translate-y-126px {
    --transform-translate-y: -7.875rem !important;
  }

  .sm\:-translate-y-138px {
    --transform-translate-y: -8.625rem !important;
  }

  .sm\:-translate-y-140px {
    --transform-translate-y: -8.75rem !important;
  }

  .sm\:-translate-y-146px {
    --transform-translate-y: -9.125rem !important;
  }

  .sm\:-translate-y-152px {
    --transform-translate-y: -9.5rem !important;
  }

  .sm\:-translate-y-187px {
    --transform-translate-y: -11.6875rem !important;
  }

  .sm\:-translate-y-220px {
    --transform-translate-y: -13.75rem !important;
  }

  .sm\:-translate-y-253px {
    --transform-translate-y: -15.8125rem !important;
  }

  .sm\:-translate-y-320px {
    --transform-translate-y: -20rem !important;
  }

  .sm\:-translate-y-400px {
    --transform-translate-y: -25rem !important;
  }

  .sm\:-translate-y-500px {
    --transform-translate-y: -31.25rem !important;
  }

  .sm\:-translate-y-lgPaddingTop {
    --transform-translate-y: -15.8125rem !important;
  }

  .sm\:-translate-y-phonePaddingTop {
    --transform-translate-y: -9.875rem !important;
  }

  .sm\:-translate-y-tabletPaddingTop {
    --transform-translate-y: -6.625rem !important;
  }

  .sm\:-translate-y-largePaddingTop {
    --transform-translate-y: -13.75rem !important;
  }

  .sm\:-translate-y-phoneTextContentMaxWidth {
    --transform-translate-y: -57.0625rem !important;
  }

  .sm\:-translate-y-phoneTextContentWidth {
    --transform-translate-y: -63% !important;
  }

  .sm\:-translate-y-phoneBlockContentWidth {
    --transform-translate-y: -71.625rem !important;
  }

  .sm\:-translate-y-tabletTextContentMaxWidth {
    --transform-translate-y: -57.0625rem !important;
  }

  .sm\:-translate-y-tabletTextContentWidth {
    --transform-translate-y: -63% !important;
  }

  .sm\:-translate-y-tabletBlockContentWidth {
    --transform-translate-y: -71.625rem !important;
  }

  .sm\:-translate-y-largeTextContentMaxWidth {
    --transform-translate-y: -57.0625rem !important;
  }

  .sm\:-translate-y-largeTextContentWidth {
    --transform-translate-y: -63% !important;
  }

  .sm\:-translate-y-largeBlockContentWidth {
    --transform-translate-y: -71.625rem !important;
  }

  .sm\:-translate-y-full {
    --transform-translate-y: -100% !important;
  }

  .sm\:-translate-y-1\/2 {
    --transform-translate-y: -50% !important;
  }

  .sm\:translate-y-1\/2 {
    --transform-translate-y: 50% !important;
  }

  .sm\:translate-y-full {
    --transform-translate-y: 100% !important;
  }

  .sm\:hover\:translate-x-0:hover {
    --transform-translate-x: 0 !important;
  }

  .sm\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem !important;
  }

  .sm\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem !important;
  }

  .sm\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem !important;
  }

  .sm\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem !important;
  }

  .sm\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.25rem !important;
  }

  .sm\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem !important;
  }

  .sm\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem !important;
  }

  .sm\:hover\:translate-x-9:hover {
    --transform-translate-x: 2.5rem !important;
  }

  .sm\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem !important;
  }

  .sm\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem !important;
  }

  .sm\:hover\:translate-x-14:hover {
    --transform-translate-x: 3.5rem !important;
  }

  .sm\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem !important;
  }

  .sm\:hover\:translate-x-18:hover {
    --transform-translate-x: 4.5rem !important;
  }

  .sm\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem !important;
  }

  .sm\:hover\:translate-x-22:hover {
    --transform-translate-x: 5.626rem !important;
  }

  .sm\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem !important;
  }

  .sm\:hover\:translate-x-26:hover {
    --transform-translate-x: 6.25rem !important;
  }

  .sm\:hover\:translate-x-28:hover {
    --transform-translate-x: 7rem !important;
  }

  .sm\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem !important;
  }

  .sm\:hover\:translate-x-34:hover {
    --transform-translate-x: 8.5rem !important;
  }

  .sm\:hover\:translate-x-38:hover {
    --transform-translate-x: 9.25rem !important;
  }

  .sm\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem !important;
  }

  .sm\:hover\:translate-x-46:hover {
    --transform-translate-x: 11.75rem !important;
  }

  .sm\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem !important;
  }

  .sm\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem !important;
  }

  .sm\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem !important;
  }

  .sm\:hover\:translate-x-82:hover {
    --transform-translate-x: 20.75rem !important;
  }

  .sm\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px !important;
  }

  .sm\:hover\:translate-x-tiny:hover {
    --transform-translate-x: 0.3rem !important;
  }

  .sm\:hover\:translate-x-quick-links:hover {
    --transform-translate-x: 26% !important;
  }

  .sm\:hover\:translate-x-pro-slid:hover {
    --transform-translate-x: 48% !important;
  }

  .sm\:hover\:translate-x-62p:hover {
    --transform-translate-x: 62% !important;
  }

  .sm\:hover\:translate-x-90p:hover {
    --transform-translate-x: 90% !important;
  }

  .sm\:hover\:translate-x-x-large:hover {
    --transform-translate-x: 27.5rem !important;
  }

  .sm\:hover\:translate-x-2px:hover {
    --transform-translate-x: 0.125rem !important;
  }

  .sm\:hover\:translate-x-9px:hover {
    --transform-translate-x: 0.5625rem !important;
  }

  .sm\:hover\:translate-x-10px:hover {
    --transform-translate-x: 0.625rem !important;
  }

  .sm\:hover\:translate-x-18px:hover {
    --transform-translate-x: 1.125rem !important;
  }

  .sm\:hover\:translate-x-20px:hover {
    --transform-translate-x: 1.25rem !important;
  }

  .sm\:hover\:translate-x-24px:hover {
    --transform-translate-x: 1.5rem !important;
  }

  .sm\:hover\:translate-x-26px:hover {
    --transform-translate-x: 1.625rem !important;
  }

  .sm\:hover\:translate-x-30px:hover {
    --transform-translate-x: 1.875rem !important;
  }

  .sm\:hover\:translate-x-38px:hover {
    --transform-translate-x: 2.375rem !important;
  }

  .sm\:hover\:translate-x-43px:hover {
    --transform-translate-x: 2.6875rem !important;
  }

  .sm\:hover\:translate-x-44px:hover {
    --transform-translate-x: 2.75rem !important;
  }

  .sm\:hover\:translate-x-46px:hover {
    --transform-translate-x: 2.875rem !important;
  }

  .sm\:hover\:translate-x-53px:hover {
    --transform-translate-x: 3.3125rem !important;
  }

  .sm\:hover\:translate-x-54px:hover {
    --transform-translate-x: 3.375rem !important;
  }

  .sm\:hover\:translate-x-55px:hover {
    --transform-translate-x: 3.4375rem !important;
  }

  .sm\:hover\:translate-x-60px:hover {
    --transform-translate-x: 3.75rem !important;
  }

  .sm\:hover\:translate-x-67px:hover {
    --transform-translate-x: 4.1875rem !important;
  }

  .sm\:hover\:translate-x-73px:hover {
    --transform-translate-x: 4.5625rem !important;
  }

  .sm\:hover\:translate-x-80px:hover {
    --transform-translate-x: 5rem !important;
  }

  .sm\:hover\:translate-x-81px:hover {
    --transform-translate-x: 5.0625rem !important;
  }

  .sm\:hover\:translate-x-85px:hover {
    --transform-translate-x: 5.3125rem !important;
  }

  .sm\:hover\:translate-x-92px:hover {
    --transform-translate-x: 5.75rem !important;
  }

  .sm\:hover\:translate-x-100px:hover {
    --transform-translate-x: 6.25rem !important;
  }

  .sm\:hover\:translate-x-106px:hover {
    --transform-translate-x: 6.625rem !important;
  }

  .sm\:hover\:translate-x-123px:hover {
    --transform-translate-x: 7.6875rem !important;
  }

  .sm\:hover\:translate-x-126px:hover {
    --transform-translate-x: 7.875rem !important;
  }

  .sm\:hover\:translate-x-138px:hover {
    --transform-translate-x: 8.625rem !important;
  }

  .sm\:hover\:translate-x-140px:hover {
    --transform-translate-x: 8.75rem !important;
  }

  .sm\:hover\:translate-x-146px:hover {
    --transform-translate-x: 9.125rem !important;
  }

  .sm\:hover\:translate-x-152px:hover {
    --transform-translate-x: 9.5rem !important;
  }

  .sm\:hover\:translate-x-187px:hover {
    --transform-translate-x: 11.6875rem !important;
  }

  .sm\:hover\:translate-x-220px:hover {
    --transform-translate-x: 13.75rem !important;
  }

  .sm\:hover\:translate-x-253px:hover {
    --transform-translate-x: 15.8125rem !important;
  }

  .sm\:hover\:translate-x-320px:hover {
    --transform-translate-x: 20rem !important;
  }

  .sm\:hover\:translate-x-400px:hover {
    --transform-translate-x: 25rem !important;
  }

  .sm\:hover\:translate-x-500px:hover {
    --transform-translate-x: 31.25rem !important;
  }

  .sm\:hover\:translate-x-lgPaddingTop:hover {
    --transform-translate-x: 15.8125rem !important;
  }

  .sm\:hover\:translate-x-phonePaddingTop:hover {
    --transform-translate-x: 9.875rem !important;
  }

  .sm\:hover\:translate-x-tabletPaddingTop:hover {
    --transform-translate-x: 6.625rem !important;
  }

  .sm\:hover\:translate-x-largePaddingTop:hover {
    --transform-translate-x: 13.75rem !important;
  }

  .sm\:hover\:translate-x-phoneTextContentMaxWidth:hover {
    --transform-translate-x: 57.0625rem !important;
  }

  .sm\:hover\:translate-x-phoneTextContentWidth:hover {
    --transform-translate-x: 63% !important;
  }

  .sm\:hover\:translate-x-phoneBlockContentWidth:hover {
    --transform-translate-x: 71.625rem !important;
  }

  .sm\:hover\:translate-x-tabletTextContentMaxWidth:hover {
    --transform-translate-x: 57.0625rem !important;
  }

  .sm\:hover\:translate-x-tabletTextContentWidth:hover {
    --transform-translate-x: 63% !important;
  }

  .sm\:hover\:translate-x-tabletBlockContentWidth:hover {
    --transform-translate-x: 71.625rem !important;
  }

  .sm\:hover\:translate-x-largeTextContentMaxWidth:hover {
    --transform-translate-x: 57.0625rem !important;
  }

  .sm\:hover\:translate-x-largeTextContentWidth:hover {
    --transform-translate-x: 63% !important;
  }

  .sm\:hover\:translate-x-largeBlockContentWidth:hover {
    --transform-translate-x: 71.625rem !important;
  }

  .sm\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem !important;
  }

  .sm\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem !important;
  }

  .sm\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem !important;
  }

  .sm\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem !important;
  }

  .sm\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.25rem !important;
  }

  .sm\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem !important;
  }

  .sm\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem !important;
  }

  .sm\:hover\:-translate-x-9:hover {
    --transform-translate-x: -2.5rem !important;
  }

  .sm\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem !important;
  }

  .sm\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem !important;
  }

  .sm\:hover\:-translate-x-14:hover {
    --transform-translate-x: -3.5rem !important;
  }

  .sm\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem !important;
  }

  .sm\:hover\:-translate-x-18:hover {
    --transform-translate-x: -4.5rem !important;
  }

  .sm\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem !important;
  }

  .sm\:hover\:-translate-x-22:hover {
    --transform-translate-x: -5.626rem !important;
  }

  .sm\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem !important;
  }

  .sm\:hover\:-translate-x-26:hover {
    --transform-translate-x: -6.25rem !important;
  }

  .sm\:hover\:-translate-x-28:hover {
    --transform-translate-x: -7rem !important;
  }

  .sm\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem !important;
  }

  .sm\:hover\:-translate-x-34:hover {
    --transform-translate-x: -8.5rem !important;
  }

  .sm\:hover\:-translate-x-38:hover {
    --transform-translate-x: -9.25rem !important;
  }

  .sm\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem !important;
  }

  .sm\:hover\:-translate-x-46:hover {
    --transform-translate-x: -11.75rem !important;
  }

  .sm\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem !important;
  }

  .sm\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem !important;
  }

  .sm\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem !important;
  }

  .sm\:hover\:-translate-x-82:hover {
    --transform-translate-x: -20.75rem !important;
  }

  .sm\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px !important;
  }

  .sm\:hover\:-translate-x-tiny:hover {
    --transform-translate-x: -0.3rem !important;
  }

  .sm\:hover\:-translate-x-quick-links:hover {
    --transform-translate-x: -26% !important;
  }

  .sm\:hover\:-translate-x-pro-slid:hover {
    --transform-translate-x: -48% !important;
  }

  .sm\:hover\:-translate-x-62p:hover {
    --transform-translate-x: -62% !important;
  }

  .sm\:hover\:-translate-x-90p:hover {
    --transform-translate-x: -90% !important;
  }

  .sm\:hover\:-translate-x-x-large:hover {
    --transform-translate-x: -27.5rem !important;
  }

  .sm\:hover\:-translate-x-2px:hover {
    --transform-translate-x: -0.125rem !important;
  }

  .sm\:hover\:-translate-x-9px:hover {
    --transform-translate-x: -0.5625rem !important;
  }

  .sm\:hover\:-translate-x-10px:hover {
    --transform-translate-x: -0.625rem !important;
  }

  .sm\:hover\:-translate-x-18px:hover {
    --transform-translate-x: -1.125rem !important;
  }

  .sm\:hover\:-translate-x-20px:hover {
    --transform-translate-x: -1.25rem !important;
  }

  .sm\:hover\:-translate-x-24px:hover {
    --transform-translate-x: -1.5rem !important;
  }

  .sm\:hover\:-translate-x-26px:hover {
    --transform-translate-x: -1.625rem !important;
  }

  .sm\:hover\:-translate-x-30px:hover {
    --transform-translate-x: -1.875rem !important;
  }

  .sm\:hover\:-translate-x-38px:hover {
    --transform-translate-x: -2.375rem !important;
  }

  .sm\:hover\:-translate-x-43px:hover {
    --transform-translate-x: -2.6875rem !important;
  }

  .sm\:hover\:-translate-x-44px:hover {
    --transform-translate-x: -2.75rem !important;
  }

  .sm\:hover\:-translate-x-46px:hover {
    --transform-translate-x: -2.875rem !important;
  }

  .sm\:hover\:-translate-x-53px:hover {
    --transform-translate-x: -3.3125rem !important;
  }

  .sm\:hover\:-translate-x-54px:hover {
    --transform-translate-x: -3.375rem !important;
  }

  .sm\:hover\:-translate-x-55px:hover {
    --transform-translate-x: -3.4375rem !important;
  }

  .sm\:hover\:-translate-x-60px:hover {
    --transform-translate-x: -3.75rem !important;
  }

  .sm\:hover\:-translate-x-67px:hover {
    --transform-translate-x: -4.1875rem !important;
  }

  .sm\:hover\:-translate-x-73px:hover {
    --transform-translate-x: -4.5625rem !important;
  }

  .sm\:hover\:-translate-x-80px:hover {
    --transform-translate-x: -5rem !important;
  }

  .sm\:hover\:-translate-x-81px:hover {
    --transform-translate-x: -5.0625rem !important;
  }

  .sm\:hover\:-translate-x-85px:hover {
    --transform-translate-x: -5.3125rem !important;
  }

  .sm\:hover\:-translate-x-92px:hover {
    --transform-translate-x: -5.75rem !important;
  }

  .sm\:hover\:-translate-x-100px:hover {
    --transform-translate-x: -6.25rem !important;
  }

  .sm\:hover\:-translate-x-106px:hover {
    --transform-translate-x: -6.625rem !important;
  }

  .sm\:hover\:-translate-x-123px:hover {
    --transform-translate-x: -7.6875rem !important;
  }

  .sm\:hover\:-translate-x-126px:hover {
    --transform-translate-x: -7.875rem !important;
  }

  .sm\:hover\:-translate-x-138px:hover {
    --transform-translate-x: -8.625rem !important;
  }

  .sm\:hover\:-translate-x-140px:hover {
    --transform-translate-x: -8.75rem !important;
  }

  .sm\:hover\:-translate-x-146px:hover {
    --transform-translate-x: -9.125rem !important;
  }

  .sm\:hover\:-translate-x-152px:hover {
    --transform-translate-x: -9.5rem !important;
  }

  .sm\:hover\:-translate-x-187px:hover {
    --transform-translate-x: -11.6875rem !important;
  }

  .sm\:hover\:-translate-x-220px:hover {
    --transform-translate-x: -13.75rem !important;
  }

  .sm\:hover\:-translate-x-253px:hover {
    --transform-translate-x: -15.8125rem !important;
  }

  .sm\:hover\:-translate-x-320px:hover {
    --transform-translate-x: -20rem !important;
  }

  .sm\:hover\:-translate-x-400px:hover {
    --transform-translate-x: -25rem !important;
  }

  .sm\:hover\:-translate-x-500px:hover {
    --transform-translate-x: -31.25rem !important;
  }

  .sm\:hover\:-translate-x-lgPaddingTop:hover {
    --transform-translate-x: -15.8125rem !important;
  }

  .sm\:hover\:-translate-x-phonePaddingTop:hover {
    --transform-translate-x: -9.875rem !important;
  }

  .sm\:hover\:-translate-x-tabletPaddingTop:hover {
    --transform-translate-x: -6.625rem !important;
  }

  .sm\:hover\:-translate-x-largePaddingTop:hover {
    --transform-translate-x: -13.75rem !important;
  }

  .sm\:hover\:-translate-x-phoneTextContentMaxWidth:hover {
    --transform-translate-x: -57.0625rem !important;
  }

  .sm\:hover\:-translate-x-phoneTextContentWidth:hover {
    --transform-translate-x: -63% !important;
  }

  .sm\:hover\:-translate-x-phoneBlockContentWidth:hover {
    --transform-translate-x: -71.625rem !important;
  }

  .sm\:hover\:-translate-x-tabletTextContentMaxWidth:hover {
    --transform-translate-x: -57.0625rem !important;
  }

  .sm\:hover\:-translate-x-tabletTextContentWidth:hover {
    --transform-translate-x: -63% !important;
  }

  .sm\:hover\:-translate-x-tabletBlockContentWidth:hover {
    --transform-translate-x: -71.625rem !important;
  }

  .sm\:hover\:-translate-x-largeTextContentMaxWidth:hover {
    --transform-translate-x: -57.0625rem !important;
  }

  .sm\:hover\:-translate-x-largeTextContentWidth:hover {
    --transform-translate-x: -63% !important;
  }

  .sm\:hover\:-translate-x-largeBlockContentWidth:hover {
    --transform-translate-x: -71.625rem !important;
  }

  .sm\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100% !important;
  }

  .sm\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50% !important;
  }

  .sm\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50% !important;
  }

  .sm\:hover\:translate-x-full:hover {
    --transform-translate-x: 100% !important;
  }

  .sm\:hover\:translate-y-0:hover {
    --transform-translate-y: 0 !important;
  }

  .sm\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem !important;
  }

  .sm\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem !important;
  }

  .sm\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem !important;
  }

  .sm\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem !important;
  }

  .sm\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.25rem !important;
  }

  .sm\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem !important;
  }

  .sm\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem !important;
  }

  .sm\:hover\:translate-y-9:hover {
    --transform-translate-y: 2.5rem !important;
  }

  .sm\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem !important;
  }

  .sm\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem !important;
  }

  .sm\:hover\:translate-y-14:hover {
    --transform-translate-y: 3.5rem !important;
  }

  .sm\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem !important;
  }

  .sm\:hover\:translate-y-18:hover {
    --transform-translate-y: 4.5rem !important;
  }

  .sm\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem !important;
  }

  .sm\:hover\:translate-y-22:hover {
    --transform-translate-y: 5.626rem !important;
  }

  .sm\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem !important;
  }

  .sm\:hover\:translate-y-26:hover {
    --transform-translate-y: 6.25rem !important;
  }

  .sm\:hover\:translate-y-28:hover {
    --transform-translate-y: 7rem !important;
  }

  .sm\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem !important;
  }

  .sm\:hover\:translate-y-34:hover {
    --transform-translate-y: 8.5rem !important;
  }

  .sm\:hover\:translate-y-38:hover {
    --transform-translate-y: 9.25rem !important;
  }

  .sm\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem !important;
  }

  .sm\:hover\:translate-y-46:hover {
    --transform-translate-y: 11.75rem !important;
  }

  .sm\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem !important;
  }

  .sm\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem !important;
  }

  .sm\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem !important;
  }

  .sm\:hover\:translate-y-82:hover {
    --transform-translate-y: 20.75rem !important;
  }

  .sm\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px !important;
  }

  .sm\:hover\:translate-y-tiny:hover {
    --transform-translate-y: 0.3rem !important;
  }

  .sm\:hover\:translate-y-quick-links:hover {
    --transform-translate-y: 26% !important;
  }

  .sm\:hover\:translate-y-pro-slid:hover {
    --transform-translate-y: 48% !important;
  }

  .sm\:hover\:translate-y-62p:hover {
    --transform-translate-y: 62% !important;
  }

  .sm\:hover\:translate-y-90p:hover {
    --transform-translate-y: 90% !important;
  }

  .sm\:hover\:translate-y-x-large:hover {
    --transform-translate-y: 27.5rem !important;
  }

  .sm\:hover\:translate-y-2px:hover {
    --transform-translate-y: 0.125rem !important;
  }

  .sm\:hover\:translate-y-9px:hover {
    --transform-translate-y: 0.5625rem !important;
  }

  .sm\:hover\:translate-y-10px:hover {
    --transform-translate-y: 0.625rem !important;
  }

  .sm\:hover\:translate-y-18px:hover {
    --transform-translate-y: 1.125rem !important;
  }

  .sm\:hover\:translate-y-20px:hover {
    --transform-translate-y: 1.25rem !important;
  }

  .sm\:hover\:translate-y-24px:hover {
    --transform-translate-y: 1.5rem !important;
  }

  .sm\:hover\:translate-y-26px:hover {
    --transform-translate-y: 1.625rem !important;
  }

  .sm\:hover\:translate-y-30px:hover {
    --transform-translate-y: 1.875rem !important;
  }

  .sm\:hover\:translate-y-38px:hover {
    --transform-translate-y: 2.375rem !important;
  }

  .sm\:hover\:translate-y-43px:hover {
    --transform-translate-y: 2.6875rem !important;
  }

  .sm\:hover\:translate-y-44px:hover {
    --transform-translate-y: 2.75rem !important;
  }

  .sm\:hover\:translate-y-46px:hover {
    --transform-translate-y: 2.875rem !important;
  }

  .sm\:hover\:translate-y-53px:hover {
    --transform-translate-y: 3.3125rem !important;
  }

  .sm\:hover\:translate-y-54px:hover {
    --transform-translate-y: 3.375rem !important;
  }

  .sm\:hover\:translate-y-55px:hover {
    --transform-translate-y: 3.4375rem !important;
  }

  .sm\:hover\:translate-y-60px:hover {
    --transform-translate-y: 3.75rem !important;
  }

  .sm\:hover\:translate-y-67px:hover {
    --transform-translate-y: 4.1875rem !important;
  }

  .sm\:hover\:translate-y-73px:hover {
    --transform-translate-y: 4.5625rem !important;
  }

  .sm\:hover\:translate-y-80px:hover {
    --transform-translate-y: 5rem !important;
  }

  .sm\:hover\:translate-y-81px:hover {
    --transform-translate-y: 5.0625rem !important;
  }

  .sm\:hover\:translate-y-85px:hover {
    --transform-translate-y: 5.3125rem !important;
  }

  .sm\:hover\:translate-y-92px:hover {
    --transform-translate-y: 5.75rem !important;
  }

  .sm\:hover\:translate-y-100px:hover {
    --transform-translate-y: 6.25rem !important;
  }

  .sm\:hover\:translate-y-106px:hover {
    --transform-translate-y: 6.625rem !important;
  }

  .sm\:hover\:translate-y-123px:hover {
    --transform-translate-y: 7.6875rem !important;
  }

  .sm\:hover\:translate-y-126px:hover {
    --transform-translate-y: 7.875rem !important;
  }

  .sm\:hover\:translate-y-138px:hover {
    --transform-translate-y: 8.625rem !important;
  }

  .sm\:hover\:translate-y-140px:hover {
    --transform-translate-y: 8.75rem !important;
  }

  .sm\:hover\:translate-y-146px:hover {
    --transform-translate-y: 9.125rem !important;
  }

  .sm\:hover\:translate-y-152px:hover {
    --transform-translate-y: 9.5rem !important;
  }

  .sm\:hover\:translate-y-187px:hover {
    --transform-translate-y: 11.6875rem !important;
  }

  .sm\:hover\:translate-y-220px:hover {
    --transform-translate-y: 13.75rem !important;
  }

  .sm\:hover\:translate-y-253px:hover {
    --transform-translate-y: 15.8125rem !important;
  }

  .sm\:hover\:translate-y-320px:hover {
    --transform-translate-y: 20rem !important;
  }

  .sm\:hover\:translate-y-400px:hover {
    --transform-translate-y: 25rem !important;
  }

  .sm\:hover\:translate-y-500px:hover {
    --transform-translate-y: 31.25rem !important;
  }

  .sm\:hover\:translate-y-lgPaddingTop:hover {
    --transform-translate-y: 15.8125rem !important;
  }

  .sm\:hover\:translate-y-phonePaddingTop:hover {
    --transform-translate-y: 9.875rem !important;
  }

  .sm\:hover\:translate-y-tabletPaddingTop:hover {
    --transform-translate-y: 6.625rem !important;
  }

  .sm\:hover\:translate-y-largePaddingTop:hover {
    --transform-translate-y: 13.75rem !important;
  }

  .sm\:hover\:translate-y-phoneTextContentMaxWidth:hover {
    --transform-translate-y: 57.0625rem !important;
  }

  .sm\:hover\:translate-y-phoneTextContentWidth:hover {
    --transform-translate-y: 63% !important;
  }

  .sm\:hover\:translate-y-phoneBlockContentWidth:hover {
    --transform-translate-y: 71.625rem !important;
  }

  .sm\:hover\:translate-y-tabletTextContentMaxWidth:hover {
    --transform-translate-y: 57.0625rem !important;
  }

  .sm\:hover\:translate-y-tabletTextContentWidth:hover {
    --transform-translate-y: 63% !important;
  }

  .sm\:hover\:translate-y-tabletBlockContentWidth:hover {
    --transform-translate-y: 71.625rem !important;
  }

  .sm\:hover\:translate-y-largeTextContentMaxWidth:hover {
    --transform-translate-y: 57.0625rem !important;
  }

  .sm\:hover\:translate-y-largeTextContentWidth:hover {
    --transform-translate-y: 63% !important;
  }

  .sm\:hover\:translate-y-largeBlockContentWidth:hover {
    --transform-translate-y: 71.625rem !important;
  }

  .sm\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem !important;
  }

  .sm\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem !important;
  }

  .sm\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem !important;
  }

  .sm\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem !important;
  }

  .sm\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.25rem !important;
  }

  .sm\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem !important;
  }

  .sm\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem !important;
  }

  .sm\:hover\:-translate-y-9:hover {
    --transform-translate-y: -2.5rem !important;
  }

  .sm\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem !important;
  }

  .sm\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem !important;
  }

  .sm\:hover\:-translate-y-14:hover {
    --transform-translate-y: -3.5rem !important;
  }

  .sm\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem !important;
  }

  .sm\:hover\:-translate-y-18:hover {
    --transform-translate-y: -4.5rem !important;
  }

  .sm\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem !important;
  }

  .sm\:hover\:-translate-y-22:hover {
    --transform-translate-y: -5.626rem !important;
  }

  .sm\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem !important;
  }

  .sm\:hover\:-translate-y-26:hover {
    --transform-translate-y: -6.25rem !important;
  }

  .sm\:hover\:-translate-y-28:hover {
    --transform-translate-y: -7rem !important;
  }

  .sm\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem !important;
  }

  .sm\:hover\:-translate-y-34:hover {
    --transform-translate-y: -8.5rem !important;
  }

  .sm\:hover\:-translate-y-38:hover {
    --transform-translate-y: -9.25rem !important;
  }

  .sm\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem !important;
  }

  .sm\:hover\:-translate-y-46:hover {
    --transform-translate-y: -11.75rem !important;
  }

  .sm\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem !important;
  }

  .sm\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem !important;
  }

  .sm\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem !important;
  }

  .sm\:hover\:-translate-y-82:hover {
    --transform-translate-y: -20.75rem !important;
  }

  .sm\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px !important;
  }

  .sm\:hover\:-translate-y-tiny:hover {
    --transform-translate-y: -0.3rem !important;
  }

  .sm\:hover\:-translate-y-quick-links:hover {
    --transform-translate-y: -26% !important;
  }

  .sm\:hover\:-translate-y-pro-slid:hover {
    --transform-translate-y: -48% !important;
  }

  .sm\:hover\:-translate-y-62p:hover {
    --transform-translate-y: -62% !important;
  }

  .sm\:hover\:-translate-y-90p:hover {
    --transform-translate-y: -90% !important;
  }

  .sm\:hover\:-translate-y-x-large:hover {
    --transform-translate-y: -27.5rem !important;
  }

  .sm\:hover\:-translate-y-2px:hover {
    --transform-translate-y: -0.125rem !important;
  }

  .sm\:hover\:-translate-y-9px:hover {
    --transform-translate-y: -0.5625rem !important;
  }

  .sm\:hover\:-translate-y-10px:hover {
    --transform-translate-y: -0.625rem !important;
  }

  .sm\:hover\:-translate-y-18px:hover {
    --transform-translate-y: -1.125rem !important;
  }

  .sm\:hover\:-translate-y-20px:hover {
    --transform-translate-y: -1.25rem !important;
  }

  .sm\:hover\:-translate-y-24px:hover {
    --transform-translate-y: -1.5rem !important;
  }

  .sm\:hover\:-translate-y-26px:hover {
    --transform-translate-y: -1.625rem !important;
  }

  .sm\:hover\:-translate-y-30px:hover {
    --transform-translate-y: -1.875rem !important;
  }

  .sm\:hover\:-translate-y-38px:hover {
    --transform-translate-y: -2.375rem !important;
  }

  .sm\:hover\:-translate-y-43px:hover {
    --transform-translate-y: -2.6875rem !important;
  }

  .sm\:hover\:-translate-y-44px:hover {
    --transform-translate-y: -2.75rem !important;
  }

  .sm\:hover\:-translate-y-46px:hover {
    --transform-translate-y: -2.875rem !important;
  }

  .sm\:hover\:-translate-y-53px:hover {
    --transform-translate-y: -3.3125rem !important;
  }

  .sm\:hover\:-translate-y-54px:hover {
    --transform-translate-y: -3.375rem !important;
  }

  .sm\:hover\:-translate-y-55px:hover {
    --transform-translate-y: -3.4375rem !important;
  }

  .sm\:hover\:-translate-y-60px:hover {
    --transform-translate-y: -3.75rem !important;
  }

  .sm\:hover\:-translate-y-67px:hover {
    --transform-translate-y: -4.1875rem !important;
  }

  .sm\:hover\:-translate-y-73px:hover {
    --transform-translate-y: -4.5625rem !important;
  }

  .sm\:hover\:-translate-y-80px:hover {
    --transform-translate-y: -5rem !important;
  }

  .sm\:hover\:-translate-y-81px:hover {
    --transform-translate-y: -5.0625rem !important;
  }

  .sm\:hover\:-translate-y-85px:hover {
    --transform-translate-y: -5.3125rem !important;
  }

  .sm\:hover\:-translate-y-92px:hover {
    --transform-translate-y: -5.75rem !important;
  }

  .sm\:hover\:-translate-y-100px:hover {
    --transform-translate-y: -6.25rem !important;
  }

  .sm\:hover\:-translate-y-106px:hover {
    --transform-translate-y: -6.625rem !important;
  }

  .sm\:hover\:-translate-y-123px:hover {
    --transform-translate-y: -7.6875rem !important;
  }

  .sm\:hover\:-translate-y-126px:hover {
    --transform-translate-y: -7.875rem !important;
  }

  .sm\:hover\:-translate-y-138px:hover {
    --transform-translate-y: -8.625rem !important;
  }

  .sm\:hover\:-translate-y-140px:hover {
    --transform-translate-y: -8.75rem !important;
  }

  .sm\:hover\:-translate-y-146px:hover {
    --transform-translate-y: -9.125rem !important;
  }

  .sm\:hover\:-translate-y-152px:hover {
    --transform-translate-y: -9.5rem !important;
  }

  .sm\:hover\:-translate-y-187px:hover {
    --transform-translate-y: -11.6875rem !important;
  }

  .sm\:hover\:-translate-y-220px:hover {
    --transform-translate-y: -13.75rem !important;
  }

  .sm\:hover\:-translate-y-253px:hover {
    --transform-translate-y: -15.8125rem !important;
  }

  .sm\:hover\:-translate-y-320px:hover {
    --transform-translate-y: -20rem !important;
  }

  .sm\:hover\:-translate-y-400px:hover {
    --transform-translate-y: -25rem !important;
  }

  .sm\:hover\:-translate-y-500px:hover {
    --transform-translate-y: -31.25rem !important;
  }

  .sm\:hover\:-translate-y-lgPaddingTop:hover {
    --transform-translate-y: -15.8125rem !important;
  }

  .sm\:hover\:-translate-y-phonePaddingTop:hover {
    --transform-translate-y: -9.875rem !important;
  }

  .sm\:hover\:-translate-y-tabletPaddingTop:hover {
    --transform-translate-y: -6.625rem !important;
  }

  .sm\:hover\:-translate-y-largePaddingTop:hover {
    --transform-translate-y: -13.75rem !important;
  }

  .sm\:hover\:-translate-y-phoneTextContentMaxWidth:hover {
    --transform-translate-y: -57.0625rem !important;
  }

  .sm\:hover\:-translate-y-phoneTextContentWidth:hover {
    --transform-translate-y: -63% !important;
  }

  .sm\:hover\:-translate-y-phoneBlockContentWidth:hover {
    --transform-translate-y: -71.625rem !important;
  }

  .sm\:hover\:-translate-y-tabletTextContentMaxWidth:hover {
    --transform-translate-y: -57.0625rem !important;
  }

  .sm\:hover\:-translate-y-tabletTextContentWidth:hover {
    --transform-translate-y: -63% !important;
  }

  .sm\:hover\:-translate-y-tabletBlockContentWidth:hover {
    --transform-translate-y: -71.625rem !important;
  }

  .sm\:hover\:-translate-y-largeTextContentMaxWidth:hover {
    --transform-translate-y: -57.0625rem !important;
  }

  .sm\:hover\:-translate-y-largeTextContentWidth:hover {
    --transform-translate-y: -63% !important;
  }

  .sm\:hover\:-translate-y-largeBlockContentWidth:hover {
    --transform-translate-y: -71.625rem !important;
  }

  .sm\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100% !important;
  }

  .sm\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50% !important;
  }

  .sm\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50% !important;
  }

  .sm\:hover\:translate-y-full:hover {
    --transform-translate-y: 100% !important;
  }

  .sm\:focus\:translate-x-0:focus {
    --transform-translate-x: 0 !important;
  }

  .sm\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem !important;
  }

  .sm\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem !important;
  }

  .sm\:focus\:translate-x-3:focus {
    --transform-translate-x: 0.75rem !important;
  }

  .sm\:focus\:translate-x-4:focus {
    --transform-translate-x: 1rem !important;
  }

  .sm\:focus\:translate-x-5:focus {
    --transform-translate-x: 1.25rem !important;
  }

  .sm\:focus\:translate-x-6:focus {
    --transform-translate-x: 1.5rem !important;
  }

  .sm\:focus\:translate-x-8:focus {
    --transform-translate-x: 2rem !important;
  }

  .sm\:focus\:translate-x-9:focus {
    --transform-translate-x: 2.5rem !important;
  }

  .sm\:focus\:translate-x-10:focus {
    --transform-translate-x: 2.5rem !important;
  }

  .sm\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem !important;
  }

  .sm\:focus\:translate-x-14:focus {
    --transform-translate-x: 3.5rem !important;
  }

  .sm\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem !important;
  }

  .sm\:focus\:translate-x-18:focus {
    --transform-translate-x: 4.5rem !important;
  }

  .sm\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem !important;
  }

  .sm\:focus\:translate-x-22:focus {
    --transform-translate-x: 5.626rem !important;
  }

  .sm\:focus\:translate-x-24:focus {
    --transform-translate-x: 6rem !important;
  }

  .sm\:focus\:translate-x-26:focus {
    --transform-translate-x: 6.25rem !important;
  }

  .sm\:focus\:translate-x-28:focus {
    --transform-translate-x: 7rem !important;
  }

  .sm\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem !important;
  }

  .sm\:focus\:translate-x-34:focus {
    --transform-translate-x: 8.5rem !important;
  }

  .sm\:focus\:translate-x-38:focus {
    --transform-translate-x: 9.25rem !important;
  }

  .sm\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem !important;
  }

  .sm\:focus\:translate-x-46:focus {
    --transform-translate-x: 11.75rem !important;
  }

  .sm\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem !important;
  }

  .sm\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem !important;
  }

  .sm\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem !important;
  }

  .sm\:focus\:translate-x-82:focus {
    --transform-translate-x: 20.75rem !important;
  }

  .sm\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px !important;
  }

  .sm\:focus\:translate-x-tiny:focus {
    --transform-translate-x: 0.3rem !important;
  }

  .sm\:focus\:translate-x-quick-links:focus {
    --transform-translate-x: 26% !important;
  }

  .sm\:focus\:translate-x-pro-slid:focus {
    --transform-translate-x: 48% !important;
  }

  .sm\:focus\:translate-x-62p:focus {
    --transform-translate-x: 62% !important;
  }

  .sm\:focus\:translate-x-90p:focus {
    --transform-translate-x: 90% !important;
  }

  .sm\:focus\:translate-x-x-large:focus {
    --transform-translate-x: 27.5rem !important;
  }

  .sm\:focus\:translate-x-2px:focus {
    --transform-translate-x: 0.125rem !important;
  }

  .sm\:focus\:translate-x-9px:focus {
    --transform-translate-x: 0.5625rem !important;
  }

  .sm\:focus\:translate-x-10px:focus {
    --transform-translate-x: 0.625rem !important;
  }

  .sm\:focus\:translate-x-18px:focus {
    --transform-translate-x: 1.125rem !important;
  }

  .sm\:focus\:translate-x-20px:focus {
    --transform-translate-x: 1.25rem !important;
  }

  .sm\:focus\:translate-x-24px:focus {
    --transform-translate-x: 1.5rem !important;
  }

  .sm\:focus\:translate-x-26px:focus {
    --transform-translate-x: 1.625rem !important;
  }

  .sm\:focus\:translate-x-30px:focus {
    --transform-translate-x: 1.875rem !important;
  }

  .sm\:focus\:translate-x-38px:focus {
    --transform-translate-x: 2.375rem !important;
  }

  .sm\:focus\:translate-x-43px:focus {
    --transform-translate-x: 2.6875rem !important;
  }

  .sm\:focus\:translate-x-44px:focus {
    --transform-translate-x: 2.75rem !important;
  }

  .sm\:focus\:translate-x-46px:focus {
    --transform-translate-x: 2.875rem !important;
  }

  .sm\:focus\:translate-x-53px:focus {
    --transform-translate-x: 3.3125rem !important;
  }

  .sm\:focus\:translate-x-54px:focus {
    --transform-translate-x: 3.375rem !important;
  }

  .sm\:focus\:translate-x-55px:focus {
    --transform-translate-x: 3.4375rem !important;
  }

  .sm\:focus\:translate-x-60px:focus {
    --transform-translate-x: 3.75rem !important;
  }

  .sm\:focus\:translate-x-67px:focus {
    --transform-translate-x: 4.1875rem !important;
  }

  .sm\:focus\:translate-x-73px:focus {
    --transform-translate-x: 4.5625rem !important;
  }

  .sm\:focus\:translate-x-80px:focus {
    --transform-translate-x: 5rem !important;
  }

  .sm\:focus\:translate-x-81px:focus {
    --transform-translate-x: 5.0625rem !important;
  }

  .sm\:focus\:translate-x-85px:focus {
    --transform-translate-x: 5.3125rem !important;
  }

  .sm\:focus\:translate-x-92px:focus {
    --transform-translate-x: 5.75rem !important;
  }

  .sm\:focus\:translate-x-100px:focus {
    --transform-translate-x: 6.25rem !important;
  }

  .sm\:focus\:translate-x-106px:focus {
    --transform-translate-x: 6.625rem !important;
  }

  .sm\:focus\:translate-x-123px:focus {
    --transform-translate-x: 7.6875rem !important;
  }

  .sm\:focus\:translate-x-126px:focus {
    --transform-translate-x: 7.875rem !important;
  }

  .sm\:focus\:translate-x-138px:focus {
    --transform-translate-x: 8.625rem !important;
  }

  .sm\:focus\:translate-x-140px:focus {
    --transform-translate-x: 8.75rem !important;
  }

  .sm\:focus\:translate-x-146px:focus {
    --transform-translate-x: 9.125rem !important;
  }

  .sm\:focus\:translate-x-152px:focus {
    --transform-translate-x: 9.5rem !important;
  }

  .sm\:focus\:translate-x-187px:focus {
    --transform-translate-x: 11.6875rem !important;
  }

  .sm\:focus\:translate-x-220px:focus {
    --transform-translate-x: 13.75rem !important;
  }

  .sm\:focus\:translate-x-253px:focus {
    --transform-translate-x: 15.8125rem !important;
  }

  .sm\:focus\:translate-x-320px:focus {
    --transform-translate-x: 20rem !important;
  }

  .sm\:focus\:translate-x-400px:focus {
    --transform-translate-x: 25rem !important;
  }

  .sm\:focus\:translate-x-500px:focus {
    --transform-translate-x: 31.25rem !important;
  }

  .sm\:focus\:translate-x-lgPaddingTop:focus {
    --transform-translate-x: 15.8125rem !important;
  }

  .sm\:focus\:translate-x-phonePaddingTop:focus {
    --transform-translate-x: 9.875rem !important;
  }

  .sm\:focus\:translate-x-tabletPaddingTop:focus {
    --transform-translate-x: 6.625rem !important;
  }

  .sm\:focus\:translate-x-largePaddingTop:focus {
    --transform-translate-x: 13.75rem !important;
  }

  .sm\:focus\:translate-x-phoneTextContentMaxWidth:focus {
    --transform-translate-x: 57.0625rem !important;
  }

  .sm\:focus\:translate-x-phoneTextContentWidth:focus {
    --transform-translate-x: 63% !important;
  }

  .sm\:focus\:translate-x-phoneBlockContentWidth:focus {
    --transform-translate-x: 71.625rem !important;
  }

  .sm\:focus\:translate-x-tabletTextContentMaxWidth:focus {
    --transform-translate-x: 57.0625rem !important;
  }

  .sm\:focus\:translate-x-tabletTextContentWidth:focus {
    --transform-translate-x: 63% !important;
  }

  .sm\:focus\:translate-x-tabletBlockContentWidth:focus {
    --transform-translate-x: 71.625rem !important;
  }

  .sm\:focus\:translate-x-largeTextContentMaxWidth:focus {
    --transform-translate-x: 57.0625rem !important;
  }

  .sm\:focus\:translate-x-largeTextContentWidth:focus {
    --transform-translate-x: 63% !important;
  }

  .sm\:focus\:translate-x-largeBlockContentWidth:focus {
    --transform-translate-x: 71.625rem !important;
  }

  .sm\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem !important;
  }

  .sm\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem !important;
  }

  .sm\:focus\:-translate-x-3:focus {
    --transform-translate-x: -0.75rem !important;
  }

  .sm\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1rem !important;
  }

  .sm\:focus\:-translate-x-5:focus {
    --transform-translate-x: -1.25rem !important;
  }

  .sm\:focus\:-translate-x-6:focus {
    --transform-translate-x: -1.5rem !important;
  }

  .sm\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2rem !important;
  }

  .sm\:focus\:-translate-x-9:focus {
    --transform-translate-x: -2.5rem !important;
  }

  .sm\:focus\:-translate-x-10:focus {
    --transform-translate-x: -2.5rem !important;
  }

  .sm\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem !important;
  }

  .sm\:focus\:-translate-x-14:focus {
    --transform-translate-x: -3.5rem !important;
  }

  .sm\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem !important;
  }

  .sm\:focus\:-translate-x-18:focus {
    --transform-translate-x: -4.5rem !important;
  }

  .sm\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem !important;
  }

  .sm\:focus\:-translate-x-22:focus {
    --transform-translate-x: -5.626rem !important;
  }

  .sm\:focus\:-translate-x-24:focus {
    --transform-translate-x: -6rem !important;
  }

  .sm\:focus\:-translate-x-26:focus {
    --transform-translate-x: -6.25rem !important;
  }

  .sm\:focus\:-translate-x-28:focus {
    --transform-translate-x: -7rem !important;
  }

  .sm\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem !important;
  }

  .sm\:focus\:-translate-x-34:focus {
    --transform-translate-x: -8.5rem !important;
  }

  .sm\:focus\:-translate-x-38:focus {
    --transform-translate-x: -9.25rem !important;
  }

  .sm\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem !important;
  }

  .sm\:focus\:-translate-x-46:focus {
    --transform-translate-x: -11.75rem !important;
  }

  .sm\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem !important;
  }

  .sm\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem !important;
  }

  .sm\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem !important;
  }

  .sm\:focus\:-translate-x-82:focus {
    --transform-translate-x: -20.75rem !important;
  }

  .sm\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px !important;
  }

  .sm\:focus\:-translate-x-tiny:focus {
    --transform-translate-x: -0.3rem !important;
  }

  .sm\:focus\:-translate-x-quick-links:focus {
    --transform-translate-x: -26% !important;
  }

  .sm\:focus\:-translate-x-pro-slid:focus {
    --transform-translate-x: -48% !important;
  }

  .sm\:focus\:-translate-x-62p:focus {
    --transform-translate-x: -62% !important;
  }

  .sm\:focus\:-translate-x-90p:focus {
    --transform-translate-x: -90% !important;
  }

  .sm\:focus\:-translate-x-x-large:focus {
    --transform-translate-x: -27.5rem !important;
  }

  .sm\:focus\:-translate-x-2px:focus {
    --transform-translate-x: -0.125rem !important;
  }

  .sm\:focus\:-translate-x-9px:focus {
    --transform-translate-x: -0.5625rem !important;
  }

  .sm\:focus\:-translate-x-10px:focus {
    --transform-translate-x: -0.625rem !important;
  }

  .sm\:focus\:-translate-x-18px:focus {
    --transform-translate-x: -1.125rem !important;
  }

  .sm\:focus\:-translate-x-20px:focus {
    --transform-translate-x: -1.25rem !important;
  }

  .sm\:focus\:-translate-x-24px:focus {
    --transform-translate-x: -1.5rem !important;
  }

  .sm\:focus\:-translate-x-26px:focus {
    --transform-translate-x: -1.625rem !important;
  }

  .sm\:focus\:-translate-x-30px:focus {
    --transform-translate-x: -1.875rem !important;
  }

  .sm\:focus\:-translate-x-38px:focus {
    --transform-translate-x: -2.375rem !important;
  }

  .sm\:focus\:-translate-x-43px:focus {
    --transform-translate-x: -2.6875rem !important;
  }

  .sm\:focus\:-translate-x-44px:focus {
    --transform-translate-x: -2.75rem !important;
  }

  .sm\:focus\:-translate-x-46px:focus {
    --transform-translate-x: -2.875rem !important;
  }

  .sm\:focus\:-translate-x-53px:focus {
    --transform-translate-x: -3.3125rem !important;
  }

  .sm\:focus\:-translate-x-54px:focus {
    --transform-translate-x: -3.375rem !important;
  }

  .sm\:focus\:-translate-x-55px:focus {
    --transform-translate-x: -3.4375rem !important;
  }

  .sm\:focus\:-translate-x-60px:focus {
    --transform-translate-x: -3.75rem !important;
  }

  .sm\:focus\:-translate-x-67px:focus {
    --transform-translate-x: -4.1875rem !important;
  }

  .sm\:focus\:-translate-x-73px:focus {
    --transform-translate-x: -4.5625rem !important;
  }

  .sm\:focus\:-translate-x-80px:focus {
    --transform-translate-x: -5rem !important;
  }

  .sm\:focus\:-translate-x-81px:focus {
    --transform-translate-x: -5.0625rem !important;
  }

  .sm\:focus\:-translate-x-85px:focus {
    --transform-translate-x: -5.3125rem !important;
  }

  .sm\:focus\:-translate-x-92px:focus {
    --transform-translate-x: -5.75rem !important;
  }

  .sm\:focus\:-translate-x-100px:focus {
    --transform-translate-x: -6.25rem !important;
  }

  .sm\:focus\:-translate-x-106px:focus {
    --transform-translate-x: -6.625rem !important;
  }

  .sm\:focus\:-translate-x-123px:focus {
    --transform-translate-x: -7.6875rem !important;
  }

  .sm\:focus\:-translate-x-126px:focus {
    --transform-translate-x: -7.875rem !important;
  }

  .sm\:focus\:-translate-x-138px:focus {
    --transform-translate-x: -8.625rem !important;
  }

  .sm\:focus\:-translate-x-140px:focus {
    --transform-translate-x: -8.75rem !important;
  }

  .sm\:focus\:-translate-x-146px:focus {
    --transform-translate-x: -9.125rem !important;
  }

  .sm\:focus\:-translate-x-152px:focus {
    --transform-translate-x: -9.5rem !important;
  }

  .sm\:focus\:-translate-x-187px:focus {
    --transform-translate-x: -11.6875rem !important;
  }

  .sm\:focus\:-translate-x-220px:focus {
    --transform-translate-x: -13.75rem !important;
  }

  .sm\:focus\:-translate-x-253px:focus {
    --transform-translate-x: -15.8125rem !important;
  }

  .sm\:focus\:-translate-x-320px:focus {
    --transform-translate-x: -20rem !important;
  }

  .sm\:focus\:-translate-x-400px:focus {
    --transform-translate-x: -25rem !important;
  }

  .sm\:focus\:-translate-x-500px:focus {
    --transform-translate-x: -31.25rem !important;
  }

  .sm\:focus\:-translate-x-lgPaddingTop:focus {
    --transform-translate-x: -15.8125rem !important;
  }

  .sm\:focus\:-translate-x-phonePaddingTop:focus {
    --transform-translate-x: -9.875rem !important;
  }

  .sm\:focus\:-translate-x-tabletPaddingTop:focus {
    --transform-translate-x: -6.625rem !important;
  }

  .sm\:focus\:-translate-x-largePaddingTop:focus {
    --transform-translate-x: -13.75rem !important;
  }

  .sm\:focus\:-translate-x-phoneTextContentMaxWidth:focus {
    --transform-translate-x: -57.0625rem !important;
  }

  .sm\:focus\:-translate-x-phoneTextContentWidth:focus {
    --transform-translate-x: -63% !important;
  }

  .sm\:focus\:-translate-x-phoneBlockContentWidth:focus {
    --transform-translate-x: -71.625rem !important;
  }

  .sm\:focus\:-translate-x-tabletTextContentMaxWidth:focus {
    --transform-translate-x: -57.0625rem !important;
  }

  .sm\:focus\:-translate-x-tabletTextContentWidth:focus {
    --transform-translate-x: -63% !important;
  }

  .sm\:focus\:-translate-x-tabletBlockContentWidth:focus {
    --transform-translate-x: -71.625rem !important;
  }

  .sm\:focus\:-translate-x-largeTextContentMaxWidth:focus {
    --transform-translate-x: -57.0625rem !important;
  }

  .sm\:focus\:-translate-x-largeTextContentWidth:focus {
    --transform-translate-x: -63% !important;
  }

  .sm\:focus\:-translate-x-largeBlockContentWidth:focus {
    --transform-translate-x: -71.625rem !important;
  }

  .sm\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100% !important;
  }

  .sm\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50% !important;
  }

  .sm\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50% !important;
  }

  .sm\:focus\:translate-x-full:focus {
    --transform-translate-x: 100% !important;
  }

  .sm\:focus\:translate-y-0:focus {
    --transform-translate-y: 0 !important;
  }

  .sm\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem !important;
  }

  .sm\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem !important;
  }

  .sm\:focus\:translate-y-3:focus {
    --transform-translate-y: 0.75rem !important;
  }

  .sm\:focus\:translate-y-4:focus {
    --transform-translate-y: 1rem !important;
  }

  .sm\:focus\:translate-y-5:focus {
    --transform-translate-y: 1.25rem !important;
  }

  .sm\:focus\:translate-y-6:focus {
    --transform-translate-y: 1.5rem !important;
  }

  .sm\:focus\:translate-y-8:focus {
    --transform-translate-y: 2rem !important;
  }

  .sm\:focus\:translate-y-9:focus {
    --transform-translate-y: 2.5rem !important;
  }

  .sm\:focus\:translate-y-10:focus {
    --transform-translate-y: 2.5rem !important;
  }

  .sm\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem !important;
  }

  .sm\:focus\:translate-y-14:focus {
    --transform-translate-y: 3.5rem !important;
  }

  .sm\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem !important;
  }

  .sm\:focus\:translate-y-18:focus {
    --transform-translate-y: 4.5rem !important;
  }

  .sm\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem !important;
  }

  .sm\:focus\:translate-y-22:focus {
    --transform-translate-y: 5.626rem !important;
  }

  .sm\:focus\:translate-y-24:focus {
    --transform-translate-y: 6rem !important;
  }

  .sm\:focus\:translate-y-26:focus {
    --transform-translate-y: 6.25rem !important;
  }

  .sm\:focus\:translate-y-28:focus {
    --transform-translate-y: 7rem !important;
  }

  .sm\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem !important;
  }

  .sm\:focus\:translate-y-34:focus {
    --transform-translate-y: 8.5rem !important;
  }

  .sm\:focus\:translate-y-38:focus {
    --transform-translate-y: 9.25rem !important;
  }

  .sm\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem !important;
  }

  .sm\:focus\:translate-y-46:focus {
    --transform-translate-y: 11.75rem !important;
  }

  .sm\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem !important;
  }

  .sm\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem !important;
  }

  .sm\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem !important;
  }

  .sm\:focus\:translate-y-82:focus {
    --transform-translate-y: 20.75rem !important;
  }

  .sm\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px !important;
  }

  .sm\:focus\:translate-y-tiny:focus {
    --transform-translate-y: 0.3rem !important;
  }

  .sm\:focus\:translate-y-quick-links:focus {
    --transform-translate-y: 26% !important;
  }

  .sm\:focus\:translate-y-pro-slid:focus {
    --transform-translate-y: 48% !important;
  }

  .sm\:focus\:translate-y-62p:focus {
    --transform-translate-y: 62% !important;
  }

  .sm\:focus\:translate-y-90p:focus {
    --transform-translate-y: 90% !important;
  }

  .sm\:focus\:translate-y-x-large:focus {
    --transform-translate-y: 27.5rem !important;
  }

  .sm\:focus\:translate-y-2px:focus {
    --transform-translate-y: 0.125rem !important;
  }

  .sm\:focus\:translate-y-9px:focus {
    --transform-translate-y: 0.5625rem !important;
  }

  .sm\:focus\:translate-y-10px:focus {
    --transform-translate-y: 0.625rem !important;
  }

  .sm\:focus\:translate-y-18px:focus {
    --transform-translate-y: 1.125rem !important;
  }

  .sm\:focus\:translate-y-20px:focus {
    --transform-translate-y: 1.25rem !important;
  }

  .sm\:focus\:translate-y-24px:focus {
    --transform-translate-y: 1.5rem !important;
  }

  .sm\:focus\:translate-y-26px:focus {
    --transform-translate-y: 1.625rem !important;
  }

  .sm\:focus\:translate-y-30px:focus {
    --transform-translate-y: 1.875rem !important;
  }

  .sm\:focus\:translate-y-38px:focus {
    --transform-translate-y: 2.375rem !important;
  }

  .sm\:focus\:translate-y-43px:focus {
    --transform-translate-y: 2.6875rem !important;
  }

  .sm\:focus\:translate-y-44px:focus {
    --transform-translate-y: 2.75rem !important;
  }

  .sm\:focus\:translate-y-46px:focus {
    --transform-translate-y: 2.875rem !important;
  }

  .sm\:focus\:translate-y-53px:focus {
    --transform-translate-y: 3.3125rem !important;
  }

  .sm\:focus\:translate-y-54px:focus {
    --transform-translate-y: 3.375rem !important;
  }

  .sm\:focus\:translate-y-55px:focus {
    --transform-translate-y: 3.4375rem !important;
  }

  .sm\:focus\:translate-y-60px:focus {
    --transform-translate-y: 3.75rem !important;
  }

  .sm\:focus\:translate-y-67px:focus {
    --transform-translate-y: 4.1875rem !important;
  }

  .sm\:focus\:translate-y-73px:focus {
    --transform-translate-y: 4.5625rem !important;
  }

  .sm\:focus\:translate-y-80px:focus {
    --transform-translate-y: 5rem !important;
  }

  .sm\:focus\:translate-y-81px:focus {
    --transform-translate-y: 5.0625rem !important;
  }

  .sm\:focus\:translate-y-85px:focus {
    --transform-translate-y: 5.3125rem !important;
  }

  .sm\:focus\:translate-y-92px:focus {
    --transform-translate-y: 5.75rem !important;
  }

  .sm\:focus\:translate-y-100px:focus {
    --transform-translate-y: 6.25rem !important;
  }

  .sm\:focus\:translate-y-106px:focus {
    --transform-translate-y: 6.625rem !important;
  }

  .sm\:focus\:translate-y-123px:focus {
    --transform-translate-y: 7.6875rem !important;
  }

  .sm\:focus\:translate-y-126px:focus {
    --transform-translate-y: 7.875rem !important;
  }

  .sm\:focus\:translate-y-138px:focus {
    --transform-translate-y: 8.625rem !important;
  }

  .sm\:focus\:translate-y-140px:focus {
    --transform-translate-y: 8.75rem !important;
  }

  .sm\:focus\:translate-y-146px:focus {
    --transform-translate-y: 9.125rem !important;
  }

  .sm\:focus\:translate-y-152px:focus {
    --transform-translate-y: 9.5rem !important;
  }

  .sm\:focus\:translate-y-187px:focus {
    --transform-translate-y: 11.6875rem !important;
  }

  .sm\:focus\:translate-y-220px:focus {
    --transform-translate-y: 13.75rem !important;
  }

  .sm\:focus\:translate-y-253px:focus {
    --transform-translate-y: 15.8125rem !important;
  }

  .sm\:focus\:translate-y-320px:focus {
    --transform-translate-y: 20rem !important;
  }

  .sm\:focus\:translate-y-400px:focus {
    --transform-translate-y: 25rem !important;
  }

  .sm\:focus\:translate-y-500px:focus {
    --transform-translate-y: 31.25rem !important;
  }

  .sm\:focus\:translate-y-lgPaddingTop:focus {
    --transform-translate-y: 15.8125rem !important;
  }

  .sm\:focus\:translate-y-phonePaddingTop:focus {
    --transform-translate-y: 9.875rem !important;
  }

  .sm\:focus\:translate-y-tabletPaddingTop:focus {
    --transform-translate-y: 6.625rem !important;
  }

  .sm\:focus\:translate-y-largePaddingTop:focus {
    --transform-translate-y: 13.75rem !important;
  }

  .sm\:focus\:translate-y-phoneTextContentMaxWidth:focus {
    --transform-translate-y: 57.0625rem !important;
  }

  .sm\:focus\:translate-y-phoneTextContentWidth:focus {
    --transform-translate-y: 63% !important;
  }

  .sm\:focus\:translate-y-phoneBlockContentWidth:focus {
    --transform-translate-y: 71.625rem !important;
  }

  .sm\:focus\:translate-y-tabletTextContentMaxWidth:focus {
    --transform-translate-y: 57.0625rem !important;
  }

  .sm\:focus\:translate-y-tabletTextContentWidth:focus {
    --transform-translate-y: 63% !important;
  }

  .sm\:focus\:translate-y-tabletBlockContentWidth:focus {
    --transform-translate-y: 71.625rem !important;
  }

  .sm\:focus\:translate-y-largeTextContentMaxWidth:focus {
    --transform-translate-y: 57.0625rem !important;
  }

  .sm\:focus\:translate-y-largeTextContentWidth:focus {
    --transform-translate-y: 63% !important;
  }

  .sm\:focus\:translate-y-largeBlockContentWidth:focus {
    --transform-translate-y: 71.625rem !important;
  }

  .sm\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem !important;
  }

  .sm\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem !important;
  }

  .sm\:focus\:-translate-y-3:focus {
    --transform-translate-y: -0.75rem !important;
  }

  .sm\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1rem !important;
  }

  .sm\:focus\:-translate-y-5:focus {
    --transform-translate-y: -1.25rem !important;
  }

  .sm\:focus\:-translate-y-6:focus {
    --transform-translate-y: -1.5rem !important;
  }

  .sm\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2rem !important;
  }

  .sm\:focus\:-translate-y-9:focus {
    --transform-translate-y: -2.5rem !important;
  }

  .sm\:focus\:-translate-y-10:focus {
    --transform-translate-y: -2.5rem !important;
  }

  .sm\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem !important;
  }

  .sm\:focus\:-translate-y-14:focus {
    --transform-translate-y: -3.5rem !important;
  }

  .sm\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem !important;
  }

  .sm\:focus\:-translate-y-18:focus {
    --transform-translate-y: -4.5rem !important;
  }

  .sm\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem !important;
  }

  .sm\:focus\:-translate-y-22:focus {
    --transform-translate-y: -5.626rem !important;
  }

  .sm\:focus\:-translate-y-24:focus {
    --transform-translate-y: -6rem !important;
  }

  .sm\:focus\:-translate-y-26:focus {
    --transform-translate-y: -6.25rem !important;
  }

  .sm\:focus\:-translate-y-28:focus {
    --transform-translate-y: -7rem !important;
  }

  .sm\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem !important;
  }

  .sm\:focus\:-translate-y-34:focus {
    --transform-translate-y: -8.5rem !important;
  }

  .sm\:focus\:-translate-y-38:focus {
    --transform-translate-y: -9.25rem !important;
  }

  .sm\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem !important;
  }

  .sm\:focus\:-translate-y-46:focus {
    --transform-translate-y: -11.75rem !important;
  }

  .sm\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem !important;
  }

  .sm\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem !important;
  }

  .sm\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem !important;
  }

  .sm\:focus\:-translate-y-82:focus {
    --transform-translate-y: -20.75rem !important;
  }

  .sm\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px !important;
  }

  .sm\:focus\:-translate-y-tiny:focus {
    --transform-translate-y: -0.3rem !important;
  }

  .sm\:focus\:-translate-y-quick-links:focus {
    --transform-translate-y: -26% !important;
  }

  .sm\:focus\:-translate-y-pro-slid:focus {
    --transform-translate-y: -48% !important;
  }

  .sm\:focus\:-translate-y-62p:focus {
    --transform-translate-y: -62% !important;
  }

  .sm\:focus\:-translate-y-90p:focus {
    --transform-translate-y: -90% !important;
  }

  .sm\:focus\:-translate-y-x-large:focus {
    --transform-translate-y: -27.5rem !important;
  }

  .sm\:focus\:-translate-y-2px:focus {
    --transform-translate-y: -0.125rem !important;
  }

  .sm\:focus\:-translate-y-9px:focus {
    --transform-translate-y: -0.5625rem !important;
  }

  .sm\:focus\:-translate-y-10px:focus {
    --transform-translate-y: -0.625rem !important;
  }

  .sm\:focus\:-translate-y-18px:focus {
    --transform-translate-y: -1.125rem !important;
  }

  .sm\:focus\:-translate-y-20px:focus {
    --transform-translate-y: -1.25rem !important;
  }

  .sm\:focus\:-translate-y-24px:focus {
    --transform-translate-y: -1.5rem !important;
  }

  .sm\:focus\:-translate-y-26px:focus {
    --transform-translate-y: -1.625rem !important;
  }

  .sm\:focus\:-translate-y-30px:focus {
    --transform-translate-y: -1.875rem !important;
  }

  .sm\:focus\:-translate-y-38px:focus {
    --transform-translate-y: -2.375rem !important;
  }

  .sm\:focus\:-translate-y-43px:focus {
    --transform-translate-y: -2.6875rem !important;
  }

  .sm\:focus\:-translate-y-44px:focus {
    --transform-translate-y: -2.75rem !important;
  }

  .sm\:focus\:-translate-y-46px:focus {
    --transform-translate-y: -2.875rem !important;
  }

  .sm\:focus\:-translate-y-53px:focus {
    --transform-translate-y: -3.3125rem !important;
  }

  .sm\:focus\:-translate-y-54px:focus {
    --transform-translate-y: -3.375rem !important;
  }

  .sm\:focus\:-translate-y-55px:focus {
    --transform-translate-y: -3.4375rem !important;
  }

  .sm\:focus\:-translate-y-60px:focus {
    --transform-translate-y: -3.75rem !important;
  }

  .sm\:focus\:-translate-y-67px:focus {
    --transform-translate-y: -4.1875rem !important;
  }

  .sm\:focus\:-translate-y-73px:focus {
    --transform-translate-y: -4.5625rem !important;
  }

  .sm\:focus\:-translate-y-80px:focus {
    --transform-translate-y: -5rem !important;
  }

  .sm\:focus\:-translate-y-81px:focus {
    --transform-translate-y: -5.0625rem !important;
  }

  .sm\:focus\:-translate-y-85px:focus {
    --transform-translate-y: -5.3125rem !important;
  }

  .sm\:focus\:-translate-y-92px:focus {
    --transform-translate-y: -5.75rem !important;
  }

  .sm\:focus\:-translate-y-100px:focus {
    --transform-translate-y: -6.25rem !important;
  }

  .sm\:focus\:-translate-y-106px:focus {
    --transform-translate-y: -6.625rem !important;
  }

  .sm\:focus\:-translate-y-123px:focus {
    --transform-translate-y: -7.6875rem !important;
  }

  .sm\:focus\:-translate-y-126px:focus {
    --transform-translate-y: -7.875rem !important;
  }

  .sm\:focus\:-translate-y-138px:focus {
    --transform-translate-y: -8.625rem !important;
  }

  .sm\:focus\:-translate-y-140px:focus {
    --transform-translate-y: -8.75rem !important;
  }

  .sm\:focus\:-translate-y-146px:focus {
    --transform-translate-y: -9.125rem !important;
  }

  .sm\:focus\:-translate-y-152px:focus {
    --transform-translate-y: -9.5rem !important;
  }

  .sm\:focus\:-translate-y-187px:focus {
    --transform-translate-y: -11.6875rem !important;
  }

  .sm\:focus\:-translate-y-220px:focus {
    --transform-translate-y: -13.75rem !important;
  }

  .sm\:focus\:-translate-y-253px:focus {
    --transform-translate-y: -15.8125rem !important;
  }

  .sm\:focus\:-translate-y-320px:focus {
    --transform-translate-y: -20rem !important;
  }

  .sm\:focus\:-translate-y-400px:focus {
    --transform-translate-y: -25rem !important;
  }

  .sm\:focus\:-translate-y-500px:focus {
    --transform-translate-y: -31.25rem !important;
  }

  .sm\:focus\:-translate-y-lgPaddingTop:focus {
    --transform-translate-y: -15.8125rem !important;
  }

  .sm\:focus\:-translate-y-phonePaddingTop:focus {
    --transform-translate-y: -9.875rem !important;
  }

  .sm\:focus\:-translate-y-tabletPaddingTop:focus {
    --transform-translate-y: -6.625rem !important;
  }

  .sm\:focus\:-translate-y-largePaddingTop:focus {
    --transform-translate-y: -13.75rem !important;
  }

  .sm\:focus\:-translate-y-phoneTextContentMaxWidth:focus {
    --transform-translate-y: -57.0625rem !important;
  }

  .sm\:focus\:-translate-y-phoneTextContentWidth:focus {
    --transform-translate-y: -63% !important;
  }

  .sm\:focus\:-translate-y-phoneBlockContentWidth:focus {
    --transform-translate-y: -71.625rem !important;
  }

  .sm\:focus\:-translate-y-tabletTextContentMaxWidth:focus {
    --transform-translate-y: -57.0625rem !important;
  }

  .sm\:focus\:-translate-y-tabletTextContentWidth:focus {
    --transform-translate-y: -63% !important;
  }

  .sm\:focus\:-translate-y-tabletBlockContentWidth:focus {
    --transform-translate-y: -71.625rem !important;
  }

  .sm\:focus\:-translate-y-largeTextContentMaxWidth:focus {
    --transform-translate-y: -57.0625rem !important;
  }

  .sm\:focus\:-translate-y-largeTextContentWidth:focus {
    --transform-translate-y: -63% !important;
  }

  .sm\:focus\:-translate-y-largeBlockContentWidth:focus {
    --transform-translate-y: -71.625rem !important;
  }

  .sm\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100% !important;
  }

  .sm\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50% !important;
  }

  .sm\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50% !important;
  }

  .sm\:focus\:translate-y-full:focus {
    --transform-translate-y: 100% !important;
  }

  .sm\:skew-x-0 {
    --transform-skew-x: 0 !important;
  }

  .sm\:skew-x-1 {
    --transform-skew-x: 1deg !important;
  }

  .sm\:skew-x-2 {
    --transform-skew-x: 2deg !important;
  }

  .sm\:skew-x-3 {
    --transform-skew-x: 3deg !important;
  }

  .sm\:skew-x-6 {
    --transform-skew-x: 6deg !important;
  }

  .sm\:skew-x-12 {
    --transform-skew-x: 12deg !important;
  }

  .sm\:-skew-x-12 {
    --transform-skew-x: -12deg !important;
  }

  .sm\:-skew-x-6 {
    --transform-skew-x: -6deg !important;
  }

  .sm\:-skew-x-3 {
    --transform-skew-x: -3deg !important;
  }

  .sm\:-skew-x-2 {
    --transform-skew-x: -2deg !important;
  }

  .sm\:-skew-x-1 {
    --transform-skew-x: -1deg !important;
  }

  .sm\:skew-y-0 {
    --transform-skew-y: 0 !important;
  }

  .sm\:skew-y-1 {
    --transform-skew-y: 1deg !important;
  }

  .sm\:skew-y-2 {
    --transform-skew-y: 2deg !important;
  }

  .sm\:skew-y-3 {
    --transform-skew-y: 3deg !important;
  }

  .sm\:skew-y-6 {
    --transform-skew-y: 6deg !important;
  }

  .sm\:skew-y-12 {
    --transform-skew-y: 12deg !important;
  }

  .sm\:-skew-y-12 {
    --transform-skew-y: -12deg !important;
  }

  .sm\:-skew-y-6 {
    --transform-skew-y: -6deg !important;
  }

  .sm\:-skew-y-3 {
    --transform-skew-y: -3deg !important;
  }

  .sm\:-skew-y-2 {
    --transform-skew-y: -2deg !important;
  }

  .sm\:-skew-y-1 {
    --transform-skew-y: -1deg !important;
  }

  .sm\:hover\:skew-x-0:hover {
    --transform-skew-x: 0 !important;
  }

  .sm\:hover\:skew-x-1:hover {
    --transform-skew-x: 1deg !important;
  }

  .sm\:hover\:skew-x-2:hover {
    --transform-skew-x: 2deg !important;
  }

  .sm\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg !important;
  }

  .sm\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg !important;
  }

  .sm\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg !important;
  }

  .sm\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg !important;
  }

  .sm\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg !important;
  }

  .sm\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg !important;
  }

  .sm\:hover\:-skew-x-2:hover {
    --transform-skew-x: -2deg !important;
  }

  .sm\:hover\:-skew-x-1:hover {
    --transform-skew-x: -1deg !important;
  }

  .sm\:hover\:skew-y-0:hover {
    --transform-skew-y: 0 !important;
  }

  .sm\:hover\:skew-y-1:hover {
    --transform-skew-y: 1deg !important;
  }

  .sm\:hover\:skew-y-2:hover {
    --transform-skew-y: 2deg !important;
  }

  .sm\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg !important;
  }

  .sm\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg !important;
  }

  .sm\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg !important;
  }

  .sm\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg !important;
  }

  .sm\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg !important;
  }

  .sm\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg !important;
  }

  .sm\:hover\:-skew-y-2:hover {
    --transform-skew-y: -2deg !important;
  }

  .sm\:hover\:-skew-y-1:hover {
    --transform-skew-y: -1deg !important;
  }

  .sm\:focus\:skew-x-0:focus {
    --transform-skew-x: 0 !important;
  }

  .sm\:focus\:skew-x-1:focus {
    --transform-skew-x: 1deg !important;
  }

  .sm\:focus\:skew-x-2:focus {
    --transform-skew-x: 2deg !important;
  }

  .sm\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg !important;
  }

  .sm\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg !important;
  }

  .sm\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg !important;
  }

  .sm\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg !important;
  }

  .sm\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg !important;
  }

  .sm\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg !important;
  }

  .sm\:focus\:-skew-x-2:focus {
    --transform-skew-x: -2deg !important;
  }

  .sm\:focus\:-skew-x-1:focus {
    --transform-skew-x: -1deg !important;
  }

  .sm\:focus\:skew-y-0:focus {
    --transform-skew-y: 0 !important;
  }

  .sm\:focus\:skew-y-1:focus {
    --transform-skew-y: 1deg !important;
  }

  .sm\:focus\:skew-y-2:focus {
    --transform-skew-y: 2deg !important;
  }

  .sm\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg !important;
  }

  .sm\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg !important;
  }

  .sm\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg !important;
  }

  .sm\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg !important;
  }

  .sm\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg !important;
  }

  .sm\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg !important;
  }

  .sm\:focus\:-skew-y-2:focus {
    --transform-skew-y: -2deg !important;
  }

  .sm\:focus\:-skew-y-1:focus {
    --transform-skew-y: -1deg !important;
  }

  .sm\:transition-none {
    transition-property: none !important;
  }

  .sm\:transition-all {
    transition-property: all !important;
  }

  .sm\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
  }

  .sm\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  .sm\:transition-opacity {
    transition-property: opacity !important;
  }

  .sm\:transition-shadow {
    transition-property: box-shadow !important;
  }

  .sm\:transition-transform {
    transition-property: transform !important;
  }

  .sm\:ease-linear {
    transition-timing-function: linear !important;
  }

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

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

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

  .sm\:duration-75 {
    transition-duration: 75ms !important;
  }

  .sm\:duration-100 {
    transition-duration: 100ms !important;
  }

  .sm\:duration-150 {
    transition-duration: 150ms !important;
  }

  .sm\:duration-200 {
    transition-duration: 200ms !important;
  }

  .sm\:duration-300 {
    transition-duration: 300ms !important;
  }

  .sm\:duration-500 {
    transition-duration: 500ms !important;
  }

  .sm\:duration-700 {
    transition-duration: 700ms !important;
  }

  .sm\:duration-1000 {
    transition-duration: 1000ms !important;
  }

  .sm\:delay-75 {
    transition-delay: 75ms !important;
  }

  .sm\:delay-100 {
    transition-delay: 100ms !important;
  }

  .sm\:delay-150 {
    transition-delay: 150ms !important;
  }

  .sm\:delay-200 {
    transition-delay: 200ms !important;
  }

  .sm\:delay-300 {
    transition-delay: 300ms !important;
  }

  .sm\:delay-500 {
    transition-delay: 500ms !important;
  }

  .sm\:delay-700 {
    transition-delay: 700ms !important;
  }

  .sm\:delay-1000 {
    transition-delay: 1000ms !important;
  }

  .sm\:animate-none {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .sm\:animate-spin {
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

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

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

  .sm\:animate-bounce {
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !important;
  }
}

@media (min-width: 768px) {
  .md\:container {
    width: 100%;
  }

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

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

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

  @media (min-width: 1340px) {
    .md\:container {
      max-width: 1340px;
    }
  }

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

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

  .md\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--space-y-reverse)) !important;
  }

  .md\:space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(4.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4.5rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(4.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(4.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5.626rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5.626rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5.626rem * var(--space-x-reverse)) !important;
    margin-left: calc(5.626rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-26 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(6.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6.25rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-26 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(6.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(6.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-34 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(8.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8.5rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-34 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(8.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(8.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-38 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(9.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(9.25rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-38 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(9.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(9.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-46 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(11.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(11.75rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-46 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(11.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(11.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-82 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(20.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(20.75rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-82 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(20.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(20.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--space-y-reverse)) !important;
  }

  .md\:space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-tiny > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.3rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-tiny > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.3rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-quick-links > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(26% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(26% * var(--space-y-reverse)) !important;
  }

  .md\:space-x-quick-links > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(26% * var(--space-x-reverse)) !important;
    margin-left: calc(26% * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-pro-slid > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(48% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(48% * var(--space-y-reverse)) !important;
  }

  .md\:space-x-pro-slid > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(48% * var(--space-x-reverse)) !important;
    margin-left: calc(48% * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-62p > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(62% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(62% * var(--space-y-reverse)) !important;
  }

  .md\:space-x-62p > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(62% * var(--space-x-reverse)) !important;
    margin-left: calc(62% * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-90p > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(90% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(90% * var(--space-y-reverse)) !important;
  }

  .md\:space-x-90p > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(90% * var(--space-x-reverse)) !important;
    margin-left: calc(90% * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-x-large > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(27.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(27.5rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-x-large > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(27.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(27.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-2px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.125rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-2px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.125rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-9px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.5625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.5625rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-9px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.5625rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.5625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-10px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.625rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-10px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-18px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.125rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-18px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.125rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-20px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-20px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-24px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-24px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-26px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.625rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-26px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-30px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.875rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-30px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.875rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-38px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.375rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.375rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-38px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.375rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.375rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-43px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.6875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.6875rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-43px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.6875rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.6875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-44px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-44px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-46px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.875rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-46px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.875rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-53px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(3.3125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3.3125rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-53px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(3.3125rem * var(--space-x-reverse)) !important;
    margin-left: calc(3.3125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-54px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(3.375rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3.375rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-54px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(3.375rem * var(--space-x-reverse)) !important;
    margin-left: calc(3.375rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-55px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(3.4375rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3.4375rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-55px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(3.4375rem * var(--space-x-reverse)) !important;
    margin-left: calc(3.4375rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-60px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3.75rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-60px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(3.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(3.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-67px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(4.1875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4.1875rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-67px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(4.1875rem * var(--space-x-reverse)) !important;
    margin-left: calc(4.1875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-73px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(4.5625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4.5625rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-73px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(4.5625rem * var(--space-x-reverse)) !important;
    margin-left: calc(4.5625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-80px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-80px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-81px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5.0625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5.0625rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-81px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5.0625rem * var(--space-x-reverse)) !important;
    margin-left: calc(5.0625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-85px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5.3125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5.3125rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-85px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5.3125rem * var(--space-x-reverse)) !important;
    margin-left: calc(5.3125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-92px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5.75rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-92px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(5.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-100px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(6.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6.25rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-100px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(6.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(6.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-106px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(6.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6.625rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-106px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(6.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(6.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-123px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(7.6875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(7.6875rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-123px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(7.6875rem * var(--space-x-reverse)) !important;
    margin-left: calc(7.6875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-126px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(7.875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(7.875rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-126px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(7.875rem * var(--space-x-reverse)) !important;
    margin-left: calc(7.875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-138px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(8.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8.625rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-138px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(8.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(8.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-140px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(8.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8.75rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-140px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(8.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(8.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-146px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(9.125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(9.125rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-146px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(9.125rem * var(--space-x-reverse)) !important;
    margin-left: calc(9.125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-152px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(9.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(9.5rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-152px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(9.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(9.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-187px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(11.6875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(11.6875rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-187px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(11.6875rem * var(--space-x-reverse)) !important;
    margin-left: calc(11.6875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-220px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(13.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(13.75rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-220px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(13.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(13.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-253px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(15.8125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(15.8125rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-253px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(15.8125rem * var(--space-x-reverse)) !important;
    margin-left: calc(15.8125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-320px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-320px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-400px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(25rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-400px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(25rem * var(--space-x-reverse)) !important;
    margin-left: calc(25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-500px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(31.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(31.25rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-500px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(31.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(31.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-lgPaddingTop > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(15.8125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(15.8125rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-lgPaddingTop > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(15.8125rem * var(--space-x-reverse)) !important;
    margin-left: calc(15.8125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-phonePaddingTop > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(9.875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(9.875rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-phonePaddingTop > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(9.875rem * var(--space-x-reverse)) !important;
    margin-left: calc(9.875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-tabletPaddingTop > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(6.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6.625rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-tabletPaddingTop > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(6.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(6.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-largePaddingTop > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(13.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(13.75rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-largePaddingTop > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(13.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(13.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-phoneTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(57.0625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(57.0625rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-phoneTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(57.0625rem * var(--space-x-reverse)) !important;
    margin-left: calc(57.0625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-phoneTextContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(63% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(63% * var(--space-y-reverse)) !important;
  }

  .md\:space-x-phoneTextContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(63% * var(--space-x-reverse)) !important;
    margin-left: calc(63% * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-phoneBlockContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(71.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(71.625rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-phoneBlockContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(71.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(71.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-tabletTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(57.0625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(57.0625rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-tabletTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(57.0625rem * var(--space-x-reverse)) !important;
    margin-left: calc(57.0625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-tabletTextContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(63% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(63% * var(--space-y-reverse)) !important;
  }

  .md\:space-x-tabletTextContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(63% * var(--space-x-reverse)) !important;
    margin-left: calc(63% * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-tabletBlockContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(71.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(71.625rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-tabletBlockContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(71.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(71.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-largeTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(57.0625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(57.0625rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-largeTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(57.0625rem * var(--space-x-reverse)) !important;
    margin-left: calc(57.0625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-largeTextContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(63% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(63% * var(--space-y-reverse)) !important;
  }

  .md\:space-x-largeTextContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(63% * var(--space-x-reverse)) !important;
    margin-left: calc(63% * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-largeBlockContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(71.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(71.625rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-largeBlockContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(71.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(71.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-4.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4.5rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-4.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5.626rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5.626rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5.626rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5.626rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-26 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-6.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6.25rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-26 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-6.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-34 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-8.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8.5rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-34 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-8.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-38 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-9.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-9.25rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-38 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-9.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-9.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-46 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-11.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-11.75rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-46 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-11.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-11.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-82 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-20.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-20.75rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-82 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-20.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-20.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-tiny > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.3rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-tiny > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.3rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-quick-links > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-26% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-26% * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-quick-links > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-26% * var(--space-x-reverse)) !important;
    margin-left: calc(-26% * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-pro-slid > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-48% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-48% * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-pro-slid > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-48% * var(--space-x-reverse)) !important;
    margin-left: calc(-48% * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-62p > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-62% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-62% * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-62p > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-62% * var(--space-x-reverse)) !important;
    margin-left: calc(-62% * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-90p > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-90% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-90% * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-90p > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-90% * var(--space-x-reverse)) !important;
    margin-left: calc(-90% * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-x-large > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-27.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-27.5rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-x-large > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-27.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-27.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-2px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.125rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-2px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.125rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-9px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.5625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.5625rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-9px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.5625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.5625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-10px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.625rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-10px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-18px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.125rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-18px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.125rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-20px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-20px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-24px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-24px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-26px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.625rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-26px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-30px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.875rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-30px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.875rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-38px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.375rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.375rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-38px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.375rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.375rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-43px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.6875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.6875rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-43px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.6875rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.6875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-44px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-44px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-46px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.875rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-46px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.875rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-53px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3.3125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3.3125rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-53px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3.3125rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3.3125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-54px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3.375rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3.375rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-54px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3.375rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3.375rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-55px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3.4375rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3.4375rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-55px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3.4375rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3.4375rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-60px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3.75rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-60px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-67px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-4.1875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4.1875rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-67px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-4.1875rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4.1875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-73px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-4.5625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4.5625rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-73px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-4.5625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4.5625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-80px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-80px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-81px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5.0625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5.0625rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-81px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5.0625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5.0625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-85px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5.3125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5.3125rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-85px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5.3125rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5.3125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-92px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5.75rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-92px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-100px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-6.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6.25rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-100px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-6.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-106px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-6.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6.625rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-106px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-6.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-123px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-7.6875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-7.6875rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-123px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-7.6875rem * var(--space-x-reverse)) !important;
    margin-left: calc(-7.6875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-126px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-7.875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-7.875rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-126px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-7.875rem * var(--space-x-reverse)) !important;
    margin-left: calc(-7.875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-138px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-8.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8.625rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-138px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-8.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-140px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-8.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8.75rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-140px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-8.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-146px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-9.125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-9.125rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-146px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-9.125rem * var(--space-x-reverse)) !important;
    margin-left: calc(-9.125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-152px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-9.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-9.5rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-152px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-9.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-9.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-187px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-11.6875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-11.6875rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-187px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-11.6875rem * var(--space-x-reverse)) !important;
    margin-left: calc(-11.6875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-220px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-13.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-13.75rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-220px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-13.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-13.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-253px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-15.8125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-15.8125rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-253px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-15.8125rem * var(--space-x-reverse)) !important;
    margin-left: calc(-15.8125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-320px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-320px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-400px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-25rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-400px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-500px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-31.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-31.25rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-500px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-31.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-31.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-lgPaddingTop > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-15.8125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-15.8125rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-lgPaddingTop > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-15.8125rem * var(--space-x-reverse)) !important;
    margin-left: calc(-15.8125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-phonePaddingTop > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-9.875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-9.875rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-phonePaddingTop > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-9.875rem * var(--space-x-reverse)) !important;
    margin-left: calc(-9.875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-tabletPaddingTop > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-6.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6.625rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-tabletPaddingTop > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-6.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-largePaddingTop > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-13.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-13.75rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-largePaddingTop > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-13.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-13.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-phoneTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-57.0625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-57.0625rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-phoneTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-57.0625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-57.0625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-phoneTextContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-63% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-63% * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-phoneTextContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-63% * var(--space-x-reverse)) !important;
    margin-left: calc(-63% * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-phoneBlockContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-71.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-71.625rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-phoneBlockContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-71.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-71.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-tabletTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-57.0625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-57.0625rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-tabletTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-57.0625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-57.0625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-tabletTextContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-63% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-63% * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-tabletTextContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-63% * var(--space-x-reverse)) !important;
    margin-left: calc(-63% * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-tabletBlockContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-71.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-71.625rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-tabletBlockContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-71.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-71.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-largeTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-57.0625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-57.0625rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-largeTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-57.0625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-57.0625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-largeTextContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-63% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-63% * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-largeTextContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-63% * var(--space-x-reverse)) !important;
    margin-left: calc(-63% * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-largeBlockContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-71.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-71.625rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-largeBlockContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-71.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-71.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1 !important;
  }

  .md\:space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1 !important;
  }

  .md\:divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--divide-y-reverse)) !important;
  }

  .md\:divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .md\:divide-y-0px > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--divide-y-reverse)) !important;
  }

  .md\:divide-x-0px > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .md\:divide-y-18px > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(18px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(18px * var(--divide-y-reverse)) !important;
  }

  .md\:divide-x-18px > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(18px * var(--divide-x-reverse)) !important;
    border-left-width: calc(18px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .md\:divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1 !important;
  }

  .md\:divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1 !important;
  }

  .md\:divide-transparent > :not(template) ~ :not(template) {
    border-color: transparent !important;
  }

  .md\:divide-current > :not(template) ~ :not(template) {
    border-color: currentColor !important;
  }

  .md\:divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #000000 !important;
    border-color: rgba(0, 0, 0, var(--divide-opacity)) !important;
  }

  .md\:divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #FFFFFF !important;
    border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
  }

  .md\:divide-gray > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #727272 !important;
    border-color: rgba(114, 114, 114, var(--divide-opacity)) !important;
  }

  .md\:divide-red > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #E12A09 !important;
    border-color: rgba(225, 42, 9, var(--divide-opacity)) !important;
  }

  .md\:divide-orange > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #F29C2B !important;
    border-color: rgba(242, 156, 43, var(--divide-opacity)) !important;
  }

  .md\:divide-yellow > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #FFEB9A !important;
    border-color: rgba(255, 235, 154, var(--divide-opacity)) !important;
  }

  .md\:divide-green-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--divide-opacity)) !important;
  }

  .md\:divide-green-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--divide-opacity)) !important;
  }

  .md\:divide-green-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--divide-opacity)) !important;
  }

  .md\:divide-green-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--divide-opacity)) !important;
  }

  .md\:divide-green-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--divide-opacity)) !important;
  }

  .md\:divide-green-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--divide-opacity)) !important;
  }

  .md\:divide-green-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--divide-opacity)) !important;
  }

  .md\:divide-green-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--divide-opacity)) !important;
  }

  .md\:divide-green-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--divide-opacity)) !important;
  }

  .md\:divide-teal-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--divide-opacity)) !important;
  }

  .md\:divide-teal-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--divide-opacity)) !important;
  }

  .md\:divide-teal-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--divide-opacity)) !important;
  }

  .md\:divide-teal-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--divide-opacity)) !important;
  }

  .md\:divide-teal-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--divide-opacity)) !important;
  }

  .md\:divide-teal-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--divide-opacity)) !important;
  }

  .md\:divide-teal-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--divide-opacity)) !important;
  }

  .md\:divide-teal-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--divide-opacity)) !important;
  }

  .md\:divide-teal-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--divide-opacity)) !important;
  }

  .md\:divide-blue-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--divide-opacity)) !important;
  }

  .md\:divide-blue-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--divide-opacity)) !important;
  }

  .md\:divide-blue-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--divide-opacity)) !important;
  }

  .md\:divide-blue-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--divide-opacity)) !important;
  }

  .md\:divide-blue-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--divide-opacity)) !important;
  }

  .md\:divide-blue-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--divide-opacity)) !important;
  }

  .md\:divide-blue-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--divide-opacity)) !important;
  }

  .md\:divide-blue-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--divide-opacity)) !important;
  }

  .md\:divide-blue-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--divide-opacity)) !important;
  }

  .md\:divide-indigo-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--divide-opacity)) !important;
  }

  .md\:divide-indigo-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--divide-opacity)) !important;
  }

  .md\:divide-indigo-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--divide-opacity)) !important;
  }

  .md\:divide-indigo-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--divide-opacity)) !important;
  }

  .md\:divide-indigo-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--divide-opacity)) !important;
  }

  .md\:divide-indigo-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--divide-opacity)) !important;
  }

  .md\:divide-indigo-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--divide-opacity)) !important;
  }

  .md\:divide-indigo-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--divide-opacity)) !important;
  }

  .md\:divide-indigo-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--divide-opacity)) !important;
  }

  .md\:divide-purple-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--divide-opacity)) !important;
  }

  .md\:divide-purple-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--divide-opacity)) !important;
  }

  .md\:divide-purple-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--divide-opacity)) !important;
  }

  .md\:divide-purple-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--divide-opacity)) !important;
  }

  .md\:divide-purple-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--divide-opacity)) !important;
  }

  .md\:divide-purple-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--divide-opacity)) !important;
  }

  .md\:divide-purple-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--divide-opacity)) !important;
  }

  .md\:divide-purple-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--divide-opacity)) !important;
  }

  .md\:divide-purple-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--divide-opacity)) !important;
  }

  .md\:divide-pink-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--divide-opacity)) !important;
  }

  .md\:divide-pink-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--divide-opacity)) !important;
  }

  .md\:divide-pink-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--divide-opacity)) !important;
  }

  .md\:divide-pink-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--divide-opacity)) !important;
  }

  .md\:divide-pink-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--divide-opacity)) !important;
  }

  .md\:divide-pink-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--divide-opacity)) !important;
  }

  .md\:divide-pink-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--divide-opacity)) !important;
  }

  .md\:divide-pink-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--divide-opacity)) !important;
  }

  .md\:divide-pink-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--divide-opacity)) !important;
  }

  .md\:divide-navy-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #23345A !important;
    border-color: rgba(35, 52, 90, var(--divide-opacity)) !important;
  }

  .md\:divide-cyan > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #40C8EA !important;
    border-color: rgba(64, 200, 234, var(--divide-opacity)) !important;
  }

  .md\:divide-yellowOrange > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #F8E9A7 !important;
    border-color: rgba(248, 233, 167, var(--divide-opacity)) !important;
  }

  .md\:divide-light-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #C9EAF4 !important;
    border-color: rgba(201, 234, 244, var(--divide-opacity)) !important;
  }

  .md\:divide-lightest-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #EBFAFF !important;
    border-color: rgba(235, 250, 255, var(--divide-opacity)) !important;
  }

  .md\:divide-blueGreen > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #148093 !important;
    border-color: rgba(20, 128, 147, var(--divide-opacity)) !important;
  }

  .md\:divide-mediumGray > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #97A2B0 !important;
    border-color: rgba(151, 162, 176, var(--divide-opacity)) !important;
  }

  .md\:divide-light-gray > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ACACB4 !important;
    border-color: rgba(172, 172, 180, var(--divide-opacity)) !important;
  }

  .md\:divide-lightestGray > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #F2F2F2 !important;
    border-color: rgba(242, 242, 242, var(--divide-opacity)) !important;
  }

  .md\:divide-dark-gray > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #64626F !important;
    border-color: rgba(100, 98, 111, var(--divide-opacity)) !important;
  }

  .md\:divide-nav-gray > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #65718C !important;
    border-color: rgba(101, 113, 140, var(--divide-opacity)) !important;
  }

  .md\:divide-bullet-gray > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #F1F1F2 !important;
    border-color: rgba(241, 241, 242, var(--divide-opacity)) !important;
  }

  .md\:divide-dark-red > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #951700 !important;
    border-color: rgba(149, 23, 0, var(--divide-opacity)) !important;
  }

  .md\:divide-navy > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #182F50 !important;
    border-color: rgba(24, 47, 80, var(--divide-opacity)) !important;
  }

  .md\:divide-lightNavy > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #687FA0 !important;
    border-color: rgba(104, 127, 160, var(--divide-opacity)) !important;
  }

  .md\:divide-solid > :not(template) ~ :not(template) {
    border-style: solid !important;
  }

  .md\:divide-dashed > :not(template) ~ :not(template) {
    border-style: dashed !important;
  }

  .md\:divide-dotted > :not(template) ~ :not(template) {
    border-style: dotted !important;
  }

  .md\:divide-double > :not(template) ~ :not(template) {
    border-style: double !important;
  }

  .md\:divide-none > :not(template) ~ :not(template) {
    border-style: none !important;
  }

  .md\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0 !important;
  }

  .md\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25 !important;
  }

  .md\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5 !important;
  }

  .md\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75 !important;
  }

  .md\:divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

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

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

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

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

  .md\:appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .md\:bg-fixed {
    background-attachment: fixed !important;
  }

  .md\:bg-local {
    background-attachment: local !important;
  }

  .md\:bg-scroll {
    background-attachment: scroll !important;
  }

  .md\:bg-clip-border {
    background-clip: border-box !important;
  }

  .md\:bg-clip-padding {
    background-clip: padding-box !important;
  }

  .md\:bg-clip-content {
    background-clip: content-box !important;
  }

  .md\:bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

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

  .md\:bg-current {
    background-color: currentColor !important;
  }

  .md\:bg-black {
    --bg-opacity: 1 !important;
    background-color: #000000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .md\:bg-white {
    --bg-opacity: 1 !important;
    background-color: #FFFFFF !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .md\:bg-gray {
    --bg-opacity: 1 !important;
    background-color: #727272 !important;
    background-color: rgba(114, 114, 114, var(--bg-opacity)) !important;
  }

  .md\:bg-red {
    --bg-opacity: 1 !important;
    background-color: #E12A09 !important;
    background-color: rgba(225, 42, 9, var(--bg-opacity)) !important;
  }

  .md\:bg-orange {
    --bg-opacity: 1 !important;
    background-color: #F29C2B !important;
    background-color: rgba(242, 156, 43, var(--bg-opacity)) !important;
  }

  .md\:bg-yellow {
    --bg-opacity: 1 !important;
    background-color: #FFEB9A !important;
    background-color: rgba(255, 235, 154, var(--bg-opacity)) !important;
  }

  .md\:bg-green-100 {
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .md\:bg-green-200 {
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .md\:bg-green-300 {
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .md\:bg-green-400 {
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .md\:bg-green-500 {
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .md\:bg-green-600 {
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .md\:bg-green-700 {
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .md\:bg-green-800 {
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .md\:bg-green-900 {
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .md\:bg-teal-100 {
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .md\:bg-teal-200 {
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .md\:bg-teal-300 {
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .md\:bg-teal-400 {
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .md\:bg-teal-500 {
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .md\:bg-teal-600 {
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .md\:bg-teal-700 {
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .md\:bg-teal-800 {
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .md\:bg-teal-900 {
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .md\:bg-blue-100 {
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .md\:bg-blue-200 {
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .md\:bg-blue-300 {
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .md\:bg-blue-400 {
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .md\:bg-blue-500 {
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .md\:bg-blue-600 {
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .md\:bg-blue-700 {
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .md\:bg-blue-800 {
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .md\:bg-blue-900 {
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .md\:bg-indigo-100 {
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .md\:bg-indigo-200 {
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .md\:bg-indigo-300 {
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .md\:bg-indigo-400 {
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .md\:bg-indigo-500 {
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .md\:bg-indigo-600 {
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .md\:bg-indigo-700 {
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .md\:bg-indigo-800 {
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .md\:bg-indigo-900 {
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .md\:bg-purple-100 {
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .md\:bg-purple-200 {
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .md\:bg-purple-300 {
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .md\:bg-purple-400 {
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .md\:bg-purple-500 {
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .md\:bg-purple-600 {
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .md\:bg-purple-700 {
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .md\:bg-purple-800 {
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .md\:bg-purple-900 {
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .md\:bg-pink-100 {
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .md\:bg-pink-200 {
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .md\:bg-pink-300 {
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .md\:bg-pink-400 {
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .md\:bg-pink-500 {
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .md\:bg-pink-600 {
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .md\:bg-pink-700 {
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .md\:bg-pink-800 {
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .md\:bg-pink-900 {
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .md\:bg-navy-blue {
    --bg-opacity: 1 !important;
    background-color: #23345A !important;
    background-color: rgba(35, 52, 90, var(--bg-opacity)) !important;
  }

  .md\:bg-cyan {
    --bg-opacity: 1 !important;
    background-color: #40C8EA !important;
    background-color: rgba(64, 200, 234, var(--bg-opacity)) !important;
  }

  .md\:bg-yellowOrange {
    --bg-opacity: 1 !important;
    background-color: #F8E9A7 !important;
    background-color: rgba(248, 233, 167, var(--bg-opacity)) !important;
  }

  .md\:bg-light-blue {
    --bg-opacity: 1 !important;
    background-color: #C9EAF4 !important;
    background-color: rgba(201, 234, 244, var(--bg-opacity)) !important;
  }

  .md\:bg-lightest-blue {
    --bg-opacity: 1 !important;
    background-color: #EBFAFF !important;
    background-color: rgba(235, 250, 255, var(--bg-opacity)) !important;
  }

  .md\:bg-blueGreen {
    --bg-opacity: 1 !important;
    background-color: #148093 !important;
    background-color: rgba(20, 128, 147, var(--bg-opacity)) !important;
  }

  .md\:bg-mediumGray {
    --bg-opacity: 1 !important;
    background-color: #97A2B0 !important;
    background-color: rgba(151, 162, 176, var(--bg-opacity)) !important;
  }

  .md\:bg-light-gray {
    --bg-opacity: 1 !important;
    background-color: #ACACB4 !important;
    background-color: rgba(172, 172, 180, var(--bg-opacity)) !important;
  }

  .md\:bg-lightestGray {
    --bg-opacity: 1 !important;
    background-color: #F2F2F2 !important;
    background-color: rgba(242, 242, 242, var(--bg-opacity)) !important;
  }

  .md\:bg-dark-gray {
    --bg-opacity: 1 !important;
    background-color: #64626F !important;
    background-color: rgba(100, 98, 111, var(--bg-opacity)) !important;
  }

  .md\:bg-nav-gray {
    --bg-opacity: 1 !important;
    background-color: #65718C !important;
    background-color: rgba(101, 113, 140, var(--bg-opacity)) !important;
  }

  .md\:bg-bullet-gray {
    --bg-opacity: 1 !important;
    background-color: #F1F1F2 !important;
    background-color: rgba(241, 241, 242, var(--bg-opacity)) !important;
  }

  .md\:bg-dark-red {
    --bg-opacity: 1 !important;
    background-color: #951700 !important;
    background-color: rgba(149, 23, 0, var(--bg-opacity)) !important;
  }

  .md\:bg-navy {
    --bg-opacity: 1 !important;
    background-color: #182F50 !important;
    background-color: rgba(24, 47, 80, var(--bg-opacity)) !important;
  }

  .md\:bg-lightNavy {
    --bg-opacity: 1 !important;
    background-color: #687FA0 !important;
    background-color: rgba(104, 127, 160, var(--bg-opacity)) !important;
  }

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

  .md\:hover\:bg-current:hover {
    background-color: currentColor !important;
  }

  .md\:hover\:bg-black:hover {
    --bg-opacity: 1 !important;
    background-color: #000000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-white:hover {
    --bg-opacity: 1 !important;
    background-color: #FFFFFF !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-gray:hover {
    --bg-opacity: 1 !important;
    background-color: #727272 !important;
    background-color: rgba(114, 114, 114, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-red:hover {
    --bg-opacity: 1 !important;
    background-color: #E12A09 !important;
    background-color: rgba(225, 42, 9, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-orange:hover {
    --bg-opacity: 1 !important;
    background-color: #F29C2B !important;
    background-color: rgba(242, 156, 43, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-yellow:hover {
    --bg-opacity: 1 !important;
    background-color: #FFEB9A !important;
    background-color: rgba(255, 235, 154, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-green-100:hover {
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-green-200:hover {
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-green-300:hover {
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-green-400:hover {
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-green-500:hover {
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-green-600:hover {
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-green-700:hover {
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-green-800:hover {
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-green-900:hover {
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-teal-100:hover {
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-teal-200:hover {
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-teal-300:hover {
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-teal-400:hover {
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-teal-500:hover {
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-teal-600:hover {
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-teal-700:hover {
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-teal-800:hover {
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-teal-900:hover {
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-100:hover {
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-200:hover {
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-300:hover {
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-400:hover {
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-500:hover {
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-600:hover {
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-700:hover {
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-800:hover {
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-900:hover {
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-indigo-100:hover {
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-indigo-200:hover {
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-indigo-300:hover {
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-indigo-400:hover {
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-indigo-500:hover {
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-indigo-600:hover {
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-indigo-700:hover {
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-indigo-800:hover {
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-indigo-900:hover {
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-purple-100:hover {
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-purple-200:hover {
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-purple-300:hover {
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-purple-400:hover {
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-purple-500:hover {
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-purple-600:hover {
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-purple-700:hover {
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-purple-800:hover {
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-purple-900:hover {
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-pink-100:hover {
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-pink-200:hover {
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-pink-300:hover {
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-pink-400:hover {
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-pink-500:hover {
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-pink-600:hover {
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-pink-700:hover {
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-pink-800:hover {
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-pink-900:hover {
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-navy-blue:hover {
    --bg-opacity: 1 !important;
    background-color: #23345A !important;
    background-color: rgba(35, 52, 90, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-cyan:hover {
    --bg-opacity: 1 !important;
    background-color: #40C8EA !important;
    background-color: rgba(64, 200, 234, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-yellowOrange:hover {
    --bg-opacity: 1 !important;
    background-color: #F8E9A7 !important;
    background-color: rgba(248, 233, 167, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-light-blue:hover {
    --bg-opacity: 1 !important;
    background-color: #C9EAF4 !important;
    background-color: rgba(201, 234, 244, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-lightest-blue:hover {
    --bg-opacity: 1 !important;
    background-color: #EBFAFF !important;
    background-color: rgba(235, 250, 255, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-blueGreen:hover {
    --bg-opacity: 1 !important;
    background-color: #148093 !important;
    background-color: rgba(20, 128, 147, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-mediumGray:hover {
    --bg-opacity: 1 !important;
    background-color: #97A2B0 !important;
    background-color: rgba(151, 162, 176, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-light-gray:hover {
    --bg-opacity: 1 !important;
    background-color: #ACACB4 !important;
    background-color: rgba(172, 172, 180, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-lightestGray:hover {
    --bg-opacity: 1 !important;
    background-color: #F2F2F2 !important;
    background-color: rgba(242, 242, 242, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-dark-gray:hover {
    --bg-opacity: 1 !important;
    background-color: #64626F !important;
    background-color: rgba(100, 98, 111, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-nav-gray:hover {
    --bg-opacity: 1 !important;
    background-color: #65718C !important;
    background-color: rgba(101, 113, 140, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-bullet-gray:hover {
    --bg-opacity: 1 !important;
    background-color: #F1F1F2 !important;
    background-color: rgba(241, 241, 242, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-dark-red:hover {
    --bg-opacity: 1 !important;
    background-color: #951700 !important;
    background-color: rgba(149, 23, 0, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-navy:hover {
    --bg-opacity: 1 !important;
    background-color: #182F50 !important;
    background-color: rgba(24, 47, 80, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-lightNavy:hover {
    --bg-opacity: 1 !important;
    background-color: #687FA0 !important;
    background-color: rgba(104, 127, 160, var(--bg-opacity)) !important;
  }

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

  .group:hover .md\:group-hover\:bg-current {
    background-color: currentColor !important;
  }

  .group:hover .md\:group-hover\:bg-black {
    --bg-opacity: 1 !important;
    background-color: #000000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-white {
    --bg-opacity: 1 !important;
    background-color: #FFFFFF !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray {
    --bg-opacity: 1 !important;
    background-color: #727272 !important;
    background-color: rgba(114, 114, 114, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-red {
    --bg-opacity: 1 !important;
    background-color: #E12A09 !important;
    background-color: rgba(225, 42, 9, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-orange {
    --bg-opacity: 1 !important;
    background-color: #F29C2B !important;
    background-color: rgba(242, 156, 43, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-yellow {
    --bg-opacity: 1 !important;
    background-color: #FFEB9A !important;
    background-color: rgba(255, 235, 154, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-green-100 {
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-green-200 {
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-green-300 {
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-green-400 {
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-green-500 {
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-green-600 {
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-green-700 {
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-green-800 {
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-green-900 {
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-teal-100 {
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-teal-200 {
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-teal-300 {
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-teal-400 {
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-teal-500 {
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-teal-600 {
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-teal-700 {
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-teal-800 {
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-teal-900 {
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-blue-100 {
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-blue-200 {
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-blue-300 {
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-blue-400 {
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-blue-500 {
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-blue-600 {
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-blue-700 {
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-blue-800 {
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-blue-900 {
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-indigo-100 {
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-indigo-200 {
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-indigo-300 {
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-indigo-400 {
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-indigo-500 {
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-indigo-600 {
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-indigo-700 {
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-indigo-800 {
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-indigo-900 {
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-purple-100 {
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-purple-200 {
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-purple-300 {
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-purple-400 {
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-purple-500 {
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-purple-600 {
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-purple-700 {
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-purple-800 {
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-purple-900 {
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-pink-100 {
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-pink-200 {
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-pink-300 {
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-pink-400 {
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-pink-500 {
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-pink-600 {
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-pink-700 {
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-pink-800 {
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-pink-900 {
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-navy-blue {
    --bg-opacity: 1 !important;
    background-color: #23345A !important;
    background-color: rgba(35, 52, 90, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-cyan {
    --bg-opacity: 1 !important;
    background-color: #40C8EA !important;
    background-color: rgba(64, 200, 234, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-yellowOrange {
    --bg-opacity: 1 !important;
    background-color: #F8E9A7 !important;
    background-color: rgba(248, 233, 167, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-light-blue {
    --bg-opacity: 1 !important;
    background-color: #C9EAF4 !important;
    background-color: rgba(201, 234, 244, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-lightest-blue {
    --bg-opacity: 1 !important;
    background-color: #EBFAFF !important;
    background-color: rgba(235, 250, 255, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-blueGreen {
    --bg-opacity: 1 !important;
    background-color: #148093 !important;
    background-color: rgba(20, 128, 147, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-mediumGray {
    --bg-opacity: 1 !important;
    background-color: #97A2B0 !important;
    background-color: rgba(151, 162, 176, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-light-gray {
    --bg-opacity: 1 !important;
    background-color: #ACACB4 !important;
    background-color: rgba(172, 172, 180, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-lightestGray {
    --bg-opacity: 1 !important;
    background-color: #F2F2F2 !important;
    background-color: rgba(242, 242, 242, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-dark-gray {
    --bg-opacity: 1 !important;
    background-color: #64626F !important;
    background-color: rgba(100, 98, 111, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nav-gray {
    --bg-opacity: 1 !important;
    background-color: #65718C !important;
    background-color: rgba(101, 113, 140, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-bullet-gray {
    --bg-opacity: 1 !important;
    background-color: #F1F1F2 !important;
    background-color: rgba(241, 241, 242, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-dark-red {
    --bg-opacity: 1 !important;
    background-color: #951700 !important;
    background-color: rgba(149, 23, 0, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-navy {
    --bg-opacity: 1 !important;
    background-color: #182F50 !important;
    background-color: rgba(24, 47, 80, var(--bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-lightNavy {
    --bg-opacity: 1 !important;
    background-color: #687FA0 !important;
    background-color: rgba(104, 127, 160, var(--bg-opacity)) !important;
  }

  .md\:bg-none {
    background-image: none !important;
  }

  .md\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--gradient-color-stops)) !important;
  }

  .md\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
  }

  .md\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
  }

  .md\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
  }

  .md\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important;
  }

  .md\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
  }

  .md\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
  }

  .md\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important;
  }

  .md\:from-transparent {
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:from-current {
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:from-black {
    --gradient-from-color: #000000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:from-white {
    --gradient-from-color: #FFFFFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:from-gray {
    --gradient-from-color: #727272 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(114, 114, 114, 0)) !important;
  }

  .md\:from-red {
    --gradient-from-color: #E12A09 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(225, 42, 9, 0)) !important;
  }

  .md\:from-orange {
    --gradient-from-color: #F29C2B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 156, 43, 0)) !important;
  }

  .md\:from-yellow {
    --gradient-from-color: #FFEB9A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 235, 154, 0)) !important;
  }

  .md\:from-green-100 {
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .md\:from-green-200 {
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .md\:from-green-300 {
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .md\:from-green-400 {
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .md\:from-green-500 {
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .md\:from-green-600 {
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .md\:from-green-700 {
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .md\:from-green-800 {
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .md\:from-green-900 {
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .md\:from-teal-100 {
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .md\:from-teal-200 {
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .md\:from-teal-300 {
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .md\:from-teal-400 {
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .md\:from-teal-500 {
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .md\:from-teal-600 {
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .md\:from-teal-700 {
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .md\:from-teal-800 {
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .md\:from-teal-900 {
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .md\:from-blue-100 {
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .md\:from-blue-200 {
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .md\:from-blue-300 {
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .md\:from-blue-400 {
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .md\:from-blue-500 {
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .md\:from-blue-600 {
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .md\:from-blue-700 {
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .md\:from-blue-800 {
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .md\:from-blue-900 {
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .md\:from-indigo-100 {
    --gradient-from-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .md\:from-indigo-200 {
    --gradient-from-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .md\:from-indigo-300 {
    --gradient-from-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .md\:from-indigo-400 {
    --gradient-from-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .md\:from-indigo-500 {
    --gradient-from-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .md\:from-indigo-600 {
    --gradient-from-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .md\:from-indigo-700 {
    --gradient-from-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .md\:from-indigo-800 {
    --gradient-from-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .md\:from-indigo-900 {
    --gradient-from-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .md\:from-purple-100 {
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .md\:from-purple-200 {
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .md\:from-purple-300 {
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .md\:from-purple-400 {
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .md\:from-purple-500 {
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .md\:from-purple-600 {
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .md\:from-purple-700 {
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .md\:from-purple-800 {
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .md\:from-purple-900 {
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .md\:from-pink-100 {
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .md\:from-pink-200 {
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .md\:from-pink-300 {
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .md\:from-pink-400 {
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .md\:from-pink-500 {
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .md\:from-pink-600 {
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .md\:from-pink-700 {
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .md\:from-pink-800 {
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .md\:from-pink-900 {
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .md\:from-navy-blue {
    --gradient-from-color: #23345A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 52, 90, 0)) !important;
  }

  .md\:from-cyan {
    --gradient-from-color: #40C8EA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 200, 234, 0)) !important;
  }

  .md\:from-yellowOrange {
    --gradient-from-color: #F8E9A7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 233, 167, 0)) !important;
  }

  .md\:from-light-blue {
    --gradient-from-color: #C9EAF4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(201, 234, 244, 0)) !important;
  }

  .md\:from-lightest-blue {
    --gradient-from-color: #EBFAFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 250, 255, 0)) !important;
  }

  .md\:from-blueGreen {
    --gradient-from-color: #148093 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 128, 147, 0)) !important;
  }

  .md\:from-mediumGray {
    --gradient-from-color: #97A2B0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 162, 176, 0)) !important;
  }

  .md\:from-light-gray {
    --gradient-from-color: #ACACB4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(172, 172, 180, 0)) !important;
  }

  .md\:from-lightestGray {
    --gradient-from-color: #F2F2F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .md\:from-dark-gray {
    --gradient-from-color: #64626F !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(100, 98, 111, 0)) !important;
  }

  .md\:from-nav-gray {
    --gradient-from-color: #65718C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(101, 113, 140, 0)) !important;
  }

  .md\:from-bullet-gray {
    --gradient-from-color: #F1F1F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 241, 242, 0)) !important;
  }

  .md\:from-dark-red {
    --gradient-from-color: #951700 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 23, 0, 0)) !important;
  }

  .md\:from-navy {
    --gradient-from-color: #182F50 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(24, 47, 80, 0)) !important;
  }

  .md\:from-lightNavy {
    --gradient-from-color: #687FA0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 127, 160, 0)) !important;
  }

  .md\:via-transparent {
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:via-current {
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:via-black {
    --gradient-via-color: #000000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:via-white {
    --gradient-via-color: #FFFFFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:via-gray {
    --gradient-via-color: #727272 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(114, 114, 114, 0)) !important;
  }

  .md\:via-red {
    --gradient-via-color: #E12A09 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(225, 42, 9, 0)) !important;
  }

  .md\:via-orange {
    --gradient-via-color: #F29C2B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 156, 43, 0)) !important;
  }

  .md\:via-yellow {
    --gradient-via-color: #FFEB9A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 235, 154, 0)) !important;
  }

  .md\:via-green-100 {
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .md\:via-green-200 {
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .md\:via-green-300 {
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .md\:via-green-400 {
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .md\:via-green-500 {
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .md\:via-green-600 {
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .md\:via-green-700 {
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .md\:via-green-800 {
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .md\:via-green-900 {
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .md\:via-teal-100 {
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .md\:via-teal-200 {
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .md\:via-teal-300 {
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .md\:via-teal-400 {
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .md\:via-teal-500 {
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .md\:via-teal-600 {
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .md\:via-teal-700 {
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .md\:via-teal-800 {
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .md\:via-teal-900 {
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .md\:via-blue-100 {
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .md\:via-blue-200 {
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .md\:via-blue-300 {
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .md\:via-blue-400 {
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .md\:via-blue-500 {
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .md\:via-blue-600 {
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .md\:via-blue-700 {
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .md\:via-blue-800 {
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .md\:via-blue-900 {
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .md\:via-indigo-100 {
    --gradient-via-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .md\:via-indigo-200 {
    --gradient-via-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .md\:via-indigo-300 {
    --gradient-via-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .md\:via-indigo-400 {
    --gradient-via-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .md\:via-indigo-500 {
    --gradient-via-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .md\:via-indigo-600 {
    --gradient-via-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .md\:via-indigo-700 {
    --gradient-via-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .md\:via-indigo-800 {
    --gradient-via-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .md\:via-indigo-900 {
    --gradient-via-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .md\:via-purple-100 {
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .md\:via-purple-200 {
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .md\:via-purple-300 {
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .md\:via-purple-400 {
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .md\:via-purple-500 {
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .md\:via-purple-600 {
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .md\:via-purple-700 {
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .md\:via-purple-800 {
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .md\:via-purple-900 {
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .md\:via-pink-100 {
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .md\:via-pink-200 {
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .md\:via-pink-300 {
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .md\:via-pink-400 {
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .md\:via-pink-500 {
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .md\:via-pink-600 {
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .md\:via-pink-700 {
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .md\:via-pink-800 {
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .md\:via-pink-900 {
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .md\:via-navy-blue {
    --gradient-via-color: #23345A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 52, 90, 0)) !important;
  }

  .md\:via-cyan {
    --gradient-via-color: #40C8EA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 200, 234, 0)) !important;
  }

  .md\:via-yellowOrange {
    --gradient-via-color: #F8E9A7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 233, 167, 0)) !important;
  }

  .md\:via-light-blue {
    --gradient-via-color: #C9EAF4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(201, 234, 244, 0)) !important;
  }

  .md\:via-lightest-blue {
    --gradient-via-color: #EBFAFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 250, 255, 0)) !important;
  }

  .md\:via-blueGreen {
    --gradient-via-color: #148093 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 128, 147, 0)) !important;
  }

  .md\:via-mediumGray {
    --gradient-via-color: #97A2B0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 162, 176, 0)) !important;
  }

  .md\:via-light-gray {
    --gradient-via-color: #ACACB4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(172, 172, 180, 0)) !important;
  }

  .md\:via-lightestGray {
    --gradient-via-color: #F2F2F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .md\:via-dark-gray {
    --gradient-via-color: #64626F !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(100, 98, 111, 0)) !important;
  }

  .md\:via-nav-gray {
    --gradient-via-color: #65718C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(101, 113, 140, 0)) !important;
  }

  .md\:via-bullet-gray {
    --gradient-via-color: #F1F1F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 241, 242, 0)) !important;
  }

  .md\:via-dark-red {
    --gradient-via-color: #951700 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 23, 0, 0)) !important;
  }

  .md\:via-navy {
    --gradient-via-color: #182F50 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(24, 47, 80, 0)) !important;
  }

  .md\:via-lightNavy {
    --gradient-via-color: #687FA0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 127, 160, 0)) !important;
  }

  .md\:to-transparent {
    --gradient-to-color: transparent !important;
  }

  .md\:to-current {
    --gradient-to-color: currentColor !important;
  }

  .md\:to-black {
    --gradient-to-color: #000000 !important;
  }

  .md\:to-white {
    --gradient-to-color: #FFFFFF !important;
  }

  .md\:to-gray {
    --gradient-to-color: #727272 !important;
  }

  .md\:to-red {
    --gradient-to-color: #E12A09 !important;
  }

  .md\:to-orange {
    --gradient-to-color: #F29C2B !important;
  }

  .md\:to-yellow {
    --gradient-to-color: #FFEB9A !important;
  }

  .md\:to-green-100 {
    --gradient-to-color: #f0fff4 !important;
  }

  .md\:to-green-200 {
    --gradient-to-color: #c6f6d5 !important;
  }

  .md\:to-green-300 {
    --gradient-to-color: #9ae6b4 !important;
  }

  .md\:to-green-400 {
    --gradient-to-color: #68d391 !important;
  }

  .md\:to-green-500 {
    --gradient-to-color: #48bb78 !important;
  }

  .md\:to-green-600 {
    --gradient-to-color: #38a169 !important;
  }

  .md\:to-green-700 {
    --gradient-to-color: #2f855a !important;
  }

  .md\:to-green-800 {
    --gradient-to-color: #276749 !important;
  }

  .md\:to-green-900 {
    --gradient-to-color: #22543d !important;
  }

  .md\:to-teal-100 {
    --gradient-to-color: #e6fffa !important;
  }

  .md\:to-teal-200 {
    --gradient-to-color: #b2f5ea !important;
  }

  .md\:to-teal-300 {
    --gradient-to-color: #81e6d9 !important;
  }

  .md\:to-teal-400 {
    --gradient-to-color: #4fd1c5 !important;
  }

  .md\:to-teal-500 {
    --gradient-to-color: #38b2ac !important;
  }

  .md\:to-teal-600 {
    --gradient-to-color: #319795 !important;
  }

  .md\:to-teal-700 {
    --gradient-to-color: #2c7a7b !important;
  }

  .md\:to-teal-800 {
    --gradient-to-color: #285e61 !important;
  }

  .md\:to-teal-900 {
    --gradient-to-color: #234e52 !important;
  }

  .md\:to-blue-100 {
    --gradient-to-color: #ebf8ff !important;
  }

  .md\:to-blue-200 {
    --gradient-to-color: #bee3f8 !important;
  }

  .md\:to-blue-300 {
    --gradient-to-color: #90cdf4 !important;
  }

  .md\:to-blue-400 {
    --gradient-to-color: #63b3ed !important;
  }

  .md\:to-blue-500 {
    --gradient-to-color: #4299e1 !important;
  }

  .md\:to-blue-600 {
    --gradient-to-color: #3182ce !important;
  }

  .md\:to-blue-700 {
    --gradient-to-color: #2b6cb0 !important;
  }

  .md\:to-blue-800 {
    --gradient-to-color: #2c5282 !important;
  }

  .md\:to-blue-900 {
    --gradient-to-color: #2a4365 !important;
  }

  .md\:to-indigo-100 {
    --gradient-to-color: #ebf4ff !important;
  }

  .md\:to-indigo-200 {
    --gradient-to-color: #c3dafe !important;
  }

  .md\:to-indigo-300 {
    --gradient-to-color: #a3bffa !important;
  }

  .md\:to-indigo-400 {
    --gradient-to-color: #7f9cf5 !important;
  }

  .md\:to-indigo-500 {
    --gradient-to-color: #667eea !important;
  }

  .md\:to-indigo-600 {
    --gradient-to-color: #5a67d8 !important;
  }

  .md\:to-indigo-700 {
    --gradient-to-color: #4c51bf !important;
  }

  .md\:to-indigo-800 {
    --gradient-to-color: #434190 !important;
  }

  .md\:to-indigo-900 {
    --gradient-to-color: #3c366b !important;
  }

  .md\:to-purple-100 {
    --gradient-to-color: #faf5ff !important;
  }

  .md\:to-purple-200 {
    --gradient-to-color: #e9d8fd !important;
  }

  .md\:to-purple-300 {
    --gradient-to-color: #d6bcfa !important;
  }

  .md\:to-purple-400 {
    --gradient-to-color: #b794f4 !important;
  }

  .md\:to-purple-500 {
    --gradient-to-color: #9f7aea !important;
  }

  .md\:to-purple-600 {
    --gradient-to-color: #805ad5 !important;
  }

  .md\:to-purple-700 {
    --gradient-to-color: #6b46c1 !important;
  }

  .md\:to-purple-800 {
    --gradient-to-color: #553c9a !important;
  }

  .md\:to-purple-900 {
    --gradient-to-color: #44337a !important;
  }

  .md\:to-pink-100 {
    --gradient-to-color: #fff5f7 !important;
  }

  .md\:to-pink-200 {
    --gradient-to-color: #fed7e2 !important;
  }

  .md\:to-pink-300 {
    --gradient-to-color: #fbb6ce !important;
  }

  .md\:to-pink-400 {
    --gradient-to-color: #f687b3 !important;
  }

  .md\:to-pink-500 {
    --gradient-to-color: #ed64a6 !important;
  }

  .md\:to-pink-600 {
    --gradient-to-color: #d53f8c !important;
  }

  .md\:to-pink-700 {
    --gradient-to-color: #b83280 !important;
  }

  .md\:to-pink-800 {
    --gradient-to-color: #97266d !important;
  }

  .md\:to-pink-900 {
    --gradient-to-color: #702459 !important;
  }

  .md\:to-navy-blue {
    --gradient-to-color: #23345A !important;
  }

  .md\:to-cyan {
    --gradient-to-color: #40C8EA !important;
  }

  .md\:to-yellowOrange {
    --gradient-to-color: #F8E9A7 !important;
  }

  .md\:to-light-blue {
    --gradient-to-color: #C9EAF4 !important;
  }

  .md\:to-lightest-blue {
    --gradient-to-color: #EBFAFF !important;
  }

  .md\:to-blueGreen {
    --gradient-to-color: #148093 !important;
  }

  .md\:to-mediumGray {
    --gradient-to-color: #97A2B0 !important;
  }

  .md\:to-light-gray {
    --gradient-to-color: #ACACB4 !important;
  }

  .md\:to-lightestGray {
    --gradient-to-color: #F2F2F2 !important;
  }

  .md\:to-dark-gray {
    --gradient-to-color: #64626F !important;
  }

  .md\:to-nav-gray {
    --gradient-to-color: #65718C !important;
  }

  .md\:to-bullet-gray {
    --gradient-to-color: #F1F1F2 !important;
  }

  .md\:to-dark-red {
    --gradient-to-color: #951700 !important;
  }

  .md\:to-navy {
    --gradient-to-color: #182F50 !important;
  }

  .md\:to-lightNavy {
    --gradient-to-color: #687FA0 !important;
  }

  .md\:hover\:from-transparent:hover {
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:from-current:hover {
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:from-black:hover {
    --gradient-from-color: #000000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:from-white:hover {
    --gradient-from-color: #FFFFFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:from-gray:hover {
    --gradient-from-color: #727272 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(114, 114, 114, 0)) !important;
  }

  .md\:hover\:from-red:hover {
    --gradient-from-color: #E12A09 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(225, 42, 9, 0)) !important;
  }

  .md\:hover\:from-orange:hover {
    --gradient-from-color: #F29C2B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 156, 43, 0)) !important;
  }

  .md\:hover\:from-yellow:hover {
    --gradient-from-color: #FFEB9A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 235, 154, 0)) !important;
  }

  .md\:hover\:from-green-100:hover {
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .md\:hover\:from-green-200:hover {
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .md\:hover\:from-green-300:hover {
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .md\:hover\:from-green-400:hover {
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .md\:hover\:from-green-500:hover {
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .md\:hover\:from-green-600:hover {
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .md\:hover\:from-green-700:hover {
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .md\:hover\:from-green-800:hover {
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .md\:hover\:from-green-900:hover {
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .md\:hover\:from-teal-100:hover {
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .md\:hover\:from-teal-200:hover {
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .md\:hover\:from-teal-300:hover {
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .md\:hover\:from-teal-400:hover {
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .md\:hover\:from-teal-500:hover {
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .md\:hover\:from-teal-600:hover {
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .md\:hover\:from-teal-700:hover {
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .md\:hover\:from-teal-800:hover {
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .md\:hover\:from-teal-900:hover {
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .md\:hover\:from-blue-100:hover {
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .md\:hover\:from-blue-200:hover {
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .md\:hover\:from-blue-300:hover {
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .md\:hover\:from-blue-400:hover {
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .md\:hover\:from-blue-500:hover {
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .md\:hover\:from-blue-600:hover {
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .md\:hover\:from-blue-700:hover {
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .md\:hover\:from-blue-800:hover {
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .md\:hover\:from-blue-900:hover {
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .md\:hover\:from-indigo-100:hover {
    --gradient-from-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .md\:hover\:from-indigo-200:hover {
    --gradient-from-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .md\:hover\:from-indigo-300:hover {
    --gradient-from-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .md\:hover\:from-indigo-400:hover {
    --gradient-from-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .md\:hover\:from-indigo-500:hover {
    --gradient-from-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .md\:hover\:from-indigo-600:hover {
    --gradient-from-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .md\:hover\:from-indigo-700:hover {
    --gradient-from-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .md\:hover\:from-indigo-800:hover {
    --gradient-from-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .md\:hover\:from-indigo-900:hover {
    --gradient-from-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .md\:hover\:from-purple-100:hover {
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .md\:hover\:from-purple-200:hover {
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .md\:hover\:from-purple-300:hover {
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .md\:hover\:from-purple-400:hover {
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .md\:hover\:from-purple-500:hover {
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .md\:hover\:from-purple-600:hover {
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .md\:hover\:from-purple-700:hover {
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .md\:hover\:from-purple-800:hover {
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .md\:hover\:from-purple-900:hover {
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .md\:hover\:from-pink-100:hover {
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .md\:hover\:from-pink-200:hover {
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .md\:hover\:from-pink-300:hover {
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .md\:hover\:from-pink-400:hover {
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .md\:hover\:from-pink-500:hover {
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .md\:hover\:from-pink-600:hover {
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .md\:hover\:from-pink-700:hover {
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .md\:hover\:from-pink-800:hover {
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .md\:hover\:from-pink-900:hover {
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .md\:hover\:from-navy-blue:hover {
    --gradient-from-color: #23345A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 52, 90, 0)) !important;
  }

  .md\:hover\:from-cyan:hover {
    --gradient-from-color: #40C8EA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 200, 234, 0)) !important;
  }

  .md\:hover\:from-yellowOrange:hover {
    --gradient-from-color: #F8E9A7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 233, 167, 0)) !important;
  }

  .md\:hover\:from-light-blue:hover {
    --gradient-from-color: #C9EAF4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(201, 234, 244, 0)) !important;
  }

  .md\:hover\:from-lightest-blue:hover {
    --gradient-from-color: #EBFAFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 250, 255, 0)) !important;
  }

  .md\:hover\:from-blueGreen:hover {
    --gradient-from-color: #148093 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 128, 147, 0)) !important;
  }

  .md\:hover\:from-mediumGray:hover {
    --gradient-from-color: #97A2B0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 162, 176, 0)) !important;
  }

  .md\:hover\:from-light-gray:hover {
    --gradient-from-color: #ACACB4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(172, 172, 180, 0)) !important;
  }

  .md\:hover\:from-lightestGray:hover {
    --gradient-from-color: #F2F2F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .md\:hover\:from-dark-gray:hover {
    --gradient-from-color: #64626F !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(100, 98, 111, 0)) !important;
  }

  .md\:hover\:from-nav-gray:hover {
    --gradient-from-color: #65718C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(101, 113, 140, 0)) !important;
  }

  .md\:hover\:from-bullet-gray:hover {
    --gradient-from-color: #F1F1F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 241, 242, 0)) !important;
  }

  .md\:hover\:from-dark-red:hover {
    --gradient-from-color: #951700 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 23, 0, 0)) !important;
  }

  .md\:hover\:from-navy:hover {
    --gradient-from-color: #182F50 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(24, 47, 80, 0)) !important;
  }

  .md\:hover\:from-lightNavy:hover {
    --gradient-from-color: #687FA0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 127, 160, 0)) !important;
  }

  .md\:hover\:via-transparent:hover {
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:via-current:hover {
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:via-black:hover {
    --gradient-via-color: #000000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:via-white:hover {
    --gradient-via-color: #FFFFFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:via-gray:hover {
    --gradient-via-color: #727272 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(114, 114, 114, 0)) !important;
  }

  .md\:hover\:via-red:hover {
    --gradient-via-color: #E12A09 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(225, 42, 9, 0)) !important;
  }

  .md\:hover\:via-orange:hover {
    --gradient-via-color: #F29C2B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 156, 43, 0)) !important;
  }

  .md\:hover\:via-yellow:hover {
    --gradient-via-color: #FFEB9A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 235, 154, 0)) !important;
  }

  .md\:hover\:via-green-100:hover {
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .md\:hover\:via-green-200:hover {
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .md\:hover\:via-green-300:hover {
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .md\:hover\:via-green-400:hover {
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .md\:hover\:via-green-500:hover {
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .md\:hover\:via-green-600:hover {
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .md\:hover\:via-green-700:hover {
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .md\:hover\:via-green-800:hover {
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .md\:hover\:via-green-900:hover {
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .md\:hover\:via-teal-100:hover {
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .md\:hover\:via-teal-200:hover {
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .md\:hover\:via-teal-300:hover {
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .md\:hover\:via-teal-400:hover {
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .md\:hover\:via-teal-500:hover {
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .md\:hover\:via-teal-600:hover {
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .md\:hover\:via-teal-700:hover {
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .md\:hover\:via-teal-800:hover {
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .md\:hover\:via-teal-900:hover {
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .md\:hover\:via-blue-100:hover {
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .md\:hover\:via-blue-200:hover {
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .md\:hover\:via-blue-300:hover {
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .md\:hover\:via-blue-400:hover {
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .md\:hover\:via-blue-500:hover {
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .md\:hover\:via-blue-600:hover {
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .md\:hover\:via-blue-700:hover {
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .md\:hover\:via-blue-800:hover {
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .md\:hover\:via-blue-900:hover {
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .md\:hover\:via-indigo-100:hover {
    --gradient-via-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .md\:hover\:via-indigo-200:hover {
    --gradient-via-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .md\:hover\:via-indigo-300:hover {
    --gradient-via-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .md\:hover\:via-indigo-400:hover {
    --gradient-via-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .md\:hover\:via-indigo-500:hover {
    --gradient-via-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .md\:hover\:via-indigo-600:hover {
    --gradient-via-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .md\:hover\:via-indigo-700:hover {
    --gradient-via-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .md\:hover\:via-indigo-800:hover {
    --gradient-via-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .md\:hover\:via-indigo-900:hover {
    --gradient-via-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .md\:hover\:via-purple-100:hover {
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .md\:hover\:via-purple-200:hover {
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .md\:hover\:via-purple-300:hover {
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .md\:hover\:via-purple-400:hover {
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .md\:hover\:via-purple-500:hover {
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .md\:hover\:via-purple-600:hover {
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .md\:hover\:via-purple-700:hover {
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .md\:hover\:via-purple-800:hover {
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .md\:hover\:via-purple-900:hover {
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .md\:hover\:via-pink-100:hover {
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .md\:hover\:via-pink-200:hover {
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .md\:hover\:via-pink-300:hover {
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .md\:hover\:via-pink-400:hover {
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .md\:hover\:via-pink-500:hover {
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .md\:hover\:via-pink-600:hover {
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .md\:hover\:via-pink-700:hover {
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .md\:hover\:via-pink-800:hover {
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .md\:hover\:via-pink-900:hover {
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .md\:hover\:via-navy-blue:hover {
    --gradient-via-color: #23345A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 52, 90, 0)) !important;
  }

  .md\:hover\:via-cyan:hover {
    --gradient-via-color: #40C8EA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 200, 234, 0)) !important;
  }

  .md\:hover\:via-yellowOrange:hover {
    --gradient-via-color: #F8E9A7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 233, 167, 0)) !important;
  }

  .md\:hover\:via-light-blue:hover {
    --gradient-via-color: #C9EAF4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(201, 234, 244, 0)) !important;
  }

  .md\:hover\:via-lightest-blue:hover {
    --gradient-via-color: #EBFAFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 250, 255, 0)) !important;
  }

  .md\:hover\:via-blueGreen:hover {
    --gradient-via-color: #148093 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 128, 147, 0)) !important;
  }

  .md\:hover\:via-mediumGray:hover {
    --gradient-via-color: #97A2B0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 162, 176, 0)) !important;
  }

  .md\:hover\:via-light-gray:hover {
    --gradient-via-color: #ACACB4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(172, 172, 180, 0)) !important;
  }

  .md\:hover\:via-lightestGray:hover {
    --gradient-via-color: #F2F2F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .md\:hover\:via-dark-gray:hover {
    --gradient-via-color: #64626F !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(100, 98, 111, 0)) !important;
  }

  .md\:hover\:via-nav-gray:hover {
    --gradient-via-color: #65718C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(101, 113, 140, 0)) !important;
  }

  .md\:hover\:via-bullet-gray:hover {
    --gradient-via-color: #F1F1F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 241, 242, 0)) !important;
  }

  .md\:hover\:via-dark-red:hover {
    --gradient-via-color: #951700 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 23, 0, 0)) !important;
  }

  .md\:hover\:via-navy:hover {
    --gradient-via-color: #182F50 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(24, 47, 80, 0)) !important;
  }

  .md\:hover\:via-lightNavy:hover {
    --gradient-via-color: #687FA0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 127, 160, 0)) !important;
  }

  .md\:hover\:to-transparent:hover {
    --gradient-to-color: transparent !important;
  }

  .md\:hover\:to-current:hover {
    --gradient-to-color: currentColor !important;
  }

  .md\:hover\:to-black:hover {
    --gradient-to-color: #000000 !important;
  }

  .md\:hover\:to-white:hover {
    --gradient-to-color: #FFFFFF !important;
  }

  .md\:hover\:to-gray:hover {
    --gradient-to-color: #727272 !important;
  }

  .md\:hover\:to-red:hover {
    --gradient-to-color: #E12A09 !important;
  }

  .md\:hover\:to-orange:hover {
    --gradient-to-color: #F29C2B !important;
  }

  .md\:hover\:to-yellow:hover {
    --gradient-to-color: #FFEB9A !important;
  }

  .md\:hover\:to-green-100:hover {
    --gradient-to-color: #f0fff4 !important;
  }

  .md\:hover\:to-green-200:hover {
    --gradient-to-color: #c6f6d5 !important;
  }

  .md\:hover\:to-green-300:hover {
    --gradient-to-color: #9ae6b4 !important;
  }

  .md\:hover\:to-green-400:hover {
    --gradient-to-color: #68d391 !important;
  }

  .md\:hover\:to-green-500:hover {
    --gradient-to-color: #48bb78 !important;
  }

  .md\:hover\:to-green-600:hover {
    --gradient-to-color: #38a169 !important;
  }

  .md\:hover\:to-green-700:hover {
    --gradient-to-color: #2f855a !important;
  }

  .md\:hover\:to-green-800:hover {
    --gradient-to-color: #276749 !important;
  }

  .md\:hover\:to-green-900:hover {
    --gradient-to-color: #22543d !important;
  }

  .md\:hover\:to-teal-100:hover {
    --gradient-to-color: #e6fffa !important;
  }

  .md\:hover\:to-teal-200:hover {
    --gradient-to-color: #b2f5ea !important;
  }

  .md\:hover\:to-teal-300:hover {
    --gradient-to-color: #81e6d9 !important;
  }

  .md\:hover\:to-teal-400:hover {
    --gradient-to-color: #4fd1c5 !important;
  }

  .md\:hover\:to-teal-500:hover {
    --gradient-to-color: #38b2ac !important;
  }

  .md\:hover\:to-teal-600:hover {
    --gradient-to-color: #319795 !important;
  }

  .md\:hover\:to-teal-700:hover {
    --gradient-to-color: #2c7a7b !important;
  }

  .md\:hover\:to-teal-800:hover {
    --gradient-to-color: #285e61 !important;
  }

  .md\:hover\:to-teal-900:hover {
    --gradient-to-color: #234e52 !important;
  }

  .md\:hover\:to-blue-100:hover {
    --gradient-to-color: #ebf8ff !important;
  }

  .md\:hover\:to-blue-200:hover {
    --gradient-to-color: #bee3f8 !important;
  }

  .md\:hover\:to-blue-300:hover {
    --gradient-to-color: #90cdf4 !important;
  }

  .md\:hover\:to-blue-400:hover {
    --gradient-to-color: #63b3ed !important;
  }

  .md\:hover\:to-blue-500:hover {
    --gradient-to-color: #4299e1 !important;
  }

  .md\:hover\:to-blue-600:hover {
    --gradient-to-color: #3182ce !important;
  }

  .md\:hover\:to-blue-700:hover {
    --gradient-to-color: #2b6cb0 !important;
  }

  .md\:hover\:to-blue-800:hover {
    --gradient-to-color: #2c5282 !important;
  }

  .md\:hover\:to-blue-900:hover {
    --gradient-to-color: #2a4365 !important;
  }

  .md\:hover\:to-indigo-100:hover {
    --gradient-to-color: #ebf4ff !important;
  }

  .md\:hover\:to-indigo-200:hover {
    --gradient-to-color: #c3dafe !important;
  }

  .md\:hover\:to-indigo-300:hover {
    --gradient-to-color: #a3bffa !important;
  }

  .md\:hover\:to-indigo-400:hover {
    --gradient-to-color: #7f9cf5 !important;
  }

  .md\:hover\:to-indigo-500:hover {
    --gradient-to-color: #667eea !important;
  }

  .md\:hover\:to-indigo-600:hover {
    --gradient-to-color: #5a67d8 !important;
  }

  .md\:hover\:to-indigo-700:hover {
    --gradient-to-color: #4c51bf !important;
  }

  .md\:hover\:to-indigo-800:hover {
    --gradient-to-color: #434190 !important;
  }

  .md\:hover\:to-indigo-900:hover {
    --gradient-to-color: #3c366b !important;
  }

  .md\:hover\:to-purple-100:hover {
    --gradient-to-color: #faf5ff !important;
  }

  .md\:hover\:to-purple-200:hover {
    --gradient-to-color: #e9d8fd !important;
  }

  .md\:hover\:to-purple-300:hover {
    --gradient-to-color: #d6bcfa !important;
  }

  .md\:hover\:to-purple-400:hover {
    --gradient-to-color: #b794f4 !important;
  }

  .md\:hover\:to-purple-500:hover {
    --gradient-to-color: #9f7aea !important;
  }

  .md\:hover\:to-purple-600:hover {
    --gradient-to-color: #805ad5 !important;
  }

  .md\:hover\:to-purple-700:hover {
    --gradient-to-color: #6b46c1 !important;
  }

  .md\:hover\:to-purple-800:hover {
    --gradient-to-color: #553c9a !important;
  }

  .md\:hover\:to-purple-900:hover {
    --gradient-to-color: #44337a !important;
  }

  .md\:hover\:to-pink-100:hover {
    --gradient-to-color: #fff5f7 !important;
  }

  .md\:hover\:to-pink-200:hover {
    --gradient-to-color: #fed7e2 !important;
  }

  .md\:hover\:to-pink-300:hover {
    --gradient-to-color: #fbb6ce !important;
  }

  .md\:hover\:to-pink-400:hover {
    --gradient-to-color: #f687b3 !important;
  }

  .md\:hover\:to-pink-500:hover {
    --gradient-to-color: #ed64a6 !important;
  }

  .md\:hover\:to-pink-600:hover {
    --gradient-to-color: #d53f8c !important;
  }

  .md\:hover\:to-pink-700:hover {
    --gradient-to-color: #b83280 !important;
  }

  .md\:hover\:to-pink-800:hover {
    --gradient-to-color: #97266d !important;
  }

  .md\:hover\:to-pink-900:hover {
    --gradient-to-color: #702459 !important;
  }

  .md\:hover\:to-navy-blue:hover {
    --gradient-to-color: #23345A !important;
  }

  .md\:hover\:to-cyan:hover {
    --gradient-to-color: #40C8EA !important;
  }

  .md\:hover\:to-yellowOrange:hover {
    --gradient-to-color: #F8E9A7 !important;
  }

  .md\:hover\:to-light-blue:hover {
    --gradient-to-color: #C9EAF4 !important;
  }

  .md\:hover\:to-lightest-blue:hover {
    --gradient-to-color: #EBFAFF !important;
  }

  .md\:hover\:to-blueGreen:hover {
    --gradient-to-color: #148093 !important;
  }

  .md\:hover\:to-mediumGray:hover {
    --gradient-to-color: #97A2B0 !important;
  }

  .md\:hover\:to-light-gray:hover {
    --gradient-to-color: #ACACB4 !important;
  }

  .md\:hover\:to-lightestGray:hover {
    --gradient-to-color: #F2F2F2 !important;
  }

  .md\:hover\:to-dark-gray:hover {
    --gradient-to-color: #64626F !important;
  }

  .md\:hover\:to-nav-gray:hover {
    --gradient-to-color: #65718C !important;
  }

  .md\:hover\:to-bullet-gray:hover {
    --gradient-to-color: #F1F1F2 !important;
  }

  .md\:hover\:to-dark-red:hover {
    --gradient-to-color: #951700 !important;
  }

  .md\:hover\:to-navy:hover {
    --gradient-to-color: #182F50 !important;
  }

  .md\:hover\:to-lightNavy:hover {
    --gradient-to-color: #687FA0 !important;
  }

  .md\:focus\:from-transparent:focus {
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:from-current:focus {
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:from-black:focus {
    --gradient-from-color: #000000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:from-white:focus {
    --gradient-from-color: #FFFFFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:from-gray:focus {
    --gradient-from-color: #727272 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(114, 114, 114, 0)) !important;
  }

  .md\:focus\:from-red:focus {
    --gradient-from-color: #E12A09 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(225, 42, 9, 0)) !important;
  }

  .md\:focus\:from-orange:focus {
    --gradient-from-color: #F29C2B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 156, 43, 0)) !important;
  }

  .md\:focus\:from-yellow:focus {
    --gradient-from-color: #FFEB9A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 235, 154, 0)) !important;
  }

  .md\:focus\:from-green-100:focus {
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .md\:focus\:from-green-200:focus {
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .md\:focus\:from-green-300:focus {
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .md\:focus\:from-green-400:focus {
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .md\:focus\:from-green-500:focus {
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .md\:focus\:from-green-600:focus {
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .md\:focus\:from-green-700:focus {
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .md\:focus\:from-green-800:focus {
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .md\:focus\:from-green-900:focus {
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .md\:focus\:from-teal-100:focus {
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .md\:focus\:from-teal-200:focus {
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .md\:focus\:from-teal-300:focus {
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .md\:focus\:from-teal-400:focus {
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .md\:focus\:from-teal-500:focus {
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .md\:focus\:from-teal-600:focus {
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .md\:focus\:from-teal-700:focus {
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .md\:focus\:from-teal-800:focus {
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .md\:focus\:from-teal-900:focus {
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .md\:focus\:from-blue-100:focus {
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .md\:focus\:from-blue-200:focus {
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .md\:focus\:from-blue-300:focus {
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .md\:focus\:from-blue-400:focus {
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .md\:focus\:from-blue-500:focus {
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .md\:focus\:from-blue-600:focus {
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .md\:focus\:from-blue-700:focus {
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .md\:focus\:from-blue-800:focus {
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .md\:focus\:from-blue-900:focus {
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .md\:focus\:from-indigo-100:focus {
    --gradient-from-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .md\:focus\:from-indigo-200:focus {
    --gradient-from-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .md\:focus\:from-indigo-300:focus {
    --gradient-from-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .md\:focus\:from-indigo-400:focus {
    --gradient-from-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .md\:focus\:from-indigo-500:focus {
    --gradient-from-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .md\:focus\:from-indigo-600:focus {
    --gradient-from-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .md\:focus\:from-indigo-700:focus {
    --gradient-from-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .md\:focus\:from-indigo-800:focus {
    --gradient-from-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .md\:focus\:from-indigo-900:focus {
    --gradient-from-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .md\:focus\:from-purple-100:focus {
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .md\:focus\:from-purple-200:focus {
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .md\:focus\:from-purple-300:focus {
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .md\:focus\:from-purple-400:focus {
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .md\:focus\:from-purple-500:focus {
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .md\:focus\:from-purple-600:focus {
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .md\:focus\:from-purple-700:focus {
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .md\:focus\:from-purple-800:focus {
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .md\:focus\:from-purple-900:focus {
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .md\:focus\:from-pink-100:focus {
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .md\:focus\:from-pink-200:focus {
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .md\:focus\:from-pink-300:focus {
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .md\:focus\:from-pink-400:focus {
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .md\:focus\:from-pink-500:focus {
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .md\:focus\:from-pink-600:focus {
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .md\:focus\:from-pink-700:focus {
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .md\:focus\:from-pink-800:focus {
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .md\:focus\:from-pink-900:focus {
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .md\:focus\:from-navy-blue:focus {
    --gradient-from-color: #23345A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 52, 90, 0)) !important;
  }

  .md\:focus\:from-cyan:focus {
    --gradient-from-color: #40C8EA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 200, 234, 0)) !important;
  }

  .md\:focus\:from-yellowOrange:focus {
    --gradient-from-color: #F8E9A7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 233, 167, 0)) !important;
  }

  .md\:focus\:from-light-blue:focus {
    --gradient-from-color: #C9EAF4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(201, 234, 244, 0)) !important;
  }

  .md\:focus\:from-lightest-blue:focus {
    --gradient-from-color: #EBFAFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 250, 255, 0)) !important;
  }

  .md\:focus\:from-blueGreen:focus {
    --gradient-from-color: #148093 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 128, 147, 0)) !important;
  }

  .md\:focus\:from-mediumGray:focus {
    --gradient-from-color: #97A2B0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 162, 176, 0)) !important;
  }

  .md\:focus\:from-light-gray:focus {
    --gradient-from-color: #ACACB4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(172, 172, 180, 0)) !important;
  }

  .md\:focus\:from-lightestGray:focus {
    --gradient-from-color: #F2F2F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .md\:focus\:from-dark-gray:focus {
    --gradient-from-color: #64626F !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(100, 98, 111, 0)) !important;
  }

  .md\:focus\:from-nav-gray:focus {
    --gradient-from-color: #65718C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(101, 113, 140, 0)) !important;
  }

  .md\:focus\:from-bullet-gray:focus {
    --gradient-from-color: #F1F1F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 241, 242, 0)) !important;
  }

  .md\:focus\:from-dark-red:focus {
    --gradient-from-color: #951700 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 23, 0, 0)) !important;
  }

  .md\:focus\:from-navy:focus {
    --gradient-from-color: #182F50 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(24, 47, 80, 0)) !important;
  }

  .md\:focus\:from-lightNavy:focus {
    --gradient-from-color: #687FA0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 127, 160, 0)) !important;
  }

  .md\:focus\:via-transparent:focus {
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:via-current:focus {
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:via-black:focus {
    --gradient-via-color: #000000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:via-white:focus {
    --gradient-via-color: #FFFFFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:via-gray:focus {
    --gradient-via-color: #727272 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(114, 114, 114, 0)) !important;
  }

  .md\:focus\:via-red:focus {
    --gradient-via-color: #E12A09 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(225, 42, 9, 0)) !important;
  }

  .md\:focus\:via-orange:focus {
    --gradient-via-color: #F29C2B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 156, 43, 0)) !important;
  }

  .md\:focus\:via-yellow:focus {
    --gradient-via-color: #FFEB9A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 235, 154, 0)) !important;
  }

  .md\:focus\:via-green-100:focus {
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .md\:focus\:via-green-200:focus {
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .md\:focus\:via-green-300:focus {
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .md\:focus\:via-green-400:focus {
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .md\:focus\:via-green-500:focus {
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .md\:focus\:via-green-600:focus {
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .md\:focus\:via-green-700:focus {
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .md\:focus\:via-green-800:focus {
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .md\:focus\:via-green-900:focus {
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .md\:focus\:via-teal-100:focus {
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .md\:focus\:via-teal-200:focus {
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .md\:focus\:via-teal-300:focus {
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .md\:focus\:via-teal-400:focus {
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .md\:focus\:via-teal-500:focus {
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .md\:focus\:via-teal-600:focus {
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .md\:focus\:via-teal-700:focus {
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .md\:focus\:via-teal-800:focus {
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .md\:focus\:via-teal-900:focus {
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .md\:focus\:via-blue-100:focus {
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .md\:focus\:via-blue-200:focus {
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .md\:focus\:via-blue-300:focus {
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .md\:focus\:via-blue-400:focus {
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .md\:focus\:via-blue-500:focus {
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .md\:focus\:via-blue-600:focus {
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .md\:focus\:via-blue-700:focus {
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .md\:focus\:via-blue-800:focus {
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .md\:focus\:via-blue-900:focus {
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .md\:focus\:via-indigo-100:focus {
    --gradient-via-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .md\:focus\:via-indigo-200:focus {
    --gradient-via-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .md\:focus\:via-indigo-300:focus {
    --gradient-via-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .md\:focus\:via-indigo-400:focus {
    --gradient-via-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .md\:focus\:via-indigo-500:focus {
    --gradient-via-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .md\:focus\:via-indigo-600:focus {
    --gradient-via-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .md\:focus\:via-indigo-700:focus {
    --gradient-via-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .md\:focus\:via-indigo-800:focus {
    --gradient-via-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .md\:focus\:via-indigo-900:focus {
    --gradient-via-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .md\:focus\:via-purple-100:focus {
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .md\:focus\:via-purple-200:focus {
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .md\:focus\:via-purple-300:focus {
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .md\:focus\:via-purple-400:focus {
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .md\:focus\:via-purple-500:focus {
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .md\:focus\:via-purple-600:focus {
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .md\:focus\:via-purple-700:focus {
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .md\:focus\:via-purple-800:focus {
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .md\:focus\:via-purple-900:focus {
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .md\:focus\:via-pink-100:focus {
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .md\:focus\:via-pink-200:focus {
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .md\:focus\:via-pink-300:focus {
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .md\:focus\:via-pink-400:focus {
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .md\:focus\:via-pink-500:focus {
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .md\:focus\:via-pink-600:focus {
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .md\:focus\:via-pink-700:focus {
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .md\:focus\:via-pink-800:focus {
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .md\:focus\:via-pink-900:focus {
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .md\:focus\:via-navy-blue:focus {
    --gradient-via-color: #23345A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 52, 90, 0)) !important;
  }

  .md\:focus\:via-cyan:focus {
    --gradient-via-color: #40C8EA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 200, 234, 0)) !important;
  }

  .md\:focus\:via-yellowOrange:focus {
    --gradient-via-color: #F8E9A7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 233, 167, 0)) !important;
  }

  .md\:focus\:via-light-blue:focus {
    --gradient-via-color: #C9EAF4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(201, 234, 244, 0)) !important;
  }

  .md\:focus\:via-lightest-blue:focus {
    --gradient-via-color: #EBFAFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 250, 255, 0)) !important;
  }

  .md\:focus\:via-blueGreen:focus {
    --gradient-via-color: #148093 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 128, 147, 0)) !important;
  }

  .md\:focus\:via-mediumGray:focus {
    --gradient-via-color: #97A2B0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 162, 176, 0)) !important;
  }

  .md\:focus\:via-light-gray:focus {
    --gradient-via-color: #ACACB4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(172, 172, 180, 0)) !important;
  }

  .md\:focus\:via-lightestGray:focus {
    --gradient-via-color: #F2F2F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .md\:focus\:via-dark-gray:focus {
    --gradient-via-color: #64626F !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(100, 98, 111, 0)) !important;
  }

  .md\:focus\:via-nav-gray:focus {
    --gradient-via-color: #65718C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(101, 113, 140, 0)) !important;
  }

  .md\:focus\:via-bullet-gray:focus {
    --gradient-via-color: #F1F1F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 241, 242, 0)) !important;
  }

  .md\:focus\:via-dark-red:focus {
    --gradient-via-color: #951700 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 23, 0, 0)) !important;
  }

  .md\:focus\:via-navy:focus {
    --gradient-via-color: #182F50 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(24, 47, 80, 0)) !important;
  }

  .md\:focus\:via-lightNavy:focus {
    --gradient-via-color: #687FA0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 127, 160, 0)) !important;
  }

  .md\:focus\:to-transparent:focus {
    --gradient-to-color: transparent !important;
  }

  .md\:focus\:to-current:focus {
    --gradient-to-color: currentColor !important;
  }

  .md\:focus\:to-black:focus {
    --gradient-to-color: #000000 !important;
  }

  .md\:focus\:to-white:focus {
    --gradient-to-color: #FFFFFF !important;
  }

  .md\:focus\:to-gray:focus {
    --gradient-to-color: #727272 !important;
  }

  .md\:focus\:to-red:focus {
    --gradient-to-color: #E12A09 !important;
  }

  .md\:focus\:to-orange:focus {
    --gradient-to-color: #F29C2B !important;
  }

  .md\:focus\:to-yellow:focus {
    --gradient-to-color: #FFEB9A !important;
  }

  .md\:focus\:to-green-100:focus {
    --gradient-to-color: #f0fff4 !important;
  }

  .md\:focus\:to-green-200:focus {
    --gradient-to-color: #c6f6d5 !important;
  }

  .md\:focus\:to-green-300:focus {
    --gradient-to-color: #9ae6b4 !important;
  }

  .md\:focus\:to-green-400:focus {
    --gradient-to-color: #68d391 !important;
  }

  .md\:focus\:to-green-500:focus {
    --gradient-to-color: #48bb78 !important;
  }

  .md\:focus\:to-green-600:focus {
    --gradient-to-color: #38a169 !important;
  }

  .md\:focus\:to-green-700:focus {
    --gradient-to-color: #2f855a !important;
  }

  .md\:focus\:to-green-800:focus {
    --gradient-to-color: #276749 !important;
  }

  .md\:focus\:to-green-900:focus {
    --gradient-to-color: #22543d !important;
  }

  .md\:focus\:to-teal-100:focus {
    --gradient-to-color: #e6fffa !important;
  }

  .md\:focus\:to-teal-200:focus {
    --gradient-to-color: #b2f5ea !important;
  }

  .md\:focus\:to-teal-300:focus {
    --gradient-to-color: #81e6d9 !important;
  }

  .md\:focus\:to-teal-400:focus {
    --gradient-to-color: #4fd1c5 !important;
  }

  .md\:focus\:to-teal-500:focus {
    --gradient-to-color: #38b2ac !important;
  }

  .md\:focus\:to-teal-600:focus {
    --gradient-to-color: #319795 !important;
  }

  .md\:focus\:to-teal-700:focus {
    --gradient-to-color: #2c7a7b !important;
  }

  .md\:focus\:to-teal-800:focus {
    --gradient-to-color: #285e61 !important;
  }

  .md\:focus\:to-teal-900:focus {
    --gradient-to-color: #234e52 !important;
  }

  .md\:focus\:to-blue-100:focus {
    --gradient-to-color: #ebf8ff !important;
  }

  .md\:focus\:to-blue-200:focus {
    --gradient-to-color: #bee3f8 !important;
  }

  .md\:focus\:to-blue-300:focus {
    --gradient-to-color: #90cdf4 !important;
  }

  .md\:focus\:to-blue-400:focus {
    --gradient-to-color: #63b3ed !important;
  }

  .md\:focus\:to-blue-500:focus {
    --gradient-to-color: #4299e1 !important;
  }

  .md\:focus\:to-blue-600:focus {
    --gradient-to-color: #3182ce !important;
  }

  .md\:focus\:to-blue-700:focus {
    --gradient-to-color: #2b6cb0 !important;
  }

  .md\:focus\:to-blue-800:focus {
    --gradient-to-color: #2c5282 !important;
  }

  .md\:focus\:to-blue-900:focus {
    --gradient-to-color: #2a4365 !important;
  }

  .md\:focus\:to-indigo-100:focus {
    --gradient-to-color: #ebf4ff !important;
  }

  .md\:focus\:to-indigo-200:focus {
    --gradient-to-color: #c3dafe !important;
  }

  .md\:focus\:to-indigo-300:focus {
    --gradient-to-color: #a3bffa !important;
  }

  .md\:focus\:to-indigo-400:focus {
    --gradient-to-color: #7f9cf5 !important;
  }

  .md\:focus\:to-indigo-500:focus {
    --gradient-to-color: #667eea !important;
  }

  .md\:focus\:to-indigo-600:focus {
    --gradient-to-color: #5a67d8 !important;
  }

  .md\:focus\:to-indigo-700:focus {
    --gradient-to-color: #4c51bf !important;
  }

  .md\:focus\:to-indigo-800:focus {
    --gradient-to-color: #434190 !important;
  }

  .md\:focus\:to-indigo-900:focus {
    --gradient-to-color: #3c366b !important;
  }

  .md\:focus\:to-purple-100:focus {
    --gradient-to-color: #faf5ff !important;
  }

  .md\:focus\:to-purple-200:focus {
    --gradient-to-color: #e9d8fd !important;
  }

  .md\:focus\:to-purple-300:focus {
    --gradient-to-color: #d6bcfa !important;
  }

  .md\:focus\:to-purple-400:focus {
    --gradient-to-color: #b794f4 !important;
  }

  .md\:focus\:to-purple-500:focus {
    --gradient-to-color: #9f7aea !important;
  }

  .md\:focus\:to-purple-600:focus {
    --gradient-to-color: #805ad5 !important;
  }

  .md\:focus\:to-purple-700:focus {
    --gradient-to-color: #6b46c1 !important;
  }

  .md\:focus\:to-purple-800:focus {
    --gradient-to-color: #553c9a !important;
  }

  .md\:focus\:to-purple-900:focus {
    --gradient-to-color: #44337a !important;
  }

  .md\:focus\:to-pink-100:focus {
    --gradient-to-color: #fff5f7 !important;
  }

  .md\:focus\:to-pink-200:focus {
    --gradient-to-color: #fed7e2 !important;
  }

  .md\:focus\:to-pink-300:focus {
    --gradient-to-color: #fbb6ce !important;
  }

  .md\:focus\:to-pink-400:focus {
    --gradient-to-color: #f687b3 !important;
  }

  .md\:focus\:to-pink-500:focus {
    --gradient-to-color: #ed64a6 !important;
  }

  .md\:focus\:to-pink-600:focus {
    --gradient-to-color: #d53f8c !important;
  }

  .md\:focus\:to-pink-700:focus {
    --gradient-to-color: #b83280 !important;
  }

  .md\:focus\:to-pink-800:focus {
    --gradient-to-color: #97266d !important;
  }

  .md\:focus\:to-pink-900:focus {
    --gradient-to-color: #702459 !important;
  }

  .md\:focus\:to-navy-blue:focus {
    --gradient-to-color: #23345A !important;
  }

  .md\:focus\:to-cyan:focus {
    --gradient-to-color: #40C8EA !important;
  }

  .md\:focus\:to-yellowOrange:focus {
    --gradient-to-color: #F8E9A7 !important;
  }

  .md\:focus\:to-light-blue:focus {
    --gradient-to-color: #C9EAF4 !important;
  }

  .md\:focus\:to-lightest-blue:focus {
    --gradient-to-color: #EBFAFF !important;
  }

  .md\:focus\:to-blueGreen:focus {
    --gradient-to-color: #148093 !important;
  }

  .md\:focus\:to-mediumGray:focus {
    --gradient-to-color: #97A2B0 !important;
  }

  .md\:focus\:to-light-gray:focus {
    --gradient-to-color: #ACACB4 !important;
  }

  .md\:focus\:to-lightestGray:focus {
    --gradient-to-color: #F2F2F2 !important;
  }

  .md\:focus\:to-dark-gray:focus {
    --gradient-to-color: #64626F !important;
  }

  .md\:focus\:to-nav-gray:focus {
    --gradient-to-color: #65718C !important;
  }

  .md\:focus\:to-bullet-gray:focus {
    --gradient-to-color: #F1F1F2 !important;
  }

  .md\:focus\:to-dark-red:focus {
    --gradient-to-color: #951700 !important;
  }

  .md\:focus\:to-navy:focus {
    --gradient-to-color: #182F50 !important;
  }

  .md\:focus\:to-lightNavy:focus {
    --gradient-to-color: #687FA0 !important;
  }

  .md\:bg-opacity-0 {
    --bg-opacity: 0 !important;
  }

  .md\:bg-opacity-25 {
    --bg-opacity: 0.25 !important;
  }

  .md\:bg-opacity-50 {
    --bg-opacity: 0.5 !important;
  }

  .md\:bg-opacity-75 {
    --bg-opacity: 0.75 !important;
  }

  .md\:bg-opacity-100 {
    --bg-opacity: 1 !important;
  }

  .md\:hover\:bg-opacity-0:hover {
    --bg-opacity: 0 !important;
  }

  .md\:hover\:bg-opacity-25:hover {
    --bg-opacity: 0.25 !important;
  }

  .md\:hover\:bg-opacity-50:hover {
    --bg-opacity: 0.5 !important;
  }

  .md\:hover\:bg-opacity-75:hover {
    --bg-opacity: 0.75 !important;
  }

  .md\:hover\:bg-opacity-100:hover {
    --bg-opacity: 1 !important;
  }

  .md\:focus\:bg-opacity-0:focus {
    --bg-opacity: 0 !important;
  }

  .md\:focus\:bg-opacity-25:focus {
    --bg-opacity: 0.25 !important;
  }

  .md\:focus\:bg-opacity-50:focus {
    --bg-opacity: 0.5 !important;
  }

  .md\:focus\:bg-opacity-75:focus {
    --bg-opacity: 0.75 !important;
  }

  .md\:focus\:bg-opacity-100:focus {
    --bg-opacity: 1 !important;
  }

  .md\:bg-bottom {
    background-position: bottom !important;
  }

  .md\:bg-center {
    background-position: center !important;
  }

  .md\:bg-left {
    background-position: left !important;
  }

  .md\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .md\:bg-left-top {
    background-position: left top !important;
  }

  .md\:bg-right {
    background-position: right !important;
  }

  .md\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .md\:bg-right-top {
    background-position: right top !important;
  }

  .md\:bg-top {
    background-position: top !important;
  }

  .md\:bg-repeat {
    background-repeat: repeat !important;
  }

  .md\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .md\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .md\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .md\:bg-repeat-round {
    background-repeat: round !important;
  }

  .md\:bg-repeat-space {
    background-repeat: space !important;
  }

  .md\:bg-auto {
    background-size: auto !important;
  }

  .md\:bg-cover {
    background-size: cover !important;
  }

  .md\:bg-contain {
    background-size: contain !important;
  }

  .md\:border-collapse {
    border-collapse: collapse !important;
  }

  .md\:border-separate {
    border-collapse: separate !important;
  }

  .md\:border-opacity-0 {
    --border-opacity: 0 !important;
  }

  .md\:border-opacity-25 {
    --border-opacity: 0.25 !important;
  }

  .md\:border-opacity-50 {
    --border-opacity: 0.5 !important;
  }

  .md\:border-opacity-75 {
    --border-opacity: 0.75 !important;
  }

  .md\:border-opacity-100 {
    --border-opacity: 1 !important;
  }

  .md\:hover\:border-opacity-0:hover {
    --border-opacity: 0 !important;
  }

  .md\:hover\:border-opacity-25:hover {
    --border-opacity: 0.25 !important;
  }

  .md\:hover\:border-opacity-50:hover {
    --border-opacity: 0.5 !important;
  }

  .md\:hover\:border-opacity-75:hover {
    --border-opacity: 0.75 !important;
  }

  .md\:hover\:border-opacity-100:hover {
    --border-opacity: 1 !important;
  }

  .md\:focus\:border-opacity-0:focus {
    --border-opacity: 0 !important;
  }

  .md\:focus\:border-opacity-25:focus {
    --border-opacity: 0.25 !important;
  }

  .md\:focus\:border-opacity-50:focus {
    --border-opacity: 0.5 !important;
  }

  .md\:focus\:border-opacity-75:focus {
    --border-opacity: 0.75 !important;
  }

  .md\:focus\:border-opacity-100:focus {
    --border-opacity: 1 !important;
  }

  .md\:rounded-none {
    border-radius: 0 !important;
  }

  .md\:rounded-sm {
    border-radius: 0.125rem !important;
  }

  .md\:rounded {
    border-radius: 0.25rem !important;
  }

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

  .md\:rounded-lg {
    border-radius: 0.5rem !important;
  }

  .md\:rounded-xl {
    border-radius: 0.75rem !important;
  }

  .md\:rounded-2xl {
    border-radius: 1rem !important;
  }

  .md\:rounded-3xl {
    border-radius: 1.5rem !important;
  }

  .md\:rounded-full {
    border-radius: 9999px !important;
  }

  .md\:rounded-t-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .md\:rounded-r-none {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .md\:rounded-b-none {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .md\:rounded-l-none {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .md\:rounded-t-sm {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .md\:rounded-r-sm {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .md\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .md\:rounded-l-sm {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .md\:rounded-t {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .md\:rounded-r {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .md\:rounded-b {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .md\:rounded-l {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .md\:rounded-t-md {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .md\:rounded-r-md {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .md\:rounded-b-md {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .md\:rounded-l-md {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .md\:rounded-t-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .md\:rounded-r-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .md\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .md\:rounded-l-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .md\:rounded-t-xl {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .md\:rounded-r-xl {
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .md\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .md\:rounded-l-xl {
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .md\:rounded-t-2xl {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .md\:rounded-r-2xl {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .md\:rounded-b-2xl {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .md\:rounded-l-2xl {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .md\:rounded-t-3xl {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .md\:rounded-r-3xl {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .md\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .md\:rounded-l-3xl {
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .md\:rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .md\:rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .md\:rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .md\:rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .md\:rounded-tl-none {
    border-top-left-radius: 0 !important;
  }

  .md\:rounded-tr-none {
    border-top-right-radius: 0 !important;
  }

  .md\:rounded-br-none {
    border-bottom-right-radius: 0 !important;
  }

  .md\:rounded-bl-none {
    border-bottom-left-radius: 0 !important;
  }

  .md\:rounded-tl-sm {
    border-top-left-radius: 0.125rem !important;
  }

  .md\:rounded-tr-sm {
    border-top-right-radius: 0.125rem !important;
  }

  .md\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem !important;
  }

  .md\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem !important;
  }

  .md\:rounded-tl {
    border-top-left-radius: 0.25rem !important;
  }

  .md\:rounded-tr {
    border-top-right-radius: 0.25rem !important;
  }

  .md\:rounded-br {
    border-bottom-right-radius: 0.25rem !important;
  }

  .md\:rounded-bl {
    border-bottom-left-radius: 0.25rem !important;
  }

  .md\:rounded-tl-md {
    border-top-left-radius: 0.375rem !important;
  }

  .md\:rounded-tr-md {
    border-top-right-radius: 0.375rem !important;
  }

  .md\:rounded-br-md {
    border-bottom-right-radius: 0.375rem !important;
  }

  .md\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem !important;
  }

  .md\:rounded-tl-lg {
    border-top-left-radius: 0.5rem !important;
  }

  .md\:rounded-tr-lg {
    border-top-right-radius: 0.5rem !important;
  }

  .md\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem !important;
  }

  .md\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem !important;
  }

  .md\:rounded-tl-xl {
    border-top-left-radius: 0.75rem !important;
  }

  .md\:rounded-tr-xl {
    border-top-right-radius: 0.75rem !important;
  }

  .md\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem !important;
  }

  .md\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem !important;
  }

  .md\:rounded-tl-2xl {
    border-top-left-radius: 1rem !important;
  }

  .md\:rounded-tr-2xl {
    border-top-right-radius: 1rem !important;
  }

  .md\:rounded-br-2xl {
    border-bottom-right-radius: 1rem !important;
  }

  .md\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem !important;
  }

  .md\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem !important;
  }

  .md\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem !important;
  }

  .md\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem !important;
  }

  .md\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem !important;
  }

  .md\:rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .md\:rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .md\:rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .md\:rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .md\:border-solid {
    border-style: solid !important;
  }

  .md\:border-dashed {
    border-style: dashed !important;
  }

  .md\:border-dotted {
    border-style: dotted !important;
  }

  .md\:border-double {
    border-style: double !important;
  }

  .md\:border-none {
    border-style: none !important;
  }

  .md\:hover\:border-solid:hover {
    border-style: solid !important;
  }

  .md\:hover\:border-dashed:hover {
    border-style: dashed !important;
  }

  .md\:hover\:border-dotted:hover {
    border-style: dotted !important;
  }

  .md\:hover\:border-double:hover {
    border-style: double !important;
  }

  .md\:hover\:border-none:hover {
    border-style: none !important;
  }

  .group:hover .md\:group-hover\:border-solid {
    border-style: solid !important;
  }

  .group:hover .md\:group-hover\:border-dashed {
    border-style: dashed !important;
  }

  .group:hover .md\:group-hover\:border-dotted {
    border-style: dotted !important;
  }

  .group:hover .md\:group-hover\:border-double {
    border-style: double !important;
  }

  .group:hover .md\:group-hover\:border-none {
    border-style: none !important;
  }

  .md\:border-2 {
    border-width: 2px !important;
  }

  .md\:border-0px {
    border-width: 0px !important;
  }

  .md\:border-18px {
    border-width: 18px !important;
  }

  .md\:border-t-2 {
    border-top-width: 2px !important;
  }

  .md\:border-r-2 {
    border-right-width: 2px !important;
  }

  .md\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .md\:border-l-2 {
    border-left-width: 2px !important;
  }

  .md\:border-t-0px {
    border-top-width: 0px !important;
  }

  .md\:border-r-0px {
    border-right-width: 0px !important;
  }

  .md\:border-b-0px {
    border-bottom-width: 0px !important;
  }

  .md\:border-l-0px {
    border-left-width: 0px !important;
  }

  .md\:border-t-18px {
    border-top-width: 18px !important;
  }

  .md\:border-r-18px {
    border-right-width: 18px !important;
  }

  .md\:border-b-18px {
    border-bottom-width: 18px !important;
  }

  .md\:border-l-18px {
    border-left-width: 18px !important;
  }

  .md\:hover\:border-2:hover {
    border-width: 2px !important;
  }

  .md\:hover\:border-0px:hover {
    border-width: 0px !important;
  }

  .md\:hover\:border-18px:hover {
    border-width: 18px !important;
  }

  .md\:hover\:border-t-2:hover {
    border-top-width: 2px !important;
  }

  .md\:hover\:border-r-2:hover {
    border-right-width: 2px !important;
  }

  .md\:hover\:border-b-2:hover {
    border-bottom-width: 2px !important;
  }

  .md\:hover\:border-l-2:hover {
    border-left-width: 2px !important;
  }

  .md\:hover\:border-t-0px:hover {
    border-top-width: 0px !important;
  }

  .md\:hover\:border-r-0px:hover {
    border-right-width: 0px !important;
  }

  .md\:hover\:border-b-0px:hover {
    border-bottom-width: 0px !important;
  }

  .md\:hover\:border-l-0px:hover {
    border-left-width: 0px !important;
  }

  .md\:hover\:border-t-18px:hover {
    border-top-width: 18px !important;
  }

  .md\:hover\:border-r-18px:hover {
    border-right-width: 18px !important;
  }

  .md\:hover\:border-b-18px:hover {
    border-bottom-width: 18px !important;
  }

  .md\:hover\:border-l-18px:hover {
    border-left-width: 18px !important;
  }

  .group:hover .md\:group-hover\:border-2 {
    border-width: 2px !important;
  }

  .group:hover .md\:group-hover\:border-0px {
    border-width: 0px !important;
  }

  .group:hover .md\:group-hover\:border-18px {
    border-width: 18px !important;
  }

  .group:hover .md\:group-hover\:border-t-2 {
    border-top-width: 2px !important;
  }

  .group:hover .md\:group-hover\:border-r-2 {
    border-right-width: 2px !important;
  }

  .group:hover .md\:group-hover\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .group:hover .md\:group-hover\:border-l-2 {
    border-left-width: 2px !important;
  }

  .group:hover .md\:group-hover\:border-t-0px {
    border-top-width: 0px !important;
  }

  .group:hover .md\:group-hover\:border-r-0px {
    border-right-width: 0px !important;
  }

  .group:hover .md\:group-hover\:border-b-0px {
    border-bottom-width: 0px !important;
  }

  .group:hover .md\:group-hover\:border-l-0px {
    border-left-width: 0px !important;
  }

  .group:hover .md\:group-hover\:border-t-18px {
    border-top-width: 18px !important;
  }

  .group:hover .md\:group-hover\:border-r-18px {
    border-right-width: 18px !important;
  }

  .group:hover .md\:group-hover\:border-b-18px {
    border-bottom-width: 18px !important;
  }

  .group:hover .md\:group-hover\:border-l-18px {
    border-left-width: 18px !important;
  }

  .md\:box-border {
    box-sizing: border-box !important;
  }

  .md\:box-content {
    box-sizing: content-box !important;
  }

  .md\:cursor-auto {
    cursor: auto !important;
  }

  .md\:cursor-default {
    cursor: default !important;
  }

  .md\:cursor-pointer {
    cursor: pointer !important;
  }

  .md\:cursor-wait {
    cursor: wait !important;
  }

  .md\:cursor-text {
    cursor: text !important;
  }

  .md\:cursor-move {
    cursor: move !important;
  }

  .md\:cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .md\:block {
    display: block !important;
  }

  .md\:inline-block {
    display: inline-block !important;
  }

  .md\:inline {
    display: inline !important;
  }

  .md\:flex {
    display: flex !important;
  }

  .md\:inline-flex {
    display: inline-flex !important;
  }

  .md\:table {
    display: table !important;
  }

  .md\:table-caption {
    display: table-caption !important;
  }

  .md\:table-cell {
    display: table-cell !important;
  }

  .md\:table-column {
    display: table-column !important;
  }

  .md\:table-column-group {
    display: table-column-group !important;
  }

  .md\:table-footer-group {
    display: table-footer-group !important;
  }

  .md\:table-header-group {
    display: table-header-group !important;
  }

  .md\:table-row-group {
    display: table-row-group !important;
  }

  .md\:table-row {
    display: table-row !important;
  }

  .md\:flow-root {
    display: flow-root !important;
  }

  .md\:grid {
    display: grid !important;
  }

  .md\:inline-grid {
    display: inline-grid !important;
  }

  .md\:contents {
    display: contents !important;
  }

  .md\:hidden {
    display: none !important;
  }

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

  .md\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

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

  .md\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .md\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .md\:flex-no-wrap {
    flex-wrap: nowrap !important;
  }

  .md\:place-items-auto {
    place-items: auto !important;
  }

  .md\:place-items-start {
    place-items: start !important;
  }

  .md\:place-items-end {
    place-items: end !important;
  }

  .md\:place-items-center {
    place-items: center !important;
  }

  .md\:place-items-stretch {
    place-items: stretch !important;
  }

  .md\:place-content-center {
    place-content: center !important;
  }

  .md\:place-content-start {
    place-content: start !important;
  }

  .md\:place-content-end {
    place-content: end !important;
  }

  .md\:place-content-between {
    place-content: space-between !important;
  }

  .md\:place-content-around {
    place-content: space-around !important;
  }

  .md\:place-content-evenly {
    place-content: space-evenly !important;
  }

  .md\:place-content-stretch {
    place-content: stretch !important;
  }

  .md\:place-self-auto {
    place-self: auto !important;
  }

  .md\:place-self-start {
    place-self: start !important;
  }

  .md\:place-self-end {
    place-self: end !important;
  }

  .md\:place-self-center {
    place-self: center !important;
  }

  .md\:place-self-stretch {
    place-self: stretch !important;
  }

  .md\:items-start {
    align-items: flex-start !important;
  }

  .md\:items-end {
    align-items: flex-end !important;
  }

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

  .md\:items-baseline {
    align-items: baseline !important;
  }

  .md\:items-stretch {
    align-items: stretch !important;
  }

  .md\:content-center {
    align-content: center !important;
  }

  .md\:content-start {
    align-content: flex-start !important;
  }

  .md\:content-end {
    align-content: flex-end !important;
  }

  .md\:content-between {
    align-content: space-between !important;
  }

  .md\:content-around {
    align-content: space-around !important;
  }

  .md\:content-evenly {
    align-content: space-evenly !important;
  }

  .md\:self-auto {
    align-self: auto !important;
  }

  .md\:self-start {
    align-self: flex-start !important;
  }

  .md\:self-end {
    align-self: flex-end !important;
  }

  .md\:self-center {
    align-self: center !important;
  }

  .md\:self-stretch {
    align-self: stretch !important;
  }

  .md\:justify-items-auto {
    justify-items: auto !important;
  }

  .md\:justify-items-start {
    justify-items: start !important;
  }

  .md\:justify-items-end {
    justify-items: end !important;
  }

  .md\:justify-items-center {
    justify-items: center !important;
  }

  .md\:justify-items-stretch {
    justify-items: stretch !important;
  }

  .md\:justify-start {
    justify-content: flex-start !important;
  }

  .md\:justify-end {
    justify-content: flex-end !important;
  }

  .md\:justify-center {
    justify-content: center !important;
  }

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

  .md\:justify-around {
    justify-content: space-around !important;
  }

  .md\:justify-evenly {
    justify-content: space-evenly !important;
  }

  .md\:justify-self-auto {
    justify-self: auto !important;
  }

  .md\:justify-self-start {
    justify-self: start !important;
  }

  .md\:justify-self-end {
    justify-self: end !important;
  }

  .md\:justify-self-center {
    justify-self: center !important;
  }

  .md\:justify-self-stretch {
    justify-self: stretch !important;
  }

  .md\:flex-1 {
    flex: 1 1 0% !important;
  }

  .md\:flex-auto {
    flex: 1 1 auto !important;
  }

  .md\:flex-initial {
    flex: 0 1 auto !important;
  }

  .md\:flex-none {
    flex: none !important;
  }

  .md\:flex-grow-0 {
    flex-grow: 0 !important;
  }

  .md\:flex-grow {
    flex-grow: 1 !important;
  }

  .md\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .md\:flex-shrink {
    flex-shrink: 1 !important;
  }

  .md\:order-1 {
    order: 1 !important;
  }

  .md\:order-2 {
    order: 2 !important;
  }

  .md\:order-3 {
    order: 3 !important;
  }

  .md\:order-4 {
    order: 4 !important;
  }

  .md\:order-5 {
    order: 5 !important;
  }

  .md\:order-6 {
    order: 6 !important;
  }

  .md\:order-7 {
    order: 7 !important;
  }

  .md\:order-8 {
    order: 8 !important;
  }

  .md\:order-9 {
    order: 9 !important;
  }

  .md\:order-10 {
    order: 10 !important;
  }

  .md\:order-11 {
    order: 11 !important;
  }

  .md\:order-12 {
    order: 12 !important;
  }

  .md\:order-first {
    order: -9999 !important;
  }

  .md\:order-last {
    order: 9999 !important;
  }

  .md\:order-none {
    order: 0 !important;
  }

  .md\:float-right {
    float: right !important;
  }

  .md\:float-left {
    float: left !important;
  }

  .md\:float-none {
    float: none !important;
  }

  .md\:clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .md\:clear-left {
    clear: left !important;
  }

  .md\:clear-right {
    clear: right !important;
  }

  .md\:clear-both {
    clear: both !important;
  }

  .md\:clear-none {
    clear: none !important;
  }

  .md\:font-body {
    font-family: Montserrat, sans-serif !important;
  }

  .md\:font-hairline {
    font-weight: 100 !important;
  }

  .md\:font-thin {
    font-weight: 200 !important;
  }

  .md\:font-light {
    font-weight: 300 !important;
  }

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

  .md\:font-medium {
    font-weight: 500 !important;
  }

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

  .md\:font-bold {
    font-weight: 700 !important;
  }

  .md\:font-extrabold {
    font-weight: 800 !important;
  }

  .md\:font-black {
    font-weight: 900 !important;
  }

  .md\:hover\:font-hairline:hover {
    font-weight: 100 !important;
  }

  .md\:hover\:font-thin:hover {
    font-weight: 200 !important;
  }

  .md\:hover\:font-light:hover {
    font-weight: 300 !important;
  }

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

  .md\:hover\:font-medium:hover {
    font-weight: 500 !important;
  }

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

  .md\:hover\:font-bold:hover {
    font-weight: 700 !important;
  }

  .md\:hover\:font-extrabold:hover {
    font-weight: 800 !important;
  }

  .md\:hover\:font-black:hover {
    font-weight: 900 !important;
  }

  .md\:focus\:font-hairline:focus {
    font-weight: 100 !important;
  }

  .md\:focus\:font-thin:focus {
    font-weight: 200 !important;
  }

  .md\:focus\:font-light:focus {
    font-weight: 300 !important;
  }

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

  .md\:focus\:font-medium:focus {
    font-weight: 500 !important;
  }

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

  .md\:focus\:font-bold:focus {
    font-weight: 700 !important;
  }

  .md\:focus\:font-extrabold:focus {
    font-weight: 800 !important;
  }

  .md\:focus\:font-black:focus {
    font-weight: 900 !important;
  }

  .md\:h-0 {
    height: 0 !important;
  }

  .md\:h-1 {
    height: 0.25rem !important;
  }

  .md\:h-2 {
    height: 0.5rem !important;
  }

  .md\:h-3 {
    height: 0.75rem !important;
  }

  .md\:h-4 {
    height: 1rem !important;
  }

  .md\:h-5 {
    height: 1.25rem !important;
  }

  .md\:h-6 {
    height: 1.5rem !important;
  }

  .md\:h-8 {
    height: 2rem !important;
  }

  .md\:h-9 {
    height: 2.5rem !important;
  }

  .md\:h-10 {
    height: 2.5rem !important;
  }

  .md\:h-12 {
    height: 3rem !important;
  }

  .md\:h-14 {
    height: 3.5rem !important;
  }

  .md\:h-16 {
    height: 4rem !important;
  }

  .md\:h-18 {
    height: 4.5rem !important;
  }

  .md\:h-20 {
    height: 5rem !important;
  }

  .md\:h-22 {
    height: 5.626rem !important;
  }

  .md\:h-24 {
    height: 6rem !important;
  }

  .md\:h-26 {
    height: 6.25rem !important;
  }

  .md\:h-28 {
    height: 7rem !important;
  }

  .md\:h-32 {
    height: 8rem !important;
  }

  .md\:h-34 {
    height: 8.5rem !important;
  }

  .md\:h-38 {
    height: 9.25rem !important;
  }

  .md\:h-40 {
    height: 10rem !important;
  }

  .md\:h-46 {
    height: 11.75rem !important;
  }

  .md\:h-48 {
    height: 12rem !important;
  }

  .md\:h-56 {
    height: 14rem !important;
  }

  .md\:h-64 {
    height: 16rem !important;
  }

  .md\:h-82 {
    height: 20.75rem !important;
  }

  .md\:h-auto {
    height: auto !important;
  }

  .md\:h-px {
    height: 1px !important;
  }

  .md\:h-tiny {
    height: 0.3rem !important;
  }

  .md\:h-quick-links {
    height: 26% !important;
  }

  .md\:h-pro-slid {
    height: 48% !important;
  }

  .md\:h-62p {
    height: 62% !important;
  }

  .md\:h-90p {
    height: 90% !important;
  }

  .md\:h-x-large {
    height: 27.5rem !important;
  }

  .md\:h-2px {
    height: 0.125rem !important;
  }

  .md\:h-9px {
    height: 0.5625rem !important;
  }

  .md\:h-10px {
    height: 0.625rem !important;
  }

  .md\:h-18px {
    height: 1.125rem !important;
  }

  .md\:h-20px {
    height: 1.25rem !important;
  }

  .md\:h-24px {
    height: 1.5rem !important;
  }

  .md\:h-26px {
    height: 1.625rem !important;
  }

  .md\:h-30px {
    height: 1.875rem !important;
  }

  .md\:h-38px {
    height: 2.375rem !important;
  }

  .md\:h-43px {
    height: 2.6875rem !important;
  }

  .md\:h-44px {
    height: 2.75rem !important;
  }

  .md\:h-46px {
    height: 2.875rem !important;
  }

  .md\:h-53px {
    height: 3.3125rem !important;
  }

  .md\:h-54px {
    height: 3.375rem !important;
  }

  .md\:h-55px {
    height: 3.4375rem !important;
  }

  .md\:h-60px {
    height: 3.75rem !important;
  }

  .md\:h-67px {
    height: 4.1875rem !important;
  }

  .md\:h-73px {
    height: 4.5625rem !important;
  }

  .md\:h-80px {
    height: 5rem !important;
  }

  .md\:h-81px {
    height: 5.0625rem !important;
  }

  .md\:h-85px {
    height: 5.3125rem !important;
  }

  .md\:h-92px {
    height: 5.75rem !important;
  }

  .md\:h-100px {
    height: 6.25rem !important;
  }

  .md\:h-106px {
    height: 6.625rem !important;
  }

  .md\:h-123px {
    height: 7.6875rem !important;
  }

  .md\:h-126px {
    height: 7.875rem !important;
  }

  .md\:h-138px {
    height: 8.625rem !important;
  }

  .md\:h-140px {
    height: 8.75rem !important;
  }

  .md\:h-146px {
    height: 9.125rem !important;
  }

  .md\:h-152px {
    height: 9.5rem !important;
  }

  .md\:h-187px {
    height: 11.6875rem !important;
  }

  .md\:h-220px {
    height: 13.75rem !important;
  }

  .md\:h-253px {
    height: 15.8125rem !important;
  }

  .md\:h-320px {
    height: 20rem !important;
  }

  .md\:h-400px {
    height: 25rem !important;
  }

  .md\:h-500px {
    height: 31.25rem !important;
  }

  .md\:h-lgPaddingTop {
    height: 15.8125rem !important;
  }

  .md\:h-phonePaddingTop {
    height: 9.875rem !important;
  }

  .md\:h-tabletPaddingTop {
    height: 6.625rem !important;
  }

  .md\:h-largePaddingTop {
    height: 13.75rem !important;
  }

  .md\:h-phoneTextContentMaxWidth {
    height: 57.0625rem !important;
  }

  .md\:h-phoneTextContentWidth {
    height: 63% !important;
  }

  .md\:h-phoneBlockContentWidth {
    height: 71.625rem !important;
  }

  .md\:h-tabletTextContentMaxWidth {
    height: 57.0625rem !important;
  }

  .md\:h-tabletTextContentWidth {
    height: 63% !important;
  }

  .md\:h-tabletBlockContentWidth {
    height: 71.625rem !important;
  }

  .md\:h-largeTextContentMaxWidth {
    height: 57.0625rem !important;
  }

  .md\:h-largeTextContentWidth {
    height: 63% !important;
  }

  .md\:h-largeBlockContentWidth {
    height: 71.625rem !important;
  }

  .md\:h-full {
    height: 100% !important;
  }

  .md\:h-screen {
    height: 100vh !important;
  }

  .md\:text-20 {
    font-size: 1.25rem !important;
  }

  .md\:text-22 {
    font-size: 1.375rem !important;
  }

  .md\:text-24 {
    font-size: 1.5rem !important;
  }

  .md\:text-26 {
    font-size: 1.625rem !important;
  }

  .md\:text-28 {
    font-size: 1.75rem !important;
  }

  .md\:text-30 {
    font-size: 1.875rem !important;
  }

  .md\:text-32 {
    font-size: 2rem !important;
  }

  .md\:text-34 {
    font-size: 2.125rem !important;
  }

  .md\:text-36 {
    font-size: 2.25rem !important;
  }

  .md\:text-38 {
    font-size: 2.375rem !important;
  }

  .md\:text-40 {
    font-size: 2.5rem !important;
  }

  .md\:text-44 {
    font-size: 2.75rem !important;
  }

  .md\:text-46 {
    font-size: 2.875rem !important;
  }

  .md\:text-50 {
    font-size: 3.125rem !important;
  }

  .md\:text-52 {
    font-size: 3.25rem !important;
  }

  .md\:text-55 {
    font-size: 3.4375rem !important;
  }

  .md\:text-60 {
    font-size: 3.75rem !important;
  }

  .md\:text-64 {
    font-size: 4rem !important;
  }

  .md\:text-66 {
    font-size: 4.125rem !important;
  }

  .md\:text-70 {
    font-size: 4.375rem !important;
  }

  .md\:text-80 {
    font-size: 5rem !important;
  }

  .md\:text-100 {
    font-size: 6.25rem !important;
  }

  .md\:text-xs {
    font-size: 0.75rem !important;
  }

  .md\:text-sm {
    font-size: 0.875rem !important;
  }

  .md\:text-base {
    font-size: 1rem !important;
  }

  .md\:text-lg {
    font-size: 1.125rem !important;
  }

  .md\:text-xl {
    font-size: 1.1875rem !important;
  }

  .md\:leading-3 {
    line-height: .75rem !important;
  }

  .md\:leading-4 {
    line-height: 1rem !important;
  }

  .md\:leading-5 {
    line-height: 1.25rem !important;
  }

  .md\:leading-6 {
    line-height: 1.5rem !important;
  }

  .md\:leading-7 {
    line-height: 1.75rem !important;
  }

  .md\:leading-8 {
    line-height: 2rem !important;
  }

  .md\:leading-9 {
    line-height: 2.25rem !important;
  }

  .md\:leading-10 {
    line-height: 2.5rem !important;
  }

  .md\:leading-none {
    line-height: 1 !important;
  }

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

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

  .md\:leading-normal {
    line-height: 1.5 !important;
  }

  .md\:leading-relaxed {
    line-height: 1.625 !important;
  }

  .md\:leading-loose {
    line-height: 2 !important;
  }

  .md\:list-inside {
    list-style-position: inside !important;
  }

  .md\:list-outside {
    list-style-position: outside !important;
  }

  .md\:list-none {
    list-style-type: none !important;
  }

  .md\:list-disc {
    list-style-type: disc !important;
  }

  .md\:list-decimal {
    list-style-type: decimal !important;
  }

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

  .md\:m-1 {
    margin: 0.25rem !important;
  }

  .md\:m-2 {
    margin: 0.5rem !important;
  }

  .md\:m-3 {
    margin: 0.75rem !important;
  }

  .md\:m-4 {
    margin: 1rem !important;
  }

  .md\:m-5 {
    margin: 1.25rem !important;
  }

  .md\:m-6 {
    margin: 1.5rem !important;
  }

  .md\:m-8 {
    margin: 2rem !important;
  }

  .md\:m-9 {
    margin: 2.5rem !important;
  }

  .md\:m-10 {
    margin: 2.5rem !important;
  }

  .md\:m-12 {
    margin: 3rem !important;
  }

  .md\:m-14 {
    margin: 3.5rem !important;
  }

  .md\:m-16 {
    margin: 4rem !important;
  }

  .md\:m-18 {
    margin: 4.5rem !important;
  }

  .md\:m-20 {
    margin: 5rem !important;
  }

  .md\:m-22 {
    margin: 5.626rem !important;
  }

  .md\:m-24 {
    margin: 6rem !important;
  }

  .md\:m-26 {
    margin: 6.25rem !important;
  }

  .md\:m-28 {
    margin: 7rem !important;
  }

  .md\:m-32 {
    margin: 8rem !important;
  }

  .md\:m-34 {
    margin: 8.5rem !important;
  }

  .md\:m-38 {
    margin: 9.25rem !important;
  }

  .md\:m-40 {
    margin: 10rem !important;
  }

  .md\:m-46 {
    margin: 11.75rem !important;
  }

  .md\:m-48 {
    margin: 12rem !important;
  }

  .md\:m-56 {
    margin: 14rem !important;
  }

  .md\:m-64 {
    margin: 16rem !important;
  }

  .md\:m-82 {
    margin: 20.75rem !important;
  }

  .md\:m-auto {
    margin: auto !important;
  }

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

  .md\:m-tiny {
    margin: 0.3rem !important;
  }

  .md\:m-quick-links {
    margin: 26% !important;
  }

  .md\:m-pro-slid {
    margin: 48% !important;
  }

  .md\:m-62p {
    margin: 62% !important;
  }

  .md\:m-90p {
    margin: 90% !important;
  }

  .md\:m-x-large {
    margin: 27.5rem !important;
  }

  .md\:m-2px {
    margin: 0.125rem !important;
  }

  .md\:m-9px {
    margin: 0.5625rem !important;
  }

  .md\:m-10px {
    margin: 0.625rem !important;
  }

  .md\:m-18px {
    margin: 1.125rem !important;
  }

  .md\:m-20px {
    margin: 1.25rem !important;
  }

  .md\:m-24px {
    margin: 1.5rem !important;
  }

  .md\:m-26px {
    margin: 1.625rem !important;
  }

  .md\:m-30px {
    margin: 1.875rem !important;
  }

  .md\:m-38px {
    margin: 2.375rem !important;
  }

  .md\:m-43px {
    margin: 2.6875rem !important;
  }

  .md\:m-44px {
    margin: 2.75rem !important;
  }

  .md\:m-46px {
    margin: 2.875rem !important;
  }

  .md\:m-53px {
    margin: 3.3125rem !important;
  }

  .md\:m-54px {
    margin: 3.375rem !important;
  }

  .md\:m-55px {
    margin: 3.4375rem !important;
  }

  .md\:m-60px {
    margin: 3.75rem !important;
  }

  .md\:m-67px {
    margin: 4.1875rem !important;
  }

  .md\:m-73px {
    margin: 4.5625rem !important;
  }

  .md\:m-80px {
    margin: 5rem !important;
  }

  .md\:m-81px {
    margin: 5.0625rem !important;
  }

  .md\:m-85px {
    margin: 5.3125rem !important;
  }

  .md\:m-92px {
    margin: 5.75rem !important;
  }

  .md\:m-100px {
    margin: 6.25rem !important;
  }

  .md\:m-106px {
    margin: 6.625rem !important;
  }

  .md\:m-123px {
    margin: 7.6875rem !important;
  }

  .md\:m-126px {
    margin: 7.875rem !important;
  }

  .md\:m-138px {
    margin: 8.625rem !important;
  }

  .md\:m-140px {
    margin: 8.75rem !important;
  }

  .md\:m-146px {
    margin: 9.125rem !important;
  }

  .md\:m-152px {
    margin: 9.5rem !important;
  }

  .md\:m-187px {
    margin: 11.6875rem !important;
  }

  .md\:m-220px {
    margin: 13.75rem !important;
  }

  .md\:m-253px {
    margin: 15.8125rem !important;
  }

  .md\:m-320px {
    margin: 20rem !important;
  }

  .md\:m-400px {
    margin: 25rem !important;
  }

  .md\:m-500px {
    margin: 31.25rem !important;
  }

  .md\:m-lgPaddingTop {
    margin: 15.8125rem !important;
  }

  .md\:m-phonePaddingTop {
    margin: 9.875rem !important;
  }

  .md\:m-tabletPaddingTop {
    margin: 6.625rem !important;
  }

  .md\:m-largePaddingTop {
    margin: 13.75rem !important;
  }

  .md\:m-phoneTextContentMaxWidth {
    margin: 57.0625rem !important;
  }

  .md\:m-phoneTextContentWidth {
    margin: 63% !important;
  }

  .md\:m-phoneBlockContentWidth {
    margin: 71.625rem !important;
  }

  .md\:m-tabletTextContentMaxWidth {
    margin: 57.0625rem !important;
  }

  .md\:m-tabletTextContentWidth {
    margin: 63% !important;
  }

  .md\:m-tabletBlockContentWidth {
    margin: 71.625rem !important;
  }

  .md\:m-largeTextContentMaxWidth {
    margin: 57.0625rem !important;
  }

  .md\:m-largeTextContentWidth {
    margin: 63% !important;
  }

  .md\:m-largeBlockContentWidth {
    margin: 71.625rem !important;
  }

  .md\:-m-1 {
    margin: -0.25rem !important;
  }

  .md\:-m-2 {
    margin: -0.5rem !important;
  }

  .md\:-m-3 {
    margin: -0.75rem !important;
  }

  .md\:-m-4 {
    margin: -1rem !important;
  }

  .md\:-m-5 {
    margin: -1.25rem !important;
  }

  .md\:-m-6 {
    margin: -1.5rem !important;
  }

  .md\:-m-8 {
    margin: -2rem !important;
  }

  .md\:-m-9 {
    margin: -2.5rem !important;
  }

  .md\:-m-10 {
    margin: -2.5rem !important;
  }

  .md\:-m-12 {
    margin: -3rem !important;
  }

  .md\:-m-14 {
    margin: -3.5rem !important;
  }

  .md\:-m-16 {
    margin: -4rem !important;
  }

  .md\:-m-18 {
    margin: -4.5rem !important;
  }

  .md\:-m-20 {
    margin: -5rem !important;
  }

  .md\:-m-22 {
    margin: -5.626rem !important;
  }

  .md\:-m-24 {
    margin: -6rem !important;
  }

  .md\:-m-26 {
    margin: -6.25rem !important;
  }

  .md\:-m-28 {
    margin: -7rem !important;
  }

  .md\:-m-32 {
    margin: -8rem !important;
  }

  .md\:-m-34 {
    margin: -8.5rem !important;
  }

  .md\:-m-38 {
    margin: -9.25rem !important;
  }

  .md\:-m-40 {
    margin: -10rem !important;
  }

  .md\:-m-46 {
    margin: -11.75rem !important;
  }

  .md\:-m-48 {
    margin: -12rem !important;
  }

  .md\:-m-56 {
    margin: -14rem !important;
  }

  .md\:-m-64 {
    margin: -16rem !important;
  }

  .md\:-m-82 {
    margin: -20.75rem !important;
  }

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

  .md\:-m-tiny {
    margin: -0.3rem !important;
  }

  .md\:-m-quick-links {
    margin: -26% !important;
  }

  .md\:-m-pro-slid {
    margin: -48% !important;
  }

  .md\:-m-62p {
    margin: -62% !important;
  }

  .md\:-m-90p {
    margin: -90% !important;
  }

  .md\:-m-x-large {
    margin: -27.5rem !important;
  }

  .md\:-m-2px {
    margin: -0.125rem !important;
  }

  .md\:-m-9px {
    margin: -0.5625rem !important;
  }

  .md\:-m-10px {
    margin: -0.625rem !important;
  }

  .md\:-m-18px {
    margin: -1.125rem !important;
  }

  .md\:-m-20px {
    margin: -1.25rem !important;
  }

  .md\:-m-24px {
    margin: -1.5rem !important;
  }

  .md\:-m-26px {
    margin: -1.625rem !important;
  }

  .md\:-m-30px {
    margin: -1.875rem !important;
  }

  .md\:-m-38px {
    margin: -2.375rem !important;
  }

  .md\:-m-43px {
    margin: -2.6875rem !important;
  }

  .md\:-m-44px {
    margin: -2.75rem !important;
  }

  .md\:-m-46px {
    margin: -2.875rem !important;
  }

  .md\:-m-53px {
    margin: -3.3125rem !important;
  }

  .md\:-m-54px {
    margin: -3.375rem !important;
  }

  .md\:-m-55px {
    margin: -3.4375rem !important;
  }

  .md\:-m-60px {
    margin: -3.75rem !important;
  }

  .md\:-m-67px {
    margin: -4.1875rem !important;
  }

  .md\:-m-73px {
    margin: -4.5625rem !important;
  }

  .md\:-m-80px {
    margin: -5rem !important;
  }

  .md\:-m-81px {
    margin: -5.0625rem !important;
  }

  .md\:-m-85px {
    margin: -5.3125rem !important;
  }

  .md\:-m-92px {
    margin: -5.75rem !important;
  }

  .md\:-m-100px {
    margin: -6.25rem !important;
  }

  .md\:-m-106px {
    margin: -6.625rem !important;
  }

  .md\:-m-123px {
    margin: -7.6875rem !important;
  }

  .md\:-m-126px {
    margin: -7.875rem !important;
  }

  .md\:-m-138px {
    margin: -8.625rem !important;
  }

  .md\:-m-140px {
    margin: -8.75rem !important;
  }

  .md\:-m-146px {
    margin: -9.125rem !important;
  }

  .md\:-m-152px {
    margin: -9.5rem !important;
  }

  .md\:-m-187px {
    margin: -11.6875rem !important;
  }

  .md\:-m-220px {
    margin: -13.75rem !important;
  }

  .md\:-m-253px {
    margin: -15.8125rem !important;
  }

  .md\:-m-320px {
    margin: -20rem !important;
  }

  .md\:-m-400px {
    margin: -25rem !important;
  }

  .md\:-m-500px {
    margin: -31.25rem !important;
  }

  .md\:-m-lgPaddingTop {
    margin: -15.8125rem !important;
  }

  .md\:-m-phonePaddingTop {
    margin: -9.875rem !important;
  }

  .md\:-m-tabletPaddingTop {
    margin: -6.625rem !important;
  }

  .md\:-m-largePaddingTop {
    margin: -13.75rem !important;
  }

  .md\:-m-phoneTextContentMaxWidth {
    margin: -57.0625rem !important;
  }

  .md\:-m-phoneTextContentWidth {
    margin: -63% !important;
  }

  .md\:-m-phoneBlockContentWidth {
    margin: -71.625rem !important;
  }

  .md\:-m-tabletTextContentMaxWidth {
    margin: -57.0625rem !important;
  }

  .md\:-m-tabletTextContentWidth {
    margin: -63% !important;
  }

  .md\:-m-tabletBlockContentWidth {
    margin: -71.625rem !important;
  }

  .md\:-m-largeTextContentMaxWidth {
    margin: -57.0625rem !important;
  }

  .md\:-m-largeTextContentWidth {
    margin: -63% !important;
  }

  .md\:-m-largeBlockContentWidth {
    margin: -71.625rem !important;
  }

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

  .md\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .md\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .md\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .md\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .md\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .md\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .md\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .md\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .md\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .md\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .md\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .md\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .md\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .md\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .md\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .md\:my-9 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .md\:mx-9 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .md\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .md\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .md\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .md\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .md\:my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .md\:mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .md\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .md\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .md\:my-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .md\:mx-18 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }

  .md\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

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

  .md\:my-22 {
    margin-top: 5.626rem !important;
    margin-bottom: 5.626rem !important;
  }

  .md\:mx-22 {
    margin-left: 5.626rem !important;
    margin-right: 5.626rem !important;
  }

  .md\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .md\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .md\:my-26 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }

  .md\:mx-26 {
    margin-left: 6.25rem !important;
    margin-right: 6.25rem !important;
  }

  .md\:my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .md\:mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .md\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .md\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .md\:my-34 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }

  .md\:mx-34 {
    margin-left: 8.5rem !important;
    margin-right: 8.5rem !important;
  }

  .md\:my-38 {
    margin-top: 9.25rem !important;
    margin-bottom: 9.25rem !important;
  }

  .md\:mx-38 {
    margin-left: 9.25rem !important;
    margin-right: 9.25rem !important;
  }

  .md\:my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .md\:mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .md\:my-46 {
    margin-top: 11.75rem !important;
    margin-bottom: 11.75rem !important;
  }

  .md\:mx-46 {
    margin-left: 11.75rem !important;
    margin-right: 11.75rem !important;
  }

  .md\:my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .md\:mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .md\:my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .md\:mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .md\:my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .md\:mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .md\:my-82 {
    margin-top: 20.75rem !important;
    margin-bottom: 20.75rem !important;
  }

  .md\:mx-82 {
    margin-left: 20.75rem !important;
    margin-right: 20.75rem !important;
  }

  .md\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .md\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .md\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .md\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .md\:my-tiny {
    margin-top: 0.3rem !important;
    margin-bottom: 0.3rem !important;
  }

  .md\:mx-tiny {
    margin-left: 0.3rem !important;
    margin-right: 0.3rem !important;
  }

  .md\:my-quick-links {
    margin-top: 26% !important;
    margin-bottom: 26% !important;
  }

  .md\:mx-quick-links {
    margin-left: 26% !important;
    margin-right: 26% !important;
  }

  .md\:my-pro-slid {
    margin-top: 48% !important;
    margin-bottom: 48% !important;
  }

  .md\:mx-pro-slid {
    margin-left: 48% !important;
    margin-right: 48% !important;
  }

  .md\:my-62p {
    margin-top: 62% !important;
    margin-bottom: 62% !important;
  }

  .md\:mx-62p {
    margin-left: 62% !important;
    margin-right: 62% !important;
  }

  .md\:my-90p {
    margin-top: 90% !important;
    margin-bottom: 90% !important;
  }

  .md\:mx-90p {
    margin-left: 90% !important;
    margin-right: 90% !important;
  }

  .md\:my-x-large {
    margin-top: 27.5rem !important;
    margin-bottom: 27.5rem !important;
  }

  .md\:mx-x-large {
    margin-left: 27.5rem !important;
    margin-right: 27.5rem !important;
  }

  .md\:my-2px {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .md\:mx-2px {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .md\:my-9px {
    margin-top: 0.5625rem !important;
    margin-bottom: 0.5625rem !important;
  }

  .md\:mx-9px {
    margin-left: 0.5625rem !important;
    margin-right: 0.5625rem !important;
  }

  .md\:my-10px {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .md\:mx-10px {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .md\:my-18px {
    margin-top: 1.125rem !important;
    margin-bottom: 1.125rem !important;
  }

  .md\:mx-18px {
    margin-left: 1.125rem !important;
    margin-right: 1.125rem !important;
  }

  .md\:my-20px {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .md\:mx-20px {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .md\:my-24px {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .md\:mx-24px {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .md\:my-26px {
    margin-top: 1.625rem !important;
    margin-bottom: 1.625rem !important;
  }

  .md\:mx-26px {
    margin-left: 1.625rem !important;
    margin-right: 1.625rem !important;
  }

  .md\:my-30px {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }

  .md\:mx-30px {
    margin-left: 1.875rem !important;
    margin-right: 1.875rem !important;
  }

  .md\:my-38px {
    margin-top: 2.375rem !important;
    margin-bottom: 2.375rem !important;
  }

  .md\:mx-38px {
    margin-left: 2.375rem !important;
    margin-right: 2.375rem !important;
  }

  .md\:my-43px {
    margin-top: 2.6875rem !important;
    margin-bottom: 2.6875rem !important;
  }

  .md\:mx-43px {
    margin-left: 2.6875rem !important;
    margin-right: 2.6875rem !important;
  }

  .md\:my-44px {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .md\:mx-44px {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .md\:my-46px {
    margin-top: 2.875rem !important;
    margin-bottom: 2.875rem !important;
  }

  .md\:mx-46px {
    margin-left: 2.875rem !important;
    margin-right: 2.875rem !important;
  }

  .md\:my-53px {
    margin-top: 3.3125rem !important;
    margin-bottom: 3.3125rem !important;
  }

  .md\:mx-53px {
    margin-left: 3.3125rem !important;
    margin-right: 3.3125rem !important;
  }

  .md\:my-54px {
    margin-top: 3.375rem !important;
    margin-bottom: 3.375rem !important;
  }

  .md\:mx-54px {
    margin-left: 3.375rem !important;
    margin-right: 3.375rem !important;
  }

  .md\:my-55px {
    margin-top: 3.4375rem !important;
    margin-bottom: 3.4375rem !important;
  }

  .md\:mx-55px {
    margin-left: 3.4375rem !important;
    margin-right: 3.4375rem !important;
  }

  .md\:my-60px {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }

  .md\:mx-60px {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important;
  }

  .md\:my-67px {
    margin-top: 4.1875rem !important;
    margin-bottom: 4.1875rem !important;
  }

  .md\:mx-67px {
    margin-left: 4.1875rem !important;
    margin-right: 4.1875rem !important;
  }

  .md\:my-73px {
    margin-top: 4.5625rem !important;
    margin-bottom: 4.5625rem !important;
  }

  .md\:mx-73px {
    margin-left: 4.5625rem !important;
    margin-right: 4.5625rem !important;
  }

  .md\:my-80px {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .md\:mx-80px {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .md\:my-81px {
    margin-top: 5.0625rem !important;
    margin-bottom: 5.0625rem !important;
  }

  .md\:mx-81px {
    margin-left: 5.0625rem !important;
    margin-right: 5.0625rem !important;
  }

  .md\:my-85px {
    margin-top: 5.3125rem !important;
    margin-bottom: 5.3125rem !important;
  }

  .md\:mx-85px {
    margin-left: 5.3125rem !important;
    margin-right: 5.3125rem !important;
  }

  .md\:my-92px {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }

  .md\:mx-92px {
    margin-left: 5.75rem !important;
    margin-right: 5.75rem !important;
  }

  .md\:my-100px {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }

  .md\:mx-100px {
    margin-left: 6.25rem !important;
    margin-right: 6.25rem !important;
  }

  .md\:my-106px {
    margin-top: 6.625rem !important;
    margin-bottom: 6.625rem !important;
  }

  .md\:mx-106px {
    margin-left: 6.625rem !important;
    margin-right: 6.625rem !important;
  }

  .md\:my-123px {
    margin-top: 7.6875rem !important;
    margin-bottom: 7.6875rem !important;
  }

  .md\:mx-123px {
    margin-left: 7.6875rem !important;
    margin-right: 7.6875rem !important;
  }

  .md\:my-126px {
    margin-top: 7.875rem !important;
    margin-bottom: 7.875rem !important;
  }

  .md\:mx-126px {
    margin-left: 7.875rem !important;
    margin-right: 7.875rem !important;
  }

  .md\:my-138px {
    margin-top: 8.625rem !important;
    margin-bottom: 8.625rem !important;
  }

  .md\:mx-138px {
    margin-left: 8.625rem !important;
    margin-right: 8.625rem !important;
  }

  .md\:my-140px {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }

  .md\:mx-140px {
    margin-left: 8.75rem !important;
    margin-right: 8.75rem !important;
  }

  .md\:my-146px {
    margin-top: 9.125rem !important;
    margin-bottom: 9.125rem !important;
  }

  .md\:mx-146px {
    margin-left: 9.125rem !important;
    margin-right: 9.125rem !important;
  }

  .md\:my-152px {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }

  .md\:mx-152px {
    margin-left: 9.5rem !important;
    margin-right: 9.5rem !important;
  }

  .md\:my-187px {
    margin-top: 11.6875rem !important;
    margin-bottom: 11.6875rem !important;
  }

  .md\:mx-187px {
    margin-left: 11.6875rem !important;
    margin-right: 11.6875rem !important;
  }

  .md\:my-220px {
    margin-top: 13.75rem !important;
    margin-bottom: 13.75rem !important;
  }

  .md\:mx-220px {
    margin-left: 13.75rem !important;
    margin-right: 13.75rem !important;
  }

  .md\:my-253px {
    margin-top: 15.8125rem !important;
    margin-bottom: 15.8125rem !important;
  }

  .md\:mx-253px {
    margin-left: 15.8125rem !important;
    margin-right: 15.8125rem !important;
  }

  .md\:my-320px {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .md\:mx-320px {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .md\:my-400px {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }

  .md\:mx-400px {
    margin-left: 25rem !important;
    margin-right: 25rem !important;
  }

  .md\:my-500px {
    margin-top: 31.25rem !important;
    margin-bottom: 31.25rem !important;
  }

  .md\:mx-500px {
    margin-left: 31.25rem !important;
    margin-right: 31.25rem !important;
  }

  .md\:my-lgPaddingTop {
    margin-top: 15.8125rem !important;
    margin-bottom: 15.8125rem !important;
  }

  .md\:mx-lgPaddingTop {
    margin-left: 15.8125rem !important;
    margin-right: 15.8125rem !important;
  }

  .md\:my-phonePaddingTop {
    margin-top: 9.875rem !important;
    margin-bottom: 9.875rem !important;
  }

  .md\:mx-phonePaddingTop {
    margin-left: 9.875rem !important;
    margin-right: 9.875rem !important;
  }

  .md\:my-tabletPaddingTop {
    margin-top: 6.625rem !important;
    margin-bottom: 6.625rem !important;
  }

  .md\:mx-tabletPaddingTop {
    margin-left: 6.625rem !important;
    margin-right: 6.625rem !important;
  }

  .md\:my-largePaddingTop {
    margin-top: 13.75rem !important;
    margin-bottom: 13.75rem !important;
  }

  .md\:mx-largePaddingTop {
    margin-left: 13.75rem !important;
    margin-right: 13.75rem !important;
  }

  .md\:my-phoneTextContentMaxWidth {
    margin-top: 57.0625rem !important;
    margin-bottom: 57.0625rem !important;
  }

  .md\:mx-phoneTextContentMaxWidth {
    margin-left: 57.0625rem !important;
    margin-right: 57.0625rem !important;
  }

  .md\:my-phoneTextContentWidth {
    margin-top: 63% !important;
    margin-bottom: 63% !important;
  }

  .md\:mx-phoneTextContentWidth {
    margin-left: 63% !important;
    margin-right: 63% !important;
  }

  .md\:my-phoneBlockContentWidth {
    margin-top: 71.625rem !important;
    margin-bottom: 71.625rem !important;
  }

  .md\:mx-phoneBlockContentWidth {
    margin-left: 71.625rem !important;
    margin-right: 71.625rem !important;
  }

  .md\:my-tabletTextContentMaxWidth {
    margin-top: 57.0625rem !important;
    margin-bottom: 57.0625rem !important;
  }

  .md\:mx-tabletTextContentMaxWidth {
    margin-left: 57.0625rem !important;
    margin-right: 57.0625rem !important;
  }

  .md\:my-tabletTextContentWidth {
    margin-top: 63% !important;
    margin-bottom: 63% !important;
  }

  .md\:mx-tabletTextContentWidth {
    margin-left: 63% !important;
    margin-right: 63% !important;
  }

  .md\:my-tabletBlockContentWidth {
    margin-top: 71.625rem !important;
    margin-bottom: 71.625rem !important;
  }

  .md\:mx-tabletBlockContentWidth {
    margin-left: 71.625rem !important;
    margin-right: 71.625rem !important;
  }

  .md\:my-largeTextContentMaxWidth {
    margin-top: 57.0625rem !important;
    margin-bottom: 57.0625rem !important;
  }

  .md\:mx-largeTextContentMaxWidth {
    margin-left: 57.0625rem !important;
    margin-right: 57.0625rem !important;
  }

  .md\:my-largeTextContentWidth {
    margin-top: 63% !important;
    margin-bottom: 63% !important;
  }

  .md\:mx-largeTextContentWidth {
    margin-left: 63% !important;
    margin-right: 63% !important;
  }

  .md\:my-largeBlockContentWidth {
    margin-top: 71.625rem !important;
    margin-bottom: 71.625rem !important;
  }

  .md\:mx-largeBlockContentWidth {
    margin-left: 71.625rem !important;
    margin-right: 71.625rem !important;
  }

  .md\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .md\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .md\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .md\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .md\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .md\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .md\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .md\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .md\:-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .md\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .md\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .md\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .md\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .md\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .md\:-my-9 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .md\:-mx-9 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .md\:-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .md\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .md\:-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .md\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .md\:-my-14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .md\:-mx-14 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .md\:-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .md\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .md\:-my-18 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }

  .md\:-mx-18 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important;
  }

  .md\:-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

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

  .md\:-my-22 {
    margin-top: -5.626rem !important;
    margin-bottom: -5.626rem !important;
  }

  .md\:-mx-22 {
    margin-left: -5.626rem !important;
    margin-right: -5.626rem !important;
  }

  .md\:-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .md\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .md\:-my-26 {
    margin-top: -6.25rem !important;
    margin-bottom: -6.25rem !important;
  }

  .md\:-mx-26 {
    margin-left: -6.25rem !important;
    margin-right: -6.25rem !important;
  }

  .md\:-my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .md\:-mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .md\:-my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .md\:-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .md\:-my-34 {
    margin-top: -8.5rem !important;
    margin-bottom: -8.5rem !important;
  }

  .md\:-mx-34 {
    margin-left: -8.5rem !important;
    margin-right: -8.5rem !important;
  }

  .md\:-my-38 {
    margin-top: -9.25rem !important;
    margin-bottom: -9.25rem !important;
  }

  .md\:-mx-38 {
    margin-left: -9.25rem !important;
    margin-right: -9.25rem !important;
  }

  .md\:-my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .md\:-mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .md\:-my-46 {
    margin-top: -11.75rem !important;
    margin-bottom: -11.75rem !important;
  }

  .md\:-mx-46 {
    margin-left: -11.75rem !important;
    margin-right: -11.75rem !important;
  }

  .md\:-my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .md\:-mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .md\:-my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .md\:-mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .md\:-my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .md\:-mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .md\:-my-82 {
    margin-top: -20.75rem !important;
    margin-bottom: -20.75rem !important;
  }

  .md\:-mx-82 {
    margin-left: -20.75rem !important;
    margin-right: -20.75rem !important;
  }

  .md\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .md\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .md\:-my-tiny {
    margin-top: -0.3rem !important;
    margin-bottom: -0.3rem !important;
  }

  .md\:-mx-tiny {
    margin-left: -0.3rem !important;
    margin-right: -0.3rem !important;
  }

  .md\:-my-quick-links {
    margin-top: -26% !important;
    margin-bottom: -26% !important;
  }

  .md\:-mx-quick-links {
    margin-left: -26% !important;
    margin-right: -26% !important;
  }

  .md\:-my-pro-slid {
    margin-top: -48% !important;
    margin-bottom: -48% !important;
  }

  .md\:-mx-pro-slid {
    margin-left: -48% !important;
    margin-right: -48% !important;
  }

  .md\:-my-62p {
    margin-top: -62% !important;
    margin-bottom: -62% !important;
  }

  .md\:-mx-62p {
    margin-left: -62% !important;
    margin-right: -62% !important;
  }

  .md\:-my-90p {
    margin-top: -90% !important;
    margin-bottom: -90% !important;
  }

  .md\:-mx-90p {
    margin-left: -90% !important;
    margin-right: -90% !important;
  }

  .md\:-my-x-large {
    margin-top: -27.5rem !important;
    margin-bottom: -27.5rem !important;
  }

  .md\:-mx-x-large {
    margin-left: -27.5rem !important;
    margin-right: -27.5rem !important;
  }

  .md\:-my-2px {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .md\:-mx-2px {
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .md\:-my-9px {
    margin-top: -0.5625rem !important;
    margin-bottom: -0.5625rem !important;
  }

  .md\:-mx-9px {
    margin-left: -0.5625rem !important;
    margin-right: -0.5625rem !important;
  }

  .md\:-my-10px {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .md\:-mx-10px {
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .md\:-my-18px {
    margin-top: -1.125rem !important;
    margin-bottom: -1.125rem !important;
  }

  .md\:-mx-18px {
    margin-left: -1.125rem !important;
    margin-right: -1.125rem !important;
  }

  .md\:-my-20px {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .md\:-mx-20px {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .md\:-my-24px {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .md\:-mx-24px {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .md\:-my-26px {
    margin-top: -1.625rem !important;
    margin-bottom: -1.625rem !important;
  }

  .md\:-mx-26px {
    margin-left: -1.625rem !important;
    margin-right: -1.625rem !important;
  }

  .md\:-my-30px {
    margin-top: -1.875rem !important;
    margin-bottom: -1.875rem !important;
  }

  .md\:-mx-30px {
    margin-left: -1.875rem !important;
    margin-right: -1.875rem !important;
  }

  .md\:-my-38px {
    margin-top: -2.375rem !important;
    margin-bottom: -2.375rem !important;
  }

  .md\:-mx-38px {
    margin-left: -2.375rem !important;
    margin-right: -2.375rem !important;
  }

  .md\:-my-43px {
    margin-top: -2.6875rem !important;
    margin-bottom: -2.6875rem !important;
  }

  .md\:-mx-43px {
    margin-left: -2.6875rem !important;
    margin-right: -2.6875rem !important;
  }

  .md\:-my-44px {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .md\:-mx-44px {
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }

  .md\:-my-46px {
    margin-top: -2.875rem !important;
    margin-bottom: -2.875rem !important;
  }

  .md\:-mx-46px {
    margin-left: -2.875rem !important;
    margin-right: -2.875rem !important;
  }

  .md\:-my-53px {
    margin-top: -3.3125rem !important;
    margin-bottom: -3.3125rem !important;
  }

  .md\:-mx-53px {
    margin-left: -3.3125rem !important;
    margin-right: -3.3125rem !important;
  }

  .md\:-my-54px {
    margin-top: -3.375rem !important;
    margin-bottom: -3.375rem !important;
  }

  .md\:-mx-54px {
    margin-left: -3.375rem !important;
    margin-right: -3.375rem !important;
  }

  .md\:-my-55px {
    margin-top: -3.4375rem !important;
    margin-bottom: -3.4375rem !important;
  }

  .md\:-mx-55px {
    margin-left: -3.4375rem !important;
    margin-right: -3.4375rem !important;
  }

  .md\:-my-60px {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }

  .md\:-mx-60px {
    margin-left: -3.75rem !important;
    margin-right: -3.75rem !important;
  }

  .md\:-my-67px {
    margin-top: -4.1875rem !important;
    margin-bottom: -4.1875rem !important;
  }

  .md\:-mx-67px {
    margin-left: -4.1875rem !important;
    margin-right: -4.1875rem !important;
  }

  .md\:-my-73px {
    margin-top: -4.5625rem !important;
    margin-bottom: -4.5625rem !important;
  }

  .md\:-mx-73px {
    margin-left: -4.5625rem !important;
    margin-right: -4.5625rem !important;
  }

  .md\:-my-80px {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .md\:-mx-80px {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .md\:-my-81px {
    margin-top: -5.0625rem !important;
    margin-bottom: -5.0625rem !important;
  }

  .md\:-mx-81px {
    margin-left: -5.0625rem !important;
    margin-right: -5.0625rem !important;
  }

  .md\:-my-85px {
    margin-top: -5.3125rem !important;
    margin-bottom: -5.3125rem !important;
  }

  .md\:-mx-85px {
    margin-left: -5.3125rem !important;
    margin-right: -5.3125rem !important;
  }

  .md\:-my-92px {
    margin-top: -5.75rem !important;
    margin-bottom: -5.75rem !important;
  }

  .md\:-mx-92px {
    margin-left: -5.75rem !important;
    margin-right: -5.75rem !important;
  }

  .md\:-my-100px {
    margin-top: -6.25rem !important;
    margin-bottom: -6.25rem !important;
  }

  .md\:-mx-100px {
    margin-left: -6.25rem !important;
    margin-right: -6.25rem !important;
  }

  .md\:-my-106px {
    margin-top: -6.625rem !important;
    margin-bottom: -6.625rem !important;
  }

  .md\:-mx-106px {
    margin-left: -6.625rem !important;
    margin-right: -6.625rem !important;
  }

  .md\:-my-123px {
    margin-top: -7.6875rem !important;
    margin-bottom: -7.6875rem !important;
  }

  .md\:-mx-123px {
    margin-left: -7.6875rem !important;
    margin-right: -7.6875rem !important;
  }

  .md\:-my-126px {
    margin-top: -7.875rem !important;
    margin-bottom: -7.875rem !important;
  }

  .md\:-mx-126px {
    margin-left: -7.875rem !important;
    margin-right: -7.875rem !important;
  }

  .md\:-my-138px {
    margin-top: -8.625rem !important;
    margin-bottom: -8.625rem !important;
  }

  .md\:-mx-138px {
    margin-left: -8.625rem !important;
    margin-right: -8.625rem !important;
  }

  .md\:-my-140px {
    margin-top: -8.75rem !important;
    margin-bottom: -8.75rem !important;
  }

  .md\:-mx-140px {
    margin-left: -8.75rem !important;
    margin-right: -8.75rem !important;
  }

  .md\:-my-146px {
    margin-top: -9.125rem !important;
    margin-bottom: -9.125rem !important;
  }

  .md\:-mx-146px {
    margin-left: -9.125rem !important;
    margin-right: -9.125rem !important;
  }

  .md\:-my-152px {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important;
  }

  .md\:-mx-152px {
    margin-left: -9.5rem !important;
    margin-right: -9.5rem !important;
  }

  .md\:-my-187px {
    margin-top: -11.6875rem !important;
    margin-bottom: -11.6875rem !important;
  }

  .md\:-mx-187px {
    margin-left: -11.6875rem !important;
    margin-right: -11.6875rem !important;
  }

  .md\:-my-220px {
    margin-top: -13.75rem !important;
    margin-bottom: -13.75rem !important;
  }

  .md\:-mx-220px {
    margin-left: -13.75rem !important;
    margin-right: -13.75rem !important;
  }

  .md\:-my-253px {
    margin-top: -15.8125rem !important;
    margin-bottom: -15.8125rem !important;
  }

  .md\:-mx-253px {
    margin-left: -15.8125rem !important;
    margin-right: -15.8125rem !important;
  }

  .md\:-my-320px {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .md\:-mx-320px {
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }

  .md\:-my-400px {
    margin-top: -25rem !important;
    margin-bottom: -25rem !important;
  }

  .md\:-mx-400px {
    margin-left: -25rem !important;
    margin-right: -25rem !important;
  }

  .md\:-my-500px {
    margin-top: -31.25rem !important;
    margin-bottom: -31.25rem !important;
  }

  .md\:-mx-500px {
    margin-left: -31.25rem !important;
    margin-right: -31.25rem !important;
  }

  .md\:-my-lgPaddingTop {
    margin-top: -15.8125rem !important;
    margin-bottom: -15.8125rem !important;
  }

  .md\:-mx-lgPaddingTop {
    margin-left: -15.8125rem !important;
    margin-right: -15.8125rem !important;
  }

  .md\:-my-phonePaddingTop {
    margin-top: -9.875rem !important;
    margin-bottom: -9.875rem !important;
  }

  .md\:-mx-phonePaddingTop {
    margin-left: -9.875rem !important;
    margin-right: -9.875rem !important;
  }

  .md\:-my-tabletPaddingTop {
    margin-top: -6.625rem !important;
    margin-bottom: -6.625rem !important;
  }

  .md\:-mx-tabletPaddingTop {
    margin-left: -6.625rem !important;
    margin-right: -6.625rem !important;
  }

  .md\:-my-largePaddingTop {
    margin-top: -13.75rem !important;
    margin-bottom: -13.75rem !important;
  }

  .md\:-mx-largePaddingTop {
    margin-left: -13.75rem !important;
    margin-right: -13.75rem !important;
  }

  .md\:-my-phoneTextContentMaxWidth {
    margin-top: -57.0625rem !important;
    margin-bottom: -57.0625rem !important;
  }

  .md\:-mx-phoneTextContentMaxWidth {
    margin-left: -57.0625rem !important;
    margin-right: -57.0625rem !important;
  }

  .md\:-my-phoneTextContentWidth {
    margin-top: -63% !important;
    margin-bottom: -63% !important;
  }

  .md\:-mx-phoneTextContentWidth {
    margin-left: -63% !important;
    margin-right: -63% !important;
  }

  .md\:-my-phoneBlockContentWidth {
    margin-top: -71.625rem !important;
    margin-bottom: -71.625rem !important;
  }

  .md\:-mx-phoneBlockContentWidth {
    margin-left: -71.625rem !important;
    margin-right: -71.625rem !important;
  }

  .md\:-my-tabletTextContentMaxWidth {
    margin-top: -57.0625rem !important;
    margin-bottom: -57.0625rem !important;
  }

  .md\:-mx-tabletTextContentMaxWidth {
    margin-left: -57.0625rem !important;
    margin-right: -57.0625rem !important;
  }

  .md\:-my-tabletTextContentWidth {
    margin-top: -63% !important;
    margin-bottom: -63% !important;
  }

  .md\:-mx-tabletTextContentWidth {
    margin-left: -63% !important;
    margin-right: -63% !important;
  }

  .md\:-my-tabletBlockContentWidth {
    margin-top: -71.625rem !important;
    margin-bottom: -71.625rem !important;
  }

  .md\:-mx-tabletBlockContentWidth {
    margin-left: -71.625rem !important;
    margin-right: -71.625rem !important;
  }

  .md\:-my-largeTextContentMaxWidth {
    margin-top: -57.0625rem !important;
    margin-bottom: -57.0625rem !important;
  }

  .md\:-mx-largeTextContentMaxWidth {
    margin-left: -57.0625rem !important;
    margin-right: -57.0625rem !important;
  }

  .md\:-my-largeTextContentWidth {
    margin-top: -63% !important;
    margin-bottom: -63% !important;
  }

  .md\:-mx-largeTextContentWidth {
    margin-left: -63% !important;
    margin-right: -63% !important;
  }

  .md\:-my-largeBlockContentWidth {
    margin-top: -71.625rem !important;
    margin-bottom: -71.625rem !important;
  }

  .md\:-mx-largeBlockContentWidth {
    margin-left: -71.625rem !important;
    margin-right: -71.625rem !important;
  }

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

  .md\:mr-0 {
    margin-right: 0 !important;
  }

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

  .md\:ml-0 {
    margin-left: 0 !important;
  }

  .md\:mt-1 {
    margin-top: 0.25rem !important;
  }

  .md\:mr-1 {
    margin-right: 0.25rem !important;
  }

  .md\:mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .md\:ml-1 {
    margin-left: 0.25rem !important;
  }

  .md\:mt-2 {
    margin-top: 0.5rem !important;
  }

  .md\:mr-2 {
    margin-right: 0.5rem !important;
  }

  .md\:mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .md\:ml-2 {
    margin-left: 0.5rem !important;
  }

  .md\:mt-3 {
    margin-top: 0.75rem !important;
  }

  .md\:mr-3 {
    margin-right: 0.75rem !important;
  }

  .md\:mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .md\:ml-3 {
    margin-left: 0.75rem !important;
  }

  .md\:mt-4 {
    margin-top: 1rem !important;
  }

  .md\:mr-4 {
    margin-right: 1rem !important;
  }

  .md\:mb-4 {
    margin-bottom: 1rem !important;
  }

  .md\:ml-4 {
    margin-left: 1rem !important;
  }

  .md\:mt-5 {
    margin-top: 1.25rem !important;
  }

  .md\:mr-5 {
    margin-right: 1.25rem !important;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .md\:ml-5 {
    margin-left: 1.25rem !important;
  }

  .md\:mt-6 {
    margin-top: 1.5rem !important;
  }

  .md\:mr-6 {
    margin-right: 1.5rem !important;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .md\:ml-6 {
    margin-left: 1.5rem !important;
  }

  .md\:mt-8 {
    margin-top: 2rem !important;
  }

  .md\:mr-8 {
    margin-right: 2rem !important;
  }

  .md\:mb-8 {
    margin-bottom: 2rem !important;
  }

  .md\:ml-8 {
    margin-left: 2rem !important;
  }

  .md\:mt-9 {
    margin-top: 2.5rem !important;
  }

  .md\:mr-9 {
    margin-right: 2.5rem !important;
  }

  .md\:mb-9 {
    margin-bottom: 2.5rem !important;
  }

  .md\:ml-9 {
    margin-left: 2.5rem !important;
  }

  .md\:mt-10 {
    margin-top: 2.5rem !important;
  }

  .md\:mr-10 {
    margin-right: 2.5rem !important;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .md\:ml-10 {
    margin-left: 2.5rem !important;
  }

  .md\:mt-12 {
    margin-top: 3rem !important;
  }

  .md\:mr-12 {
    margin-right: 3rem !important;
  }

  .md\:mb-12 {
    margin-bottom: 3rem !important;
  }

  .md\:ml-12 {
    margin-left: 3rem !important;
  }

  .md\:mt-14 {
    margin-top: 3.5rem !important;
  }

  .md\:mr-14 {
    margin-right: 3.5rem !important;
  }

  .md\:mb-14 {
    margin-bottom: 3.5rem !important;
  }

  .md\:ml-14 {
    margin-left: 3.5rem !important;
  }

  .md\:mt-16 {
    margin-top: 4rem !important;
  }

  .md\:mr-16 {
    margin-right: 4rem !important;
  }

  .md\:mb-16 {
    margin-bottom: 4rem !important;
  }

  .md\:ml-16 {
    margin-left: 4rem !important;
  }

  .md\:mt-18 {
    margin-top: 4.5rem !important;
  }

  .md\:mr-18 {
    margin-right: 4.5rem !important;
  }

  .md\:mb-18 {
    margin-bottom: 4.5rem !important;
  }

  .md\:ml-18 {
    margin-left: 4.5rem !important;
  }

  .md\:mt-20 {
    margin-top: 5rem !important;
  }

  .md\:mr-20 {
    margin-right: 5rem !important;
  }

  .md\:mb-20 {
    margin-bottom: 5rem !important;
  }

  .md\:ml-20 {
    margin-left: 5rem !important;
  }

  .md\:mt-22 {
    margin-top: 5.626rem !important;
  }

  .md\:mr-22 {
    margin-right: 5.626rem !important;
  }

  .md\:mb-22 {
    margin-bottom: 5.626rem !important;
  }

  .md\:ml-22 {
    margin-left: 5.626rem !important;
  }

  .md\:mt-24 {
    margin-top: 6rem !important;
  }

  .md\:mr-24 {
    margin-right: 6rem !important;
  }

  .md\:mb-24 {
    margin-bottom: 6rem !important;
  }

  .md\:ml-24 {
    margin-left: 6rem !important;
  }

  .md\:mt-26 {
    margin-top: 6.25rem !important;
  }

  .md\:mr-26 {
    margin-right: 6.25rem !important;
  }

  .md\:mb-26 {
    margin-bottom: 6.25rem !important;
  }

  .md\:ml-26 {
    margin-left: 6.25rem !important;
  }

  .md\:mt-28 {
    margin-top: 7rem !important;
  }

  .md\:mr-28 {
    margin-right: 7rem !important;
  }

  .md\:mb-28 {
    margin-bottom: 7rem !important;
  }

  .md\:ml-28 {
    margin-left: 7rem !important;
  }

  .md\:mt-32 {
    margin-top: 8rem !important;
  }

  .md\:mr-32 {
    margin-right: 8rem !important;
  }

  .md\:mb-32 {
    margin-bottom: 8rem !important;
  }

  .md\:ml-32 {
    margin-left: 8rem !important;
  }

  .md\:mt-34 {
    margin-top: 8.5rem !important;
  }

  .md\:mr-34 {
    margin-right: 8.5rem !important;
  }

  .md\:mb-34 {
    margin-bottom: 8.5rem !important;
  }

  .md\:ml-34 {
    margin-left: 8.5rem !important;
  }

  .md\:mt-38 {
    margin-top: 9.25rem !important;
  }

  .md\:mr-38 {
    margin-right: 9.25rem !important;
  }

  .md\:mb-38 {
    margin-bottom: 9.25rem !important;
  }

  .md\:ml-38 {
    margin-left: 9.25rem !important;
  }

  .md\:mt-40 {
    margin-top: 10rem !important;
  }

  .md\:mr-40 {
    margin-right: 10rem !important;
  }

  .md\:mb-40 {
    margin-bottom: 10rem !important;
  }

  .md\:ml-40 {
    margin-left: 10rem !important;
  }

  .md\:mt-46 {
    margin-top: 11.75rem !important;
  }

  .md\:mr-46 {
    margin-right: 11.75rem !important;
  }

  .md\:mb-46 {
    margin-bottom: 11.75rem !important;
  }

  .md\:ml-46 {
    margin-left: 11.75rem !important;
  }

  .md\:mt-48 {
    margin-top: 12rem !important;
  }

  .md\:mr-48 {
    margin-right: 12rem !important;
  }

  .md\:mb-48 {
    margin-bottom: 12rem !important;
  }

  .md\:ml-48 {
    margin-left: 12rem !important;
  }

  .md\:mt-56 {
    margin-top: 14rem !important;
  }

  .md\:mr-56 {
    margin-right: 14rem !important;
  }

  .md\:mb-56 {
    margin-bottom: 14rem !important;
  }

  .md\:ml-56 {
    margin-left: 14rem !important;
  }

  .md\:mt-64 {
    margin-top: 16rem !important;
  }

  .md\:mr-64 {
    margin-right: 16rem !important;
  }

  .md\:mb-64 {
    margin-bottom: 16rem !important;
  }

  .md\:ml-64 {
    margin-left: 16rem !important;
  }

  .md\:mt-82 {
    margin-top: 20.75rem !important;
  }

  .md\:mr-82 {
    margin-right: 20.75rem !important;
  }

  .md\:mb-82 {
    margin-bottom: 20.75rem !important;
  }

  .md\:ml-82 {
    margin-left: 20.75rem !important;
  }

  .md\:mt-auto {
    margin-top: auto !important;
  }

  .md\:mr-auto {
    margin-right: auto !important;
  }

  .md\:mb-auto {
    margin-bottom: auto !important;
  }

  .md\:ml-auto {
    margin-left: auto !important;
  }

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

  .md\:mr-px {
    margin-right: 1px !important;
  }

  .md\:mb-px {
    margin-bottom: 1px !important;
  }

  .md\:ml-px {
    margin-left: 1px !important;
  }

  .md\:mt-tiny {
    margin-top: 0.3rem !important;
  }

  .md\:mr-tiny {
    margin-right: 0.3rem !important;
  }

  .md\:mb-tiny {
    margin-bottom: 0.3rem !important;
  }

  .md\:ml-tiny {
    margin-left: 0.3rem !important;
  }

  .md\:mt-quick-links {
    margin-top: 26% !important;
  }

  .md\:mr-quick-links {
    margin-right: 26% !important;
  }

  .md\:mb-quick-links {
    margin-bottom: 26% !important;
  }

  .md\:ml-quick-links {
    margin-left: 26% !important;
  }

  .md\:mt-pro-slid {
    margin-top: 48% !important;
  }

  .md\:mr-pro-slid {
    margin-right: 48% !important;
  }

  .md\:mb-pro-slid {
    margin-bottom: 48% !important;
  }

  .md\:ml-pro-slid {
    margin-left: 48% !important;
  }

  .md\:mt-62p {
    margin-top: 62% !important;
  }

  .md\:mr-62p {
    margin-right: 62% !important;
  }

  .md\:mb-62p {
    margin-bottom: 62% !important;
  }

  .md\:ml-62p {
    margin-left: 62% !important;
  }

  .md\:mt-90p {
    margin-top: 90% !important;
  }

  .md\:mr-90p {
    margin-right: 90% !important;
  }

  .md\:mb-90p {
    margin-bottom: 90% !important;
  }

  .md\:ml-90p {
    margin-left: 90% !important;
  }

  .md\:mt-x-large {
    margin-top: 27.5rem !important;
  }

  .md\:mr-x-large {
    margin-right: 27.5rem !important;
  }

  .md\:mb-x-large {
    margin-bottom: 27.5rem !important;
  }

  .md\:ml-x-large {
    margin-left: 27.5rem !important;
  }

  .md\:mt-2px {
    margin-top: 0.125rem !important;
  }

  .md\:mr-2px {
    margin-right: 0.125rem !important;
  }

  .md\:mb-2px {
    margin-bottom: 0.125rem !important;
  }

  .md\:ml-2px {
    margin-left: 0.125rem !important;
  }

  .md\:mt-9px {
    margin-top: 0.5625rem !important;
  }

  .md\:mr-9px {
    margin-right: 0.5625rem !important;
  }

  .md\:mb-9px {
    margin-bottom: 0.5625rem !important;
  }

  .md\:ml-9px {
    margin-left: 0.5625rem !important;
  }

  .md\:mt-10px {
    margin-top: 0.625rem !important;
  }

  .md\:mr-10px {
    margin-right: 0.625rem !important;
  }

  .md\:mb-10px {
    margin-bottom: 0.625rem !important;
  }

  .md\:ml-10px {
    margin-left: 0.625rem !important;
  }

  .md\:mt-18px {
    margin-top: 1.125rem !important;
  }

  .md\:mr-18px {
    margin-right: 1.125rem !important;
  }

  .md\:mb-18px {
    margin-bottom: 1.125rem !important;
  }

  .md\:ml-18px {
    margin-left: 1.125rem !important;
  }

  .md\:mt-20px {
    margin-top: 1.25rem !important;
  }

  .md\:mr-20px {
    margin-right: 1.25rem !important;
  }

  .md\:mb-20px {
    margin-bottom: 1.25rem !important;
  }

  .md\:ml-20px {
    margin-left: 1.25rem !important;
  }

  .md\:mt-24px {
    margin-top: 1.5rem !important;
  }

  .md\:mr-24px {
    margin-right: 1.5rem !important;
  }

  .md\:mb-24px {
    margin-bottom: 1.5rem !important;
  }

  .md\:ml-24px {
    margin-left: 1.5rem !important;
  }

  .md\:mt-26px {
    margin-top: 1.625rem !important;
  }

  .md\:mr-26px {
    margin-right: 1.625rem !important;
  }

  .md\:mb-26px {
    margin-bottom: 1.625rem !important;
  }

  .md\:ml-26px {
    margin-left: 1.625rem !important;
  }

  .md\:mt-30px {
    margin-top: 1.875rem !important;
  }

  .md\:mr-30px {
    margin-right: 1.875rem !important;
  }

  .md\:mb-30px {
    margin-bottom: 1.875rem !important;
  }

  .md\:ml-30px {
    margin-left: 1.875rem !important;
  }

  .md\:mt-38px {
    margin-top: 2.375rem !important;
  }

  .md\:mr-38px {
    margin-right: 2.375rem !important;
  }

  .md\:mb-38px {
    margin-bottom: 2.375rem !important;
  }

  .md\:ml-38px {
    margin-left: 2.375rem !important;
  }

  .md\:mt-43px {
    margin-top: 2.6875rem !important;
  }

  .md\:mr-43px {
    margin-right: 2.6875rem !important;
  }

  .md\:mb-43px {
    margin-bottom: 2.6875rem !important;
  }

  .md\:ml-43px {
    margin-left: 2.6875rem !important;
  }

  .md\:mt-44px {
    margin-top: 2.75rem !important;
  }

  .md\:mr-44px {
    margin-right: 2.75rem !important;
  }

  .md\:mb-44px {
    margin-bottom: 2.75rem !important;
  }

  .md\:ml-44px {
    margin-left: 2.75rem !important;
  }

  .md\:mt-46px {
    margin-top: 2.875rem !important;
  }

  .md\:mr-46px {
    margin-right: 2.875rem !important;
  }

  .md\:mb-46px {
    margin-bottom: 2.875rem !important;
  }

  .md\:ml-46px {
    margin-left: 2.875rem !important;
  }

  .md\:mt-53px {
    margin-top: 3.3125rem !important;
  }

  .md\:mr-53px {
    margin-right: 3.3125rem !important;
  }

  .md\:mb-53px {
    margin-bottom: 3.3125rem !important;
  }

  .md\:ml-53px {
    margin-left: 3.3125rem !important;
  }

  .md\:mt-54px {
    margin-top: 3.375rem !important;
  }

  .md\:mr-54px {
    margin-right: 3.375rem !important;
  }

  .md\:mb-54px {
    margin-bottom: 3.375rem !important;
  }

  .md\:ml-54px {
    margin-left: 3.375rem !important;
  }

  .md\:mt-55px {
    margin-top: 3.4375rem !important;
  }

  .md\:mr-55px {
    margin-right: 3.4375rem !important;
  }

  .md\:mb-55px {
    margin-bottom: 3.4375rem !important;
  }

  .md\:ml-55px {
    margin-left: 3.4375rem !important;
  }

  .md\:mt-60px {
    margin-top: 3.75rem !important;
  }

  .md\:mr-60px {
    margin-right: 3.75rem !important;
  }

  .md\:mb-60px {
    margin-bottom: 3.75rem !important;
  }

  .md\:ml-60px {
    margin-left: 3.75rem !important;
  }

  .md\:mt-67px {
    margin-top: 4.1875rem !important;
  }

  .md\:mr-67px {
    margin-right: 4.1875rem !important;
  }

  .md\:mb-67px {
    margin-bottom: 4.1875rem !important;
  }

  .md\:ml-67px {
    margin-left: 4.1875rem !important;
  }

  .md\:mt-73px {
    margin-top: 4.5625rem !important;
  }

  .md\:mr-73px {
    margin-right: 4.5625rem !important;
  }

  .md\:mb-73px {
    margin-bottom: 4.5625rem !important;
  }

  .md\:ml-73px {
    margin-left: 4.5625rem !important;
  }

  .md\:mt-80px {
    margin-top: 5rem !important;
  }

  .md\:mr-80px {
    margin-right: 5rem !important;
  }

  .md\:mb-80px {
    margin-bottom: 5rem !important;
  }

  .md\:ml-80px {
    margin-left: 5rem !important;
  }

  .md\:mt-81px {
    margin-top: 5.0625rem !important;
  }

  .md\:mr-81px {
    margin-right: 5.0625rem !important;
  }

  .md\:mb-81px {
    margin-bottom: 5.0625rem !important;
  }

  .md\:ml-81px {
    margin-left: 5.0625rem !important;
  }

  .md\:mt-85px {
    margin-top: 5.3125rem !important;
  }

  .md\:mr-85px {
    margin-right: 5.3125rem !important;
  }

  .md\:mb-85px {
    margin-bottom: 5.3125rem !important;
  }

  .md\:ml-85px {
    margin-left: 5.3125rem !important;
  }

  .md\:mt-92px {
    margin-top: 5.75rem !important;
  }

  .md\:mr-92px {
    margin-right: 5.75rem !important;
  }

  .md\:mb-92px {
    margin-bottom: 5.75rem !important;
  }

  .md\:ml-92px {
    margin-left: 5.75rem !important;
  }

  .md\:mt-100px {
    margin-top: 6.25rem !important;
  }

  .md\:mr-100px {
    margin-right: 6.25rem !important;
  }

  .md\:mb-100px {
    margin-bottom: 6.25rem !important;
  }

  .md\:ml-100px {
    margin-left: 6.25rem !important;
  }

  .md\:mt-106px {
    margin-top: 6.625rem !important;
  }

  .md\:mr-106px {
    margin-right: 6.625rem !important;
  }

  .md\:mb-106px {
    margin-bottom: 6.625rem !important;
  }

  .md\:ml-106px {
    margin-left: 6.625rem !important;
  }

  .md\:mt-123px {
    margin-top: 7.6875rem !important;
  }

  .md\:mr-123px {
    margin-right: 7.6875rem !important;
  }

  .md\:mb-123px {
    margin-bottom: 7.6875rem !important;
  }

  .md\:ml-123px {
    margin-left: 7.6875rem !important;
  }

  .md\:mt-126px {
    margin-top: 7.875rem !important;
  }

  .md\:mr-126px {
    margin-right: 7.875rem !important;
  }

  .md\:mb-126px {
    margin-bottom: 7.875rem !important;
  }

  .md\:ml-126px {
    margin-left: 7.875rem !important;
  }

  .md\:mt-138px {
    margin-top: 8.625rem !important;
  }

  .md\:mr-138px {
    margin-right: 8.625rem !important;
  }

  .md\:mb-138px {
    margin-bottom: 8.625rem !important;
  }

  .md\:ml-138px {
    margin-left: 8.625rem !important;
  }

  .md\:mt-140px {
    margin-top: 8.75rem !important;
  }

  .md\:mr-140px {
    margin-right: 8.75rem !important;
  }

  .md\:mb-140px {
    margin-bottom: 8.75rem !important;
  }

  .md\:ml-140px {
    margin-left: 8.75rem !important;
  }

  .md\:mt-146px {
    margin-top: 9.125rem !important;
  }

  .md\:mr-146px {
    margin-right: 9.125rem !important;
  }

  .md\:mb-146px {
    margin-bottom: 9.125rem !important;
  }

  .md\:ml-146px {
    margin-left: 9.125rem !important;
  }

  .md\:mt-152px {
    margin-top: 9.5rem !important;
  }

  .md\:mr-152px {
    margin-right: 9.5rem !important;
  }

  .md\:mb-152px {
    margin-bottom: 9.5rem !important;
  }

  .md\:ml-152px {
    margin-left: 9.5rem !important;
  }

  .md\:mt-187px {
    margin-top: 11.6875rem !important;
  }

  .md\:mr-187px {
    margin-right: 11.6875rem !important;
  }

  .md\:mb-187px {
    margin-bottom: 11.6875rem !important;
  }

  .md\:ml-187px {
    margin-left: 11.6875rem !important;
  }

  .md\:mt-220px {
    margin-top: 13.75rem !important;
  }

  .md\:mr-220px {
    margin-right: 13.75rem !important;
  }

  .md\:mb-220px {
    margin-bottom: 13.75rem !important;
  }

  .md\:ml-220px {
    margin-left: 13.75rem !important;
  }

  .md\:mt-253px {
    margin-top: 15.8125rem !important;
  }

  .md\:mr-253px {
    margin-right: 15.8125rem !important;
  }

  .md\:mb-253px {
    margin-bottom: 15.8125rem !important;
  }

  .md\:ml-253px {
    margin-left: 15.8125rem !important;
  }

  .md\:mt-320px {
    margin-top: 20rem !important;
  }

  .md\:mr-320px {
    margin-right: 20rem !important;
  }

  .md\:mb-320px {
    margin-bottom: 20rem !important;
  }

  .md\:ml-320px {
    margin-left: 20rem !important;
  }

  .md\:mt-400px {
    margin-top: 25rem !important;
  }

  .md\:mr-400px {
    margin-right: 25rem !important;
  }

  .md\:mb-400px {
    margin-bottom: 25rem !important;
  }

  .md\:ml-400px {
    margin-left: 25rem !important;
  }

  .md\:mt-500px {
    margin-top: 31.25rem !important;
  }

  .md\:mr-500px {
    margin-right: 31.25rem !important;
  }

  .md\:mb-500px {
    margin-bottom: 31.25rem !important;
  }

  .md\:ml-500px {
    margin-left: 31.25rem !important;
  }

  .md\:mt-lgPaddingTop {
    margin-top: 15.8125rem !important;
  }

  .md\:mr-lgPaddingTop {
    margin-right: 15.8125rem !important;
  }

  .md\:mb-lgPaddingTop {
    margin-bottom: 15.8125rem !important;
  }

  .md\:ml-lgPaddingTop {
    margin-left: 15.8125rem !important;
  }

  .md\:mt-phonePaddingTop {
    margin-top: 9.875rem !important;
  }

  .md\:mr-phonePaddingTop {
    margin-right: 9.875rem !important;
  }

  .md\:mb-phonePaddingTop {
    margin-bottom: 9.875rem !important;
  }

  .md\:ml-phonePaddingTop {
    margin-left: 9.875rem !important;
  }

  .md\:mt-tabletPaddingTop {
    margin-top: 6.625rem !important;
  }

  .md\:mr-tabletPaddingTop {
    margin-right: 6.625rem !important;
  }

  .md\:mb-tabletPaddingTop {
    margin-bottom: 6.625rem !important;
  }

  .md\:ml-tabletPaddingTop {
    margin-left: 6.625rem !important;
  }

  .md\:mt-largePaddingTop {
    margin-top: 13.75rem !important;
  }

  .md\:mr-largePaddingTop {
    margin-right: 13.75rem !important;
  }

  .md\:mb-largePaddingTop {
    margin-bottom: 13.75rem !important;
  }

  .md\:ml-largePaddingTop {
    margin-left: 13.75rem !important;
  }

  .md\:mt-phoneTextContentMaxWidth {
    margin-top: 57.0625rem !important;
  }

  .md\:mr-phoneTextContentMaxWidth {
    margin-right: 57.0625rem !important;
  }

  .md\:mb-phoneTextContentMaxWidth {
    margin-bottom: 57.0625rem !important;
  }

  .md\:ml-phoneTextContentMaxWidth {
    margin-left: 57.0625rem !important;
  }

  .md\:mt-phoneTextContentWidth {
    margin-top: 63% !important;
  }

  .md\:mr-phoneTextContentWidth {
    margin-right: 63% !important;
  }

  .md\:mb-phoneTextContentWidth {
    margin-bottom: 63% !important;
  }

  .md\:ml-phoneTextContentWidth {
    margin-left: 63% !important;
  }

  .md\:mt-phoneBlockContentWidth {
    margin-top: 71.625rem !important;
  }

  .md\:mr-phoneBlockContentWidth {
    margin-right: 71.625rem !important;
  }

  .md\:mb-phoneBlockContentWidth {
    margin-bottom: 71.625rem !important;
  }

  .md\:ml-phoneBlockContentWidth {
    margin-left: 71.625rem !important;
  }

  .md\:mt-tabletTextContentMaxWidth {
    margin-top: 57.0625rem !important;
  }

  .md\:mr-tabletTextContentMaxWidth {
    margin-right: 57.0625rem !important;
  }

  .md\:mb-tabletTextContentMaxWidth {
    margin-bottom: 57.0625rem !important;
  }

  .md\:ml-tabletTextContentMaxWidth {
    margin-left: 57.0625rem !important;
  }

  .md\:mt-tabletTextContentWidth {
    margin-top: 63% !important;
  }

  .md\:mr-tabletTextContentWidth {
    margin-right: 63% !important;
  }

  .md\:mb-tabletTextContentWidth {
    margin-bottom: 63% !important;
  }

  .md\:ml-tabletTextContentWidth {
    margin-left: 63% !important;
  }

  .md\:mt-tabletBlockContentWidth {
    margin-top: 71.625rem !important;
  }

  .md\:mr-tabletBlockContentWidth {
    margin-right: 71.625rem !important;
  }

  .md\:mb-tabletBlockContentWidth {
    margin-bottom: 71.625rem !important;
  }

  .md\:ml-tabletBlockContentWidth {
    margin-left: 71.625rem !important;
  }

  .md\:mt-largeTextContentMaxWidth {
    margin-top: 57.0625rem !important;
  }

  .md\:mr-largeTextContentMaxWidth {
    margin-right: 57.0625rem !important;
  }

  .md\:mb-largeTextContentMaxWidth {
    margin-bottom: 57.0625rem !important;
  }

  .md\:ml-largeTextContentMaxWidth {
    margin-left: 57.0625rem !important;
  }

  .md\:mt-largeTextContentWidth {
    margin-top: 63% !important;
  }

  .md\:mr-largeTextContentWidth {
    margin-right: 63% !important;
  }

  .md\:mb-largeTextContentWidth {
    margin-bottom: 63% !important;
  }

  .md\:ml-largeTextContentWidth {
    margin-left: 63% !important;
  }

  .md\:mt-largeBlockContentWidth {
    margin-top: 71.625rem !important;
  }

  .md\:mr-largeBlockContentWidth {
    margin-right: 71.625rem !important;
  }

  .md\:mb-largeBlockContentWidth {
    margin-bottom: 71.625rem !important;
  }

  .md\:ml-largeBlockContentWidth {
    margin-left: 71.625rem !important;
  }

  .md\:-mt-1 {
    margin-top: -0.25rem !important;
  }

  .md\:-mr-1 {
    margin-right: -0.25rem !important;
  }

  .md\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .md\:-ml-1 {
    margin-left: -0.25rem !important;
  }

  .md\:-mt-2 {
    margin-top: -0.5rem !important;
  }

  .md\:-mr-2 {
    margin-right: -0.5rem !important;
  }

  .md\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .md\:-ml-2 {
    margin-left: -0.5rem !important;
  }

  .md\:-mt-3 {
    margin-top: -0.75rem !important;
  }

  .md\:-mr-3 {
    margin-right: -0.75rem !important;
  }

  .md\:-mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .md\:-ml-3 {
    margin-left: -0.75rem !important;
  }

  .md\:-mt-4 {
    margin-top: -1rem !important;
  }

  .md\:-mr-4 {
    margin-right: -1rem !important;
  }

  .md\:-mb-4 {
    margin-bottom: -1rem !important;
  }

  .md\:-ml-4 {
    margin-left: -1rem !important;
  }

  .md\:-mt-5 {
    margin-top: -1.25rem !important;
  }

  .md\:-mr-5 {
    margin-right: -1.25rem !important;
  }

  .md\:-mb-5 {
    margin-bottom: -1.25rem !important;
  }

  .md\:-ml-5 {
    margin-left: -1.25rem !important;
  }

  .md\:-mt-6 {
    margin-top: -1.5rem !important;
  }

  .md\:-mr-6 {
    margin-right: -1.5rem !important;
  }

  .md\:-mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .md\:-ml-6 {
    margin-left: -1.5rem !important;
  }

  .md\:-mt-8 {
    margin-top: -2rem !important;
  }

  .md\:-mr-8 {
    margin-right: -2rem !important;
  }

  .md\:-mb-8 {
    margin-bottom: -2rem !important;
  }

  .md\:-ml-8 {
    margin-left: -2rem !important;
  }

  .md\:-mt-9 {
    margin-top: -2.5rem !important;
  }

  .md\:-mr-9 {
    margin-right: -2.5rem !important;
  }

  .md\:-mb-9 {
    margin-bottom: -2.5rem !important;
  }

  .md\:-ml-9 {
    margin-left: -2.5rem !important;
  }

  .md\:-mt-10 {
    margin-top: -2.5rem !important;
  }

  .md\:-mr-10 {
    margin-right: -2.5rem !important;
  }

  .md\:-mb-10 {
    margin-bottom: -2.5rem !important;
  }

  .md\:-ml-10 {
    margin-left: -2.5rem !important;
  }

  .md\:-mt-12 {
    margin-top: -3rem !important;
  }

  .md\:-mr-12 {
    margin-right: -3rem !important;
  }

  .md\:-mb-12 {
    margin-bottom: -3rem !important;
  }

  .md\:-ml-12 {
    margin-left: -3rem !important;
  }

  .md\:-mt-14 {
    margin-top: -3.5rem !important;
  }

  .md\:-mr-14 {
    margin-right: -3.5rem !important;
  }

  .md\:-mb-14 {
    margin-bottom: -3.5rem !important;
  }

  .md\:-ml-14 {
    margin-left: -3.5rem !important;
  }

  .md\:-mt-16 {
    margin-top: -4rem !important;
  }

  .md\:-mr-16 {
    margin-right: -4rem !important;
  }

  .md\:-mb-16 {
    margin-bottom: -4rem !important;
  }

  .md\:-ml-16 {
    margin-left: -4rem !important;
  }

  .md\:-mt-18 {
    margin-top: -4.5rem !important;
  }

  .md\:-mr-18 {
    margin-right: -4.5rem !important;
  }

  .md\:-mb-18 {
    margin-bottom: -4.5rem !important;
  }

  .md\:-ml-18 {
    margin-left: -4.5rem !important;
  }

  .md\:-mt-20 {
    margin-top: -5rem !important;
  }

  .md\:-mr-20 {
    margin-right: -5rem !important;
  }

  .md\:-mb-20 {
    margin-bottom: -5rem !important;
  }

  .md\:-ml-20 {
    margin-left: -5rem !important;
  }

  .md\:-mt-22 {
    margin-top: -5.626rem !important;
  }

  .md\:-mr-22 {
    margin-right: -5.626rem !important;
  }

  .md\:-mb-22 {
    margin-bottom: -5.626rem !important;
  }

  .md\:-ml-22 {
    margin-left: -5.626rem !important;
  }

  .md\:-mt-24 {
    margin-top: -6rem !important;
  }

  .md\:-mr-24 {
    margin-right: -6rem !important;
  }

  .md\:-mb-24 {
    margin-bottom: -6rem !important;
  }

  .md\:-ml-24 {
    margin-left: -6rem !important;
  }

  .md\:-mt-26 {
    margin-top: -6.25rem !important;
  }

  .md\:-mr-26 {
    margin-right: -6.25rem !important;
  }

  .md\:-mb-26 {
    margin-bottom: -6.25rem !important;
  }

  .md\:-ml-26 {
    margin-left: -6.25rem !important;
  }

  .md\:-mt-28 {
    margin-top: -7rem !important;
  }

  .md\:-mr-28 {
    margin-right: -7rem !important;
  }

  .md\:-mb-28 {
    margin-bottom: -7rem !important;
  }

  .md\:-ml-28 {
    margin-left: -7rem !important;
  }

  .md\:-mt-32 {
    margin-top: -8rem !important;
  }

  .md\:-mr-32 {
    margin-right: -8rem !important;
  }

  .md\:-mb-32 {
    margin-bottom: -8rem !important;
  }

  .md\:-ml-32 {
    margin-left: -8rem !important;
  }

  .md\:-mt-34 {
    margin-top: -8.5rem !important;
  }

  .md\:-mr-34 {
    margin-right: -8.5rem !important;
  }

  .md\:-mb-34 {
    margin-bottom: -8.5rem !important;
  }

  .md\:-ml-34 {
    margin-left: -8.5rem !important;
  }

  .md\:-mt-38 {
    margin-top: -9.25rem !important;
  }

  .md\:-mr-38 {
    margin-right: -9.25rem !important;
  }

  .md\:-mb-38 {
    margin-bottom: -9.25rem !important;
  }

  .md\:-ml-38 {
    margin-left: -9.25rem !important;
  }

  .md\:-mt-40 {
    margin-top: -10rem !important;
  }

  .md\:-mr-40 {
    margin-right: -10rem !important;
  }

  .md\:-mb-40 {
    margin-bottom: -10rem !important;
  }

  .md\:-ml-40 {
    margin-left: -10rem !important;
  }

  .md\:-mt-46 {
    margin-top: -11.75rem !important;
  }

  .md\:-mr-46 {
    margin-right: -11.75rem !important;
  }

  .md\:-mb-46 {
    margin-bottom: -11.75rem !important;
  }

  .md\:-ml-46 {
    margin-left: -11.75rem !important;
  }

  .md\:-mt-48 {
    margin-top: -12rem !important;
  }

  .md\:-mr-48 {
    margin-right: -12rem !important;
  }

  .md\:-mb-48 {
    margin-bottom: -12rem !important;
  }

  .md\:-ml-48 {
    margin-left: -12rem !important;
  }

  .md\:-mt-56 {
    margin-top: -14rem !important;
  }

  .md\:-mr-56 {
    margin-right: -14rem !important;
  }

  .md\:-mb-56 {
    margin-bottom: -14rem !important;
  }

  .md\:-ml-56 {
    margin-left: -14rem !important;
  }

  .md\:-mt-64 {
    margin-top: -16rem !important;
  }

  .md\:-mr-64 {
    margin-right: -16rem !important;
  }

  .md\:-mb-64 {
    margin-bottom: -16rem !important;
  }

  .md\:-ml-64 {
    margin-left: -16rem !important;
  }

  .md\:-mt-82 {
    margin-top: -20.75rem !important;
  }

  .md\:-mr-82 {
    margin-right: -20.75rem !important;
  }

  .md\:-mb-82 {
    margin-bottom: -20.75rem !important;
  }

  .md\:-ml-82 {
    margin-left: -20.75rem !important;
  }

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

  .md\:-mr-px {
    margin-right: -1px !important;
  }

  .md\:-mb-px {
    margin-bottom: -1px !important;
  }

  .md\:-ml-px {
    margin-left: -1px !important;
  }

  .md\:-mt-tiny {
    margin-top: -0.3rem !important;
  }

  .md\:-mr-tiny {
    margin-right: -0.3rem !important;
  }

  .md\:-mb-tiny {
    margin-bottom: -0.3rem !important;
  }

  .md\:-ml-tiny {
    margin-left: -0.3rem !important;
  }

  .md\:-mt-quick-links {
    margin-top: -26% !important;
  }

  .md\:-mr-quick-links {
    margin-right: -26% !important;
  }

  .md\:-mb-quick-links {
    margin-bottom: -26% !important;
  }

  .md\:-ml-quick-links {
    margin-left: -26% !important;
  }

  .md\:-mt-pro-slid {
    margin-top: -48% !important;
  }

  .md\:-mr-pro-slid {
    margin-right: -48% !important;
  }

  .md\:-mb-pro-slid {
    margin-bottom: -48% !important;
  }

  .md\:-ml-pro-slid {
    margin-left: -48% !important;
  }

  .md\:-mt-62p {
    margin-top: -62% !important;
  }

  .md\:-mr-62p {
    margin-right: -62% !important;
  }

  .md\:-mb-62p {
    margin-bottom: -62% !important;
  }

  .md\:-ml-62p {
    margin-left: -62% !important;
  }

  .md\:-mt-90p {
    margin-top: -90% !important;
  }

  .md\:-mr-90p {
    margin-right: -90% !important;
  }

  .md\:-mb-90p {
    margin-bottom: -90% !important;
  }

  .md\:-ml-90p {
    margin-left: -90% !important;
  }

  .md\:-mt-x-large {
    margin-top: -27.5rem !important;
  }

  .md\:-mr-x-large {
    margin-right: -27.5rem !important;
  }

  .md\:-mb-x-large {
    margin-bottom: -27.5rem !important;
  }

  .md\:-ml-x-large {
    margin-left: -27.5rem !important;
  }

  .md\:-mt-2px {
    margin-top: -0.125rem !important;
  }

  .md\:-mr-2px {
    margin-right: -0.125rem !important;
  }

  .md\:-mb-2px {
    margin-bottom: -0.125rem !important;
  }

  .md\:-ml-2px {
    margin-left: -0.125rem !important;
  }

  .md\:-mt-9px {
    margin-top: -0.5625rem !important;
  }

  .md\:-mr-9px {
    margin-right: -0.5625rem !important;
  }

  .md\:-mb-9px {
    margin-bottom: -0.5625rem !important;
  }

  .md\:-ml-9px {
    margin-left: -0.5625rem !important;
  }

  .md\:-mt-10px {
    margin-top: -0.625rem !important;
  }

  .md\:-mr-10px {
    margin-right: -0.625rem !important;
  }

  .md\:-mb-10px {
    margin-bottom: -0.625rem !important;
  }

  .md\:-ml-10px {
    margin-left: -0.625rem !important;
  }

  .md\:-mt-18px {
    margin-top: -1.125rem !important;
  }

  .md\:-mr-18px {
    margin-right: -1.125rem !important;
  }

  .md\:-mb-18px {
    margin-bottom: -1.125rem !important;
  }

  .md\:-ml-18px {
    margin-left: -1.125rem !important;
  }

  .md\:-mt-20px {
    margin-top: -1.25rem !important;
  }

  .md\:-mr-20px {
    margin-right: -1.25rem !important;
  }

  .md\:-mb-20px {
    margin-bottom: -1.25rem !important;
  }

  .md\:-ml-20px {
    margin-left: -1.25rem !important;
  }

  .md\:-mt-24px {
    margin-top: -1.5rem !important;
  }

  .md\:-mr-24px {
    margin-right: -1.5rem !important;
  }

  .md\:-mb-24px {
    margin-bottom: -1.5rem !important;
  }

  .md\:-ml-24px {
    margin-left: -1.5rem !important;
  }

  .md\:-mt-26px {
    margin-top: -1.625rem !important;
  }

  .md\:-mr-26px {
    margin-right: -1.625rem !important;
  }

  .md\:-mb-26px {
    margin-bottom: -1.625rem !important;
  }

  .md\:-ml-26px {
    margin-left: -1.625rem !important;
  }

  .md\:-mt-30px {
    margin-top: -1.875rem !important;
  }

  .md\:-mr-30px {
    margin-right: -1.875rem !important;
  }

  .md\:-mb-30px {
    margin-bottom: -1.875rem !important;
  }

  .md\:-ml-30px {
    margin-left: -1.875rem !important;
  }

  .md\:-mt-38px {
    margin-top: -2.375rem !important;
  }

  .md\:-mr-38px {
    margin-right: -2.375rem !important;
  }

  .md\:-mb-38px {
    margin-bottom: -2.375rem !important;
  }

  .md\:-ml-38px {
    margin-left: -2.375rem !important;
  }

  .md\:-mt-43px {
    margin-top: -2.6875rem !important;
  }

  .md\:-mr-43px {
    margin-right: -2.6875rem !important;
  }

  .md\:-mb-43px {
    margin-bottom: -2.6875rem !important;
  }

  .md\:-ml-43px {
    margin-left: -2.6875rem !important;
  }

  .md\:-mt-44px {
    margin-top: -2.75rem !important;
  }

  .md\:-mr-44px {
    margin-right: -2.75rem !important;
  }

  .md\:-mb-44px {
    margin-bottom: -2.75rem !important;
  }

  .md\:-ml-44px {
    margin-left: -2.75rem !important;
  }

  .md\:-mt-46px {
    margin-top: -2.875rem !important;
  }

  .md\:-mr-46px {
    margin-right: -2.875rem !important;
  }

  .md\:-mb-46px {
    margin-bottom: -2.875rem !important;
  }

  .md\:-ml-46px {
    margin-left: -2.875rem !important;
  }

  .md\:-mt-53px {
    margin-top: -3.3125rem !important;
  }

  .md\:-mr-53px {
    margin-right: -3.3125rem !important;
  }

  .md\:-mb-53px {
    margin-bottom: -3.3125rem !important;
  }

  .md\:-ml-53px {
    margin-left: -3.3125rem !important;
  }

  .md\:-mt-54px {
    margin-top: -3.375rem !important;
  }

  .md\:-mr-54px {
    margin-right: -3.375rem !important;
  }

  .md\:-mb-54px {
    margin-bottom: -3.375rem !important;
  }

  .md\:-ml-54px {
    margin-left: -3.375rem !important;
  }

  .md\:-mt-55px {
    margin-top: -3.4375rem !important;
  }

  .md\:-mr-55px {
    margin-right: -3.4375rem !important;
  }

  .md\:-mb-55px {
    margin-bottom: -3.4375rem !important;
  }

  .md\:-ml-55px {
    margin-left: -3.4375rem !important;
  }

  .md\:-mt-60px {
    margin-top: -3.75rem !important;
  }

  .md\:-mr-60px {
    margin-right: -3.75rem !important;
  }

  .md\:-mb-60px {
    margin-bottom: -3.75rem !important;
  }

  .md\:-ml-60px {
    margin-left: -3.75rem !important;
  }

  .md\:-mt-67px {
    margin-top: -4.1875rem !important;
  }

  .md\:-mr-67px {
    margin-right: -4.1875rem !important;
  }

  .md\:-mb-67px {
    margin-bottom: -4.1875rem !important;
  }

  .md\:-ml-67px {
    margin-left: -4.1875rem !important;
  }

  .md\:-mt-73px {
    margin-top: -4.5625rem !important;
  }

  .md\:-mr-73px {
    margin-right: -4.5625rem !important;
  }

  .md\:-mb-73px {
    margin-bottom: -4.5625rem !important;
  }

  .md\:-ml-73px {
    margin-left: -4.5625rem !important;
  }

  .md\:-mt-80px {
    margin-top: -5rem !important;
  }

  .md\:-mr-80px {
    margin-right: -5rem !important;
  }

  .md\:-mb-80px {
    margin-bottom: -5rem !important;
  }

  .md\:-ml-80px {
    margin-left: -5rem !important;
  }

  .md\:-mt-81px {
    margin-top: -5.0625rem !important;
  }

  .md\:-mr-81px {
    margin-right: -5.0625rem !important;
  }

  .md\:-mb-81px {
    margin-bottom: -5.0625rem !important;
  }

  .md\:-ml-81px {
    margin-left: -5.0625rem !important;
  }

  .md\:-mt-85px {
    margin-top: -5.3125rem !important;
  }

  .md\:-mr-85px {
    margin-right: -5.3125rem !important;
  }

  .md\:-mb-85px {
    margin-bottom: -5.3125rem !important;
  }

  .md\:-ml-85px {
    margin-left: -5.3125rem !important;
  }

  .md\:-mt-92px {
    margin-top: -5.75rem !important;
  }

  .md\:-mr-92px {
    margin-right: -5.75rem !important;
  }

  .md\:-mb-92px {
    margin-bottom: -5.75rem !important;
  }

  .md\:-ml-92px {
    margin-left: -5.75rem !important;
  }

  .md\:-mt-100px {
    margin-top: -6.25rem !important;
  }

  .md\:-mr-100px {
    margin-right: -6.25rem !important;
  }

  .md\:-mb-100px {
    margin-bottom: -6.25rem !important;
  }

  .md\:-ml-100px {
    margin-left: -6.25rem !important;
  }

  .md\:-mt-106px {
    margin-top: -6.625rem !important;
  }

  .md\:-mr-106px {
    margin-right: -6.625rem !important;
  }

  .md\:-mb-106px {
    margin-bottom: -6.625rem !important;
  }

  .md\:-ml-106px {
    margin-left: -6.625rem !important;
  }

  .md\:-mt-123px {
    margin-top: -7.6875rem !important;
  }

  .md\:-mr-123px {
    margin-right: -7.6875rem !important;
  }

  .md\:-mb-123px {
    margin-bottom: -7.6875rem !important;
  }

  .md\:-ml-123px {
    margin-left: -7.6875rem !important;
  }

  .md\:-mt-126px {
    margin-top: -7.875rem !important;
  }

  .md\:-mr-126px {
    margin-right: -7.875rem !important;
  }

  .md\:-mb-126px {
    margin-bottom: -7.875rem !important;
  }

  .md\:-ml-126px {
    margin-left: -7.875rem !important;
  }

  .md\:-mt-138px {
    margin-top: -8.625rem !important;
  }

  .md\:-mr-138px {
    margin-right: -8.625rem !important;
  }

  .md\:-mb-138px {
    margin-bottom: -8.625rem !important;
  }

  .md\:-ml-138px {
    margin-left: -8.625rem !important;
  }

  .md\:-mt-140px {
    margin-top: -8.75rem !important;
  }

  .md\:-mr-140px {
    margin-right: -8.75rem !important;
  }

  .md\:-mb-140px {
    margin-bottom: -8.75rem !important;
  }

  .md\:-ml-140px {
    margin-left: -8.75rem !important;
  }

  .md\:-mt-146px {
    margin-top: -9.125rem !important;
  }

  .md\:-mr-146px {
    margin-right: -9.125rem !important;
  }

  .md\:-mb-146px {
    margin-bottom: -9.125rem !important;
  }

  .md\:-ml-146px {
    margin-left: -9.125rem !important;
  }

  .md\:-mt-152px {
    margin-top: -9.5rem !important;
  }

  .md\:-mr-152px {
    margin-right: -9.5rem !important;
  }

  .md\:-mb-152px {
    margin-bottom: -9.5rem !important;
  }

  .md\:-ml-152px {
    margin-left: -9.5rem !important;
  }

  .md\:-mt-187px {
    margin-top: -11.6875rem !important;
  }

  .md\:-mr-187px {
    margin-right: -11.6875rem !important;
  }

  .md\:-mb-187px {
    margin-bottom: -11.6875rem !important;
  }

  .md\:-ml-187px {
    margin-left: -11.6875rem !important;
  }

  .md\:-mt-220px {
    margin-top: -13.75rem !important;
  }

  .md\:-mr-220px {
    margin-right: -13.75rem !important;
  }

  .md\:-mb-220px {
    margin-bottom: -13.75rem !important;
  }

  .md\:-ml-220px {
    margin-left: -13.75rem !important;
  }

  .md\:-mt-253px {
    margin-top: -15.8125rem !important;
  }

  .md\:-mr-253px {
    margin-right: -15.8125rem !important;
  }

  .md\:-mb-253px {
    margin-bottom: -15.8125rem !important;
  }

  .md\:-ml-253px {
    margin-left: -15.8125rem !important;
  }

  .md\:-mt-320px {
    margin-top: -20rem !important;
  }

  .md\:-mr-320px {
    margin-right: -20rem !important;
  }

  .md\:-mb-320px {
    margin-bottom: -20rem !important;
  }

  .md\:-ml-320px {
    margin-left: -20rem !important;
  }

  .md\:-mt-400px {
    margin-top: -25rem !important;
  }

  .md\:-mr-400px {
    margin-right: -25rem !important;
  }

  .md\:-mb-400px {
    margin-bottom: -25rem !important;
  }

  .md\:-ml-400px {
    margin-left: -25rem !important;
  }

  .md\:-mt-500px {
    margin-top: -31.25rem !important;
  }

  .md\:-mr-500px {
    margin-right: -31.25rem !important;
  }

  .md\:-mb-500px {
    margin-bottom: -31.25rem !important;
  }

  .md\:-ml-500px {
    margin-left: -31.25rem !important;
  }

  .md\:-mt-lgPaddingTop {
    margin-top: -15.8125rem !important;
  }

  .md\:-mr-lgPaddingTop {
    margin-right: -15.8125rem !important;
  }

  .md\:-mb-lgPaddingTop {
    margin-bottom: -15.8125rem !important;
  }

  .md\:-ml-lgPaddingTop {
    margin-left: -15.8125rem !important;
  }

  .md\:-mt-phonePaddingTop {
    margin-top: -9.875rem !important;
  }

  .md\:-mr-phonePaddingTop {
    margin-right: -9.875rem !important;
  }

  .md\:-mb-phonePaddingTop {
    margin-bottom: -9.875rem !important;
  }

  .md\:-ml-phonePaddingTop {
    margin-left: -9.875rem !important;
  }

  .md\:-mt-tabletPaddingTop {
    margin-top: -6.625rem !important;
  }

  .md\:-mr-tabletPaddingTop {
    margin-right: -6.625rem !important;
  }

  .md\:-mb-tabletPaddingTop {
    margin-bottom: -6.625rem !important;
  }

  .md\:-ml-tabletPaddingTop {
    margin-left: -6.625rem !important;
  }

  .md\:-mt-largePaddingTop {
    margin-top: -13.75rem !important;
  }

  .md\:-mr-largePaddingTop {
    margin-right: -13.75rem !important;
  }

  .md\:-mb-largePaddingTop {
    margin-bottom: -13.75rem !important;
  }

  .md\:-ml-largePaddingTop {
    margin-left: -13.75rem !important;
  }

  .md\:-mt-phoneTextContentMaxWidth {
    margin-top: -57.0625rem !important;
  }

  .md\:-mr-phoneTextContentMaxWidth {
    margin-right: -57.0625rem !important;
  }

  .md\:-mb-phoneTextContentMaxWidth {
    margin-bottom: -57.0625rem !important;
  }

  .md\:-ml-phoneTextContentMaxWidth {
    margin-left: -57.0625rem !important;
  }

  .md\:-mt-phoneTextContentWidth {
    margin-top: -63% !important;
  }

  .md\:-mr-phoneTextContentWidth {
    margin-right: -63% !important;
  }

  .md\:-mb-phoneTextContentWidth {
    margin-bottom: -63% !important;
  }

  .md\:-ml-phoneTextContentWidth {
    margin-left: -63% !important;
  }

  .md\:-mt-phoneBlockContentWidth {
    margin-top: -71.625rem !important;
  }

  .md\:-mr-phoneBlockContentWidth {
    margin-right: -71.625rem !important;
  }

  .md\:-mb-phoneBlockContentWidth {
    margin-bottom: -71.625rem !important;
  }

  .md\:-ml-phoneBlockContentWidth {
    margin-left: -71.625rem !important;
  }

  .md\:-mt-tabletTextContentMaxWidth {
    margin-top: -57.0625rem !important;
  }

  .md\:-mr-tabletTextContentMaxWidth {
    margin-right: -57.0625rem !important;
  }

  .md\:-mb-tabletTextContentMaxWidth {
    margin-bottom: -57.0625rem !important;
  }

  .md\:-ml-tabletTextContentMaxWidth {
    margin-left: -57.0625rem !important;
  }

  .md\:-mt-tabletTextContentWidth {
    margin-top: -63% !important;
  }

  .md\:-mr-tabletTextContentWidth {
    margin-right: -63% !important;
  }

  .md\:-mb-tabletTextContentWidth {
    margin-bottom: -63% !important;
  }

  .md\:-ml-tabletTextContentWidth {
    margin-left: -63% !important;
  }

  .md\:-mt-tabletBlockContentWidth {
    margin-top: -71.625rem !important;
  }

  .md\:-mr-tabletBlockContentWidth {
    margin-right: -71.625rem !important;
  }

  .md\:-mb-tabletBlockContentWidth {
    margin-bottom: -71.625rem !important;
  }

  .md\:-ml-tabletBlockContentWidth {
    margin-left: -71.625rem !important;
  }

  .md\:-mt-largeTextContentMaxWidth {
    margin-top: -57.0625rem !important;
  }

  .md\:-mr-largeTextContentMaxWidth {
    margin-right: -57.0625rem !important;
  }

  .md\:-mb-largeTextContentMaxWidth {
    margin-bottom: -57.0625rem !important;
  }

  .md\:-ml-largeTextContentMaxWidth {
    margin-left: -57.0625rem !important;
  }

  .md\:-mt-largeTextContentWidth {
    margin-top: -63% !important;
  }

  .md\:-mr-largeTextContentWidth {
    margin-right: -63% !important;
  }

  .md\:-mb-largeTextContentWidth {
    margin-bottom: -63% !important;
  }

  .md\:-ml-largeTextContentWidth {
    margin-left: -63% !important;
  }

  .md\:-mt-largeBlockContentWidth {
    margin-top: -71.625rem !important;
  }

  .md\:-mr-largeBlockContentWidth {
    margin-right: -71.625rem !important;
  }

  .md\:-mb-largeBlockContentWidth {
    margin-bottom: -71.625rem !important;
  }

  .md\:-ml-largeBlockContentWidth {
    margin-left: -71.625rem !important;
  }

  .md\:max-h-full {
    max-height: 100% !important;
  }

  .md\:max-h-screen {
    max-height: 100vh !important;
  }

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

  .md\:max-w-xs {
    max-width: 20rem !important;
  }

  .md\:max-w-sm {
    max-width: 24rem !important;
  }

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

  .md\:max-w-lg {
    max-width: 32rem !important;
  }

  .md\:max-w-xl {
    max-width: 36rem !important;
  }

  .md\:max-w-2xl {
    max-width: 42rem !important;
  }

  .md\:max-w-3xl {
    max-width: 48rem !important;
  }

  .md\:max-w-4xl {
    max-width: 56rem !important;
  }

  .md\:max-w-5xl {
    max-width: 64rem !important;
  }

  .md\:max-w-6xl {
    max-width: 72rem !important;
  }

  .md\:max-w-full {
    max-width: 100% !important;
  }

  .md\:max-w-screen-sm {
    max-width: 640px !important;
  }

  .md\:max-w-screen-md {
    max-width: 768px !important;
  }

  .md\:max-w-screen-lg {
    max-width: 1280px !important;
  }

  .md\:max-w-screen-1xl {
    max-width: 1340px !important;
  }

  .md\:max-w-screen-2xl {
    max-width: 1536px !important;
  }

  .md\:max-w-screen-3xl {
    max-width: 1600px !important;
  }

  .md\:max-w-container {
    max-width: 90rem !important;
  }

  .md\:max-w-site {
    max-width: 90rem !important;
  }

  .md\:max-w-largeTextContentMaxWidth {
    max-width: 57.0625rem !important;
  }

  .md\:max-w-largeBlockContentMaxWidth {
    max-width: 71.625rem !important;
  }

  .md\:max-w-halfLargeBlockContentMaxWidth {
    max-width: 35.8125rem !important;
  }

  .md\:max-w-closeBanner {
    max-width: 1.25rem !important;
  }

  .md\:min-h-400px {
    min-height: 25rem !important;
  }

  .md\:min-h-450px {
    min-height: 28.125rem !important;
  }

  .md\:min-h-500px {
    min-height: 31.25rem !important;
  }

  .md\:min-w-0 {
    min-width: 0 !important;
  }

  .md\:min-w-full {
    min-width: 100% !important;
  }

  .md\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .md\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .md\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .md\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .md\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .md\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .md\:object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .md\:object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .md\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .md\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .md\:object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .md\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .md\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .md\:object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .md\:opacity-0 {
    opacity: 0 !important;
  }

  .md\:opacity-25 {
    opacity: 0.25 !important;
  }

  .md\:opacity-50 {
    opacity: 0.5 !important;
  }

  .md\:opacity-75 {
    opacity: 0.75 !important;
  }

  .md\:opacity-100 {
    opacity: 1 !important;
  }

  .md\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }

  .md\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }

  .md\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }

  .md\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }

  .md\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }

  .md\:focus\:opacity-0:focus {
    opacity: 0 !important;
  }

  .md\:focus\:opacity-25:focus {
    opacity: 0.25 !important;
  }

  .md\:focus\:opacity-50:focus {
    opacity: 0.5 !important;
  }

  .md\:focus\:opacity-75:focus {
    opacity: 0.75 !important;
  }

  .md\:focus\:opacity-100:focus {
    opacity: 1 !important;
  }

  .md\:outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .md\:outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .md\:outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

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

  .md\:focus\:outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .md\:focus\:outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .md\:overflow-auto {
    overflow: auto !important;
  }

  .md\:overflow-hidden {
    overflow: hidden !important;
  }

  .md\:overflow-visible {
    overflow: visible !important;
  }

  .md\:overflow-scroll {
    overflow: scroll !important;
  }

  .md\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .md\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .md\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .md\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .md\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .md\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .md\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .md\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .md\:scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }

  .md\:scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }

  .md\:overscroll-auto {
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .md\:overscroll-contain {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .md\:overscroll-none {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: none !important;
  }

  .md\:overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .md\:overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .md\:overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .md\:overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .md\:overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .md\:overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  .md\:p-0 {
    padding: 0 !important;
  }

  .md\:p-1 {
    padding: 0.25rem !important;
  }

  .md\:p-2 {
    padding: 0.5rem !important;
  }

  .md\:p-3 {
    padding: 0.75rem !important;
  }

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

  .md\:p-5 {
    padding: 1.25rem !important;
  }

  .md\:p-6 {
    padding: 1.5rem !important;
  }

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

  .md\:p-9 {
    padding: 2.5rem !important;
  }

  .md\:p-10 {
    padding: 2.5rem !important;
  }

  .md\:p-12 {
    padding: 3rem !important;
  }

  .md\:p-14 {
    padding: 3.5rem !important;
  }

  .md\:p-16 {
    padding: 4rem !important;
  }

  .md\:p-18 {
    padding: 4.5rem !important;
  }

  .md\:p-20 {
    padding: 5rem !important;
  }

  .md\:p-22 {
    padding: 5.626rem !important;
  }

  .md\:p-24 {
    padding: 6rem !important;
  }

  .md\:p-26 {
    padding: 6.25rem !important;
  }

  .md\:p-28 {
    padding: 7rem !important;
  }

  .md\:p-32 {
    padding: 8rem !important;
  }

  .md\:p-34 {
    padding: 8.5rem !important;
  }

  .md\:p-38 {
    padding: 9.25rem !important;
  }

  .md\:p-40 {
    padding: 10rem !important;
  }

  .md\:p-46 {
    padding: 11.75rem !important;
  }

  .md\:p-48 {
    padding: 12rem !important;
  }

  .md\:p-56 {
    padding: 14rem !important;
  }

  .md\:p-64 {
    padding: 16rem !important;
  }

  .md\:p-82 {
    padding: 20.75rem !important;
  }

  .md\:p-px {
    padding: 1px !important;
  }

  .md\:p-tiny {
    padding: 0.3rem !important;
  }

  .md\:p-quick-links {
    padding: 26% !important;
  }

  .md\:p-pro-slid {
    padding: 48% !important;
  }

  .md\:p-62p {
    padding: 62% !important;
  }

  .md\:p-90p {
    padding: 90% !important;
  }

  .md\:p-x-large {
    padding: 27.5rem !important;
  }

  .md\:p-2px {
    padding: 0.125rem !important;
  }

  .md\:p-9px {
    padding: 0.5625rem !important;
  }

  .md\:p-10px {
    padding: 0.625rem !important;
  }

  .md\:p-18px {
    padding: 1.125rem !important;
  }

  .md\:p-20px {
    padding: 1.25rem !important;
  }

  .md\:p-24px {
    padding: 1.5rem !important;
  }

  .md\:p-26px {
    padding: 1.625rem !important;
  }

  .md\:p-30px {
    padding: 1.875rem !important;
  }

  .md\:p-38px {
    padding: 2.375rem !important;
  }

  .md\:p-43px {
    padding: 2.6875rem !important;
  }

  .md\:p-44px {
    padding: 2.75rem !important;
  }

  .md\:p-46px {
    padding: 2.875rem !important;
  }

  .md\:p-53px {
    padding: 3.3125rem !important;
  }

  .md\:p-54px {
    padding: 3.375rem !important;
  }

  .md\:p-55px {
    padding: 3.4375rem !important;
  }

  .md\:p-60px {
    padding: 3.75rem !important;
  }

  .md\:p-67px {
    padding: 4.1875rem !important;
  }

  .md\:p-73px {
    padding: 4.5625rem !important;
  }

  .md\:p-80px {
    padding: 5rem !important;
  }

  .md\:p-81px {
    padding: 5.0625rem !important;
  }

  .md\:p-85px {
    padding: 5.3125rem !important;
  }

  .md\:p-92px {
    padding: 5.75rem !important;
  }

  .md\:p-100px {
    padding: 6.25rem !important;
  }

  .md\:p-106px {
    padding: 6.625rem !important;
  }

  .md\:p-123px {
    padding: 7.6875rem !important;
  }

  .md\:p-126px {
    padding: 7.875rem !important;
  }

  .md\:p-138px {
    padding: 8.625rem !important;
  }

  .md\:p-140px {
    padding: 8.75rem !important;
  }

  .md\:p-146px {
    padding: 9.125rem !important;
  }

  .md\:p-152px {
    padding: 9.5rem !important;
  }

  .md\:p-187px {
    padding: 11.6875rem !important;
  }

  .md\:p-220px {
    padding: 13.75rem !important;
  }

  .md\:p-253px {
    padding: 15.8125rem !important;
  }

  .md\:p-320px {
    padding: 20rem !important;
  }

  .md\:p-400px {
    padding: 25rem !important;
  }

  .md\:p-500px {
    padding: 31.25rem !important;
  }

  .md\:p-lgPaddingTop {
    padding: 15.8125rem !important;
  }

  .md\:p-phonePaddingTop {
    padding: 9.875rem !important;
  }

  .md\:p-tabletPaddingTop {
    padding: 6.625rem !important;
  }

  .md\:p-largePaddingTop {
    padding: 13.75rem !important;
  }

  .md\:p-phoneTextContentMaxWidth {
    padding: 57.0625rem !important;
  }

  .md\:p-phoneTextContentWidth {
    padding: 63% !important;
  }

  .md\:p-phoneBlockContentWidth {
    padding: 71.625rem !important;
  }

  .md\:p-tabletTextContentMaxWidth {
    padding: 57.0625rem !important;
  }

  .md\:p-tabletTextContentWidth {
    padding: 63% !important;
  }

  .md\:p-tabletBlockContentWidth {
    padding: 71.625rem !important;
  }

  .md\:p-largeTextContentMaxWidth {
    padding: 57.0625rem !important;
  }

  .md\:p-largeTextContentWidth {
    padding: 63% !important;
  }

  .md\:p-largeBlockContentWidth {
    padding: 71.625rem !important;
  }

  .md\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .md\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .md\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .md\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .md\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .md\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .md\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .md\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .md\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .md\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .md\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .md\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .md\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .md\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .md\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

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

  .md\:py-9 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .md\:px-9 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .md\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .md\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .md\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .md\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .md\:py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .md\:px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .md\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .md\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .md\:py-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .md\:px-18 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }

  .md\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .md\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .md\:py-22 {
    padding-top: 5.626rem !important;
    padding-bottom: 5.626rem !important;
  }

  .md\:px-22 {
    padding-left: 5.626rem !important;
    padding-right: 5.626rem !important;
  }

  .md\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .md\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .md\:py-26 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }

  .md\:px-26 {
    padding-left: 6.25rem !important;
    padding-right: 6.25rem !important;
  }

  .md\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .md\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .md\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .md\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .md\:py-34 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }

  .md\:px-34 {
    padding-left: 8.5rem !important;
    padding-right: 8.5rem !important;
  }

  .md\:py-38 {
    padding-top: 9.25rem !important;
    padding-bottom: 9.25rem !important;
  }

  .md\:px-38 {
    padding-left: 9.25rem !important;
    padding-right: 9.25rem !important;
  }

  .md\:py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .md\:px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .md\:py-46 {
    padding-top: 11.75rem !important;
    padding-bottom: 11.75rem !important;
  }

  .md\:px-46 {
    padding-left: 11.75rem !important;
    padding-right: 11.75rem !important;
  }

  .md\:py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .md\:px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .md\:py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .md\:px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .md\:py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .md\:px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .md\:py-82 {
    padding-top: 20.75rem !important;
    padding-bottom: 20.75rem !important;
  }

  .md\:px-82 {
    padding-left: 20.75rem !important;
    padding-right: 20.75rem !important;
  }

  .md\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .md\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .md\:py-tiny {
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
  }

  .md\:px-tiny {
    padding-left: 0.3rem !important;
    padding-right: 0.3rem !important;
  }

  .md\:py-quick-links {
    padding-top: 26% !important;
    padding-bottom: 26% !important;
  }

  .md\:px-quick-links {
    padding-left: 26% !important;
    padding-right: 26% !important;
  }

  .md\:py-pro-slid {
    padding-top: 48% !important;
    padding-bottom: 48% !important;
  }

  .md\:px-pro-slid {
    padding-left: 48% !important;
    padding-right: 48% !important;
  }

  .md\:py-62p {
    padding-top: 62% !important;
    padding-bottom: 62% !important;
  }

  .md\:px-62p {
    padding-left: 62% !important;
    padding-right: 62% !important;
  }

  .md\:py-90p {
    padding-top: 90% !important;
    padding-bottom: 90% !important;
  }

  .md\:px-90p {
    padding-left: 90% !important;
    padding-right: 90% !important;
  }

  .md\:py-x-large {
    padding-top: 27.5rem !important;
    padding-bottom: 27.5rem !important;
  }

  .md\:px-x-large {
    padding-left: 27.5rem !important;
    padding-right: 27.5rem !important;
  }

  .md\:py-2px {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .md\:px-2px {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .md\:py-9px {
    padding-top: 0.5625rem !important;
    padding-bottom: 0.5625rem !important;
  }

  .md\:px-9px {
    padding-left: 0.5625rem !important;
    padding-right: 0.5625rem !important;
  }

  .md\:py-10px {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .md\:px-10px {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .md\:py-18px {
    padding-top: 1.125rem !important;
    padding-bottom: 1.125rem !important;
  }

  .md\:px-18px {
    padding-left: 1.125rem !important;
    padding-right: 1.125rem !important;
  }

  .md\:py-20px {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .md\:px-20px {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .md\:py-24px {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .md\:px-24px {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .md\:py-26px {
    padding-top: 1.625rem !important;
    padding-bottom: 1.625rem !important;
  }

  .md\:px-26px {
    padding-left: 1.625rem !important;
    padding-right: 1.625rem !important;
  }

  .md\:py-30px {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }

  .md\:px-30px {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important;
  }

  .md\:py-38px {
    padding-top: 2.375rem !important;
    padding-bottom: 2.375rem !important;
  }

  .md\:px-38px {
    padding-left: 2.375rem !important;
    padding-right: 2.375rem !important;
  }

  .md\:py-43px {
    padding-top: 2.6875rem !important;
    padding-bottom: 2.6875rem !important;
  }

  .md\:px-43px {
    padding-left: 2.6875rem !important;
    padding-right: 2.6875rem !important;
  }

  .md\:py-44px {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .md\:px-44px {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .md\:py-46px {
    padding-top: 2.875rem !important;
    padding-bottom: 2.875rem !important;
  }

  .md\:px-46px {
    padding-left: 2.875rem !important;
    padding-right: 2.875rem !important;
  }

  .md\:py-53px {
    padding-top: 3.3125rem !important;
    padding-bottom: 3.3125rem !important;
  }

  .md\:px-53px {
    padding-left: 3.3125rem !important;
    padding-right: 3.3125rem !important;
  }

  .md\:py-54px {
    padding-top: 3.375rem !important;
    padding-bottom: 3.375rem !important;
  }

  .md\:px-54px {
    padding-left: 3.375rem !important;
    padding-right: 3.375rem !important;
  }

  .md\:py-55px {
    padding-top: 3.4375rem !important;
    padding-bottom: 3.4375rem !important;
  }

  .md\:px-55px {
    padding-left: 3.4375rem !important;
    padding-right: 3.4375rem !important;
  }

  .md\:py-60px {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }

  .md\:px-60px {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }

  .md\:py-67px {
    padding-top: 4.1875rem !important;
    padding-bottom: 4.1875rem !important;
  }

  .md\:px-67px {
    padding-left: 4.1875rem !important;
    padding-right: 4.1875rem !important;
  }

  .md\:py-73px {
    padding-top: 4.5625rem !important;
    padding-bottom: 4.5625rem !important;
  }

  .md\:px-73px {
    padding-left: 4.5625rem !important;
    padding-right: 4.5625rem !important;
  }

  .md\:py-80px {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .md\:px-80px {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .md\:py-81px {
    padding-top: 5.0625rem !important;
    padding-bottom: 5.0625rem !important;
  }

  .md\:px-81px {
    padding-left: 5.0625rem !important;
    padding-right: 5.0625rem !important;
  }

  .md\:py-85px {
    padding-top: 5.3125rem !important;
    padding-bottom: 5.3125rem !important;
  }

  .md\:px-85px {
    padding-left: 5.3125rem !important;
    padding-right: 5.3125rem !important;
  }

  .md\:py-92px {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }

  .md\:px-92px {
    padding-left: 5.75rem !important;
    padding-right: 5.75rem !important;
  }

  .md\:py-100px {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }

  .md\:px-100px {
    padding-left: 6.25rem !important;
    padding-right: 6.25rem !important;
  }

  .md\:py-106px {
    padding-top: 6.625rem !important;
    padding-bottom: 6.625rem !important;
  }

  .md\:px-106px {
    padding-left: 6.625rem !important;
    padding-right: 6.625rem !important;
  }

  .md\:py-123px {
    padding-top: 7.6875rem !important;
    padding-bottom: 7.6875rem !important;
  }

  .md\:px-123px {
    padding-left: 7.6875rem !important;
    padding-right: 7.6875rem !important;
  }

  .md\:py-126px {
    padding-top: 7.875rem !important;
    padding-bottom: 7.875rem !important;
  }

  .md\:px-126px {
    padding-left: 7.875rem !important;
    padding-right: 7.875rem !important;
  }

  .md\:py-138px {
    padding-top: 8.625rem !important;
    padding-bottom: 8.625rem !important;
  }

  .md\:px-138px {
    padding-left: 8.625rem !important;
    padding-right: 8.625rem !important;
  }

  .md\:py-140px {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }

  .md\:px-140px {
    padding-left: 8.75rem !important;
    padding-right: 8.75rem !important;
  }

  .md\:py-146px {
    padding-top: 9.125rem !important;
    padding-bottom: 9.125rem !important;
  }

  .md\:px-146px {
    padding-left: 9.125rem !important;
    padding-right: 9.125rem !important;
  }

  .md\:py-152px {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }

  .md\:px-152px {
    padding-left: 9.5rem !important;
    padding-right: 9.5rem !important;
  }

  .md\:py-187px {
    padding-top: 11.6875rem !important;
    padding-bottom: 11.6875rem !important;
  }

  .md\:px-187px {
    padding-left: 11.6875rem !important;
    padding-right: 11.6875rem !important;
  }

  .md\:py-220px {
    padding-top: 13.75rem !important;
    padding-bottom: 13.75rem !important;
  }

  .md\:px-220px {
    padding-left: 13.75rem !important;
    padding-right: 13.75rem !important;
  }

  .md\:py-253px {
    padding-top: 15.8125rem !important;
    padding-bottom: 15.8125rem !important;
  }

  .md\:px-253px {
    padding-left: 15.8125rem !important;
    padding-right: 15.8125rem !important;
  }

  .md\:py-320px {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .md\:px-320px {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .md\:py-400px {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }

  .md\:px-400px {
    padding-left: 25rem !important;
    padding-right: 25rem !important;
  }

  .md\:py-500px {
    padding-top: 31.25rem !important;
    padding-bottom: 31.25rem !important;
  }

  .md\:px-500px {
    padding-left: 31.25rem !important;
    padding-right: 31.25rem !important;
  }

  .md\:py-lgPaddingTop {
    padding-top: 15.8125rem !important;
    padding-bottom: 15.8125rem !important;
  }

  .md\:px-lgPaddingTop {
    padding-left: 15.8125rem !important;
    padding-right: 15.8125rem !important;
  }

  .md\:py-phonePaddingTop {
    padding-top: 9.875rem !important;
    padding-bottom: 9.875rem !important;
  }

  .md\:px-phonePaddingTop {
    padding-left: 9.875rem !important;
    padding-right: 9.875rem !important;
  }

  .md\:py-tabletPaddingTop {
    padding-top: 6.625rem !important;
    padding-bottom: 6.625rem !important;
  }

  .md\:px-tabletPaddingTop {
    padding-left: 6.625rem !important;
    padding-right: 6.625rem !important;
  }

  .md\:py-largePaddingTop {
    padding-top: 13.75rem !important;
    padding-bottom: 13.75rem !important;
  }

  .md\:px-largePaddingTop {
    padding-left: 13.75rem !important;
    padding-right: 13.75rem !important;
  }

  .md\:py-phoneTextContentMaxWidth {
    padding-top: 57.0625rem !important;
    padding-bottom: 57.0625rem !important;
  }

  .md\:px-phoneTextContentMaxWidth {
    padding-left: 57.0625rem !important;
    padding-right: 57.0625rem !important;
  }

  .md\:py-phoneTextContentWidth {
    padding-top: 63% !important;
    padding-bottom: 63% !important;
  }

  .md\:px-phoneTextContentWidth {
    padding-left: 63% !important;
    padding-right: 63% !important;
  }

  .md\:py-phoneBlockContentWidth {
    padding-top: 71.625rem !important;
    padding-bottom: 71.625rem !important;
  }

  .md\:px-phoneBlockContentWidth {
    padding-left: 71.625rem !important;
    padding-right: 71.625rem !important;
  }

  .md\:py-tabletTextContentMaxWidth {
    padding-top: 57.0625rem !important;
    padding-bottom: 57.0625rem !important;
  }

  .md\:px-tabletTextContentMaxWidth {
    padding-left: 57.0625rem !important;
    padding-right: 57.0625rem !important;
  }

  .md\:py-tabletTextContentWidth {
    padding-top: 63% !important;
    padding-bottom: 63% !important;
  }

  .md\:px-tabletTextContentWidth {
    padding-left: 63% !important;
    padding-right: 63% !important;
  }

  .md\:py-tabletBlockContentWidth {
    padding-top: 71.625rem !important;
    padding-bottom: 71.625rem !important;
  }

  .md\:px-tabletBlockContentWidth {
    padding-left: 71.625rem !important;
    padding-right: 71.625rem !important;
  }

  .md\:py-largeTextContentMaxWidth {
    padding-top: 57.0625rem !important;
    padding-bottom: 57.0625rem !important;
  }

  .md\:px-largeTextContentMaxWidth {
    padding-left: 57.0625rem !important;
    padding-right: 57.0625rem !important;
  }

  .md\:py-largeTextContentWidth {
    padding-top: 63% !important;
    padding-bottom: 63% !important;
  }

  .md\:px-largeTextContentWidth {
    padding-left: 63% !important;
    padding-right: 63% !important;
  }

  .md\:py-largeBlockContentWidth {
    padding-top: 71.625rem !important;
    padding-bottom: 71.625rem !important;
  }

  .md\:px-largeBlockContentWidth {
    padding-left: 71.625rem !important;
    padding-right: 71.625rem !important;
  }

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

  .md\:pr-0 {
    padding-right: 0 !important;
  }

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

  .md\:pl-0 {
    padding-left: 0 !important;
  }

  .md\:pt-1 {
    padding-top: 0.25rem !important;
  }

  .md\:pr-1 {
    padding-right: 0.25rem !important;
  }

  .md\:pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .md\:pl-1 {
    padding-left: 0.25rem !important;
  }

  .md\:pt-2 {
    padding-top: 0.5rem !important;
  }

  .md\:pr-2 {
    padding-right: 0.5rem !important;
  }

  .md\:pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .md\:pl-2 {
    padding-left: 0.5rem !important;
  }

  .md\:pt-3 {
    padding-top: 0.75rem !important;
  }

  .md\:pr-3 {
    padding-right: 0.75rem !important;
  }

  .md\:pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .md\:pl-3 {
    padding-left: 0.75rem !important;
  }

  .md\:pt-4 {
    padding-top: 1rem !important;
  }

  .md\:pr-4 {
    padding-right: 1rem !important;
  }

  .md\:pb-4 {
    padding-bottom: 1rem !important;
  }

  .md\:pl-4 {
    padding-left: 1rem !important;
  }

  .md\:pt-5 {
    padding-top: 1.25rem !important;
  }

  .md\:pr-5 {
    padding-right: 1.25rem !important;
  }

  .md\:pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .md\:pl-5 {
    padding-left: 1.25rem !important;
  }

  .md\:pt-6 {
    padding-top: 1.5rem !important;
  }

  .md\:pr-6 {
    padding-right: 1.5rem !important;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .md\:pl-6 {
    padding-left: 1.5rem !important;
  }

  .md\:pt-8 {
    padding-top: 2rem !important;
  }

  .md\:pr-8 {
    padding-right: 2rem !important;
  }

  .md\:pb-8 {
    padding-bottom: 2rem !important;
  }

  .md\:pl-8 {
    padding-left: 2rem !important;
  }

  .md\:pt-9 {
    padding-top: 2.5rem !important;
  }

  .md\:pr-9 {
    padding-right: 2.5rem !important;
  }

  .md\:pb-9 {
    padding-bottom: 2.5rem !important;
  }

  .md\:pl-9 {
    padding-left: 2.5rem !important;
  }

  .md\:pt-10 {
    padding-top: 2.5rem !important;
  }

  .md\:pr-10 {
    padding-right: 2.5rem !important;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .md\:pl-10 {
    padding-left: 2.5rem !important;
  }

  .md\:pt-12 {
    padding-top: 3rem !important;
  }

  .md\:pr-12 {
    padding-right: 3rem !important;
  }

  .md\:pb-12 {
    padding-bottom: 3rem !important;
  }

  .md\:pl-12 {
    padding-left: 3rem !important;
  }

  .md\:pt-14 {
    padding-top: 3.5rem !important;
  }

  .md\:pr-14 {
    padding-right: 3.5rem !important;
  }

  .md\:pb-14 {
    padding-bottom: 3.5rem !important;
  }

  .md\:pl-14 {
    padding-left: 3.5rem !important;
  }

  .md\:pt-16 {
    padding-top: 4rem !important;
  }

  .md\:pr-16 {
    padding-right: 4rem !important;
  }

  .md\:pb-16 {
    padding-bottom: 4rem !important;
  }

  .md\:pl-16 {
    padding-left: 4rem !important;
  }

  .md\:pt-18 {
    padding-top: 4.5rem !important;
  }

  .md\:pr-18 {
    padding-right: 4.5rem !important;
  }

  .md\:pb-18 {
    padding-bottom: 4.5rem !important;
  }

  .md\:pl-18 {
    padding-left: 4.5rem !important;
  }

  .md\:pt-20 {
    padding-top: 5rem !important;
  }

  .md\:pr-20 {
    padding-right: 5rem !important;
  }

  .md\:pb-20 {
    padding-bottom: 5rem !important;
  }

  .md\:pl-20 {
    padding-left: 5rem !important;
  }

  .md\:pt-22 {
    padding-top: 5.626rem !important;
  }

  .md\:pr-22 {
    padding-right: 5.626rem !important;
  }

  .md\:pb-22 {
    padding-bottom: 5.626rem !important;
  }

  .md\:pl-22 {
    padding-left: 5.626rem !important;
  }

  .md\:pt-24 {
    padding-top: 6rem !important;
  }

  .md\:pr-24 {
    padding-right: 6rem !important;
  }

  .md\:pb-24 {
    padding-bottom: 6rem !important;
  }

  .md\:pl-24 {
    padding-left: 6rem !important;
  }

  .md\:pt-26 {
    padding-top: 6.25rem !important;
  }

  .md\:pr-26 {
    padding-right: 6.25rem !important;
  }

  .md\:pb-26 {
    padding-bottom: 6.25rem !important;
  }

  .md\:pl-26 {
    padding-left: 6.25rem !important;
  }

  .md\:pt-28 {
    padding-top: 7rem !important;
  }

  .md\:pr-28 {
    padding-right: 7rem !important;
  }

  .md\:pb-28 {
    padding-bottom: 7rem !important;
  }

  .md\:pl-28 {
    padding-left: 7rem !important;
  }

  .md\:pt-32 {
    padding-top: 8rem !important;
  }

  .md\:pr-32 {
    padding-right: 8rem !important;
  }

  .md\:pb-32 {
    padding-bottom: 8rem !important;
  }

  .md\:pl-32 {
    padding-left: 8rem !important;
  }

  .md\:pt-34 {
    padding-top: 8.5rem !important;
  }

  .md\:pr-34 {
    padding-right: 8.5rem !important;
  }

  .md\:pb-34 {
    padding-bottom: 8.5rem !important;
  }

  .md\:pl-34 {
    padding-left: 8.5rem !important;
  }

  .md\:pt-38 {
    padding-top: 9.25rem !important;
  }

  .md\:pr-38 {
    padding-right: 9.25rem !important;
  }

  .md\:pb-38 {
    padding-bottom: 9.25rem !important;
  }

  .md\:pl-38 {
    padding-left: 9.25rem !important;
  }

  .md\:pt-40 {
    padding-top: 10rem !important;
  }

  .md\:pr-40 {
    padding-right: 10rem !important;
  }

  .md\:pb-40 {
    padding-bottom: 10rem !important;
  }

  .md\:pl-40 {
    padding-left: 10rem !important;
  }

  .md\:pt-46 {
    padding-top: 11.75rem !important;
  }

  .md\:pr-46 {
    padding-right: 11.75rem !important;
  }

  .md\:pb-46 {
    padding-bottom: 11.75rem !important;
  }

  .md\:pl-46 {
    padding-left: 11.75rem !important;
  }

  .md\:pt-48 {
    padding-top: 12rem !important;
  }

  .md\:pr-48 {
    padding-right: 12rem !important;
  }

  .md\:pb-48 {
    padding-bottom: 12rem !important;
  }

  .md\:pl-48 {
    padding-left: 12rem !important;
  }

  .md\:pt-56 {
    padding-top: 14rem !important;
  }

  .md\:pr-56 {
    padding-right: 14rem !important;
  }

  .md\:pb-56 {
    padding-bottom: 14rem !important;
  }

  .md\:pl-56 {
    padding-left: 14rem !important;
  }

  .md\:pt-64 {
    padding-top: 16rem !important;
  }

  .md\:pr-64 {
    padding-right: 16rem !important;
  }

  .md\:pb-64 {
    padding-bottom: 16rem !important;
  }

  .md\:pl-64 {
    padding-left: 16rem !important;
  }

  .md\:pt-82 {
    padding-top: 20.75rem !important;
  }

  .md\:pr-82 {
    padding-right: 20.75rem !important;
  }

  .md\:pb-82 {
    padding-bottom: 20.75rem !important;
  }

  .md\:pl-82 {
    padding-left: 20.75rem !important;
  }

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

  .md\:pr-px {
    padding-right: 1px !important;
  }

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

  .md\:pl-px {
    padding-left: 1px !important;
  }

  .md\:pt-tiny {
    padding-top: 0.3rem !important;
  }

  .md\:pr-tiny {
    padding-right: 0.3rem !important;
  }

  .md\:pb-tiny {
    padding-bottom: 0.3rem !important;
  }

  .md\:pl-tiny {
    padding-left: 0.3rem !important;
  }

  .md\:pt-quick-links {
    padding-top: 26% !important;
  }

  .md\:pr-quick-links {
    padding-right: 26% !important;
  }

  .md\:pb-quick-links {
    padding-bottom: 26% !important;
  }

  .md\:pl-quick-links {
    padding-left: 26% !important;
  }

  .md\:pt-pro-slid {
    padding-top: 48% !important;
  }

  .md\:pr-pro-slid {
    padding-right: 48% !important;
  }

  .md\:pb-pro-slid {
    padding-bottom: 48% !important;
  }

  .md\:pl-pro-slid {
    padding-left: 48% !important;
  }

  .md\:pt-62p {
    padding-top: 62% !important;
  }

  .md\:pr-62p {
    padding-right: 62% !important;
  }

  .md\:pb-62p {
    padding-bottom: 62% !important;
  }

  .md\:pl-62p {
    padding-left: 62% !important;
  }

  .md\:pt-90p {
    padding-top: 90% !important;
  }

  .md\:pr-90p {
    padding-right: 90% !important;
  }

  .md\:pb-90p {
    padding-bottom: 90% !important;
  }

  .md\:pl-90p {
    padding-left: 90% !important;
  }

  .md\:pt-x-large {
    padding-top: 27.5rem !important;
  }

  .md\:pr-x-large {
    padding-right: 27.5rem !important;
  }

  .md\:pb-x-large {
    padding-bottom: 27.5rem !important;
  }

  .md\:pl-x-large {
    padding-left: 27.5rem !important;
  }

  .md\:pt-2px {
    padding-top: 0.125rem !important;
  }

  .md\:pr-2px {
    padding-right: 0.125rem !important;
  }

  .md\:pb-2px {
    padding-bottom: 0.125rem !important;
  }

  .md\:pl-2px {
    padding-left: 0.125rem !important;
  }

  .md\:pt-9px {
    padding-top: 0.5625rem !important;
  }

  .md\:pr-9px {
    padding-right: 0.5625rem !important;
  }

  .md\:pb-9px {
    padding-bottom: 0.5625rem !important;
  }

  .md\:pl-9px {
    padding-left: 0.5625rem !important;
  }

  .md\:pt-10px {
    padding-top: 0.625rem !important;
  }

  .md\:pr-10px {
    padding-right: 0.625rem !important;
  }

  .md\:pb-10px {
    padding-bottom: 0.625rem !important;
  }

  .md\:pl-10px {
    padding-left: 0.625rem !important;
  }

  .md\:pt-18px {
    padding-top: 1.125rem !important;
  }

  .md\:pr-18px {
    padding-right: 1.125rem !important;
  }

  .md\:pb-18px {
    padding-bottom: 1.125rem !important;
  }

  .md\:pl-18px {
    padding-left: 1.125rem !important;
  }

  .md\:pt-20px {
    padding-top: 1.25rem !important;
  }

  .md\:pr-20px {
    padding-right: 1.25rem !important;
  }

  .md\:pb-20px {
    padding-bottom: 1.25rem !important;
  }

  .md\:pl-20px {
    padding-left: 1.25rem !important;
  }

  .md\:pt-24px {
    padding-top: 1.5rem !important;
  }

  .md\:pr-24px {
    padding-right: 1.5rem !important;
  }

  .md\:pb-24px {
    padding-bottom: 1.5rem !important;
  }

  .md\:pl-24px {
    padding-left: 1.5rem !important;
  }

  .md\:pt-26px {
    padding-top: 1.625rem !important;
  }

  .md\:pr-26px {
    padding-right: 1.625rem !important;
  }

  .md\:pb-26px {
    padding-bottom: 1.625rem !important;
  }

  .md\:pl-26px {
    padding-left: 1.625rem !important;
  }

  .md\:pt-30px {
    padding-top: 1.875rem !important;
  }

  .md\:pr-30px {
    padding-right: 1.875rem !important;
  }

  .md\:pb-30px {
    padding-bottom: 1.875rem !important;
  }

  .md\:pl-30px {
    padding-left: 1.875rem !important;
  }

  .md\:pt-38px {
    padding-top: 2.375rem !important;
  }

  .md\:pr-38px {
    padding-right: 2.375rem !important;
  }

  .md\:pb-38px {
    padding-bottom: 2.375rem !important;
  }

  .md\:pl-38px {
    padding-left: 2.375rem !important;
  }

  .md\:pt-43px {
    padding-top: 2.6875rem !important;
  }

  .md\:pr-43px {
    padding-right: 2.6875rem !important;
  }

  .md\:pb-43px {
    padding-bottom: 2.6875rem !important;
  }

  .md\:pl-43px {
    padding-left: 2.6875rem !important;
  }

  .md\:pt-44px {
    padding-top: 2.75rem !important;
  }

  .md\:pr-44px {
    padding-right: 2.75rem !important;
  }

  .md\:pb-44px {
    padding-bottom: 2.75rem !important;
  }

  .md\:pl-44px {
    padding-left: 2.75rem !important;
  }

  .md\:pt-46px {
    padding-top: 2.875rem !important;
  }

  .md\:pr-46px {
    padding-right: 2.875rem !important;
  }

  .md\:pb-46px {
    padding-bottom: 2.875rem !important;
  }

  .md\:pl-46px {
    padding-left: 2.875rem !important;
  }

  .md\:pt-53px {
    padding-top: 3.3125rem !important;
  }

  .md\:pr-53px {
    padding-right: 3.3125rem !important;
  }

  .md\:pb-53px {
    padding-bottom: 3.3125rem !important;
  }

  .md\:pl-53px {
    padding-left: 3.3125rem !important;
  }

  .md\:pt-54px {
    padding-top: 3.375rem !important;
  }

  .md\:pr-54px {
    padding-right: 3.375rem !important;
  }

  .md\:pb-54px {
    padding-bottom: 3.375rem !important;
  }

  .md\:pl-54px {
    padding-left: 3.375rem !important;
  }

  .md\:pt-55px {
    padding-top: 3.4375rem !important;
  }

  .md\:pr-55px {
    padding-right: 3.4375rem !important;
  }

  .md\:pb-55px {
    padding-bottom: 3.4375rem !important;
  }

  .md\:pl-55px {
    padding-left: 3.4375rem !important;
  }

  .md\:pt-60px {
    padding-top: 3.75rem !important;
  }

  .md\:pr-60px {
    padding-right: 3.75rem !important;
  }

  .md\:pb-60px {
    padding-bottom: 3.75rem !important;
  }

  .md\:pl-60px {
    padding-left: 3.75rem !important;
  }

  .md\:pt-67px {
    padding-top: 4.1875rem !important;
  }

  .md\:pr-67px {
    padding-right: 4.1875rem !important;
  }

  .md\:pb-67px {
    padding-bottom: 4.1875rem !important;
  }

  .md\:pl-67px {
    padding-left: 4.1875rem !important;
  }

  .md\:pt-73px {
    padding-top: 4.5625rem !important;
  }

  .md\:pr-73px {
    padding-right: 4.5625rem !important;
  }

  .md\:pb-73px {
    padding-bottom: 4.5625rem !important;
  }

  .md\:pl-73px {
    padding-left: 4.5625rem !important;
  }

  .md\:pt-80px {
    padding-top: 5rem !important;
  }

  .md\:pr-80px {
    padding-right: 5rem !important;
  }

  .md\:pb-80px {
    padding-bottom: 5rem !important;
  }

  .md\:pl-80px {
    padding-left: 5rem !important;
  }

  .md\:pt-81px {
    padding-top: 5.0625rem !important;
  }

  .md\:pr-81px {
    padding-right: 5.0625rem !important;
  }

  .md\:pb-81px {
    padding-bottom: 5.0625rem !important;
  }

  .md\:pl-81px {
    padding-left: 5.0625rem !important;
  }

  .md\:pt-85px {
    padding-top: 5.3125rem !important;
  }

  .md\:pr-85px {
    padding-right: 5.3125rem !important;
  }

  .md\:pb-85px {
    padding-bottom: 5.3125rem !important;
  }

  .md\:pl-85px {
    padding-left: 5.3125rem !important;
  }

  .md\:pt-92px {
    padding-top: 5.75rem !important;
  }

  .md\:pr-92px {
    padding-right: 5.75rem !important;
  }

  .md\:pb-92px {
    padding-bottom: 5.75rem !important;
  }

  .md\:pl-92px {
    padding-left: 5.75rem !important;
  }

  .md\:pt-100px {
    padding-top: 6.25rem !important;
  }

  .md\:pr-100px {
    padding-right: 6.25rem !important;
  }

  .md\:pb-100px {
    padding-bottom: 6.25rem !important;
  }

  .md\:pl-100px {
    padding-left: 6.25rem !important;
  }

  .md\:pt-106px {
    padding-top: 6.625rem !important;
  }

  .md\:pr-106px {
    padding-right: 6.625rem !important;
  }

  .md\:pb-106px {
    padding-bottom: 6.625rem !important;
  }

  .md\:pl-106px {
    padding-left: 6.625rem !important;
  }

  .md\:pt-123px {
    padding-top: 7.6875rem !important;
  }

  .md\:pr-123px {
    padding-right: 7.6875rem !important;
  }

  .md\:pb-123px {
    padding-bottom: 7.6875rem !important;
  }

  .md\:pl-123px {
    padding-left: 7.6875rem !important;
  }

  .md\:pt-126px {
    padding-top: 7.875rem !important;
  }

  .md\:pr-126px {
    padding-right: 7.875rem !important;
  }

  .md\:pb-126px {
    padding-bottom: 7.875rem !important;
  }

  .md\:pl-126px {
    padding-left: 7.875rem !important;
  }

  .md\:pt-138px {
    padding-top: 8.625rem !important;
  }

  .md\:pr-138px {
    padding-right: 8.625rem !important;
  }

  .md\:pb-138px {
    padding-bottom: 8.625rem !important;
  }

  .md\:pl-138px {
    padding-left: 8.625rem !important;
  }

  .md\:pt-140px {
    padding-top: 8.75rem !important;
  }

  .md\:pr-140px {
    padding-right: 8.75rem !important;
  }

  .md\:pb-140px {
    padding-bottom: 8.75rem !important;
  }

  .md\:pl-140px {
    padding-left: 8.75rem !important;
  }

  .md\:pt-146px {
    padding-top: 9.125rem !important;
  }

  .md\:pr-146px {
    padding-right: 9.125rem !important;
  }

  .md\:pb-146px {
    padding-bottom: 9.125rem !important;
  }

  .md\:pl-146px {
    padding-left: 9.125rem !important;
  }

  .md\:pt-152px {
    padding-top: 9.5rem !important;
  }

  .md\:pr-152px {
    padding-right: 9.5rem !important;
  }

  .md\:pb-152px {
    padding-bottom: 9.5rem !important;
  }

  .md\:pl-152px {
    padding-left: 9.5rem !important;
  }

  .md\:pt-187px {
    padding-top: 11.6875rem !important;
  }

  .md\:pr-187px {
    padding-right: 11.6875rem !important;
  }

  .md\:pb-187px {
    padding-bottom: 11.6875rem !important;
  }

  .md\:pl-187px {
    padding-left: 11.6875rem !important;
  }

  .md\:pt-220px {
    padding-top: 13.75rem !important;
  }

  .md\:pr-220px {
    padding-right: 13.75rem !important;
  }

  .md\:pb-220px {
    padding-bottom: 13.75rem !important;
  }

  .md\:pl-220px {
    padding-left: 13.75rem !important;
  }

  .md\:pt-253px {
    padding-top: 15.8125rem !important;
  }

  .md\:pr-253px {
    padding-right: 15.8125rem !important;
  }

  .md\:pb-253px {
    padding-bottom: 15.8125rem !important;
  }

  .md\:pl-253px {
    padding-left: 15.8125rem !important;
  }

  .md\:pt-320px {
    padding-top: 20rem !important;
  }

  .md\:pr-320px {
    padding-right: 20rem !important;
  }

  .md\:pb-320px {
    padding-bottom: 20rem !important;
  }

  .md\:pl-320px {
    padding-left: 20rem !important;
  }

  .md\:pt-400px {
    padding-top: 25rem !important;
  }

  .md\:pr-400px {
    padding-right: 25rem !important;
  }

  .md\:pb-400px {
    padding-bottom: 25rem !important;
  }

  .md\:pl-400px {
    padding-left: 25rem !important;
  }

  .md\:pt-500px {
    padding-top: 31.25rem !important;
  }

  .md\:pr-500px {
    padding-right: 31.25rem !important;
  }

  .md\:pb-500px {
    padding-bottom: 31.25rem !important;
  }

  .md\:pl-500px {
    padding-left: 31.25rem !important;
  }

  .md\:pt-lgPaddingTop {
    padding-top: 15.8125rem !important;
  }

  .md\:pr-lgPaddingTop {
    padding-right: 15.8125rem !important;
  }

  .md\:pb-lgPaddingTop {
    padding-bottom: 15.8125rem !important;
  }

  .md\:pl-lgPaddingTop {
    padding-left: 15.8125rem !important;
  }

  .md\:pt-phonePaddingTop {
    padding-top: 9.875rem !important;
  }

  .md\:pr-phonePaddingTop {
    padding-right: 9.875rem !important;
  }

  .md\:pb-phonePaddingTop {
    padding-bottom: 9.875rem !important;
  }

  .md\:pl-phonePaddingTop {
    padding-left: 9.875rem !important;
  }

  .md\:pt-tabletPaddingTop {
    padding-top: 6.625rem !important;
  }

  .md\:pr-tabletPaddingTop {
    padding-right: 6.625rem !important;
  }

  .md\:pb-tabletPaddingTop {
    padding-bottom: 6.625rem !important;
  }

  .md\:pl-tabletPaddingTop {
    padding-left: 6.625rem !important;
  }

  .md\:pt-largePaddingTop {
    padding-top: 13.75rem !important;
  }

  .md\:pr-largePaddingTop {
    padding-right: 13.75rem !important;
  }

  .md\:pb-largePaddingTop {
    padding-bottom: 13.75rem !important;
  }

  .md\:pl-largePaddingTop {
    padding-left: 13.75rem !important;
  }

  .md\:pt-phoneTextContentMaxWidth {
    padding-top: 57.0625rem !important;
  }

  .md\:pr-phoneTextContentMaxWidth {
    padding-right: 57.0625rem !important;
  }

  .md\:pb-phoneTextContentMaxWidth {
    padding-bottom: 57.0625rem !important;
  }

  .md\:pl-phoneTextContentMaxWidth {
    padding-left: 57.0625rem !important;
  }

  .md\:pt-phoneTextContentWidth {
    padding-top: 63% !important;
  }

  .md\:pr-phoneTextContentWidth {
    padding-right: 63% !important;
  }

  .md\:pb-phoneTextContentWidth {
    padding-bottom: 63% !important;
  }

  .md\:pl-phoneTextContentWidth {
    padding-left: 63% !important;
  }

  .md\:pt-phoneBlockContentWidth {
    padding-top: 71.625rem !important;
  }

  .md\:pr-phoneBlockContentWidth {
    padding-right: 71.625rem !important;
  }

  .md\:pb-phoneBlockContentWidth {
    padding-bottom: 71.625rem !important;
  }

  .md\:pl-phoneBlockContentWidth {
    padding-left: 71.625rem !important;
  }

  .md\:pt-tabletTextContentMaxWidth {
    padding-top: 57.0625rem !important;
  }

  .md\:pr-tabletTextContentMaxWidth {
    padding-right: 57.0625rem !important;
  }

  .md\:pb-tabletTextContentMaxWidth {
    padding-bottom: 57.0625rem !important;
  }

  .md\:pl-tabletTextContentMaxWidth {
    padding-left: 57.0625rem !important;
  }

  .md\:pt-tabletTextContentWidth {
    padding-top: 63% !important;
  }

  .md\:pr-tabletTextContentWidth {
    padding-right: 63% !important;
  }

  .md\:pb-tabletTextContentWidth {
    padding-bottom: 63% !important;
  }

  .md\:pl-tabletTextContentWidth {
    padding-left: 63% !important;
  }

  .md\:pt-tabletBlockContentWidth {
    padding-top: 71.625rem !important;
  }

  .md\:pr-tabletBlockContentWidth {
    padding-right: 71.625rem !important;
  }

  .md\:pb-tabletBlockContentWidth {
    padding-bottom: 71.625rem !important;
  }

  .md\:pl-tabletBlockContentWidth {
    padding-left: 71.625rem !important;
  }

  .md\:pt-largeTextContentMaxWidth {
    padding-top: 57.0625rem !important;
  }

  .md\:pr-largeTextContentMaxWidth {
    padding-right: 57.0625rem !important;
  }

  .md\:pb-largeTextContentMaxWidth {
    padding-bottom: 57.0625rem !important;
  }

  .md\:pl-largeTextContentMaxWidth {
    padding-left: 57.0625rem !important;
  }

  .md\:pt-largeTextContentWidth {
    padding-top: 63% !important;
  }

  .md\:pr-largeTextContentWidth {
    padding-right: 63% !important;
  }

  .md\:pb-largeTextContentWidth {
    padding-bottom: 63% !important;
  }

  .md\:pl-largeTextContentWidth {
    padding-left: 63% !important;
  }

  .md\:pt-largeBlockContentWidth {
    padding-top: 71.625rem !important;
  }

  .md\:pr-largeBlockContentWidth {
    padding-right: 71.625rem !important;
  }

  .md\:pb-largeBlockContentWidth {
    padding-bottom: 71.625rem !important;
  }

  .md\:pl-largeBlockContentWidth {
    padding-left: 71.625rem !important;
  }

  .md\:placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .md\:placeholder-transparent:-ms-input-placeholder {
    color: transparent !important;
  }

  .md\:placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .md\:placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }

  .md\:placeholder-current:-ms-input-placeholder {
    color: currentColor !important;
  }

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

  .md\:placeholder-black::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-black:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-black::placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-white::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFFFFF !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-white:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFFFFF !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-white::placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFFFFF !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #727272 !important;
    color: rgba(114, 114, 114, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #727272 !important;
    color: rgba(114, 114, 114, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray::placeholder {
    --placeholder-opacity: 1 !important;
    color: #727272 !important;
    color: rgba(114, 114, 114, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #E12A09 !important;
    color: rgba(225, 42, 9, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #E12A09 !important;
    color: rgba(225, 42, 9, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red::placeholder {
    --placeholder-opacity: 1 !important;
    color: #E12A09 !important;
    color: rgba(225, 42, 9, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F29C2B !important;
    color: rgba(242, 156, 43, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F29C2B !important;
    color: rgba(242, 156, 43, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F29C2B !important;
    color: rgba(242, 156, 43, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFEB9A !important;
    color: rgba(255, 235, 154, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFEB9A !important;
    color: rgba(255, 235, 154, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow::placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFEB9A !important;
    color: rgba(255, 235, 154, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-navy-blue::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #23345A !important;
    color: rgba(35, 52, 90, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-navy-blue:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #23345A !important;
    color: rgba(35, 52, 90, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-navy-blue::placeholder {
    --placeholder-opacity: 1 !important;
    color: #23345A !important;
    color: rgba(35, 52, 90, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-cyan::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #40C8EA !important;
    color: rgba(64, 200, 234, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-cyan:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #40C8EA !important;
    color: rgba(64, 200, 234, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-cyan::placeholder {
    --placeholder-opacity: 1 !important;
    color: #40C8EA !important;
    color: rgba(64, 200, 234, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellowOrange::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8E9A7 !important;
    color: rgba(248, 233, 167, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellowOrange:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8E9A7 !important;
    color: rgba(248, 233, 167, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellowOrange::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8E9A7 !important;
    color: rgba(248, 233, 167, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-light-blue::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #C9EAF4 !important;
    color: rgba(201, 234, 244, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-light-blue:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #C9EAF4 !important;
    color: rgba(201, 234, 244, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-light-blue::placeholder {
    --placeholder-opacity: 1 !important;
    color: #C9EAF4 !important;
    color: rgba(201, 234, 244, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-lightest-blue::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #EBFAFF !important;
    color: rgba(235, 250, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-lightest-blue:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #EBFAFF !important;
    color: rgba(235, 250, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-lightest-blue::placeholder {
    --placeholder-opacity: 1 !important;
    color: #EBFAFF !important;
    color: rgba(235, 250, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blueGreen::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #148093 !important;
    color: rgba(20, 128, 147, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blueGreen:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #148093 !important;
    color: rgba(20, 128, 147, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blueGreen::placeholder {
    --placeholder-opacity: 1 !important;
    color: #148093 !important;
    color: rgba(20, 128, 147, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-mediumGray::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97A2B0 !important;
    color: rgba(151, 162, 176, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-mediumGray:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97A2B0 !important;
    color: rgba(151, 162, 176, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-mediumGray::placeholder {
    --placeholder-opacity: 1 !important;
    color: #97A2B0 !important;
    color: rgba(151, 162, 176, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-light-gray::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ACACB4 !important;
    color: rgba(172, 172, 180, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-light-gray:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ACACB4 !important;
    color: rgba(172, 172, 180, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-light-gray::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ACACB4 !important;
    color: rgba(172, 172, 180, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-lightestGray::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F2F2F2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-lightestGray:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F2F2F2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-lightestGray::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F2F2F2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-dark-gray::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #64626F !important;
    color: rgba(100, 98, 111, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-dark-gray:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #64626F !important;
    color: rgba(100, 98, 111, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-dark-gray::placeholder {
    --placeholder-opacity: 1 !important;
    color: #64626F !important;
    color: rgba(100, 98, 111, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-nav-gray::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #65718C !important;
    color: rgba(101, 113, 140, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-nav-gray:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #65718C !important;
    color: rgba(101, 113, 140, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-nav-gray::placeholder {
    --placeholder-opacity: 1 !important;
    color: #65718C !important;
    color: rgba(101, 113, 140, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-bullet-gray::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F1F1F2 !important;
    color: rgba(241, 241, 242, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-bullet-gray:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F1F1F2 !important;
    color: rgba(241, 241, 242, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-bullet-gray::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F1F1F2 !important;
    color: rgba(241, 241, 242, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-dark-red::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #951700 !important;
    color: rgba(149, 23, 0, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-dark-red:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #951700 !important;
    color: rgba(149, 23, 0, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-dark-red::placeholder {
    --placeholder-opacity: 1 !important;
    color: #951700 !important;
    color: rgba(149, 23, 0, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-navy::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #182F50 !important;
    color: rgba(24, 47, 80, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-navy:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #182F50 !important;
    color: rgba(24, 47, 80, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-navy::placeholder {
    --placeholder-opacity: 1 !important;
    color: #182F50 !important;
    color: rgba(24, 47, 80, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-lightNavy::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #687FA0 !important;
    color: rgba(104, 127, 160, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-lightNavy:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #687FA0 !important;
    color: rgba(104, 127, 160, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-lightNavy::placeholder {
    --placeholder-opacity: 1 !important;
    color: #687FA0 !important;
    color: rgba(104, 127, 160, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .md\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent !important;
  }

  .md\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .md\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }

  .md\:focus\:placeholder-current:focus:-ms-input-placeholder {
    color: currentColor !important;
  }

  .md\:focus\:placeholder-current:focus::placeholder {
    color: currentColor !important;
  }

  .md\:focus\:placeholder-black:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFFFFF !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFFFFF !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFFFFF !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #727272 !important;
    color: rgba(114, 114, 114, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #727272 !important;
    color: rgba(114, 114, 114, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #727272 !important;
    color: rgba(114, 114, 114, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #E12A09 !important;
    color: rgba(225, 42, 9, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #E12A09 !important;
    color: rgba(225, 42, 9, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #E12A09 !important;
    color: rgba(225, 42, 9, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F29C2B !important;
    color: rgba(242, 156, 43, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F29C2B !important;
    color: rgba(242, 156, 43, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F29C2B !important;
    color: rgba(242, 156, 43, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFEB9A !important;
    color: rgba(255, 235, 154, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFEB9A !important;
    color: rgba(255, 235, 154, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFEB9A !important;
    color: rgba(255, 235, 154, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-navy-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #23345A !important;
    color: rgba(35, 52, 90, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-navy-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #23345A !important;
    color: rgba(35, 52, 90, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-navy-blue:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #23345A !important;
    color: rgba(35, 52, 90, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cyan:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #40C8EA !important;
    color: rgba(64, 200, 234, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cyan:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #40C8EA !important;
    color: rgba(64, 200, 234, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cyan:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #40C8EA !important;
    color: rgba(64, 200, 234, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellowOrange:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8E9A7 !important;
    color: rgba(248, 233, 167, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellowOrange:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8E9A7 !important;
    color: rgba(248, 233, 167, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellowOrange:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8E9A7 !important;
    color: rgba(248, 233, 167, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-light-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #C9EAF4 !important;
    color: rgba(201, 234, 244, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-light-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #C9EAF4 !important;
    color: rgba(201, 234, 244, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-light-blue:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #C9EAF4 !important;
    color: rgba(201, 234, 244, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-lightest-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #EBFAFF !important;
    color: rgba(235, 250, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-lightest-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #EBFAFF !important;
    color: rgba(235, 250, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-lightest-blue:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #EBFAFF !important;
    color: rgba(235, 250, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blueGreen:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #148093 !important;
    color: rgba(20, 128, 147, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blueGreen:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #148093 !important;
    color: rgba(20, 128, 147, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blueGreen:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #148093 !important;
    color: rgba(20, 128, 147, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-mediumGray:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97A2B0 !important;
    color: rgba(151, 162, 176, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-mediumGray:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97A2B0 !important;
    color: rgba(151, 162, 176, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-mediumGray:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #97A2B0 !important;
    color: rgba(151, 162, 176, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-light-gray:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ACACB4 !important;
    color: rgba(172, 172, 180, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-light-gray:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ACACB4 !important;
    color: rgba(172, 172, 180, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-light-gray:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ACACB4 !important;
    color: rgba(172, 172, 180, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-lightestGray:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F2F2F2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-lightestGray:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F2F2F2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-lightestGray:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F2F2F2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-dark-gray:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #64626F !important;
    color: rgba(100, 98, 111, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-dark-gray:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #64626F !important;
    color: rgba(100, 98, 111, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-dark-gray:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #64626F !important;
    color: rgba(100, 98, 111, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nav-gray:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #65718C !important;
    color: rgba(101, 113, 140, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nav-gray:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #65718C !important;
    color: rgba(101, 113, 140, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nav-gray:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #65718C !important;
    color: rgba(101, 113, 140, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-bullet-gray:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F1F1F2 !important;
    color: rgba(241, 241, 242, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-bullet-gray:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F1F1F2 !important;
    color: rgba(241, 241, 242, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-bullet-gray:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F1F1F2 !important;
    color: rgba(241, 241, 242, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-dark-red:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #951700 !important;
    color: rgba(149, 23, 0, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-dark-red:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #951700 !important;
    color: rgba(149, 23, 0, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-dark-red:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #951700 !important;
    color: rgba(149, 23, 0, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-navy:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #182F50 !important;
    color: rgba(24, 47, 80, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-navy:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #182F50 !important;
    color: rgba(24, 47, 80, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-navy:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #182F50 !important;
    color: rgba(24, 47, 80, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-lightNavy:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #687FA0 !important;
    color: rgba(104, 127, 160, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-lightNavy:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #687FA0 !important;
    color: rgba(104, 127, 160, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-lightNavy:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #687FA0 !important;
    color: rgba(104, 127, 160, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .md\:placeholder-opacity-0:-ms-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .md\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0 !important;
  }

  .md\:placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .md\:placeholder-opacity-25:-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .md\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .md\:placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .md\:placeholder-opacity-50:-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .md\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .md\:placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .md\:placeholder-opacity-75:-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .md\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .md\:placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .md\:placeholder-opacity-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .md\:placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1 !important;
  }

  .md\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .md\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .md\:focus\:placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0 !important;
  }

  .md\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .md\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .md\:focus\:placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
  }

  .md\:pointer-events-none {
    pointer-events: none !important;
  }

  .md\:pointer-events-auto {
    pointer-events: auto !important;
  }

  .md\:static {
    position: static !important;
  }

  .md\:fixed {
    position: fixed !important;
  }

  .md\:absolute {
    position: absolute !important;
  }

  .md\:relative {
    position: relative !important;
  }

  .md\:sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .md\:inset-0 {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .md\:inset-4 {
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .md\:inset-6 {
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }

  .md\:inset-8 {
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .md\:inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .md\:inset-31p {
    top: 31% !important;
    right: 31% !important;
    bottom: 31% !important;
    left: 31% !important;
  }

  .md\:inset-42p {
    top: 42% !important;
    right: 42% !important;
    bottom: 42% !important;
    left: 42% !important;
  }

  .md\:inset-2px {
    top: 0.125rem !important;
    right: 0.125rem !important;
    bottom: 0.125rem !important;
    left: 0.125rem !important;
  }

  .md\:inset-85px {
    top: 5.3125rem !important;
    right: 5.3125rem !important;
    bottom: 5.3125rem !important;
    left: 5.3125rem !important;
  }

  .md\:inset-152px {
    top: 9.5rem !important;
    right: 9.5rem !important;
    bottom: 9.5rem !important;
    left: 9.5rem !important;
  }

  .md\:inset-neg2px {
    top: -0.125rem !important;
    right: -0.125rem !important;
    bottom: -0.125rem !important;
    left: -0.125rem !important;
  }

  .md\:inset-neg20px {
    top: -1.25rem !important;
    right: -1.25rem !important;
    bottom: -1.25rem !important;
    left: -1.25rem !important;
  }

  .md\:inset-neg2rem {
    top: -2rem !important;
    right: -2rem !important;
    bottom: -2rem !important;
    left: -2rem !important;
  }

  .md\:inset-neg3rem {
    top: -3rem !important;
    right: -3rem !important;
    bottom: -3rem !important;
    left: -3rem !important;
  }

  .md\:inset-neg100px {
    top: -6.25rem !important;
    right: -6.25rem !important;
    bottom: -6.25rem !important;
    left: -6.25rem !important;
  }

  .md\:inset-neg125px {
    top: -7.8125rem !important;
    right: -7.8125rem !important;
    bottom: -7.8125rem !important;
    left: -7.8125rem !important;
  }

  .md\:inset-neg150px {
    top: -9.375rem !important;
    right: -9.375rem !important;
    bottom: -9.375rem !important;
    left: -9.375rem !important;
  }

  .md\:inset-neg4rem {
    top: -4rem !important;
    right: -4rem !important;
    bottom: -4rem !important;
    left: -4rem !important;
  }

  .md\:inset-neg6rem {
    top: -6rem !important;
    right: -6rem !important;
    bottom: -6rem !important;
    left: -6rem !important;
  }

  .md\:inset-y-0 {
    top: 0 !important;
    bottom: 0 !important;
  }

  .md\:inset-x-0 {
    right: 0 !important;
    left: 0 !important;
  }

  .md\:inset-y-4 {
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .md\:inset-x-4 {
    right: 1rem !important;
    left: 1rem !important;
  }

  .md\:inset-y-6 {
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }

  .md\:inset-x-6 {
    right: 1.5rem !important;
    left: 1.5rem !important;
  }

  .md\:inset-y-8 {
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .md\:inset-x-8 {
    right: 2rem !important;
    left: 2rem !important;
  }

  .md\:inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  .md\:inset-x-auto {
    right: auto !important;
    left: auto !important;
  }

  .md\:inset-y-31p {
    top: 31% !important;
    bottom: 31% !important;
  }

  .md\:inset-x-31p {
    right: 31% !important;
    left: 31% !important;
  }

  .md\:inset-y-42p {
    top: 42% !important;
    bottom: 42% !important;
  }

  .md\:inset-x-42p {
    right: 42% !important;
    left: 42% !important;
  }

  .md\:inset-y-2px {
    top: 0.125rem !important;
    bottom: 0.125rem !important;
  }

  .md\:inset-x-2px {
    right: 0.125rem !important;
    left: 0.125rem !important;
  }

  .md\:inset-y-85px {
    top: 5.3125rem !important;
    bottom: 5.3125rem !important;
  }

  .md\:inset-x-85px {
    right: 5.3125rem !important;
    left: 5.3125rem !important;
  }

  .md\:inset-y-152px {
    top: 9.5rem !important;
    bottom: 9.5rem !important;
  }

  .md\:inset-x-152px {
    right: 9.5rem !important;
    left: 9.5rem !important;
  }

  .md\:inset-y-neg2px {
    top: -0.125rem !important;
    bottom: -0.125rem !important;
  }

  .md\:inset-x-neg2px {
    right: -0.125rem !important;
    left: -0.125rem !important;
  }

  .md\:inset-y-neg20px {
    top: -1.25rem !important;
    bottom: -1.25rem !important;
  }

  .md\:inset-x-neg20px {
    right: -1.25rem !important;
    left: -1.25rem !important;
  }

  .md\:inset-y-neg2rem {
    top: -2rem !important;
    bottom: -2rem !important;
  }

  .md\:inset-x-neg2rem {
    right: -2rem !important;
    left: -2rem !important;
  }

  .md\:inset-y-neg3rem {
    top: -3rem !important;
    bottom: -3rem !important;
  }

  .md\:inset-x-neg3rem {
    right: -3rem !important;
    left: -3rem !important;
  }

  .md\:inset-y-neg100px {
    top: -6.25rem !important;
    bottom: -6.25rem !important;
  }

  .md\:inset-x-neg100px {
    right: -6.25rem !important;
    left: -6.25rem !important;
  }

  .md\:inset-y-neg125px {
    top: -7.8125rem !important;
    bottom: -7.8125rem !important;
  }

  .md\:inset-x-neg125px {
    right: -7.8125rem !important;
    left: -7.8125rem !important;
  }

  .md\:inset-y-neg150px {
    top: -9.375rem !important;
    bottom: -9.375rem !important;
  }

  .md\:inset-x-neg150px {
    right: -9.375rem !important;
    left: -9.375rem !important;
  }

  .md\:inset-y-neg4rem {
    top: -4rem !important;
    bottom: -4rem !important;
  }

  .md\:inset-x-neg4rem {
    right: -4rem !important;
    left: -4rem !important;
  }

  .md\:inset-y-neg6rem {
    top: -6rem !important;
    bottom: -6rem !important;
  }

  .md\:inset-x-neg6rem {
    right: -6rem !important;
    left: -6rem !important;
  }

  .md\:top-0 {
    top: 0 !important;
  }

  .md\:right-0 {
    right: 0 !important;
  }

  .md\:bottom-0 {
    bottom: 0 !important;
  }

  .md\:left-0 {
    left: 0 !important;
  }

  .md\:top-4 {
    top: 1rem !important;
  }

  .md\:right-4 {
    right: 1rem !important;
  }

  .md\:bottom-4 {
    bottom: 1rem !important;
  }

  .md\:left-4 {
    left: 1rem !important;
  }

  .md\:top-6 {
    top: 1.5rem !important;
  }

  .md\:right-6 {
    right: 1.5rem !important;
  }

  .md\:bottom-6 {
    bottom: 1.5rem !important;
  }

  .md\:left-6 {
    left: 1.5rem !important;
  }

  .md\:top-8 {
    top: 2rem !important;
  }

  .md\:right-8 {
    right: 2rem !important;
  }

  .md\:bottom-8 {
    bottom: 2rem !important;
  }

  .md\:left-8 {
    left: 2rem !important;
  }

  .md\:top-auto {
    top: auto !important;
  }

  .md\:right-auto {
    right: auto !important;
  }

  .md\:bottom-auto {
    bottom: auto !important;
  }

  .md\:left-auto {
    left: auto !important;
  }

  .md\:top-31p {
    top: 31% !important;
  }

  .md\:right-31p {
    right: 31% !important;
  }

  .md\:bottom-31p {
    bottom: 31% !important;
  }

  .md\:left-31p {
    left: 31% !important;
  }

  .md\:top-42p {
    top: 42% !important;
  }

  .md\:right-42p {
    right: 42% !important;
  }

  .md\:bottom-42p {
    bottom: 42% !important;
  }

  .md\:left-42p {
    left: 42% !important;
  }

  .md\:top-2px {
    top: 0.125rem !important;
  }

  .md\:right-2px {
    right: 0.125rem !important;
  }

  .md\:bottom-2px {
    bottom: 0.125rem !important;
  }

  .md\:left-2px {
    left: 0.125rem !important;
  }

  .md\:top-85px {
    top: 5.3125rem !important;
  }

  .md\:right-85px {
    right: 5.3125rem !important;
  }

  .md\:bottom-85px {
    bottom: 5.3125rem !important;
  }

  .md\:left-85px {
    left: 5.3125rem !important;
  }

  .md\:top-152px {
    top: 9.5rem !important;
  }

  .md\:right-152px {
    right: 9.5rem !important;
  }

  .md\:bottom-152px {
    bottom: 9.5rem !important;
  }

  .md\:left-152px {
    left: 9.5rem !important;
  }

  .md\:top-neg2px {
    top: -0.125rem !important;
  }

  .md\:right-neg2px {
    right: -0.125rem !important;
  }

  .md\:bottom-neg2px {
    bottom: -0.125rem !important;
  }

  .md\:left-neg2px {
    left: -0.125rem !important;
  }

  .md\:top-neg20px {
    top: -1.25rem !important;
  }

  .md\:right-neg20px {
    right: -1.25rem !important;
  }

  .md\:bottom-neg20px {
    bottom: -1.25rem !important;
  }

  .md\:left-neg20px {
    left: -1.25rem !important;
  }

  .md\:top-neg2rem {
    top: -2rem !important;
  }

  .md\:right-neg2rem {
    right: -2rem !important;
  }

  .md\:bottom-neg2rem {
    bottom: -2rem !important;
  }

  .md\:left-neg2rem {
    left: -2rem !important;
  }

  .md\:top-neg3rem {
    top: -3rem !important;
  }

  .md\:right-neg3rem {
    right: -3rem !important;
  }

  .md\:bottom-neg3rem {
    bottom: -3rem !important;
  }

  .md\:left-neg3rem {
    left: -3rem !important;
  }

  .md\:top-neg100px {
    top: -6.25rem !important;
  }

  .md\:right-neg100px {
    right: -6.25rem !important;
  }

  .md\:bottom-neg100px {
    bottom: -6.25rem !important;
  }

  .md\:left-neg100px {
    left: -6.25rem !important;
  }

  .md\:top-neg125px {
    top: -7.8125rem !important;
  }

  .md\:right-neg125px {
    right: -7.8125rem !important;
  }

  .md\:bottom-neg125px {
    bottom: -7.8125rem !important;
  }

  .md\:left-neg125px {
    left: -7.8125rem !important;
  }

  .md\:top-neg150px {
    top: -9.375rem !important;
  }

  .md\:right-neg150px {
    right: -9.375rem !important;
  }

  .md\:bottom-neg150px {
    bottom: -9.375rem !important;
  }

  .md\:left-neg150px {
    left: -9.375rem !important;
  }

  .md\:top-neg4rem {
    top: -4rem !important;
  }

  .md\:right-neg4rem {
    right: -4rem !important;
  }

  .md\:bottom-neg4rem {
    bottom: -4rem !important;
  }

  .md\:left-neg4rem {
    left: -4rem !important;
  }

  .md\:top-neg6rem {
    top: -6rem !important;
  }

  .md\:right-neg6rem {
    right: -6rem !important;
  }

  .md\:bottom-neg6rem {
    bottom: -6rem !important;
  }

  .md\:left-neg6rem {
    left: -6rem !important;
  }

  .md\:resize-none {
    resize: none !important;
  }

  .md\:resize-y {
    resize: vertical !important;
  }

  .md\:resize-x {
    resize: horizontal !important;
  }

  .md\:resize {
    resize: both !important;
  }

  .md\:shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .md\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .md\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .md\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .md\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .md\:shadow-none {
    box-shadow: none !important;
  }

  .md\:shadow-thick {
    box-shadow: 2px 2px 10px 3px rgba(0,0,0,0.4) !important;
  }

  .md\:hover\:shadow-xs:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:hover\:shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .md\:hover\:shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .md\:hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .md\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .md\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .md\:hover\:shadow-none:hover {
    box-shadow: none !important;
  }

  .md\:hover\:shadow-thick:hover {
    box-shadow: 2px 2px 10px 3px rgba(0,0,0,0.4) !important;
  }

  .md\:focus\:shadow-xs:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:focus\:shadow-sm:focus {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .md\:focus\:shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:focus\:shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .md\:focus\:shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:focus\:shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .md\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .md\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .md\:focus\:shadow-none:focus {
    box-shadow: none !important;
  }

  .md\:focus\:shadow-thick:focus {
    box-shadow: 2px 2px 10px 3px rgba(0,0,0,0.4) !important;
  }

  .md\:fill-current {
    fill: currentColor !important;
  }

  .md\:stroke-current {
    stroke: currentColor !important;
  }

  .md\:stroke-0 {
    stroke-width: 0 !important;
  }

  .md\:stroke-1 {
    stroke-width: 1 !important;
  }

  .md\:stroke-2 {
    stroke-width: 2 !important;
  }

  .md\:table-auto {
    table-layout: auto !important;
  }

  .md\:table-fixed {
    table-layout: fixed !important;
  }

  .md\:text-left {
    text-align: left !important;
  }

  .md\:text-center {
    text-align: center !important;
  }

  .md\:text-right {
    text-align: right !important;
  }

  .md\:text-justify {
    text-align: justify !important;
  }

  .md\:text-transparent {
    color: transparent !important;
  }

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

  .md\:text-black {
    --text-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .md\:text-white {
    --text-opacity: 1 !important;
    color: #FFFFFF !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .md\:text-gray {
    --text-opacity: 1 !important;
    color: #727272 !important;
    color: rgba(114, 114, 114, var(--text-opacity)) !important;
  }

  .md\:text-red {
    --text-opacity: 1 !important;
    color: #E12A09 !important;
    color: rgba(225, 42, 9, var(--text-opacity)) !important;
  }

  .md\:text-orange {
    --text-opacity: 1 !important;
    color: #F29C2B !important;
    color: rgba(242, 156, 43, var(--text-opacity)) !important;
  }

  .md\:text-yellow {
    --text-opacity: 1 !important;
    color: #FFEB9A !important;
    color: rgba(255, 235, 154, var(--text-opacity)) !important;
  }

  .md\:text-green-100 {
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .md\:text-green-200 {
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .md\:text-green-300 {
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .md\:text-green-400 {
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .md\:text-green-500 {
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .md\:text-green-600 {
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .md\:text-green-700 {
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .md\:text-green-800 {
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .md\:text-green-900 {
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .md\:text-teal-100 {
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .md\:text-teal-200 {
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .md\:text-teal-300 {
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .md\:text-teal-400 {
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .md\:text-teal-500 {
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .md\:text-teal-600 {
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .md\:text-teal-700 {
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .md\:text-teal-800 {
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .md\:text-teal-900 {
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .md\:text-blue-100 {
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .md\:text-blue-200 {
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .md\:text-blue-300 {
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .md\:text-blue-400 {
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .md\:text-blue-500 {
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .md\:text-blue-600 {
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .md\:text-blue-700 {
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .md\:text-blue-800 {
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .md\:text-blue-900 {
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .md\:text-indigo-100 {
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .md\:text-indigo-200 {
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .md\:text-indigo-300 {
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .md\:text-indigo-400 {
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .md\:text-indigo-500 {
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .md\:text-indigo-600 {
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .md\:text-indigo-700 {
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .md\:text-indigo-800 {
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .md\:text-indigo-900 {
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .md\:text-purple-100 {
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .md\:text-purple-200 {
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .md\:text-purple-300 {
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .md\:text-purple-400 {
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .md\:text-purple-500 {
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .md\:text-purple-600 {
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .md\:text-purple-700 {
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .md\:text-purple-800 {
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .md\:text-purple-900 {
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .md\:text-pink-100 {
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .md\:text-pink-200 {
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .md\:text-pink-300 {
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .md\:text-pink-400 {
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .md\:text-pink-500 {
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .md\:text-pink-600 {
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .md\:text-pink-700 {
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .md\:text-pink-800 {
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .md\:text-pink-900 {
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .md\:text-navy-blue {
    --text-opacity: 1 !important;
    color: #23345A !important;
    color: rgba(35, 52, 90, var(--text-opacity)) !important;
  }

  .md\:text-cyan {
    --text-opacity: 1 !important;
    color: #40C8EA !important;
    color: rgba(64, 200, 234, var(--text-opacity)) !important;
  }

  .md\:text-yellowOrange {
    --text-opacity: 1 !important;
    color: #F8E9A7 !important;
    color: rgba(248, 233, 167, var(--text-opacity)) !important;
  }

  .md\:text-light-blue {
    --text-opacity: 1 !important;
    color: #C9EAF4 !important;
    color: rgba(201, 234, 244, var(--text-opacity)) !important;
  }

  .md\:text-lightest-blue {
    --text-opacity: 1 !important;
    color: #EBFAFF !important;
    color: rgba(235, 250, 255, var(--text-opacity)) !important;
  }

  .md\:text-blueGreen {
    --text-opacity: 1 !important;
    color: #148093 !important;
    color: rgba(20, 128, 147, var(--text-opacity)) !important;
  }

  .md\:text-mediumGray {
    --text-opacity: 1 !important;
    color: #97A2B0 !important;
    color: rgba(151, 162, 176, var(--text-opacity)) !important;
  }

  .md\:text-light-gray {
    --text-opacity: 1 !important;
    color: #ACACB4 !important;
    color: rgba(172, 172, 180, var(--text-opacity)) !important;
  }

  .md\:text-lightestGray {
    --text-opacity: 1 !important;
    color: #F2F2F2 !important;
    color: rgba(242, 242, 242, var(--text-opacity)) !important;
  }

  .md\:text-dark-gray {
    --text-opacity: 1 !important;
    color: #64626F !important;
    color: rgba(100, 98, 111, var(--text-opacity)) !important;
  }

  .md\:text-nav-gray {
    --text-opacity: 1 !important;
    color: #65718C !important;
    color: rgba(101, 113, 140, var(--text-opacity)) !important;
  }

  .md\:text-bullet-gray {
    --text-opacity: 1 !important;
    color: #F1F1F2 !important;
    color: rgba(241, 241, 242, var(--text-opacity)) !important;
  }

  .md\:text-dark-red {
    --text-opacity: 1 !important;
    color: #951700 !important;
    color: rgba(149, 23, 0, var(--text-opacity)) !important;
  }

  .md\:text-navy {
    --text-opacity: 1 !important;
    color: #182F50 !important;
    color: rgba(24, 47, 80, var(--text-opacity)) !important;
  }

  .md\:text-lightNavy {
    --text-opacity: 1 !important;
    color: #687FA0 !important;
    color: rgba(104, 127, 160, var(--text-opacity)) !important;
  }

  .md\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .md\:hover\:text-current:hover {
    color: currentColor !important;
  }

  .md\:hover\:text-black:hover {
    --text-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .md\:hover\:text-white:hover {
    --text-opacity: 1 !important;
    color: #FFFFFF !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .md\:hover\:text-gray:hover {
    --text-opacity: 1 !important;
    color: #727272 !important;
    color: rgba(114, 114, 114, var(--text-opacity)) !important;
  }

  .md\:hover\:text-red:hover {
    --text-opacity: 1 !important;
    color: #E12A09 !important;
    color: rgba(225, 42, 9, var(--text-opacity)) !important;
  }

  .md\:hover\:text-orange:hover {
    --text-opacity: 1 !important;
    color: #F29C2B !important;
    color: rgba(242, 156, 43, var(--text-opacity)) !important;
  }

  .md\:hover\:text-yellow:hover {
    --text-opacity: 1 !important;
    color: #FFEB9A !important;
    color: rgba(255, 235, 154, var(--text-opacity)) !important;
  }

  .md\:hover\:text-green-100:hover {
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .md\:hover\:text-green-200:hover {
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .md\:hover\:text-green-300:hover {
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .md\:hover\:text-green-400:hover {
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .md\:hover\:text-green-500:hover {
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .md\:hover\:text-green-600:hover {
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .md\:hover\:text-green-700:hover {
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .md\:hover\:text-green-800:hover {
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .md\:hover\:text-green-900:hover {
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .md\:hover\:text-teal-100:hover {
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .md\:hover\:text-teal-200:hover {
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .md\:hover\:text-teal-300:hover {
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .md\:hover\:text-teal-400:hover {
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .md\:hover\:text-teal-500:hover {
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .md\:hover\:text-teal-600:hover {
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .md\:hover\:text-teal-700:hover {
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .md\:hover\:text-teal-800:hover {
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .md\:hover\:text-teal-900:hover {
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .md\:hover\:text-blue-100:hover {
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .md\:hover\:text-blue-200:hover {
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .md\:hover\:text-blue-300:hover {
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .md\:hover\:text-blue-400:hover {
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .md\:hover\:text-blue-500:hover {
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .md\:hover\:text-blue-600:hover {
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .md\:hover\:text-blue-700:hover {
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .md\:hover\:text-blue-800:hover {
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .md\:hover\:text-blue-900:hover {
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .md\:hover\:text-indigo-100:hover {
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .md\:hover\:text-indigo-200:hover {
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .md\:hover\:text-indigo-300:hover {
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .md\:hover\:text-indigo-400:hover {
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .md\:hover\:text-indigo-500:hover {
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .md\:hover\:text-indigo-600:hover {
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .md\:hover\:text-indigo-700:hover {
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .md\:hover\:text-indigo-800:hover {
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .md\:hover\:text-indigo-900:hover {
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .md\:hover\:text-purple-100:hover {
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .md\:hover\:text-purple-200:hover {
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .md\:hover\:text-purple-300:hover {
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .md\:hover\:text-purple-400:hover {
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .md\:hover\:text-purple-500:hover {
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .md\:hover\:text-purple-600:hover {
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .md\:hover\:text-purple-700:hover {
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .md\:hover\:text-purple-800:hover {
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .md\:hover\:text-purple-900:hover {
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .md\:hover\:text-pink-100:hover {
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .md\:hover\:text-pink-200:hover {
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .md\:hover\:text-pink-300:hover {
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .md\:hover\:text-pink-400:hover {
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .md\:hover\:text-pink-500:hover {
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .md\:hover\:text-pink-600:hover {
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .md\:hover\:text-pink-700:hover {
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .md\:hover\:text-pink-800:hover {
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .md\:hover\:text-pink-900:hover {
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .md\:hover\:text-navy-blue:hover {
    --text-opacity: 1 !important;
    color: #23345A !important;
    color: rgba(35, 52, 90, var(--text-opacity)) !important;
  }

  .md\:hover\:text-cyan:hover {
    --text-opacity: 1 !important;
    color: #40C8EA !important;
    color: rgba(64, 200, 234, var(--text-opacity)) !important;
  }

  .md\:hover\:text-yellowOrange:hover {
    --text-opacity: 1 !important;
    color: #F8E9A7 !important;
    color: rgba(248, 233, 167, var(--text-opacity)) !important;
  }

  .md\:hover\:text-light-blue:hover {
    --text-opacity: 1 !important;
    color: #C9EAF4 !important;
    color: rgba(201, 234, 244, var(--text-opacity)) !important;
  }

  .md\:hover\:text-lightest-blue:hover {
    --text-opacity: 1 !important;
    color: #EBFAFF !important;
    color: rgba(235, 250, 255, var(--text-opacity)) !important;
  }

  .md\:hover\:text-blueGreen:hover {
    --text-opacity: 1 !important;
    color: #148093 !important;
    color: rgba(20, 128, 147, var(--text-opacity)) !important;
  }

  .md\:hover\:text-mediumGray:hover {
    --text-opacity: 1 !important;
    color: #97A2B0 !important;
    color: rgba(151, 162, 176, var(--text-opacity)) !important;
  }

  .md\:hover\:text-light-gray:hover {
    --text-opacity: 1 !important;
    color: #ACACB4 !important;
    color: rgba(172, 172, 180, var(--text-opacity)) !important;
  }

  .md\:hover\:text-lightestGray:hover {
    --text-opacity: 1 !important;
    color: #F2F2F2 !important;
    color: rgba(242, 242, 242, var(--text-opacity)) !important;
  }

  .md\:hover\:text-dark-gray:hover {
    --text-opacity: 1 !important;
    color: #64626F !important;
    color: rgba(100, 98, 111, var(--text-opacity)) !important;
  }

  .md\:hover\:text-nav-gray:hover {
    --text-opacity: 1 !important;
    color: #65718C !important;
    color: rgba(101, 113, 140, var(--text-opacity)) !important;
  }

  .md\:hover\:text-bullet-gray:hover {
    --text-opacity: 1 !important;
    color: #F1F1F2 !important;
    color: rgba(241, 241, 242, var(--text-opacity)) !important;
  }

  .md\:hover\:text-dark-red:hover {
    --text-opacity: 1 !important;
    color: #951700 !important;
    color: rgba(149, 23, 0, var(--text-opacity)) !important;
  }

  .md\:hover\:text-navy:hover {
    --text-opacity: 1 !important;
    color: #182F50 !important;
    color: rgba(24, 47, 80, var(--text-opacity)) !important;
  }

  .md\:hover\:text-lightNavy:hover {
    --text-opacity: 1 !important;
    color: #687FA0 !important;
    color: rgba(104, 127, 160, var(--text-opacity)) !important;
  }

  .md\:focus\:text-transparent:focus {
    color: transparent !important;
  }

  .md\:focus\:text-current:focus {
    color: currentColor !important;
  }

  .md\:focus\:text-black:focus {
    --text-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .md\:focus\:text-white:focus {
    --text-opacity: 1 !important;
    color: #FFFFFF !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .md\:focus\:text-gray:focus {
    --text-opacity: 1 !important;
    color: #727272 !important;
    color: rgba(114, 114, 114, var(--text-opacity)) !important;
  }

  .md\:focus\:text-red:focus {
    --text-opacity: 1 !important;
    color: #E12A09 !important;
    color: rgba(225, 42, 9, var(--text-opacity)) !important;
  }

  .md\:focus\:text-orange:focus {
    --text-opacity: 1 !important;
    color: #F29C2B !important;
    color: rgba(242, 156, 43, var(--text-opacity)) !important;
  }

  .md\:focus\:text-yellow:focus {
    --text-opacity: 1 !important;
    color: #FFEB9A !important;
    color: rgba(255, 235, 154, var(--text-opacity)) !important;
  }

  .md\:focus\:text-green-100:focus {
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .md\:focus\:text-green-200:focus {
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .md\:focus\:text-green-300:focus {
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .md\:focus\:text-green-400:focus {
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .md\:focus\:text-green-500:focus {
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .md\:focus\:text-green-600:focus {
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .md\:focus\:text-green-700:focus {
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .md\:focus\:text-green-800:focus {
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .md\:focus\:text-green-900:focus {
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .md\:focus\:text-teal-100:focus {
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .md\:focus\:text-teal-200:focus {
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .md\:focus\:text-teal-300:focus {
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .md\:focus\:text-teal-400:focus {
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .md\:focus\:text-teal-500:focus {
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .md\:focus\:text-teal-600:focus {
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .md\:focus\:text-teal-700:focus {
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .md\:focus\:text-teal-800:focus {
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .md\:focus\:text-teal-900:focus {
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .md\:focus\:text-blue-100:focus {
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .md\:focus\:text-blue-200:focus {
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .md\:focus\:text-blue-300:focus {
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .md\:focus\:text-blue-400:focus {
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .md\:focus\:text-blue-500:focus {
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .md\:focus\:text-blue-600:focus {
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .md\:focus\:text-blue-700:focus {
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .md\:focus\:text-blue-800:focus {
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .md\:focus\:text-blue-900:focus {
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .md\:focus\:text-indigo-100:focus {
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .md\:focus\:text-indigo-200:focus {
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .md\:focus\:text-indigo-300:focus {
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .md\:focus\:text-indigo-400:focus {
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .md\:focus\:text-indigo-500:focus {
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .md\:focus\:text-indigo-600:focus {
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .md\:focus\:text-indigo-700:focus {
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .md\:focus\:text-indigo-800:focus {
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .md\:focus\:text-indigo-900:focus {
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .md\:focus\:text-purple-100:focus {
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .md\:focus\:text-purple-200:focus {
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .md\:focus\:text-purple-300:focus {
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .md\:focus\:text-purple-400:focus {
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .md\:focus\:text-purple-500:focus {
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .md\:focus\:text-purple-600:focus {
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .md\:focus\:text-purple-700:focus {
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .md\:focus\:text-purple-800:focus {
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .md\:focus\:text-purple-900:focus {
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .md\:focus\:text-pink-100:focus {
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .md\:focus\:text-pink-200:focus {
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .md\:focus\:text-pink-300:focus {
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .md\:focus\:text-pink-400:focus {
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .md\:focus\:text-pink-500:focus {
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .md\:focus\:text-pink-600:focus {
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .md\:focus\:text-pink-700:focus {
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .md\:focus\:text-pink-800:focus {
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .md\:focus\:text-pink-900:focus {
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .md\:focus\:text-navy-blue:focus {
    --text-opacity: 1 !important;
    color: #23345A !important;
    color: rgba(35, 52, 90, var(--text-opacity)) !important;
  }

  .md\:focus\:text-cyan:focus {
    --text-opacity: 1 !important;
    color: #40C8EA !important;
    color: rgba(64, 200, 234, var(--text-opacity)) !important;
  }

  .md\:focus\:text-yellowOrange:focus {
    --text-opacity: 1 !important;
    color: #F8E9A7 !important;
    color: rgba(248, 233, 167, var(--text-opacity)) !important;
  }

  .md\:focus\:text-light-blue:focus {
    --text-opacity: 1 !important;
    color: #C9EAF4 !important;
    color: rgba(201, 234, 244, var(--text-opacity)) !important;
  }

  .md\:focus\:text-lightest-blue:focus {
    --text-opacity: 1 !important;
    color: #EBFAFF !important;
    color: rgba(235, 250, 255, var(--text-opacity)) !important;
  }

  .md\:focus\:text-blueGreen:focus {
    --text-opacity: 1 !important;
    color: #148093 !important;
    color: rgba(20, 128, 147, var(--text-opacity)) !important;
  }

  .md\:focus\:text-mediumGray:focus {
    --text-opacity: 1 !important;
    color: #97A2B0 !important;
    color: rgba(151, 162, 176, var(--text-opacity)) !important;
  }

  .md\:focus\:text-light-gray:focus {
    --text-opacity: 1 !important;
    color: #ACACB4 !important;
    color: rgba(172, 172, 180, var(--text-opacity)) !important;
  }

  .md\:focus\:text-lightestGray:focus {
    --text-opacity: 1 !important;
    color: #F2F2F2 !important;
    color: rgba(242, 242, 242, var(--text-opacity)) !important;
  }

  .md\:focus\:text-dark-gray:focus {
    --text-opacity: 1 !important;
    color: #64626F !important;
    color: rgba(100, 98, 111, var(--text-opacity)) !important;
  }

  .md\:focus\:text-nav-gray:focus {
    --text-opacity: 1 !important;
    color: #65718C !important;
    color: rgba(101, 113, 140, var(--text-opacity)) !important;
  }

  .md\:focus\:text-bullet-gray:focus {
    --text-opacity: 1 !important;
    color: #F1F1F2 !important;
    color: rgba(241, 241, 242, var(--text-opacity)) !important;
  }

  .md\:focus\:text-dark-red:focus {
    --text-opacity: 1 !important;
    color: #951700 !important;
    color: rgba(149, 23, 0, var(--text-opacity)) !important;
  }

  .md\:focus\:text-navy:focus {
    --text-opacity: 1 !important;
    color: #182F50 !important;
    color: rgba(24, 47, 80, var(--text-opacity)) !important;
  }

  .md\:focus\:text-lightNavy:focus {
    --text-opacity: 1 !important;
    color: #687FA0 !important;
    color: rgba(104, 127, 160, var(--text-opacity)) !important;
  }

  .md\:text-opacity-0 {
    --text-opacity: 0 !important;
  }

  .md\:text-opacity-25 {
    --text-opacity: 0.25 !important;
  }

  .md\:text-opacity-50 {
    --text-opacity: 0.5 !important;
  }

  .md\:text-opacity-75 {
    --text-opacity: 0.75 !important;
  }

  .md\:text-opacity-100 {
    --text-opacity: 1 !important;
  }

  .md\:hover\:text-opacity-0:hover {
    --text-opacity: 0 !important;
  }

  .md\:hover\:text-opacity-25:hover {
    --text-opacity: 0.25 !important;
  }

  .md\:hover\:text-opacity-50:hover {
    --text-opacity: 0.5 !important;
  }

  .md\:hover\:text-opacity-75:hover {
    --text-opacity: 0.75 !important;
  }

  .md\:hover\:text-opacity-100:hover {
    --text-opacity: 1 !important;
  }

  .md\:focus\:text-opacity-0:focus {
    --text-opacity: 0 !important;
  }

  .md\:focus\:text-opacity-25:focus {
    --text-opacity: 0.25 !important;
  }

  .md\:focus\:text-opacity-50:focus {
    --text-opacity: 0.5 !important;
  }

  .md\:focus\:text-opacity-75:focus {
    --text-opacity: 0.75 !important;
  }

  .md\:focus\:text-opacity-100:focus {
    --text-opacity: 1 !important;
  }

  .md\:italic {
    font-style: italic !important;
  }

  .md\:not-italic {
    font-style: normal !important;
  }

  .md\:uppercase {
    text-transform: uppercase !important;
  }

  .md\:lowercase {
    text-transform: lowercase !important;
  }

  .md\:capitalize {
    text-transform: capitalize !important;
  }

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

  .md\:underline {
    text-decoration: underline !important;
  }

  .md\:line-through {
    text-decoration: line-through !important;
  }

  .md\:no-underline {
    text-decoration: none !important;
  }

  .md\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .md\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .md\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .md\:focus\:underline:focus {
    text-decoration: underline !important;
  }

  .md\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }

  .md\:focus\:no-underline:focus {
    text-decoration: none !important;
  }

  .md\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .md\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .md\:ordinal, .md\:slashed-zero, .md\:lining-nums, .md\:oldstyle-nums, .md\:proportional-nums, .md\:tabular-nums, .md\:diagonal-fractions, .md\:stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important;
  }

  .md\:normal-nums {
    font-variant-numeric: normal !important;
  }

  .md\:ordinal {
    --font-variant-numeric-ordinal: ordinal !important;
  }

  .md\:slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero !important;
  }

  .md\:lining-nums {
    --font-variant-numeric-figure: lining-nums !important;
  }

  .md\:oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums !important;
  }

  .md\:proportional-nums {
    --font-variant-numeric-spacing: proportional-nums !important;
  }

  .md\:tabular-nums {
    --font-variant-numeric-spacing: tabular-nums !important;
  }

  .md\:diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions !important;
  }

  .md\:stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions !important;
  }

  .md\:tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .md\:tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .md\:tracking-normal {
    letter-spacing: 0 !important;
  }

  .md\:tracking-wide {
    letter-spacing: 0.025em !important;
  }

  .md\:tracking-wider {
    letter-spacing: 0.05em !important;
  }

  .md\:tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .md\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .md\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .md\:select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
        -ms-user-select: all !important;
            user-select: all !important;
  }

  .md\:select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .md\:align-baseline {
    vertical-align: baseline !important;
  }

  .md\:align-top {
    vertical-align: top !important;
  }

  .md\:align-middle {
    vertical-align: middle !important;
  }

  .md\:align-bottom {
    vertical-align: bottom !important;
  }

  .md\:align-text-top {
    vertical-align: text-top !important;
  }

  .md\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .md\:visible {
    visibility: visible !important;
  }

  .md\:invisible {
    visibility: hidden !important;
  }

  .md\:hover\:visible:hover {
    visibility: visible !important;
  }

  .md\:hover\:invisible:hover {
    visibility: hidden !important;
  }

  .group:hover .md\:group-hover\:visible {
    visibility: visible !important;
  }

  .group:hover .md\:group-hover\:invisible {
    visibility: hidden !important;
  }

  .md\:whitespace-normal {
    white-space: normal !important;
  }

  .md\:whitespace-no-wrap {
    white-space: nowrap !important;
  }

  .md\:whitespace-pre {
    white-space: pre !important;
  }

  .md\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .md\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .md\:break-normal {
    word-wrap: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .md\:break-words {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }

  .md\:break-all {
    word-break: break-all !important;
  }

  .md\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .md\:w-0 {
    width: 0 !important;
  }

  .md\:w-1 {
    width: 0.25rem !important;
  }

  .md\:w-2 {
    width: 0.5rem !important;
  }

  .md\:w-3 {
    width: 0.75rem !important;
  }

  .md\:w-4 {
    width: 1rem !important;
  }

  .md\:w-5 {
    width: 1.25rem !important;
  }

  .md\:w-6 {
    width: 1.5rem !important;
  }

  .md\:w-8 {
    width: 2rem !important;
  }

  .md\:w-9 {
    width: 2.5rem !important;
  }

  .md\:w-10 {
    width: 2.5rem !important;
  }

  .md\:w-12 {
    width: 3rem !important;
  }

  .md\:w-14 {
    width: 3.5rem !important;
  }

  .md\:w-16 {
    width: 4rem !important;
  }

  .md\:w-18 {
    width: 4.5rem !important;
  }

  .md\:w-20 {
    width: 5rem !important;
  }

  .md\:w-22 {
    width: 5.626rem !important;
  }

  .md\:w-24 {
    width: 6rem !important;
  }

  .md\:w-26 {
    width: 6.25rem !important;
  }

  .md\:w-28 {
    width: 7rem !important;
  }

  .md\:w-32 {
    width: 8rem !important;
  }

  .md\:w-34 {
    width: 8.5rem !important;
  }

  .md\:w-38 {
    width: 9.25rem !important;
  }

  .md\:w-40 {
    width: 10rem !important;
  }

  .md\:w-46 {
    width: 11.75rem !important;
  }

  .md\:w-48 {
    width: 12rem !important;
  }

  .md\:w-56 {
    width: 14rem !important;
  }

  .md\:w-64 {
    width: 16rem !important;
  }

  .md\:w-82 {
    width: 20.75rem !important;
  }

  .md\:w-auto {
    width: auto !important;
  }

  .md\:w-px {
    width: 1px !important;
  }

  .md\:w-tiny {
    width: 0.3rem !important;
  }

  .md\:w-quick-links {
    width: 26% !important;
  }

  .md\:w-pro-slid {
    width: 48% !important;
  }

  .md\:w-62p {
    width: 62% !important;
  }

  .md\:w-90p {
    width: 90% !important;
  }

  .md\:w-x-large {
    width: 27.5rem !important;
  }

  .md\:w-2px {
    width: 0.125rem !important;
  }

  .md\:w-9px {
    width: 0.5625rem !important;
  }

  .md\:w-10px {
    width: 0.625rem !important;
  }

  .md\:w-18px {
    width: 1.125rem !important;
  }

  .md\:w-20px {
    width: 1.25rem !important;
  }

  .md\:w-24px {
    width: 1.5rem !important;
  }

  .md\:w-26px {
    width: 1.625rem !important;
  }

  .md\:w-30px {
    width: 1.875rem !important;
  }

  .md\:w-38px {
    width: 2.375rem !important;
  }

  .md\:w-43px {
    width: 2.6875rem !important;
  }

  .md\:w-44px {
    width: 2.75rem !important;
  }

  .md\:w-46px {
    width: 2.875rem !important;
  }

  .md\:w-53px {
    width: 3.3125rem !important;
  }

  .md\:w-54px {
    width: 3.375rem !important;
  }

  .md\:w-55px {
    width: 3.4375rem !important;
  }

  .md\:w-60px {
    width: 3.75rem !important;
  }

  .md\:w-67px {
    width: 4.1875rem !important;
  }

  .md\:w-73px {
    width: 4.5625rem !important;
  }

  .md\:w-80px {
    width: 5rem !important;
  }

  .md\:w-81px {
    width: 5.0625rem !important;
  }

  .md\:w-85px {
    width: 5.3125rem !important;
  }

  .md\:w-92px {
    width: 5.75rem !important;
  }

  .md\:w-100px {
    width: 6.25rem !important;
  }

  .md\:w-106px {
    width: 6.625rem !important;
  }

  .md\:w-123px {
    width: 7.6875rem !important;
  }

  .md\:w-126px {
    width: 7.875rem !important;
  }

  .md\:w-138px {
    width: 8.625rem !important;
  }

  .md\:w-140px {
    width: 8.75rem !important;
  }

  .md\:w-146px {
    width: 9.125rem !important;
  }

  .md\:w-152px {
    width: 9.5rem !important;
  }

  .md\:w-187px {
    width: 11.6875rem !important;
  }

  .md\:w-220px {
    width: 13.75rem !important;
  }

  .md\:w-253px {
    width: 15.8125rem !important;
  }

  .md\:w-320px {
    width: 20rem !important;
  }

  .md\:w-400px {
    width: 25rem !important;
  }

  .md\:w-500px {
    width: 31.25rem !important;
  }

  .md\:w-lgPaddingTop {
    width: 15.8125rem !important;
  }

  .md\:w-phonePaddingTop {
    width: 9.875rem !important;
  }

  .md\:w-tabletPaddingTop {
    width: 6.625rem !important;
  }

  .md\:w-largePaddingTop {
    width: 13.75rem !important;
  }

  .md\:w-phoneTextContentMaxWidth {
    width: 57.0625rem !important;
  }

  .md\:w-phoneTextContentWidth {
    width: 63% !important;
  }

  .md\:w-phoneBlockContentWidth {
    width: 71.625rem !important;
  }

  .md\:w-tabletTextContentMaxWidth {
    width: 57.0625rem !important;
  }

  .md\:w-tabletTextContentWidth {
    width: 63% !important;
  }

  .md\:w-tabletBlockContentWidth {
    width: 71.625rem !important;
  }

  .md\:w-largeTextContentMaxWidth {
    width: 57.0625rem !important;
  }

  .md\:w-largeTextContentWidth {
    width: 63% !important;
  }

  .md\:w-largeBlockContentWidth {
    width: 71.625rem !important;
  }

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

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

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

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

  .md\:w-2\/4 {
    width: 50% !important;
  }

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

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

  .md\:w-2\/5 {
    width: 40% !important;
  }

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

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

  .md\:w-1\/6 {
    width: 16.666667% !important;
  }

  .md\:w-2\/6 {
    width: 33.333333% !important;
  }

  .md\:w-3\/6 {
    width: 50% !important;
  }

  .md\:w-4\/6 {
    width: 66.666667% !important;
  }

  .md\:w-5\/6 {
    width: 83.333333% !important;
  }

  .md\:w-1\/12 {
    width: 8.333333% !important;
  }

  .md\:w-2\/12 {
    width: 16.666667% !important;
  }

  .md\:w-3\/12 {
    width: 25% !important;
  }

  .md\:w-4\/12 {
    width: 33.333333% !important;
  }

  .md\:w-5\/12 {
    width: 41.666667% !important;
  }

  .md\:w-6\/12 {
    width: 50% !important;
  }

  .md\:w-7\/12 {
    width: 58.333333% !important;
  }

  .md\:w-8\/12 {
    width: 66.666667% !important;
  }

  .md\:w-9\/12 {
    width: 75% !important;
  }

  .md\:w-10\/12 {
    width: 83.333333% !important;
  }

  .md\:w-11\/12 {
    width: 91.666667% !important;
  }

  .md\:w-full {
    width: 100% !important;
  }

  .md\:w-screen {
    width: 100vw !important;
  }

  .md\:z-0 {
    z-index: 0 !important;
  }

  .md\:z-10 {
    z-index: 10 !important;
  }

  .md\:z-20 {
    z-index: 20 !important;
  }

  .md\:z-30 {
    z-index: 30 !important;
  }

  .md\:z-40 {
    z-index: 40 !important;
  }

  .md\:z-50 {
    z-index: 50 !important;
  }

  .md\:z-auto {
    z-index: auto !important;
  }

  .md\:gap-0 {
    grid-gap: 0 !important;
    gap: 0 !important;
  }

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

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

  .md\:gap-3 {
    grid-gap: 0.75rem !important;
    gap: 0.75rem !important;
  }

  .md\:gap-4 {
    grid-gap: 1rem !important;
    gap: 1rem !important;
  }

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

  .md\:gap-6 {
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

  .md\:gap-8 {
    grid-gap: 2rem !important;
    gap: 2rem !important;
  }

  .md\:gap-9 {
    grid-gap: 2.5rem !important;
    gap: 2.5rem !important;
  }

  .md\:gap-10 {
    grid-gap: 2.5rem !important;
    gap: 2.5rem !important;
  }

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

  .md\:gap-14 {
    grid-gap: 3.5rem !important;
    gap: 3.5rem !important;
  }

  .md\:gap-16 {
    grid-gap: 4rem !important;
    gap: 4rem !important;
  }

  .md\:gap-18 {
    grid-gap: 4.5rem !important;
    gap: 4.5rem !important;
  }

  .md\:gap-20 {
    grid-gap: 5rem !important;
    gap: 5rem !important;
  }

  .md\:gap-22 {
    grid-gap: 5.626rem !important;
    gap: 5.626rem !important;
  }

  .md\:gap-24 {
    grid-gap: 6rem !important;
    gap: 6rem !important;
  }

  .md\:gap-26 {
    grid-gap: 6.25rem !important;
    gap: 6.25rem !important;
  }

  .md\:gap-28 {
    grid-gap: 7rem !important;
    gap: 7rem !important;
  }

  .md\:gap-32 {
    grid-gap: 8rem !important;
    gap: 8rem !important;
  }

  .md\:gap-34 {
    grid-gap: 8.5rem !important;
    gap: 8.5rem !important;
  }

  .md\:gap-38 {
    grid-gap: 9.25rem !important;
    gap: 9.25rem !important;
  }

  .md\:gap-40 {
    grid-gap: 10rem !important;
    gap: 10rem !important;
  }

  .md\:gap-46 {
    grid-gap: 11.75rem !important;
    gap: 11.75rem !important;
  }

  .md\:gap-48 {
    grid-gap: 12rem !important;
    gap: 12rem !important;
  }

  .md\:gap-56 {
    grid-gap: 14rem !important;
    gap: 14rem !important;
  }

  .md\:gap-64 {
    grid-gap: 16rem !important;
    gap: 16rem !important;
  }

  .md\:gap-82 {
    grid-gap: 20.75rem !important;
    gap: 20.75rem !important;
  }

  .md\:gap-px {
    grid-gap: 1px !important;
    gap: 1px !important;
  }

  .md\:gap-tiny {
    grid-gap: 0.3rem !important;
    gap: 0.3rem !important;
  }

  .md\:gap-quick-links {
    grid-gap: 26% !important;
    gap: 26% !important;
  }

  .md\:gap-pro-slid {
    grid-gap: 48% !important;
    gap: 48% !important;
  }

  .md\:gap-62p {
    grid-gap: 62% !important;
    gap: 62% !important;
  }

  .md\:gap-90p {
    grid-gap: 90% !important;
    gap: 90% !important;
  }

  .md\:gap-x-large {
    grid-gap: 27.5rem !important;
    gap: 27.5rem !important;
  }

  .md\:gap-2px {
    grid-gap: 0.125rem !important;
    gap: 0.125rem !important;
  }

  .md\:gap-9px {
    grid-gap: 0.5625rem !important;
    gap: 0.5625rem !important;
  }

  .md\:gap-10px {
    grid-gap: 0.625rem !important;
    gap: 0.625rem !important;
  }

  .md\:gap-18px {
    grid-gap: 1.125rem !important;
    gap: 1.125rem !important;
  }

  .md\:gap-20px {
    grid-gap: 1.25rem !important;
    gap: 1.25rem !important;
  }

  .md\:gap-24px {
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

  .md\:gap-26px {
    grid-gap: 1.625rem !important;
    gap: 1.625rem !important;
  }

  .md\:gap-30px {
    grid-gap: 1.875rem !important;
    gap: 1.875rem !important;
  }

  .md\:gap-38px {
    grid-gap: 2.375rem !important;
    gap: 2.375rem !important;
  }

  .md\:gap-43px {
    grid-gap: 2.6875rem !important;
    gap: 2.6875rem !important;
  }

  .md\:gap-44px {
    grid-gap: 2.75rem !important;
    gap: 2.75rem !important;
  }

  .md\:gap-46px {
    grid-gap: 2.875rem !important;
    gap: 2.875rem !important;
  }

  .md\:gap-53px {
    grid-gap: 3.3125rem !important;
    gap: 3.3125rem !important;
  }

  .md\:gap-54px {
    grid-gap: 3.375rem !important;
    gap: 3.375rem !important;
  }

  .md\:gap-55px {
    grid-gap: 3.4375rem !important;
    gap: 3.4375rem !important;
  }

  .md\:gap-60px {
    grid-gap: 3.75rem !important;
    gap: 3.75rem !important;
  }

  .md\:gap-67px {
    grid-gap: 4.1875rem !important;
    gap: 4.1875rem !important;
  }

  .md\:gap-73px {
    grid-gap: 4.5625rem !important;
    gap: 4.5625rem !important;
  }

  .md\:gap-80px {
    grid-gap: 5rem !important;
    gap: 5rem !important;
  }

  .md\:gap-81px {
    grid-gap: 5.0625rem !important;
    gap: 5.0625rem !important;
  }

  .md\:gap-85px {
    grid-gap: 5.3125rem !important;
    gap: 5.3125rem !important;
  }

  .md\:gap-92px {
    grid-gap: 5.75rem !important;
    gap: 5.75rem !important;
  }

  .md\:gap-100px {
    grid-gap: 6.25rem !important;
    gap: 6.25rem !important;
  }

  .md\:gap-106px {
    grid-gap: 6.625rem !important;
    gap: 6.625rem !important;
  }

  .md\:gap-123px {
    grid-gap: 7.6875rem !important;
    gap: 7.6875rem !important;
  }

  .md\:gap-126px {
    grid-gap: 7.875rem !important;
    gap: 7.875rem !important;
  }

  .md\:gap-138px {
    grid-gap: 8.625rem !important;
    gap: 8.625rem !important;
  }

  .md\:gap-140px {
    grid-gap: 8.75rem !important;
    gap: 8.75rem !important;
  }

  .md\:gap-146px {
    grid-gap: 9.125rem !important;
    gap: 9.125rem !important;
  }

  .md\:gap-152px {
    grid-gap: 9.5rem !important;
    gap: 9.5rem !important;
  }

  .md\:gap-187px {
    grid-gap: 11.6875rem !important;
    gap: 11.6875rem !important;
  }

  .md\:gap-220px {
    grid-gap: 13.75rem !important;
    gap: 13.75rem !important;
  }

  .md\:gap-253px {
    grid-gap: 15.8125rem !important;
    gap: 15.8125rem !important;
  }

  .md\:gap-320px {
    grid-gap: 20rem !important;
    gap: 20rem !important;
  }

  .md\:gap-400px {
    grid-gap: 25rem !important;
    gap: 25rem !important;
  }

  .md\:gap-500px {
    grid-gap: 31.25rem !important;
    gap: 31.25rem !important;
  }

  .md\:gap-lgPaddingTop {
    grid-gap: 15.8125rem !important;
    gap: 15.8125rem !important;
  }

  .md\:gap-phonePaddingTop {
    grid-gap: 9.875rem !important;
    gap: 9.875rem !important;
  }

  .md\:gap-tabletPaddingTop {
    grid-gap: 6.625rem !important;
    gap: 6.625rem !important;
  }

  .md\:gap-largePaddingTop {
    grid-gap: 13.75rem !important;
    gap: 13.75rem !important;
  }

  .md\:gap-phoneTextContentMaxWidth {
    grid-gap: 57.0625rem !important;
    gap: 57.0625rem !important;
  }

  .md\:gap-phoneTextContentWidth {
    grid-gap: 63% !important;
    gap: 63% !important;
  }

  .md\:gap-phoneBlockContentWidth {
    grid-gap: 71.625rem !important;
    gap: 71.625rem !important;
  }

  .md\:gap-tabletTextContentMaxWidth {
    grid-gap: 57.0625rem !important;
    gap: 57.0625rem !important;
  }

  .md\:gap-tabletTextContentWidth {
    grid-gap: 63% !important;
    gap: 63% !important;
  }

  .md\:gap-tabletBlockContentWidth {
    grid-gap: 71.625rem !important;
    gap: 71.625rem !important;
  }

  .md\:gap-largeTextContentMaxWidth {
    grid-gap: 57.0625rem !important;
    gap: 57.0625rem !important;
  }

  .md\:gap-largeTextContentWidth {
    grid-gap: 63% !important;
    gap: 63% !important;
  }

  .md\:gap-largeBlockContentWidth {
    grid-gap: 71.625rem !important;
    gap: 71.625rem !important;
  }

  .md\:col-gap-0 {
    grid-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }

  .md\:col-gap-1 {
    grid-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .md\:col-gap-2 {
    grid-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .md\:col-gap-3 {
    grid-column-gap: 0.75rem !important;
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .md\:col-gap-4 {
    grid-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .md\:col-gap-5 {
    grid-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .md\:col-gap-6 {
    grid-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .md\:col-gap-8 {
    grid-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .md\:col-gap-9 {
    grid-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .md\:col-gap-10 {
    grid-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .md\:col-gap-12 {
    grid-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .md\:col-gap-14 {
    grid-column-gap: 3.5rem !important;
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .md\:col-gap-16 {
    grid-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .md\:col-gap-18 {
    grid-column-gap: 4.5rem !important;
    -moz-column-gap: 4.5rem !important;
         column-gap: 4.5rem !important;
  }

  .md\:col-gap-20 {
    grid-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .md\:col-gap-22 {
    grid-column-gap: 5.626rem !important;
    -moz-column-gap: 5.626rem !important;
         column-gap: 5.626rem !important;
  }

  .md\:col-gap-24 {
    grid-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .md\:col-gap-26 {
    grid-column-gap: 6.25rem !important;
    -moz-column-gap: 6.25rem !important;
         column-gap: 6.25rem !important;
  }

  .md\:col-gap-28 {
    grid-column-gap: 7rem !important;
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .md\:col-gap-32 {
    grid-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .md\:col-gap-34 {
    grid-column-gap: 8.5rem !important;
    -moz-column-gap: 8.5rem !important;
         column-gap: 8.5rem !important;
  }

  .md\:col-gap-38 {
    grid-column-gap: 9.25rem !important;
    -moz-column-gap: 9.25rem !important;
         column-gap: 9.25rem !important;
  }

  .md\:col-gap-40 {
    grid-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .md\:col-gap-46 {
    grid-column-gap: 11.75rem !important;
    -moz-column-gap: 11.75rem !important;
         column-gap: 11.75rem !important;
  }

  .md\:col-gap-48 {
    grid-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .md\:col-gap-56 {
    grid-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .md\:col-gap-64 {
    grid-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .md\:col-gap-82 {
    grid-column-gap: 20.75rem !important;
    -moz-column-gap: 20.75rem !important;
         column-gap: 20.75rem !important;
  }

  .md\:col-gap-px {
    grid-column-gap: 1px !important;
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .md\:col-gap-tiny {
    grid-column-gap: 0.3rem !important;
    -moz-column-gap: 0.3rem !important;
         column-gap: 0.3rem !important;
  }

  .md\:col-gap-quick-links {
    grid-column-gap: 26% !important;
    -moz-column-gap: 26% !important;
         column-gap: 26% !important;
  }

  .md\:col-gap-pro-slid {
    grid-column-gap: 48% !important;
    -moz-column-gap: 48% !important;
         column-gap: 48% !important;
  }

  .md\:col-gap-62p {
    grid-column-gap: 62% !important;
    -moz-column-gap: 62% !important;
         column-gap: 62% !important;
  }

  .md\:col-gap-90p {
    grid-column-gap: 90% !important;
    -moz-column-gap: 90% !important;
         column-gap: 90% !important;
  }

  .md\:col-gap-x-large {
    grid-column-gap: 27.5rem !important;
    -moz-column-gap: 27.5rem !important;
         column-gap: 27.5rem !important;
  }

  .md\:col-gap-2px {
    grid-column-gap: 0.125rem !important;
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .md\:col-gap-9px {
    grid-column-gap: 0.5625rem !important;
    -moz-column-gap: 0.5625rem !important;
         column-gap: 0.5625rem !important;
  }

  .md\:col-gap-10px {
    grid-column-gap: 0.625rem !important;
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .md\:col-gap-18px {
    grid-column-gap: 1.125rem !important;
    -moz-column-gap: 1.125rem !important;
         column-gap: 1.125rem !important;
  }

  .md\:col-gap-20px {
    grid-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .md\:col-gap-24px {
    grid-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .md\:col-gap-26px {
    grid-column-gap: 1.625rem !important;
    -moz-column-gap: 1.625rem !important;
         column-gap: 1.625rem !important;
  }

  .md\:col-gap-30px {
    grid-column-gap: 1.875rem !important;
    -moz-column-gap: 1.875rem !important;
         column-gap: 1.875rem !important;
  }

  .md\:col-gap-38px {
    grid-column-gap: 2.375rem !important;
    -moz-column-gap: 2.375rem !important;
         column-gap: 2.375rem !important;
  }

  .md\:col-gap-43px {
    grid-column-gap: 2.6875rem !important;
    -moz-column-gap: 2.6875rem !important;
         column-gap: 2.6875rem !important;
  }

  .md\:col-gap-44px {
    grid-column-gap: 2.75rem !important;
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .md\:col-gap-46px {
    grid-column-gap: 2.875rem !important;
    -moz-column-gap: 2.875rem !important;
         column-gap: 2.875rem !important;
  }

  .md\:col-gap-53px {
    grid-column-gap: 3.3125rem !important;
    -moz-column-gap: 3.3125rem !important;
         column-gap: 3.3125rem !important;
  }

  .md\:col-gap-54px {
    grid-column-gap: 3.375rem !important;
    -moz-column-gap: 3.375rem !important;
         column-gap: 3.375rem !important;
  }

  .md\:col-gap-55px {
    grid-column-gap: 3.4375rem !important;
    -moz-column-gap: 3.4375rem !important;
         column-gap: 3.4375rem !important;
  }

  .md\:col-gap-60px {
    grid-column-gap: 3.75rem !important;
    -moz-column-gap: 3.75rem !important;
         column-gap: 3.75rem !important;
  }

  .md\:col-gap-67px {
    grid-column-gap: 4.1875rem !important;
    -moz-column-gap: 4.1875rem !important;
         column-gap: 4.1875rem !important;
  }

  .md\:col-gap-73px {
    grid-column-gap: 4.5625rem !important;
    -moz-column-gap: 4.5625rem !important;
         column-gap: 4.5625rem !important;
  }

  .md\:col-gap-80px {
    grid-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .md\:col-gap-81px {
    grid-column-gap: 5.0625rem !important;
    -moz-column-gap: 5.0625rem !important;
         column-gap: 5.0625rem !important;
  }

  .md\:col-gap-85px {
    grid-column-gap: 5.3125rem !important;
    -moz-column-gap: 5.3125rem !important;
         column-gap: 5.3125rem !important;
  }

  .md\:col-gap-92px {
    grid-column-gap: 5.75rem !important;
    -moz-column-gap: 5.75rem !important;
         column-gap: 5.75rem !important;
  }

  .md\:col-gap-100px {
    grid-column-gap: 6.25rem !important;
    -moz-column-gap: 6.25rem !important;
         column-gap: 6.25rem !important;
  }

  .md\:col-gap-106px {
    grid-column-gap: 6.625rem !important;
    -moz-column-gap: 6.625rem !important;
         column-gap: 6.625rem !important;
  }

  .md\:col-gap-123px {
    grid-column-gap: 7.6875rem !important;
    -moz-column-gap: 7.6875rem !important;
         column-gap: 7.6875rem !important;
  }

  .md\:col-gap-126px {
    grid-column-gap: 7.875rem !important;
    -moz-column-gap: 7.875rem !important;
         column-gap: 7.875rem !important;
  }

  .md\:col-gap-138px {
    grid-column-gap: 8.625rem !important;
    -moz-column-gap: 8.625rem !important;
         column-gap: 8.625rem !important;
  }

  .md\:col-gap-140px {
    grid-column-gap: 8.75rem !important;
    -moz-column-gap: 8.75rem !important;
         column-gap: 8.75rem !important;
  }

  .md\:col-gap-146px {
    grid-column-gap: 9.125rem !important;
    -moz-column-gap: 9.125rem !important;
         column-gap: 9.125rem !important;
  }

  .md\:col-gap-152px {
    grid-column-gap: 9.5rem !important;
    -moz-column-gap: 9.5rem !important;
         column-gap: 9.5rem !important;
  }

  .md\:col-gap-187px {
    grid-column-gap: 11.6875rem !important;
    -moz-column-gap: 11.6875rem !important;
         column-gap: 11.6875rem !important;
  }

  .md\:col-gap-220px {
    grid-column-gap: 13.75rem !important;
    -moz-column-gap: 13.75rem !important;
         column-gap: 13.75rem !important;
  }

  .md\:col-gap-253px {
    grid-column-gap: 15.8125rem !important;
    -moz-column-gap: 15.8125rem !important;
         column-gap: 15.8125rem !important;
  }

  .md\:col-gap-320px {
    grid-column-gap: 20rem !important;
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .md\:col-gap-400px {
    grid-column-gap: 25rem !important;
    -moz-column-gap: 25rem !important;
         column-gap: 25rem !important;
  }

  .md\:col-gap-500px {
    grid-column-gap: 31.25rem !important;
    -moz-column-gap: 31.25rem !important;
         column-gap: 31.25rem !important;
  }

  .md\:col-gap-lgPaddingTop {
    grid-column-gap: 15.8125rem !important;
    -moz-column-gap: 15.8125rem !important;
         column-gap: 15.8125rem !important;
  }

  .md\:col-gap-phonePaddingTop {
    grid-column-gap: 9.875rem !important;
    -moz-column-gap: 9.875rem !important;
         column-gap: 9.875rem !important;
  }

  .md\:col-gap-tabletPaddingTop {
    grid-column-gap: 6.625rem !important;
    -moz-column-gap: 6.625rem !important;
         column-gap: 6.625rem !important;
  }

  .md\:col-gap-largePaddingTop {
    grid-column-gap: 13.75rem !important;
    -moz-column-gap: 13.75rem !important;
         column-gap: 13.75rem !important;
  }

  .md\:col-gap-phoneTextContentMaxWidth {
    grid-column-gap: 57.0625rem !important;
    -moz-column-gap: 57.0625rem !important;
         column-gap: 57.0625rem !important;
  }

  .md\:col-gap-phoneTextContentWidth {
    grid-column-gap: 63% !important;
    -moz-column-gap: 63% !important;
         column-gap: 63% !important;
  }

  .md\:col-gap-phoneBlockContentWidth {
    grid-column-gap: 71.625rem !important;
    -moz-column-gap: 71.625rem !important;
         column-gap: 71.625rem !important;
  }

  .md\:col-gap-tabletTextContentMaxWidth {
    grid-column-gap: 57.0625rem !important;
    -moz-column-gap: 57.0625rem !important;
         column-gap: 57.0625rem !important;
  }

  .md\:col-gap-tabletTextContentWidth {
    grid-column-gap: 63% !important;
    -moz-column-gap: 63% !important;
         column-gap: 63% !important;
  }

  .md\:col-gap-tabletBlockContentWidth {
    grid-column-gap: 71.625rem !important;
    -moz-column-gap: 71.625rem !important;
         column-gap: 71.625rem !important;
  }

  .md\:col-gap-largeTextContentMaxWidth {
    grid-column-gap: 57.0625rem !important;
    -moz-column-gap: 57.0625rem !important;
         column-gap: 57.0625rem !important;
  }

  .md\:col-gap-largeTextContentWidth {
    grid-column-gap: 63% !important;
    -moz-column-gap: 63% !important;
         column-gap: 63% !important;
  }

  .md\:col-gap-largeBlockContentWidth {
    grid-column-gap: 71.625rem !important;
    -moz-column-gap: 71.625rem !important;
         column-gap: 71.625rem !important;
  }

  .md\:gap-x-0 {
    grid-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }

  .md\:gap-x-1 {
    grid-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .md\:gap-x-2 {
    grid-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .md\:gap-x-3 {
    grid-column-gap: 0.75rem !important;
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .md\:gap-x-4 {
    grid-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .md\:gap-x-5 {
    grid-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .md\:gap-x-6 {
    grid-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .md\:gap-x-8 {
    grid-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .md\:gap-x-9 {
    grid-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .md\:gap-x-10 {
    grid-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .md\:gap-x-12 {
    grid-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .md\:gap-x-14 {
    grid-column-gap: 3.5rem !important;
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .md\:gap-x-16 {
    grid-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .md\:gap-x-18 {
    grid-column-gap: 4.5rem !important;
    -moz-column-gap: 4.5rem !important;
         column-gap: 4.5rem !important;
  }

  .md\:gap-x-20 {
    grid-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .md\:gap-x-22 {
    grid-column-gap: 5.626rem !important;
    -moz-column-gap: 5.626rem !important;
         column-gap: 5.626rem !important;
  }

  .md\:gap-x-24 {
    grid-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .md\:gap-x-26 {
    grid-column-gap: 6.25rem !important;
    -moz-column-gap: 6.25rem !important;
         column-gap: 6.25rem !important;
  }

  .md\:gap-x-28 {
    grid-column-gap: 7rem !important;
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .md\:gap-x-32 {
    grid-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .md\:gap-x-34 {
    grid-column-gap: 8.5rem !important;
    -moz-column-gap: 8.5rem !important;
         column-gap: 8.5rem !important;
  }

  .md\:gap-x-38 {
    grid-column-gap: 9.25rem !important;
    -moz-column-gap: 9.25rem !important;
         column-gap: 9.25rem !important;
  }

  .md\:gap-x-40 {
    grid-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .md\:gap-x-46 {
    grid-column-gap: 11.75rem !important;
    -moz-column-gap: 11.75rem !important;
         column-gap: 11.75rem !important;
  }

  .md\:gap-x-48 {
    grid-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .md\:gap-x-56 {
    grid-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .md\:gap-x-64 {
    grid-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .md\:gap-x-82 {
    grid-column-gap: 20.75rem !important;
    -moz-column-gap: 20.75rem !important;
         column-gap: 20.75rem !important;
  }

  .md\:gap-x-px {
    grid-column-gap: 1px !important;
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .md\:gap-x-tiny {
    grid-column-gap: 0.3rem !important;
    -moz-column-gap: 0.3rem !important;
         column-gap: 0.3rem !important;
  }

  .md\:gap-x-quick-links {
    grid-column-gap: 26% !important;
    -moz-column-gap: 26% !important;
         column-gap: 26% !important;
  }

  .md\:gap-x-pro-slid {
    grid-column-gap: 48% !important;
    -moz-column-gap: 48% !important;
         column-gap: 48% !important;
  }

  .md\:gap-x-62p {
    grid-column-gap: 62% !important;
    -moz-column-gap: 62% !important;
         column-gap: 62% !important;
  }

  .md\:gap-x-90p {
    grid-column-gap: 90% !important;
    -moz-column-gap: 90% !important;
         column-gap: 90% !important;
  }

  .md\:gap-x-x-large {
    grid-column-gap: 27.5rem !important;
    -moz-column-gap: 27.5rem !important;
         column-gap: 27.5rem !important;
  }

  .md\:gap-x-2px {
    grid-column-gap: 0.125rem !important;
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .md\:gap-x-9px {
    grid-column-gap: 0.5625rem !important;
    -moz-column-gap: 0.5625rem !important;
         column-gap: 0.5625rem !important;
  }

  .md\:gap-x-10px {
    grid-column-gap: 0.625rem !important;
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .md\:gap-x-18px {
    grid-column-gap: 1.125rem !important;
    -moz-column-gap: 1.125rem !important;
         column-gap: 1.125rem !important;
  }

  .md\:gap-x-20px {
    grid-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .md\:gap-x-24px {
    grid-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .md\:gap-x-26px {
    grid-column-gap: 1.625rem !important;
    -moz-column-gap: 1.625rem !important;
         column-gap: 1.625rem !important;
  }

  .md\:gap-x-30px {
    grid-column-gap: 1.875rem !important;
    -moz-column-gap: 1.875rem !important;
         column-gap: 1.875rem !important;
  }

  .md\:gap-x-38px {
    grid-column-gap: 2.375rem !important;
    -moz-column-gap: 2.375rem !important;
         column-gap: 2.375rem !important;
  }

  .md\:gap-x-43px {
    grid-column-gap: 2.6875rem !important;
    -moz-column-gap: 2.6875rem !important;
         column-gap: 2.6875rem !important;
  }

  .md\:gap-x-44px {
    grid-column-gap: 2.75rem !important;
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .md\:gap-x-46px {
    grid-column-gap: 2.875rem !important;
    -moz-column-gap: 2.875rem !important;
         column-gap: 2.875rem !important;
  }

  .md\:gap-x-53px {
    grid-column-gap: 3.3125rem !important;
    -moz-column-gap: 3.3125rem !important;
         column-gap: 3.3125rem !important;
  }

  .md\:gap-x-54px {
    grid-column-gap: 3.375rem !important;
    -moz-column-gap: 3.375rem !important;
         column-gap: 3.375rem !important;
  }

  .md\:gap-x-55px {
    grid-column-gap: 3.4375rem !important;
    -moz-column-gap: 3.4375rem !important;
         column-gap: 3.4375rem !important;
  }

  .md\:gap-x-60px {
    grid-column-gap: 3.75rem !important;
    -moz-column-gap: 3.75rem !important;
         column-gap: 3.75rem !important;
  }

  .md\:gap-x-67px {
    grid-column-gap: 4.1875rem !important;
    -moz-column-gap: 4.1875rem !important;
         column-gap: 4.1875rem !important;
  }

  .md\:gap-x-73px {
    grid-column-gap: 4.5625rem !important;
    -moz-column-gap: 4.5625rem !important;
         column-gap: 4.5625rem !important;
  }

  .md\:gap-x-80px {
    grid-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .md\:gap-x-81px {
    grid-column-gap: 5.0625rem !important;
    -moz-column-gap: 5.0625rem !important;
         column-gap: 5.0625rem !important;
  }

  .md\:gap-x-85px {
    grid-column-gap: 5.3125rem !important;
    -moz-column-gap: 5.3125rem !important;
         column-gap: 5.3125rem !important;
  }

  .md\:gap-x-92px {
    grid-column-gap: 5.75rem !important;
    -moz-column-gap: 5.75rem !important;
         column-gap: 5.75rem !important;
  }

  .md\:gap-x-100px {
    grid-column-gap: 6.25rem !important;
    -moz-column-gap: 6.25rem !important;
         column-gap: 6.25rem !important;
  }

  .md\:gap-x-106px {
    grid-column-gap: 6.625rem !important;
    -moz-column-gap: 6.625rem !important;
         column-gap: 6.625rem !important;
  }

  .md\:gap-x-123px {
    grid-column-gap: 7.6875rem !important;
    -moz-column-gap: 7.6875rem !important;
         column-gap: 7.6875rem !important;
  }

  .md\:gap-x-126px {
    grid-column-gap: 7.875rem !important;
    -moz-column-gap: 7.875rem !important;
         column-gap: 7.875rem !important;
  }

  .md\:gap-x-138px {
    grid-column-gap: 8.625rem !important;
    -moz-column-gap: 8.625rem !important;
         column-gap: 8.625rem !important;
  }

  .md\:gap-x-140px {
    grid-column-gap: 8.75rem !important;
    -moz-column-gap: 8.75rem !important;
         column-gap: 8.75rem !important;
  }

  .md\:gap-x-146px {
    grid-column-gap: 9.125rem !important;
    -moz-column-gap: 9.125rem !important;
         column-gap: 9.125rem !important;
  }

  .md\:gap-x-152px {
    grid-column-gap: 9.5rem !important;
    -moz-column-gap: 9.5rem !important;
         column-gap: 9.5rem !important;
  }

  .md\:gap-x-187px {
    grid-column-gap: 11.6875rem !important;
    -moz-column-gap: 11.6875rem !important;
         column-gap: 11.6875rem !important;
  }

  .md\:gap-x-220px {
    grid-column-gap: 13.75rem !important;
    -moz-column-gap: 13.75rem !important;
         column-gap: 13.75rem !important;
  }

  .md\:gap-x-253px {
    grid-column-gap: 15.8125rem !important;
    -moz-column-gap: 15.8125rem !important;
         column-gap: 15.8125rem !important;
  }

  .md\:gap-x-320px {
    grid-column-gap: 20rem !important;
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .md\:gap-x-400px {
    grid-column-gap: 25rem !important;
    -moz-column-gap: 25rem !important;
         column-gap: 25rem !important;
  }

  .md\:gap-x-500px {
    grid-column-gap: 31.25rem !important;
    -moz-column-gap: 31.25rem !important;
         column-gap: 31.25rem !important;
  }

  .md\:gap-x-lgPaddingTop {
    grid-column-gap: 15.8125rem !important;
    -moz-column-gap: 15.8125rem !important;
         column-gap: 15.8125rem !important;
  }

  .md\:gap-x-phonePaddingTop {
    grid-column-gap: 9.875rem !important;
    -moz-column-gap: 9.875rem !important;
         column-gap: 9.875rem !important;
  }

  .md\:gap-x-tabletPaddingTop {
    grid-column-gap: 6.625rem !important;
    -moz-column-gap: 6.625rem !important;
         column-gap: 6.625rem !important;
  }

  .md\:gap-x-largePaddingTop {
    grid-column-gap: 13.75rem !important;
    -moz-column-gap: 13.75rem !important;
         column-gap: 13.75rem !important;
  }

  .md\:gap-x-phoneTextContentMaxWidth {
    grid-column-gap: 57.0625rem !important;
    -moz-column-gap: 57.0625rem !important;
         column-gap: 57.0625rem !important;
  }

  .md\:gap-x-phoneTextContentWidth {
    grid-column-gap: 63% !important;
    -moz-column-gap: 63% !important;
         column-gap: 63% !important;
  }

  .md\:gap-x-phoneBlockContentWidth {
    grid-column-gap: 71.625rem !important;
    -moz-column-gap: 71.625rem !important;
         column-gap: 71.625rem !important;
  }

  .md\:gap-x-tabletTextContentMaxWidth {
    grid-column-gap: 57.0625rem !important;
    -moz-column-gap: 57.0625rem !important;
         column-gap: 57.0625rem !important;
  }

  .md\:gap-x-tabletTextContentWidth {
    grid-column-gap: 63% !important;
    -moz-column-gap: 63% !important;
         column-gap: 63% !important;
  }

  .md\:gap-x-tabletBlockContentWidth {
    grid-column-gap: 71.625rem !important;
    -moz-column-gap: 71.625rem !important;
         column-gap: 71.625rem !important;
  }

  .md\:gap-x-largeTextContentMaxWidth {
    grid-column-gap: 57.0625rem !important;
    -moz-column-gap: 57.0625rem !important;
         column-gap: 57.0625rem !important;
  }

  .md\:gap-x-largeTextContentWidth {
    grid-column-gap: 63% !important;
    -moz-column-gap: 63% !important;
         column-gap: 63% !important;
  }

  .md\:gap-x-largeBlockContentWidth {
    grid-column-gap: 71.625rem !important;
    -moz-column-gap: 71.625rem !important;
         column-gap: 71.625rem !important;
  }

  .md\:row-gap-0 {
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .md\:row-gap-1 {
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .md\:row-gap-2 {
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .md\:row-gap-3 {
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .md\:row-gap-4 {
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .md\:row-gap-5 {
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .md\:row-gap-6 {
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .md\:row-gap-8 {
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .md\:row-gap-9 {
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .md\:row-gap-10 {
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .md\:row-gap-12 {
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .md\:row-gap-14 {
    grid-row-gap: 3.5rem !important;
    row-gap: 3.5rem !important;
  }

  .md\:row-gap-16 {
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .md\:row-gap-18 {
    grid-row-gap: 4.5rem !important;
    row-gap: 4.5rem !important;
  }

  .md\:row-gap-20 {
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .md\:row-gap-22 {
    grid-row-gap: 5.626rem !important;
    row-gap: 5.626rem !important;
  }

  .md\:row-gap-24 {
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .md\:row-gap-26 {
    grid-row-gap: 6.25rem !important;
    row-gap: 6.25rem !important;
  }

  .md\:row-gap-28 {
    grid-row-gap: 7rem !important;
    row-gap: 7rem !important;
  }

  .md\:row-gap-32 {
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .md\:row-gap-34 {
    grid-row-gap: 8.5rem !important;
    row-gap: 8.5rem !important;
  }

  .md\:row-gap-38 {
    grid-row-gap: 9.25rem !important;
    row-gap: 9.25rem !important;
  }

  .md\:row-gap-40 {
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .md\:row-gap-46 {
    grid-row-gap: 11.75rem !important;
    row-gap: 11.75rem !important;
  }

  .md\:row-gap-48 {
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .md\:row-gap-56 {
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .md\:row-gap-64 {
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .md\:row-gap-82 {
    grid-row-gap: 20.75rem !important;
    row-gap: 20.75rem !important;
  }

  .md\:row-gap-px {
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .md\:row-gap-tiny {
    grid-row-gap: 0.3rem !important;
    row-gap: 0.3rem !important;
  }

  .md\:row-gap-quick-links {
    grid-row-gap: 26% !important;
    row-gap: 26% !important;
  }

  .md\:row-gap-pro-slid {
    grid-row-gap: 48% !important;
    row-gap: 48% !important;
  }

  .md\:row-gap-62p {
    grid-row-gap: 62% !important;
    row-gap: 62% !important;
  }

  .md\:row-gap-90p {
    grid-row-gap: 90% !important;
    row-gap: 90% !important;
  }

  .md\:row-gap-x-large {
    grid-row-gap: 27.5rem !important;
    row-gap: 27.5rem !important;
  }

  .md\:row-gap-2px {
    grid-row-gap: 0.125rem !important;
    row-gap: 0.125rem !important;
  }

  .md\:row-gap-9px {
    grid-row-gap: 0.5625rem !important;
    row-gap: 0.5625rem !important;
  }

  .md\:row-gap-10px {
    grid-row-gap: 0.625rem !important;
    row-gap: 0.625rem !important;
  }

  .md\:row-gap-18px {
    grid-row-gap: 1.125rem !important;
    row-gap: 1.125rem !important;
  }

  .md\:row-gap-20px {
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .md\:row-gap-24px {
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .md\:row-gap-26px {
    grid-row-gap: 1.625rem !important;
    row-gap: 1.625rem !important;
  }

  .md\:row-gap-30px {
    grid-row-gap: 1.875rem !important;
    row-gap: 1.875rem !important;
  }

  .md\:row-gap-38px {
    grid-row-gap: 2.375rem !important;
    row-gap: 2.375rem !important;
  }

  .md\:row-gap-43px {
    grid-row-gap: 2.6875rem !important;
    row-gap: 2.6875rem !important;
  }

  .md\:row-gap-44px {
    grid-row-gap: 2.75rem !important;
    row-gap: 2.75rem !important;
  }

  .md\:row-gap-46px {
    grid-row-gap: 2.875rem !important;
    row-gap: 2.875rem !important;
  }

  .md\:row-gap-53px {
    grid-row-gap: 3.3125rem !important;
    row-gap: 3.3125rem !important;
  }

  .md\:row-gap-54px {
    grid-row-gap: 3.375rem !important;
    row-gap: 3.375rem !important;
  }

  .md\:row-gap-55px {
    grid-row-gap: 3.4375rem !important;
    row-gap: 3.4375rem !important;
  }

  .md\:row-gap-60px {
    grid-row-gap: 3.75rem !important;
    row-gap: 3.75rem !important;
  }

  .md\:row-gap-67px {
    grid-row-gap: 4.1875rem !important;
    row-gap: 4.1875rem !important;
  }

  .md\:row-gap-73px {
    grid-row-gap: 4.5625rem !important;
    row-gap: 4.5625rem !important;
  }

  .md\:row-gap-80px {
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .md\:row-gap-81px {
    grid-row-gap: 5.0625rem !important;
    row-gap: 5.0625rem !important;
  }

  .md\:row-gap-85px {
    grid-row-gap: 5.3125rem !important;
    row-gap: 5.3125rem !important;
  }

  .md\:row-gap-92px {
    grid-row-gap: 5.75rem !important;
    row-gap: 5.75rem !important;
  }

  .md\:row-gap-100px {
    grid-row-gap: 6.25rem !important;
    row-gap: 6.25rem !important;
  }

  .md\:row-gap-106px {
    grid-row-gap: 6.625rem !important;
    row-gap: 6.625rem !important;
  }

  .md\:row-gap-123px {
    grid-row-gap: 7.6875rem !important;
    row-gap: 7.6875rem !important;
  }

  .md\:row-gap-126px {
    grid-row-gap: 7.875rem !important;
    row-gap: 7.875rem !important;
  }

  .md\:row-gap-138px {
    grid-row-gap: 8.625rem !important;
    row-gap: 8.625rem !important;
  }

  .md\:row-gap-140px {
    grid-row-gap: 8.75rem !important;
    row-gap: 8.75rem !important;
  }

  .md\:row-gap-146px {
    grid-row-gap: 9.125rem !important;
    row-gap: 9.125rem !important;
  }

  .md\:row-gap-152px {
    grid-row-gap: 9.5rem !important;
    row-gap: 9.5rem !important;
  }

  .md\:row-gap-187px {
    grid-row-gap: 11.6875rem !important;
    row-gap: 11.6875rem !important;
  }

  .md\:row-gap-220px {
    grid-row-gap: 13.75rem !important;
    row-gap: 13.75rem !important;
  }

  .md\:row-gap-253px {
    grid-row-gap: 15.8125rem !important;
    row-gap: 15.8125rem !important;
  }

  .md\:row-gap-320px {
    grid-row-gap: 20rem !important;
    row-gap: 20rem !important;
  }

  .md\:row-gap-400px {
    grid-row-gap: 25rem !important;
    row-gap: 25rem !important;
  }

  .md\:row-gap-500px {
    grid-row-gap: 31.25rem !important;
    row-gap: 31.25rem !important;
  }

  .md\:row-gap-lgPaddingTop {
    grid-row-gap: 15.8125rem !important;
    row-gap: 15.8125rem !important;
  }

  .md\:row-gap-phonePaddingTop {
    grid-row-gap: 9.875rem !important;
    row-gap: 9.875rem !important;
  }

  .md\:row-gap-tabletPaddingTop {
    grid-row-gap: 6.625rem !important;
    row-gap: 6.625rem !important;
  }

  .md\:row-gap-largePaddingTop {
    grid-row-gap: 13.75rem !important;
    row-gap: 13.75rem !important;
  }

  .md\:row-gap-phoneTextContentMaxWidth {
    grid-row-gap: 57.0625rem !important;
    row-gap: 57.0625rem !important;
  }

  .md\:row-gap-phoneTextContentWidth {
    grid-row-gap: 63% !important;
    row-gap: 63% !important;
  }

  .md\:row-gap-phoneBlockContentWidth {
    grid-row-gap: 71.625rem !important;
    row-gap: 71.625rem !important;
  }

  .md\:row-gap-tabletTextContentMaxWidth {
    grid-row-gap: 57.0625rem !important;
    row-gap: 57.0625rem !important;
  }

  .md\:row-gap-tabletTextContentWidth {
    grid-row-gap: 63% !important;
    row-gap: 63% !important;
  }

  .md\:row-gap-tabletBlockContentWidth {
    grid-row-gap: 71.625rem !important;
    row-gap: 71.625rem !important;
  }

  .md\:row-gap-largeTextContentMaxWidth {
    grid-row-gap: 57.0625rem !important;
    row-gap: 57.0625rem !important;
  }

  .md\:row-gap-largeTextContentWidth {
    grid-row-gap: 63% !important;
    row-gap: 63% !important;
  }

  .md\:row-gap-largeBlockContentWidth {
    grid-row-gap: 71.625rem !important;
    row-gap: 71.625rem !important;
  }

  .md\:gap-y-0 {
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .md\:gap-y-1 {
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .md\:gap-y-2 {
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .md\:gap-y-3 {
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .md\:gap-y-4 {
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .md\:gap-y-5 {
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .md\:gap-y-6 {
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .md\:gap-y-8 {
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .md\:gap-y-9 {
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .md\:gap-y-10 {
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

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

  .md\:gap-y-14 {
    grid-row-gap: 3.5rem !important;
    row-gap: 3.5rem !important;
  }

  .md\:gap-y-16 {
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .md\:gap-y-18 {
    grid-row-gap: 4.5rem !important;
    row-gap: 4.5rem !important;
  }

  .md\:gap-y-20 {
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .md\:gap-y-22 {
    grid-row-gap: 5.626rem !important;
    row-gap: 5.626rem !important;
  }

  .md\:gap-y-24 {
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .md\:gap-y-26 {
    grid-row-gap: 6.25rem !important;
    row-gap: 6.25rem !important;
  }

  .md\:gap-y-28 {
    grid-row-gap: 7rem !important;
    row-gap: 7rem !important;
  }

  .md\:gap-y-32 {
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .md\:gap-y-34 {
    grid-row-gap: 8.5rem !important;
    row-gap: 8.5rem !important;
  }

  .md\:gap-y-38 {
    grid-row-gap: 9.25rem !important;
    row-gap: 9.25rem !important;
  }

  .md\:gap-y-40 {
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .md\:gap-y-46 {
    grid-row-gap: 11.75rem !important;
    row-gap: 11.75rem !important;
  }

  .md\:gap-y-48 {
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .md\:gap-y-56 {
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .md\:gap-y-64 {
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .md\:gap-y-82 {
    grid-row-gap: 20.75rem !important;
    row-gap: 20.75rem !important;
  }

  .md\:gap-y-px {
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .md\:gap-y-tiny {
    grid-row-gap: 0.3rem !important;
    row-gap: 0.3rem !important;
  }

  .md\:gap-y-quick-links {
    grid-row-gap: 26% !important;
    row-gap: 26% !important;
  }

  .md\:gap-y-pro-slid {
    grid-row-gap: 48% !important;
    row-gap: 48% !important;
  }

  .md\:gap-y-62p {
    grid-row-gap: 62% !important;
    row-gap: 62% !important;
  }

  .md\:gap-y-90p {
    grid-row-gap: 90% !important;
    row-gap: 90% !important;
  }

  .md\:gap-y-x-large {
    grid-row-gap: 27.5rem !important;
    row-gap: 27.5rem !important;
  }

  .md\:gap-y-2px {
    grid-row-gap: 0.125rem !important;
    row-gap: 0.125rem !important;
  }

  .md\:gap-y-9px {
    grid-row-gap: 0.5625rem !important;
    row-gap: 0.5625rem !important;
  }

  .md\:gap-y-10px {
    grid-row-gap: 0.625rem !important;
    row-gap: 0.625rem !important;
  }

  .md\:gap-y-18px {
    grid-row-gap: 1.125rem !important;
    row-gap: 1.125rem !important;
  }

  .md\:gap-y-20px {
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .md\:gap-y-24px {
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .md\:gap-y-26px {
    grid-row-gap: 1.625rem !important;
    row-gap: 1.625rem !important;
  }

  .md\:gap-y-30px {
    grid-row-gap: 1.875rem !important;
    row-gap: 1.875rem !important;
  }

  .md\:gap-y-38px {
    grid-row-gap: 2.375rem !important;
    row-gap: 2.375rem !important;
  }

  .md\:gap-y-43px {
    grid-row-gap: 2.6875rem !important;
    row-gap: 2.6875rem !important;
  }

  .md\:gap-y-44px {
    grid-row-gap: 2.75rem !important;
    row-gap: 2.75rem !important;
  }

  .md\:gap-y-46px {
    grid-row-gap: 2.875rem !important;
    row-gap: 2.875rem !important;
  }

  .md\:gap-y-53px {
    grid-row-gap: 3.3125rem !important;
    row-gap: 3.3125rem !important;
  }

  .md\:gap-y-54px {
    grid-row-gap: 3.375rem !important;
    row-gap: 3.375rem !important;
  }

  .md\:gap-y-55px {
    grid-row-gap: 3.4375rem !important;
    row-gap: 3.4375rem !important;
  }

  .md\:gap-y-60px {
    grid-row-gap: 3.75rem !important;
    row-gap: 3.75rem !important;
  }

  .md\:gap-y-67px {
    grid-row-gap: 4.1875rem !important;
    row-gap: 4.1875rem !important;
  }

  .md\:gap-y-73px {
    grid-row-gap: 4.5625rem !important;
    row-gap: 4.5625rem !important;
  }

  .md\:gap-y-80px {
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .md\:gap-y-81px {
    grid-row-gap: 5.0625rem !important;
    row-gap: 5.0625rem !important;
  }

  .md\:gap-y-85px {
    grid-row-gap: 5.3125rem !important;
    row-gap: 5.3125rem !important;
  }

  .md\:gap-y-92px {
    grid-row-gap: 5.75rem !important;
    row-gap: 5.75rem !important;
  }

  .md\:gap-y-100px {
    grid-row-gap: 6.25rem !important;
    row-gap: 6.25rem !important;
  }

  .md\:gap-y-106px {
    grid-row-gap: 6.625rem !important;
    row-gap: 6.625rem !important;
  }

  .md\:gap-y-123px {
    grid-row-gap: 7.6875rem !important;
    row-gap: 7.6875rem !important;
  }

  .md\:gap-y-126px {
    grid-row-gap: 7.875rem !important;
    row-gap: 7.875rem !important;
  }

  .md\:gap-y-138px {
    grid-row-gap: 8.625rem !important;
    row-gap: 8.625rem !important;
  }

  .md\:gap-y-140px {
    grid-row-gap: 8.75rem !important;
    row-gap: 8.75rem !important;
  }

  .md\:gap-y-146px {
    grid-row-gap: 9.125rem !important;
    row-gap: 9.125rem !important;
  }

  .md\:gap-y-152px {
    grid-row-gap: 9.5rem !important;
    row-gap: 9.5rem !important;
  }

  .md\:gap-y-187px {
    grid-row-gap: 11.6875rem !important;
    row-gap: 11.6875rem !important;
  }

  .md\:gap-y-220px {
    grid-row-gap: 13.75rem !important;
    row-gap: 13.75rem !important;
  }

  .md\:gap-y-253px {
    grid-row-gap: 15.8125rem !important;
    row-gap: 15.8125rem !important;
  }

  .md\:gap-y-320px {
    grid-row-gap: 20rem !important;
    row-gap: 20rem !important;
  }

  .md\:gap-y-400px {
    grid-row-gap: 25rem !important;
    row-gap: 25rem !important;
  }

  .md\:gap-y-500px {
    grid-row-gap: 31.25rem !important;
    row-gap: 31.25rem !important;
  }

  .md\:gap-y-lgPaddingTop {
    grid-row-gap: 15.8125rem !important;
    row-gap: 15.8125rem !important;
  }

  .md\:gap-y-phonePaddingTop {
    grid-row-gap: 9.875rem !important;
    row-gap: 9.875rem !important;
  }

  .md\:gap-y-tabletPaddingTop {
    grid-row-gap: 6.625rem !important;
    row-gap: 6.625rem !important;
  }

  .md\:gap-y-largePaddingTop {
    grid-row-gap: 13.75rem !important;
    row-gap: 13.75rem !important;
  }

  .md\:gap-y-phoneTextContentMaxWidth {
    grid-row-gap: 57.0625rem !important;
    row-gap: 57.0625rem !important;
  }

  .md\:gap-y-phoneTextContentWidth {
    grid-row-gap: 63% !important;
    row-gap: 63% !important;
  }

  .md\:gap-y-phoneBlockContentWidth {
    grid-row-gap: 71.625rem !important;
    row-gap: 71.625rem !important;
  }

  .md\:gap-y-tabletTextContentMaxWidth {
    grid-row-gap: 57.0625rem !important;
    row-gap: 57.0625rem !important;
  }

  .md\:gap-y-tabletTextContentWidth {
    grid-row-gap: 63% !important;
    row-gap: 63% !important;
  }

  .md\:gap-y-tabletBlockContentWidth {
    grid-row-gap: 71.625rem !important;
    row-gap: 71.625rem !important;
  }

  .md\:gap-y-largeTextContentMaxWidth {
    grid-row-gap: 57.0625rem !important;
    row-gap: 57.0625rem !important;
  }

  .md\:gap-y-largeTextContentWidth {
    grid-row-gap: 63% !important;
    row-gap: 63% !important;
  }

  .md\:gap-y-largeBlockContentWidth {
    grid-row-gap: 71.625rem !important;
    row-gap: 71.625rem !important;
  }

  .md\:grid-flow-row {
    grid-auto-flow: row !important;
  }

  .md\:grid-flow-col {
    grid-auto-flow: column !important;
  }

  .md\:grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .md\:grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:grid-cols-none {
    grid-template-columns: none !important;
  }

  .md\:auto-cols-auto {
    grid-auto-columns: auto !important;
  }

  .md\:auto-cols-min {
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .md\:auto-cols-max {
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .md\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .md\:col-auto {
    grid-column: auto !important;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

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

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

  .md\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .md\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .md\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .md\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .md\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .md\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .md\:col-span-full {
    grid-column: 1 / -1 !important;
  }

  .md\:col-start-1 {
    grid-column-start: 1 !important;
  }

  .md\:col-start-2 {
    grid-column-start: 2 !important;
  }

  .md\:col-start-3 {
    grid-column-start: 3 !important;
  }

  .md\:col-start-4 {
    grid-column-start: 4 !important;
  }

  .md\:col-start-5 {
    grid-column-start: 5 !important;
  }

  .md\:col-start-6 {
    grid-column-start: 6 !important;
  }

  .md\:col-start-7 {
    grid-column-start: 7 !important;
  }

  .md\:col-start-8 {
    grid-column-start: 8 !important;
  }

  .md\:col-start-9 {
    grid-column-start: 9 !important;
  }

  .md\:col-start-10 {
    grid-column-start: 10 !important;
  }

  .md\:col-start-11 {
    grid-column-start: 11 !important;
  }

  .md\:col-start-12 {
    grid-column-start: 12 !important;
  }

  .md\:col-start-13 {
    grid-column-start: 13 !important;
  }

  .md\:col-start-auto {
    grid-column-start: auto !important;
  }

  .md\:col-end-1 {
    grid-column-end: 1 !important;
  }

  .md\:col-end-2 {
    grid-column-end: 2 !important;
  }

  .md\:col-end-3 {
    grid-column-end: 3 !important;
  }

  .md\:col-end-4 {
    grid-column-end: 4 !important;
  }

  .md\:col-end-5 {
    grid-column-end: 5 !important;
  }

  .md\:col-end-6 {
    grid-column-end: 6 !important;
  }

  .md\:col-end-7 {
    grid-column-end: 7 !important;
  }

  .md\:col-end-8 {
    grid-column-end: 8 !important;
  }

  .md\:col-end-9 {
    grid-column-end: 9 !important;
  }

  .md\:col-end-10 {
    grid-column-end: 10 !important;
  }

  .md\:col-end-11 {
    grid-column-end: 11 !important;
  }

  .md\:col-end-12 {
    grid-column-end: 12 !important;
  }

  .md\:col-end-13 {
    grid-column-end: 13 !important;
  }

  .md\:col-end-auto {
    grid-column-end: auto !important;
  }

  .md\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

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

  .md\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-none {
    grid-template-rows: none !important;
  }

  .md\:auto-rows-auto {
    grid-auto-rows: auto !important;
  }

  .md\:auto-rows-min {
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .md\:auto-rows-max {
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

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

  .md\:row-auto {
    grid-row: auto !important;
  }

  .md\:row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .md\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .md\:row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .md\:row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .md\:row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .md\:row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .md\:row-span-full {
    grid-row: 1 / -1 !important;
  }

  .md\:row-start-1 {
    grid-row-start: 1 !important;
  }

  .md\:row-start-2 {
    grid-row-start: 2 !important;
  }

  .md\:row-start-3 {
    grid-row-start: 3 !important;
  }

  .md\:row-start-4 {
    grid-row-start: 4 !important;
  }

  .md\:row-start-5 {
    grid-row-start: 5 !important;
  }

  .md\:row-start-6 {
    grid-row-start: 6 !important;
  }

  .md\:row-start-7 {
    grid-row-start: 7 !important;
  }

  .md\:row-start-auto {
    grid-row-start: auto !important;
  }

  .md\:row-end-1 {
    grid-row-end: 1 !important;
  }

  .md\:row-end-2 {
    grid-row-end: 2 !important;
  }

  .md\:row-end-3 {
    grid-row-end: 3 !important;
  }

  .md\:row-end-4 {
    grid-row-end: 4 !important;
  }

  .md\:row-end-5 {
    grid-row-end: 5 !important;
  }

  .md\:row-end-6 {
    grid-row-end: 6 !important;
  }

  .md\:row-end-7 {
    grid-row-end: 7 !important;
  }

  .md\:row-end-auto {
    grid-row-end: auto !important;
  }

  .md\:transform {
    --transform-translate-x: 0 !important;
    --transform-translate-y: 0 !important;
    --transform-rotate: 0 !important;
    --transform-skew-x: 0 !important;
    --transform-skew-y: 0 !important;
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
  }

  .md\:transform-none {
    transform: none !important;
  }

  .md\:origin-center {
    transform-origin: center !important;
  }

  .md\:origin-top {
    transform-origin: top !important;
  }

  .md\:origin-top-right {
    transform-origin: top right !important;
  }

  .md\:origin-right {
    transform-origin: right !important;
  }

  .md\:origin-bottom-right {
    transform-origin: bottom right !important;
  }

  .md\:origin-bottom {
    transform-origin: bottom !important;
  }

  .md\:origin-bottom-left {
    transform-origin: bottom left !important;
  }

  .md\:origin-left {
    transform-origin: left !important;
  }

  .md\:origin-top-left {
    transform-origin: top left !important;
  }

  .md\:scale-0 {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .md\:scale-50 {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .md\:scale-75 {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .md\:scale-90 {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .md\:scale-95 {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .md\:scale-100 {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .md\:scale-105 {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .md\:scale-110 {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .md\:scale-125 {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .md\:scale-150 {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .md\:scale-x-0 {
    --transform-scale-x: 0 !important;
  }

  .md\:scale-x-50 {
    --transform-scale-x: .5 !important;
  }

  .md\:scale-x-75 {
    --transform-scale-x: .75 !important;
  }

  .md\:scale-x-90 {
    --transform-scale-x: .9 !important;
  }

  .md\:scale-x-95 {
    --transform-scale-x: .95 !important;
  }

  .md\:scale-x-100 {
    --transform-scale-x: 1 !important;
  }

  .md\:scale-x-105 {
    --transform-scale-x: 1.05 !important;
  }

  .md\:scale-x-110 {
    --transform-scale-x: 1.1 !important;
  }

  .md\:scale-x-125 {
    --transform-scale-x: 1.25 !important;
  }

  .md\:scale-x-150 {
    --transform-scale-x: 1.5 !important;
  }

  .md\:scale-y-0 {
    --transform-scale-y: 0 !important;
  }

  .md\:scale-y-50 {
    --transform-scale-y: .5 !important;
  }

  .md\:scale-y-75 {
    --transform-scale-y: .75 !important;
  }

  .md\:scale-y-90 {
    --transform-scale-y: .9 !important;
  }

  .md\:scale-y-95 {
    --transform-scale-y: .95 !important;
  }

  .md\:scale-y-100 {
    --transform-scale-y: 1 !important;
  }

  .md\:scale-y-105 {
    --transform-scale-y: 1.05 !important;
  }

  .md\:scale-y-110 {
    --transform-scale-y: 1.1 !important;
  }

  .md\:scale-y-125 {
    --transform-scale-y: 1.25 !important;
  }

  .md\:scale-y-150 {
    --transform-scale-y: 1.5 !important;
  }

  .md\:hover\:scale-0:hover {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .md\:hover\:scale-50:hover {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .md\:hover\:scale-75:hover {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .md\:hover\:scale-90:hover {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .md\:hover\:scale-95:hover {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .md\:hover\:scale-100:hover {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .md\:hover\:scale-105:hover {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .md\:hover\:scale-110:hover {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .md\:hover\:scale-125:hover {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .md\:hover\:scale-150:hover {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .md\:hover\:scale-x-0:hover {
    --transform-scale-x: 0 !important;
  }

  .md\:hover\:scale-x-50:hover {
    --transform-scale-x: .5 !important;
  }

  .md\:hover\:scale-x-75:hover {
    --transform-scale-x: .75 !important;
  }

  .md\:hover\:scale-x-90:hover {
    --transform-scale-x: .9 !important;
  }

  .md\:hover\:scale-x-95:hover {
    --transform-scale-x: .95 !important;
  }

  .md\:hover\:scale-x-100:hover {
    --transform-scale-x: 1 !important;
  }

  .md\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05 !important;
  }

  .md\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1 !important;
  }

  .md\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25 !important;
  }

  .md\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5 !important;
  }

  .md\:hover\:scale-y-0:hover {
    --transform-scale-y: 0 !important;
  }

  .md\:hover\:scale-y-50:hover {
    --transform-scale-y: .5 !important;
  }

  .md\:hover\:scale-y-75:hover {
    --transform-scale-y: .75 !important;
  }

  .md\:hover\:scale-y-90:hover {
    --transform-scale-y: .9 !important;
  }

  .md\:hover\:scale-y-95:hover {
    --transform-scale-y: .95 !important;
  }

  .md\:hover\:scale-y-100:hover {
    --transform-scale-y: 1 !important;
  }

  .md\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05 !important;
  }

  .md\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1 !important;
  }

  .md\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25 !important;
  }

  .md\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5 !important;
  }

  .md\:focus\:scale-0:focus {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .md\:focus\:scale-50:focus {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .md\:focus\:scale-75:focus {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .md\:focus\:scale-90:focus {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .md\:focus\:scale-95:focus {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .md\:focus\:scale-100:focus {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .md\:focus\:scale-105:focus {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .md\:focus\:scale-110:focus {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .md\:focus\:scale-125:focus {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .md\:focus\:scale-150:focus {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .md\:focus\:scale-x-0:focus {
    --transform-scale-x: 0 !important;
  }

  .md\:focus\:scale-x-50:focus {
    --transform-scale-x: .5 !important;
  }

  .md\:focus\:scale-x-75:focus {
    --transform-scale-x: .75 !important;
  }

  .md\:focus\:scale-x-90:focus {
    --transform-scale-x: .9 !important;
  }

  .md\:focus\:scale-x-95:focus {
    --transform-scale-x: .95 !important;
  }

  .md\:focus\:scale-x-100:focus {
    --transform-scale-x: 1 !important;
  }

  .md\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05 !important;
  }

  .md\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1 !important;
  }

  .md\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25 !important;
  }

  .md\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5 !important;
  }

  .md\:focus\:scale-y-0:focus {
    --transform-scale-y: 0 !important;
  }

  .md\:focus\:scale-y-50:focus {
    --transform-scale-y: .5 !important;
  }

  .md\:focus\:scale-y-75:focus {
    --transform-scale-y: .75 !important;
  }

  .md\:focus\:scale-y-90:focus {
    --transform-scale-y: .9 !important;
  }

  .md\:focus\:scale-y-95:focus {
    --transform-scale-y: .95 !important;
  }

  .md\:focus\:scale-y-100:focus {
    --transform-scale-y: 1 !important;
  }

  .md\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05 !important;
  }

  .md\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1 !important;
  }

  .md\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25 !important;
  }

  .md\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5 !important;
  }

  .md\:rotate-0 {
    --transform-rotate: 0 !important;
  }

  .md\:rotate-1 {
    --transform-rotate: 1deg !important;
  }

  .md\:rotate-2 {
    --transform-rotate: 2deg !important;
  }

  .md\:rotate-3 {
    --transform-rotate: 3deg !important;
  }

  .md\:rotate-6 {
    --transform-rotate: 6deg !important;
  }

  .md\:rotate-12 {
    --transform-rotate: 12deg !important;
  }

  .md\:rotate-45 {
    --transform-rotate: 45deg !important;
  }

  .md\:rotate-90 {
    --transform-rotate: 90deg !important;
  }

  .md\:rotate-180 {
    --transform-rotate: 180deg !important;
  }

  .md\:-rotate-180 {
    --transform-rotate: -180deg !important;
  }

  .md\:-rotate-90 {
    --transform-rotate: -90deg !important;
  }

  .md\:-rotate-45 {
    --transform-rotate: -45deg !important;
  }

  .md\:-rotate-12 {
    --transform-rotate: -12deg !important;
  }

  .md\:-rotate-6 {
    --transform-rotate: -6deg !important;
  }

  .md\:-rotate-3 {
    --transform-rotate: -3deg !important;
  }

  .md\:-rotate-2 {
    --transform-rotate: -2deg !important;
  }

  .md\:-rotate-1 {
    --transform-rotate: -1deg !important;
  }

  .md\:hover\:rotate-0:hover {
    --transform-rotate: 0 !important;
  }

  .md\:hover\:rotate-1:hover {
    --transform-rotate: 1deg !important;
  }

  .md\:hover\:rotate-2:hover {
    --transform-rotate: 2deg !important;
  }

  .md\:hover\:rotate-3:hover {
    --transform-rotate: 3deg !important;
  }

  .md\:hover\:rotate-6:hover {
    --transform-rotate: 6deg !important;
  }

  .md\:hover\:rotate-12:hover {
    --transform-rotate: 12deg !important;
  }

  .md\:hover\:rotate-45:hover {
    --transform-rotate: 45deg !important;
  }

  .md\:hover\:rotate-90:hover {
    --transform-rotate: 90deg !important;
  }

  .md\:hover\:rotate-180:hover {
    --transform-rotate: 180deg !important;
  }

  .md\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg !important;
  }

  .md\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg !important;
  }

  .md\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg !important;
  }

  .md\:hover\:-rotate-12:hover {
    --transform-rotate: -12deg !important;
  }

  .md\:hover\:-rotate-6:hover {
    --transform-rotate: -6deg !important;
  }

  .md\:hover\:-rotate-3:hover {
    --transform-rotate: -3deg !important;
  }

  .md\:hover\:-rotate-2:hover {
    --transform-rotate: -2deg !important;
  }

  .md\:hover\:-rotate-1:hover {
    --transform-rotate: -1deg !important;
  }

  .md\:focus\:rotate-0:focus {
    --transform-rotate: 0 !important;
  }

  .md\:focus\:rotate-1:focus {
    --transform-rotate: 1deg !important;
  }

  .md\:focus\:rotate-2:focus {
    --transform-rotate: 2deg !important;
  }

  .md\:focus\:rotate-3:focus {
    --transform-rotate: 3deg !important;
  }

  .md\:focus\:rotate-6:focus {
    --transform-rotate: 6deg !important;
  }

  .md\:focus\:rotate-12:focus {
    --transform-rotate: 12deg !important;
  }

  .md\:focus\:rotate-45:focus {
    --transform-rotate: 45deg !important;
  }

  .md\:focus\:rotate-90:focus {
    --transform-rotate: 90deg !important;
  }

  .md\:focus\:rotate-180:focus {
    --transform-rotate: 180deg !important;
  }

  .md\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg !important;
  }

  .md\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg !important;
  }

  .md\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg !important;
  }

  .md\:focus\:-rotate-12:focus {
    --transform-rotate: -12deg !important;
  }

  .md\:focus\:-rotate-6:focus {
    --transform-rotate: -6deg !important;
  }

  .md\:focus\:-rotate-3:focus {
    --transform-rotate: -3deg !important;
  }

  .md\:focus\:-rotate-2:focus {
    --transform-rotate: -2deg !important;
  }

  .md\:focus\:-rotate-1:focus {
    --transform-rotate: -1deg !important;
  }

  .md\:translate-x-0 {
    --transform-translate-x: 0 !important;
  }

  .md\:translate-x-1 {
    --transform-translate-x: 0.25rem !important;
  }

  .md\:translate-x-2 {
    --transform-translate-x: 0.5rem !important;
  }

  .md\:translate-x-3 {
    --transform-translate-x: 0.75rem !important;
  }

  .md\:translate-x-4 {
    --transform-translate-x: 1rem !important;
  }

  .md\:translate-x-5 {
    --transform-translate-x: 1.25rem !important;
  }

  .md\:translate-x-6 {
    --transform-translate-x: 1.5rem !important;
  }

  .md\:translate-x-8 {
    --transform-translate-x: 2rem !important;
  }

  .md\:translate-x-9 {
    --transform-translate-x: 2.5rem !important;
  }

  .md\:translate-x-10 {
    --transform-translate-x: 2.5rem !important;
  }

  .md\:translate-x-12 {
    --transform-translate-x: 3rem !important;
  }

  .md\:translate-x-14 {
    --transform-translate-x: 3.5rem !important;
  }

  .md\:translate-x-16 {
    --transform-translate-x: 4rem !important;
  }

  .md\:translate-x-18 {
    --transform-translate-x: 4.5rem !important;
  }

  .md\:translate-x-20 {
    --transform-translate-x: 5rem !important;
  }

  .md\:translate-x-22 {
    --transform-translate-x: 5.626rem !important;
  }

  .md\:translate-x-24 {
    --transform-translate-x: 6rem !important;
  }

  .md\:translate-x-26 {
    --transform-translate-x: 6.25rem !important;
  }

  .md\:translate-x-28 {
    --transform-translate-x: 7rem !important;
  }

  .md\:translate-x-32 {
    --transform-translate-x: 8rem !important;
  }

  .md\:translate-x-34 {
    --transform-translate-x: 8.5rem !important;
  }

  .md\:translate-x-38 {
    --transform-translate-x: 9.25rem !important;
  }

  .md\:translate-x-40 {
    --transform-translate-x: 10rem !important;
  }

  .md\:translate-x-46 {
    --transform-translate-x: 11.75rem !important;
  }

  .md\:translate-x-48 {
    --transform-translate-x: 12rem !important;
  }

  .md\:translate-x-56 {
    --transform-translate-x: 14rem !important;
  }

  .md\:translate-x-64 {
    --transform-translate-x: 16rem !important;
  }

  .md\:translate-x-82 {
    --transform-translate-x: 20.75rem !important;
  }

  .md\:translate-x-px {
    --transform-translate-x: 1px !important;
  }

  .md\:translate-x-tiny {
    --transform-translate-x: 0.3rem !important;
  }

  .md\:translate-x-quick-links {
    --transform-translate-x: 26% !important;
  }

  .md\:translate-x-pro-slid {
    --transform-translate-x: 48% !important;
  }

  .md\:translate-x-62p {
    --transform-translate-x: 62% !important;
  }

  .md\:translate-x-90p {
    --transform-translate-x: 90% !important;
  }

  .md\:translate-x-x-large {
    --transform-translate-x: 27.5rem !important;
  }

  .md\:translate-x-2px {
    --transform-translate-x: 0.125rem !important;
  }

  .md\:translate-x-9px {
    --transform-translate-x: 0.5625rem !important;
  }

  .md\:translate-x-10px {
    --transform-translate-x: 0.625rem !important;
  }

  .md\:translate-x-18px {
    --transform-translate-x: 1.125rem !important;
  }

  .md\:translate-x-20px {
    --transform-translate-x: 1.25rem !important;
  }

  .md\:translate-x-24px {
    --transform-translate-x: 1.5rem !important;
  }

  .md\:translate-x-26px {
    --transform-translate-x: 1.625rem !important;
  }

  .md\:translate-x-30px {
    --transform-translate-x: 1.875rem !important;
  }

  .md\:translate-x-38px {
    --transform-translate-x: 2.375rem !important;
  }

  .md\:translate-x-43px {
    --transform-translate-x: 2.6875rem !important;
  }

  .md\:translate-x-44px {
    --transform-translate-x: 2.75rem !important;
  }

  .md\:translate-x-46px {
    --transform-translate-x: 2.875rem !important;
  }

  .md\:translate-x-53px {
    --transform-translate-x: 3.3125rem !important;
  }

  .md\:translate-x-54px {
    --transform-translate-x: 3.375rem !important;
  }

  .md\:translate-x-55px {
    --transform-translate-x: 3.4375rem !important;
  }

  .md\:translate-x-60px {
    --transform-translate-x: 3.75rem !important;
  }

  .md\:translate-x-67px {
    --transform-translate-x: 4.1875rem !important;
  }

  .md\:translate-x-73px {
    --transform-translate-x: 4.5625rem !important;
  }

  .md\:translate-x-80px {
    --transform-translate-x: 5rem !important;
  }

  .md\:translate-x-81px {
    --transform-translate-x: 5.0625rem !important;
  }

  .md\:translate-x-85px {
    --transform-translate-x: 5.3125rem !important;
  }

  .md\:translate-x-92px {
    --transform-translate-x: 5.75rem !important;
  }

  .md\:translate-x-100px {
    --transform-translate-x: 6.25rem !important;
  }

  .md\:translate-x-106px {
    --transform-translate-x: 6.625rem !important;
  }

  .md\:translate-x-123px {
    --transform-translate-x: 7.6875rem !important;
  }

  .md\:translate-x-126px {
    --transform-translate-x: 7.875rem !important;
  }

  .md\:translate-x-138px {
    --transform-translate-x: 8.625rem !important;
  }

  .md\:translate-x-140px {
    --transform-translate-x: 8.75rem !important;
  }

  .md\:translate-x-146px {
    --transform-translate-x: 9.125rem !important;
  }

  .md\:translate-x-152px {
    --transform-translate-x: 9.5rem !important;
  }

  .md\:translate-x-187px {
    --transform-translate-x: 11.6875rem !important;
  }

  .md\:translate-x-220px {
    --transform-translate-x: 13.75rem !important;
  }

  .md\:translate-x-253px {
    --transform-translate-x: 15.8125rem !important;
  }

  .md\:translate-x-320px {
    --transform-translate-x: 20rem !important;
  }

  .md\:translate-x-400px {
    --transform-translate-x: 25rem !important;
  }

  .md\:translate-x-500px {
    --transform-translate-x: 31.25rem !important;
  }

  .md\:translate-x-lgPaddingTop {
    --transform-translate-x: 15.8125rem !important;
  }

  .md\:translate-x-phonePaddingTop {
    --transform-translate-x: 9.875rem !important;
  }

  .md\:translate-x-tabletPaddingTop {
    --transform-translate-x: 6.625rem !important;
  }

  .md\:translate-x-largePaddingTop {
    --transform-translate-x: 13.75rem !important;
  }

  .md\:translate-x-phoneTextContentMaxWidth {
    --transform-translate-x: 57.0625rem !important;
  }

  .md\:translate-x-phoneTextContentWidth {
    --transform-translate-x: 63% !important;
  }

  .md\:translate-x-phoneBlockContentWidth {
    --transform-translate-x: 71.625rem !important;
  }

  .md\:translate-x-tabletTextContentMaxWidth {
    --transform-translate-x: 57.0625rem !important;
  }

  .md\:translate-x-tabletTextContentWidth {
    --transform-translate-x: 63% !important;
  }

  .md\:translate-x-tabletBlockContentWidth {
    --transform-translate-x: 71.625rem !important;
  }

  .md\:translate-x-largeTextContentMaxWidth {
    --transform-translate-x: 57.0625rem !important;
  }

  .md\:translate-x-largeTextContentWidth {
    --transform-translate-x: 63% !important;
  }

  .md\:translate-x-largeBlockContentWidth {
    --transform-translate-x: 71.625rem !important;
  }

  .md\:-translate-x-1 {
    --transform-translate-x: -0.25rem !important;
  }

  .md\:-translate-x-2 {
    --transform-translate-x: -0.5rem !important;
  }

  .md\:-translate-x-3 {
    --transform-translate-x: -0.75rem !important;
  }

  .md\:-translate-x-4 {
    --transform-translate-x: -1rem !important;
  }

  .md\:-translate-x-5 {
    --transform-translate-x: -1.25rem !important;
  }

  .md\:-translate-x-6 {
    --transform-translate-x: -1.5rem !important;
  }

  .md\:-translate-x-8 {
    --transform-translate-x: -2rem !important;
  }

  .md\:-translate-x-9 {
    --transform-translate-x: -2.5rem !important;
  }

  .md\:-translate-x-10 {
    --transform-translate-x: -2.5rem !important;
  }

  .md\:-translate-x-12 {
    --transform-translate-x: -3rem !important;
  }

  .md\:-translate-x-14 {
    --transform-translate-x: -3.5rem !important;
  }

  .md\:-translate-x-16 {
    --transform-translate-x: -4rem !important;
  }

  .md\:-translate-x-18 {
    --transform-translate-x: -4.5rem !important;
  }

  .md\:-translate-x-20 {
    --transform-translate-x: -5rem !important;
  }

  .md\:-translate-x-22 {
    --transform-translate-x: -5.626rem !important;
  }

  .md\:-translate-x-24 {
    --transform-translate-x: -6rem !important;
  }

  .md\:-translate-x-26 {
    --transform-translate-x: -6.25rem !important;
  }

  .md\:-translate-x-28 {
    --transform-translate-x: -7rem !important;
  }

  .md\:-translate-x-32 {
    --transform-translate-x: -8rem !important;
  }

  .md\:-translate-x-34 {
    --transform-translate-x: -8.5rem !important;
  }

  .md\:-translate-x-38 {
    --transform-translate-x: -9.25rem !important;
  }

  .md\:-translate-x-40 {
    --transform-translate-x: -10rem !important;
  }

  .md\:-translate-x-46 {
    --transform-translate-x: -11.75rem !important;
  }

  .md\:-translate-x-48 {
    --transform-translate-x: -12rem !important;
  }

  .md\:-translate-x-56 {
    --transform-translate-x: -14rem !important;
  }

  .md\:-translate-x-64 {
    --transform-translate-x: -16rem !important;
  }

  .md\:-translate-x-82 {
    --transform-translate-x: -20.75rem !important;
  }

  .md\:-translate-x-px {
    --transform-translate-x: -1px !important;
  }

  .md\:-translate-x-tiny {
    --transform-translate-x: -0.3rem !important;
  }

  .md\:-translate-x-quick-links {
    --transform-translate-x: -26% !important;
  }

  .md\:-translate-x-pro-slid {
    --transform-translate-x: -48% !important;
  }

  .md\:-translate-x-62p {
    --transform-translate-x: -62% !important;
  }

  .md\:-translate-x-90p {
    --transform-translate-x: -90% !important;
  }

  .md\:-translate-x-x-large {
    --transform-translate-x: -27.5rem !important;
  }

  .md\:-translate-x-2px {
    --transform-translate-x: -0.125rem !important;
  }

  .md\:-translate-x-9px {
    --transform-translate-x: -0.5625rem !important;
  }

  .md\:-translate-x-10px {
    --transform-translate-x: -0.625rem !important;
  }

  .md\:-translate-x-18px {
    --transform-translate-x: -1.125rem !important;
  }

  .md\:-translate-x-20px {
    --transform-translate-x: -1.25rem !important;
  }

  .md\:-translate-x-24px {
    --transform-translate-x: -1.5rem !important;
  }

  .md\:-translate-x-26px {
    --transform-translate-x: -1.625rem !important;
  }

  .md\:-translate-x-30px {
    --transform-translate-x: -1.875rem !important;
  }

  .md\:-translate-x-38px {
    --transform-translate-x: -2.375rem !important;
  }

  .md\:-translate-x-43px {
    --transform-translate-x: -2.6875rem !important;
  }

  .md\:-translate-x-44px {
    --transform-translate-x: -2.75rem !important;
  }

  .md\:-translate-x-46px {
    --transform-translate-x: -2.875rem !important;
  }

  .md\:-translate-x-53px {
    --transform-translate-x: -3.3125rem !important;
  }

  .md\:-translate-x-54px {
    --transform-translate-x: -3.375rem !important;
  }

  .md\:-translate-x-55px {
    --transform-translate-x: -3.4375rem !important;
  }

  .md\:-translate-x-60px {
    --transform-translate-x: -3.75rem !important;
  }

  .md\:-translate-x-67px {
    --transform-translate-x: -4.1875rem !important;
  }

  .md\:-translate-x-73px {
    --transform-translate-x: -4.5625rem !important;
  }

  .md\:-translate-x-80px {
    --transform-translate-x: -5rem !important;
  }

  .md\:-translate-x-81px {
    --transform-translate-x: -5.0625rem !important;
  }

  .md\:-translate-x-85px {
    --transform-translate-x: -5.3125rem !important;
  }

  .md\:-translate-x-92px {
    --transform-translate-x: -5.75rem !important;
  }

  .md\:-translate-x-100px {
    --transform-translate-x: -6.25rem !important;
  }

  .md\:-translate-x-106px {
    --transform-translate-x: -6.625rem !important;
  }

  .md\:-translate-x-123px {
    --transform-translate-x: -7.6875rem !important;
  }

  .md\:-translate-x-126px {
    --transform-translate-x: -7.875rem !important;
  }

  .md\:-translate-x-138px {
    --transform-translate-x: -8.625rem !important;
  }

  .md\:-translate-x-140px {
    --transform-translate-x: -8.75rem !important;
  }

  .md\:-translate-x-146px {
    --transform-translate-x: -9.125rem !important;
  }

  .md\:-translate-x-152px {
    --transform-translate-x: -9.5rem !important;
  }

  .md\:-translate-x-187px {
    --transform-translate-x: -11.6875rem !important;
  }

  .md\:-translate-x-220px {
    --transform-translate-x: -13.75rem !important;
  }

  .md\:-translate-x-253px {
    --transform-translate-x: -15.8125rem !important;
  }

  .md\:-translate-x-320px {
    --transform-translate-x: -20rem !important;
  }

  .md\:-translate-x-400px {
    --transform-translate-x: -25rem !important;
  }

  .md\:-translate-x-500px {
    --transform-translate-x: -31.25rem !important;
  }

  .md\:-translate-x-lgPaddingTop {
    --transform-translate-x: -15.8125rem !important;
  }

  .md\:-translate-x-phonePaddingTop {
    --transform-translate-x: -9.875rem !important;
  }

  .md\:-translate-x-tabletPaddingTop {
    --transform-translate-x: -6.625rem !important;
  }

  .md\:-translate-x-largePaddingTop {
    --transform-translate-x: -13.75rem !important;
  }

  .md\:-translate-x-phoneTextContentMaxWidth {
    --transform-translate-x: -57.0625rem !important;
  }

  .md\:-translate-x-phoneTextContentWidth {
    --transform-translate-x: -63% !important;
  }

  .md\:-translate-x-phoneBlockContentWidth {
    --transform-translate-x: -71.625rem !important;
  }

  .md\:-translate-x-tabletTextContentMaxWidth {
    --transform-translate-x: -57.0625rem !important;
  }

  .md\:-translate-x-tabletTextContentWidth {
    --transform-translate-x: -63% !important;
  }

  .md\:-translate-x-tabletBlockContentWidth {
    --transform-translate-x: -71.625rem !important;
  }

  .md\:-translate-x-largeTextContentMaxWidth {
    --transform-translate-x: -57.0625rem !important;
  }

  .md\:-translate-x-largeTextContentWidth {
    --transform-translate-x: -63% !important;
  }

  .md\:-translate-x-largeBlockContentWidth {
    --transform-translate-x: -71.625rem !important;
  }

  .md\:-translate-x-full {
    --transform-translate-x: -100% !important;
  }

  .md\:-translate-x-1\/2 {
    --transform-translate-x: -50% !important;
  }

  .md\:translate-x-1\/2 {
    --transform-translate-x: 50% !important;
  }

  .md\:translate-x-full {
    --transform-translate-x: 100% !important;
  }

  .md\:translate-y-0 {
    --transform-translate-y: 0 !important;
  }

  .md\:translate-y-1 {
    --transform-translate-y: 0.25rem !important;
  }

  .md\:translate-y-2 {
    --transform-translate-y: 0.5rem !important;
  }

  .md\:translate-y-3 {
    --transform-translate-y: 0.75rem !important;
  }

  .md\:translate-y-4 {
    --transform-translate-y: 1rem !important;
  }

  .md\:translate-y-5 {
    --transform-translate-y: 1.25rem !important;
  }

  .md\:translate-y-6 {
    --transform-translate-y: 1.5rem !important;
  }

  .md\:translate-y-8 {
    --transform-translate-y: 2rem !important;
  }

  .md\:translate-y-9 {
    --transform-translate-y: 2.5rem !important;
  }

  .md\:translate-y-10 {
    --transform-translate-y: 2.5rem !important;
  }

  .md\:translate-y-12 {
    --transform-translate-y: 3rem !important;
  }

  .md\:translate-y-14 {
    --transform-translate-y: 3.5rem !important;
  }

  .md\:translate-y-16 {
    --transform-translate-y: 4rem !important;
  }

  .md\:translate-y-18 {
    --transform-translate-y: 4.5rem !important;
  }

  .md\:translate-y-20 {
    --transform-translate-y: 5rem !important;
  }

  .md\:translate-y-22 {
    --transform-translate-y: 5.626rem !important;
  }

  .md\:translate-y-24 {
    --transform-translate-y: 6rem !important;
  }

  .md\:translate-y-26 {
    --transform-translate-y: 6.25rem !important;
  }

  .md\:translate-y-28 {
    --transform-translate-y: 7rem !important;
  }

  .md\:translate-y-32 {
    --transform-translate-y: 8rem !important;
  }

  .md\:translate-y-34 {
    --transform-translate-y: 8.5rem !important;
  }

  .md\:translate-y-38 {
    --transform-translate-y: 9.25rem !important;
  }

  .md\:translate-y-40 {
    --transform-translate-y: 10rem !important;
  }

  .md\:translate-y-46 {
    --transform-translate-y: 11.75rem !important;
  }

  .md\:translate-y-48 {
    --transform-translate-y: 12rem !important;
  }

  .md\:translate-y-56 {
    --transform-translate-y: 14rem !important;
  }

  .md\:translate-y-64 {
    --transform-translate-y: 16rem !important;
  }

  .md\:translate-y-82 {
    --transform-translate-y: 20.75rem !important;
  }

  .md\:translate-y-px {
    --transform-translate-y: 1px !important;
  }

  .md\:translate-y-tiny {
    --transform-translate-y: 0.3rem !important;
  }

  .md\:translate-y-quick-links {
    --transform-translate-y: 26% !important;
  }

  .md\:translate-y-pro-slid {
    --transform-translate-y: 48% !important;
  }

  .md\:translate-y-62p {
    --transform-translate-y: 62% !important;
  }

  .md\:translate-y-90p {
    --transform-translate-y: 90% !important;
  }

  .md\:translate-y-x-large {
    --transform-translate-y: 27.5rem !important;
  }

  .md\:translate-y-2px {
    --transform-translate-y: 0.125rem !important;
  }

  .md\:translate-y-9px {
    --transform-translate-y: 0.5625rem !important;
  }

  .md\:translate-y-10px {
    --transform-translate-y: 0.625rem !important;
  }

  .md\:translate-y-18px {
    --transform-translate-y: 1.125rem !important;
  }

  .md\:translate-y-20px {
    --transform-translate-y: 1.25rem !important;
  }

  .md\:translate-y-24px {
    --transform-translate-y: 1.5rem !important;
  }

  .md\:translate-y-26px {
    --transform-translate-y: 1.625rem !important;
  }

  .md\:translate-y-30px {
    --transform-translate-y: 1.875rem !important;
  }

  .md\:translate-y-38px {
    --transform-translate-y: 2.375rem !important;
  }

  .md\:translate-y-43px {
    --transform-translate-y: 2.6875rem !important;
  }

  .md\:translate-y-44px {
    --transform-translate-y: 2.75rem !important;
  }

  .md\:translate-y-46px {
    --transform-translate-y: 2.875rem !important;
  }

  .md\:translate-y-53px {
    --transform-translate-y: 3.3125rem !important;
  }

  .md\:translate-y-54px {
    --transform-translate-y: 3.375rem !important;
  }

  .md\:translate-y-55px {
    --transform-translate-y: 3.4375rem !important;
  }

  .md\:translate-y-60px {
    --transform-translate-y: 3.75rem !important;
  }

  .md\:translate-y-67px {
    --transform-translate-y: 4.1875rem !important;
  }

  .md\:translate-y-73px {
    --transform-translate-y: 4.5625rem !important;
  }

  .md\:translate-y-80px {
    --transform-translate-y: 5rem !important;
  }

  .md\:translate-y-81px {
    --transform-translate-y: 5.0625rem !important;
  }

  .md\:translate-y-85px {
    --transform-translate-y: 5.3125rem !important;
  }

  .md\:translate-y-92px {
    --transform-translate-y: 5.75rem !important;
  }

  .md\:translate-y-100px {
    --transform-translate-y: 6.25rem !important;
  }

  .md\:translate-y-106px {
    --transform-translate-y: 6.625rem !important;
  }

  .md\:translate-y-123px {
    --transform-translate-y: 7.6875rem !important;
  }

  .md\:translate-y-126px {
    --transform-translate-y: 7.875rem !important;
  }

  .md\:translate-y-138px {
    --transform-translate-y: 8.625rem !important;
  }

  .md\:translate-y-140px {
    --transform-translate-y: 8.75rem !important;
  }

  .md\:translate-y-146px {
    --transform-translate-y: 9.125rem !important;
  }

  .md\:translate-y-152px {
    --transform-translate-y: 9.5rem !important;
  }

  .md\:translate-y-187px {
    --transform-translate-y: 11.6875rem !important;
  }

  .md\:translate-y-220px {
    --transform-translate-y: 13.75rem !important;
  }

  .md\:translate-y-253px {
    --transform-translate-y: 15.8125rem !important;
  }

  .md\:translate-y-320px {
    --transform-translate-y: 20rem !important;
  }

  .md\:translate-y-400px {
    --transform-translate-y: 25rem !important;
  }

  .md\:translate-y-500px {
    --transform-translate-y: 31.25rem !important;
  }

  .md\:translate-y-lgPaddingTop {
    --transform-translate-y: 15.8125rem !important;
  }

  .md\:translate-y-phonePaddingTop {
    --transform-translate-y: 9.875rem !important;
  }

  .md\:translate-y-tabletPaddingTop {
    --transform-translate-y: 6.625rem !important;
  }

  .md\:translate-y-largePaddingTop {
    --transform-translate-y: 13.75rem !important;
  }

  .md\:translate-y-phoneTextContentMaxWidth {
    --transform-translate-y: 57.0625rem !important;
  }

  .md\:translate-y-phoneTextContentWidth {
    --transform-translate-y: 63% !important;
  }

  .md\:translate-y-phoneBlockContentWidth {
    --transform-translate-y: 71.625rem !important;
  }

  .md\:translate-y-tabletTextContentMaxWidth {
    --transform-translate-y: 57.0625rem !important;
  }

  .md\:translate-y-tabletTextContentWidth {
    --transform-translate-y: 63% !important;
  }

  .md\:translate-y-tabletBlockContentWidth {
    --transform-translate-y: 71.625rem !important;
  }

  .md\:translate-y-largeTextContentMaxWidth {
    --transform-translate-y: 57.0625rem !important;
  }

  .md\:translate-y-largeTextContentWidth {
    --transform-translate-y: 63% !important;
  }

  .md\:translate-y-largeBlockContentWidth {
    --transform-translate-y: 71.625rem !important;
  }

  .md\:-translate-y-1 {
    --transform-translate-y: -0.25rem !important;
  }

  .md\:-translate-y-2 {
    --transform-translate-y: -0.5rem !important;
  }

  .md\:-translate-y-3 {
    --transform-translate-y: -0.75rem !important;
  }

  .md\:-translate-y-4 {
    --transform-translate-y: -1rem !important;
  }

  .md\:-translate-y-5 {
    --transform-translate-y: -1.25rem !important;
  }

  .md\:-translate-y-6 {
    --transform-translate-y: -1.5rem !important;
  }

  .md\:-translate-y-8 {
    --transform-translate-y: -2rem !important;
  }

  .md\:-translate-y-9 {
    --transform-translate-y: -2.5rem !important;
  }

  .md\:-translate-y-10 {
    --transform-translate-y: -2.5rem !important;
  }

  .md\:-translate-y-12 {
    --transform-translate-y: -3rem !important;
  }

  .md\:-translate-y-14 {
    --transform-translate-y: -3.5rem !important;
  }

  .md\:-translate-y-16 {
    --transform-translate-y: -4rem !important;
  }

  .md\:-translate-y-18 {
    --transform-translate-y: -4.5rem !important;
  }

  .md\:-translate-y-20 {
    --transform-translate-y: -5rem !important;
  }

  .md\:-translate-y-22 {
    --transform-translate-y: -5.626rem !important;
  }

  .md\:-translate-y-24 {
    --transform-translate-y: -6rem !important;
  }

  .md\:-translate-y-26 {
    --transform-translate-y: -6.25rem !important;
  }

  .md\:-translate-y-28 {
    --transform-translate-y: -7rem !important;
  }

  .md\:-translate-y-32 {
    --transform-translate-y: -8rem !important;
  }

  .md\:-translate-y-34 {
    --transform-translate-y: -8.5rem !important;
  }

  .md\:-translate-y-38 {
    --transform-translate-y: -9.25rem !important;
  }

  .md\:-translate-y-40 {
    --transform-translate-y: -10rem !important;
  }

  .md\:-translate-y-46 {
    --transform-translate-y: -11.75rem !important;
  }

  .md\:-translate-y-48 {
    --transform-translate-y: -12rem !important;
  }

  .md\:-translate-y-56 {
    --transform-translate-y: -14rem !important;
  }

  .md\:-translate-y-64 {
    --transform-translate-y: -16rem !important;
  }

  .md\:-translate-y-82 {
    --transform-translate-y: -20.75rem !important;
  }

  .md\:-translate-y-px {
    --transform-translate-y: -1px !important;
  }

  .md\:-translate-y-tiny {
    --transform-translate-y: -0.3rem !important;
  }

  .md\:-translate-y-quick-links {
    --transform-translate-y: -26% !important;
  }

  .md\:-translate-y-pro-slid {
    --transform-translate-y: -48% !important;
  }

  .md\:-translate-y-62p {
    --transform-translate-y: -62% !important;
  }

  .md\:-translate-y-90p {
    --transform-translate-y: -90% !important;
  }

  .md\:-translate-y-x-large {
    --transform-translate-y: -27.5rem !important;
  }

  .md\:-translate-y-2px {
    --transform-translate-y: -0.125rem !important;
  }

  .md\:-translate-y-9px {
    --transform-translate-y: -0.5625rem !important;
  }

  .md\:-translate-y-10px {
    --transform-translate-y: -0.625rem !important;
  }

  .md\:-translate-y-18px {
    --transform-translate-y: -1.125rem !important;
  }

  .md\:-translate-y-20px {
    --transform-translate-y: -1.25rem !important;
  }

  .md\:-translate-y-24px {
    --transform-translate-y: -1.5rem !important;
  }

  .md\:-translate-y-26px {
    --transform-translate-y: -1.625rem !important;
  }

  .md\:-translate-y-30px {
    --transform-translate-y: -1.875rem !important;
  }

  .md\:-translate-y-38px {
    --transform-translate-y: -2.375rem !important;
  }

  .md\:-translate-y-43px {
    --transform-translate-y: -2.6875rem !important;
  }

  .md\:-translate-y-44px {
    --transform-translate-y: -2.75rem !important;
  }

  .md\:-translate-y-46px {
    --transform-translate-y: -2.875rem !important;
  }

  .md\:-translate-y-53px {
    --transform-translate-y: -3.3125rem !important;
  }

  .md\:-translate-y-54px {
    --transform-translate-y: -3.375rem !important;
  }

  .md\:-translate-y-55px {
    --transform-translate-y: -3.4375rem !important;
  }

  .md\:-translate-y-60px {
    --transform-translate-y: -3.75rem !important;
  }

  .md\:-translate-y-67px {
    --transform-translate-y: -4.1875rem !important;
  }

  .md\:-translate-y-73px {
    --transform-translate-y: -4.5625rem !important;
  }

  .md\:-translate-y-80px {
    --transform-translate-y: -5rem !important;
  }

  .md\:-translate-y-81px {
    --transform-translate-y: -5.0625rem !important;
  }

  .md\:-translate-y-85px {
    --transform-translate-y: -5.3125rem !important;
  }

  .md\:-translate-y-92px {
    --transform-translate-y: -5.75rem !important;
  }

  .md\:-translate-y-100px {
    --transform-translate-y: -6.25rem !important;
  }

  .md\:-translate-y-106px {
    --transform-translate-y: -6.625rem !important;
  }

  .md\:-translate-y-123px {
    --transform-translate-y: -7.6875rem !important;
  }

  .md\:-translate-y-126px {
    --transform-translate-y: -7.875rem !important;
  }

  .md\:-translate-y-138px {
    --transform-translate-y: -8.625rem !important;
  }

  .md\:-translate-y-140px {
    --transform-translate-y: -8.75rem !important;
  }

  .md\:-translate-y-146px {
    --transform-translate-y: -9.125rem !important;
  }

  .md\:-translate-y-152px {
    --transform-translate-y: -9.5rem !important;
  }

  .md\:-translate-y-187px {
    --transform-translate-y: -11.6875rem !important;
  }

  .md\:-translate-y-220px {
    --transform-translate-y: -13.75rem !important;
  }

  .md\:-translate-y-253px {
    --transform-translate-y: -15.8125rem !important;
  }

  .md\:-translate-y-320px {
    --transform-translate-y: -20rem !important;
  }

  .md\:-translate-y-400px {
    --transform-translate-y: -25rem !important;
  }

  .md\:-translate-y-500px {
    --transform-translate-y: -31.25rem !important;
  }

  .md\:-translate-y-lgPaddingTop {
    --transform-translate-y: -15.8125rem !important;
  }

  .md\:-translate-y-phonePaddingTop {
    --transform-translate-y: -9.875rem !important;
  }

  .md\:-translate-y-tabletPaddingTop {
    --transform-translate-y: -6.625rem !important;
  }

  .md\:-translate-y-largePaddingTop {
    --transform-translate-y: -13.75rem !important;
  }

  .md\:-translate-y-phoneTextContentMaxWidth {
    --transform-translate-y: -57.0625rem !important;
  }

  .md\:-translate-y-phoneTextContentWidth {
    --transform-translate-y: -63% !important;
  }

  .md\:-translate-y-phoneBlockContentWidth {
    --transform-translate-y: -71.625rem !important;
  }

  .md\:-translate-y-tabletTextContentMaxWidth {
    --transform-translate-y: -57.0625rem !important;
  }

  .md\:-translate-y-tabletTextContentWidth {
    --transform-translate-y: -63% !important;
  }

  .md\:-translate-y-tabletBlockContentWidth {
    --transform-translate-y: -71.625rem !important;
  }

  .md\:-translate-y-largeTextContentMaxWidth {
    --transform-translate-y: -57.0625rem !important;
  }

  .md\:-translate-y-largeTextContentWidth {
    --transform-translate-y: -63% !important;
  }

  .md\:-translate-y-largeBlockContentWidth {
    --transform-translate-y: -71.625rem !important;
  }

  .md\:-translate-y-full {
    --transform-translate-y: -100% !important;
  }

  .md\:-translate-y-1\/2 {
    --transform-translate-y: -50% !important;
  }

  .md\:translate-y-1\/2 {
    --transform-translate-y: 50% !important;
  }

  .md\:translate-y-full {
    --transform-translate-y: 100% !important;
  }

  .md\:hover\:translate-x-0:hover {
    --transform-translate-x: 0 !important;
  }

  .md\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem !important;
  }

  .md\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem !important;
  }

  .md\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem !important;
  }

  .md\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem !important;
  }

  .md\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.25rem !important;
  }

  .md\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem !important;
  }

  .md\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem !important;
  }

  .md\:hover\:translate-x-9:hover {
    --transform-translate-x: 2.5rem !important;
  }

  .md\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem !important;
  }

  .md\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem !important;
  }

  .md\:hover\:translate-x-14:hover {
    --transform-translate-x: 3.5rem !important;
  }

  .md\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem !important;
  }

  .md\:hover\:translate-x-18:hover {
    --transform-translate-x: 4.5rem !important;
  }

  .md\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem !important;
  }

  .md\:hover\:translate-x-22:hover {
    --transform-translate-x: 5.626rem !important;
  }

  .md\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem !important;
  }

  .md\:hover\:translate-x-26:hover {
    --transform-translate-x: 6.25rem !important;
  }

  .md\:hover\:translate-x-28:hover {
    --transform-translate-x: 7rem !important;
  }

  .md\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem !important;
  }

  .md\:hover\:translate-x-34:hover {
    --transform-translate-x: 8.5rem !important;
  }

  .md\:hover\:translate-x-38:hover {
    --transform-translate-x: 9.25rem !important;
  }

  .md\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem !important;
  }

  .md\:hover\:translate-x-46:hover {
    --transform-translate-x: 11.75rem !important;
  }

  .md\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem !important;
  }

  .md\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem !important;
  }

  .md\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem !important;
  }

  .md\:hover\:translate-x-82:hover {
    --transform-translate-x: 20.75rem !important;
  }

  .md\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px !important;
  }

  .md\:hover\:translate-x-tiny:hover {
    --transform-translate-x: 0.3rem !important;
  }

  .md\:hover\:translate-x-quick-links:hover {
    --transform-translate-x: 26% !important;
  }

  .md\:hover\:translate-x-pro-slid:hover {
    --transform-translate-x: 48% !important;
  }

  .md\:hover\:translate-x-62p:hover {
    --transform-translate-x: 62% !important;
  }

  .md\:hover\:translate-x-90p:hover {
    --transform-translate-x: 90% !important;
  }

  .md\:hover\:translate-x-x-large:hover {
    --transform-translate-x: 27.5rem !important;
  }

  .md\:hover\:translate-x-2px:hover {
    --transform-translate-x: 0.125rem !important;
  }

  .md\:hover\:translate-x-9px:hover {
    --transform-translate-x: 0.5625rem !important;
  }

  .md\:hover\:translate-x-10px:hover {
    --transform-translate-x: 0.625rem !important;
  }

  .md\:hover\:translate-x-18px:hover {
    --transform-translate-x: 1.125rem !important;
  }

  .md\:hover\:translate-x-20px:hover {
    --transform-translate-x: 1.25rem !important;
  }

  .md\:hover\:translate-x-24px:hover {
    --transform-translate-x: 1.5rem !important;
  }

  .md\:hover\:translate-x-26px:hover {
    --transform-translate-x: 1.625rem !important;
  }

  .md\:hover\:translate-x-30px:hover {
    --transform-translate-x: 1.875rem !important;
  }

  .md\:hover\:translate-x-38px:hover {
    --transform-translate-x: 2.375rem !important;
  }

  .md\:hover\:translate-x-43px:hover {
    --transform-translate-x: 2.6875rem !important;
  }

  .md\:hover\:translate-x-44px:hover {
    --transform-translate-x: 2.75rem !important;
  }

  .md\:hover\:translate-x-46px:hover {
    --transform-translate-x: 2.875rem !important;
  }

  .md\:hover\:translate-x-53px:hover {
    --transform-translate-x: 3.3125rem !important;
  }

  .md\:hover\:translate-x-54px:hover {
    --transform-translate-x: 3.375rem !important;
  }

  .md\:hover\:translate-x-55px:hover {
    --transform-translate-x: 3.4375rem !important;
  }

  .md\:hover\:translate-x-60px:hover {
    --transform-translate-x: 3.75rem !important;
  }

  .md\:hover\:translate-x-67px:hover {
    --transform-translate-x: 4.1875rem !important;
  }

  .md\:hover\:translate-x-73px:hover {
    --transform-translate-x: 4.5625rem !important;
  }

  .md\:hover\:translate-x-80px:hover {
    --transform-translate-x: 5rem !important;
  }

  .md\:hover\:translate-x-81px:hover {
    --transform-translate-x: 5.0625rem !important;
  }

  .md\:hover\:translate-x-85px:hover {
    --transform-translate-x: 5.3125rem !important;
  }

  .md\:hover\:translate-x-92px:hover {
    --transform-translate-x: 5.75rem !important;
  }

  .md\:hover\:translate-x-100px:hover {
    --transform-translate-x: 6.25rem !important;
  }

  .md\:hover\:translate-x-106px:hover {
    --transform-translate-x: 6.625rem !important;
  }

  .md\:hover\:translate-x-123px:hover {
    --transform-translate-x: 7.6875rem !important;
  }

  .md\:hover\:translate-x-126px:hover {
    --transform-translate-x: 7.875rem !important;
  }

  .md\:hover\:translate-x-138px:hover {
    --transform-translate-x: 8.625rem !important;
  }

  .md\:hover\:translate-x-140px:hover {
    --transform-translate-x: 8.75rem !important;
  }

  .md\:hover\:translate-x-146px:hover {
    --transform-translate-x: 9.125rem !important;
  }

  .md\:hover\:translate-x-152px:hover {
    --transform-translate-x: 9.5rem !important;
  }

  .md\:hover\:translate-x-187px:hover {
    --transform-translate-x: 11.6875rem !important;
  }

  .md\:hover\:translate-x-220px:hover {
    --transform-translate-x: 13.75rem !important;
  }

  .md\:hover\:translate-x-253px:hover {
    --transform-translate-x: 15.8125rem !important;
  }

  .md\:hover\:translate-x-320px:hover {
    --transform-translate-x: 20rem !important;
  }

  .md\:hover\:translate-x-400px:hover {
    --transform-translate-x: 25rem !important;
  }

  .md\:hover\:translate-x-500px:hover {
    --transform-translate-x: 31.25rem !important;
  }

  .md\:hover\:translate-x-lgPaddingTop:hover {
    --transform-translate-x: 15.8125rem !important;
  }

  .md\:hover\:translate-x-phonePaddingTop:hover {
    --transform-translate-x: 9.875rem !important;
  }

  .md\:hover\:translate-x-tabletPaddingTop:hover {
    --transform-translate-x: 6.625rem !important;
  }

  .md\:hover\:translate-x-largePaddingTop:hover {
    --transform-translate-x: 13.75rem !important;
  }

  .md\:hover\:translate-x-phoneTextContentMaxWidth:hover {
    --transform-translate-x: 57.0625rem !important;
  }

  .md\:hover\:translate-x-phoneTextContentWidth:hover {
    --transform-translate-x: 63% !important;
  }

  .md\:hover\:translate-x-phoneBlockContentWidth:hover {
    --transform-translate-x: 71.625rem !important;
  }

  .md\:hover\:translate-x-tabletTextContentMaxWidth:hover {
    --transform-translate-x: 57.0625rem !important;
  }

  .md\:hover\:translate-x-tabletTextContentWidth:hover {
    --transform-translate-x: 63% !important;
  }

  .md\:hover\:translate-x-tabletBlockContentWidth:hover {
    --transform-translate-x: 71.625rem !important;
  }

  .md\:hover\:translate-x-largeTextContentMaxWidth:hover {
    --transform-translate-x: 57.0625rem !important;
  }

  .md\:hover\:translate-x-largeTextContentWidth:hover {
    --transform-translate-x: 63% !important;
  }

  .md\:hover\:translate-x-largeBlockContentWidth:hover {
    --transform-translate-x: 71.625rem !important;
  }

  .md\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem !important;
  }

  .md\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem !important;
  }

  .md\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem !important;
  }

  .md\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem !important;
  }

  .md\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.25rem !important;
  }

  .md\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem !important;
  }

  .md\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem !important;
  }

  .md\:hover\:-translate-x-9:hover {
    --transform-translate-x: -2.5rem !important;
  }

  .md\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem !important;
  }

  .md\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem !important;
  }

  .md\:hover\:-translate-x-14:hover {
    --transform-translate-x: -3.5rem !important;
  }

  .md\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem !important;
  }

  .md\:hover\:-translate-x-18:hover {
    --transform-translate-x: -4.5rem !important;
  }

  .md\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem !important;
  }

  .md\:hover\:-translate-x-22:hover {
    --transform-translate-x: -5.626rem !important;
  }

  .md\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem !important;
  }

  .md\:hover\:-translate-x-26:hover {
    --transform-translate-x: -6.25rem !important;
  }

  .md\:hover\:-translate-x-28:hover {
    --transform-translate-x: -7rem !important;
  }

  .md\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem !important;
  }

  .md\:hover\:-translate-x-34:hover {
    --transform-translate-x: -8.5rem !important;
  }

  .md\:hover\:-translate-x-38:hover {
    --transform-translate-x: -9.25rem !important;
  }

  .md\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem !important;
  }

  .md\:hover\:-translate-x-46:hover {
    --transform-translate-x: -11.75rem !important;
  }

  .md\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem !important;
  }

  .md\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem !important;
  }

  .md\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem !important;
  }

  .md\:hover\:-translate-x-82:hover {
    --transform-translate-x: -20.75rem !important;
  }

  .md\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px !important;
  }

  .md\:hover\:-translate-x-tiny:hover {
    --transform-translate-x: -0.3rem !important;
  }

  .md\:hover\:-translate-x-quick-links:hover {
    --transform-translate-x: -26% !important;
  }

  .md\:hover\:-translate-x-pro-slid:hover {
    --transform-translate-x: -48% !important;
  }

  .md\:hover\:-translate-x-62p:hover {
    --transform-translate-x: -62% !important;
  }

  .md\:hover\:-translate-x-90p:hover {
    --transform-translate-x: -90% !important;
  }

  .md\:hover\:-translate-x-x-large:hover {
    --transform-translate-x: -27.5rem !important;
  }

  .md\:hover\:-translate-x-2px:hover {
    --transform-translate-x: -0.125rem !important;
  }

  .md\:hover\:-translate-x-9px:hover {
    --transform-translate-x: -0.5625rem !important;
  }

  .md\:hover\:-translate-x-10px:hover {
    --transform-translate-x: -0.625rem !important;
  }

  .md\:hover\:-translate-x-18px:hover {
    --transform-translate-x: -1.125rem !important;
  }

  .md\:hover\:-translate-x-20px:hover {
    --transform-translate-x: -1.25rem !important;
  }

  .md\:hover\:-translate-x-24px:hover {
    --transform-translate-x: -1.5rem !important;
  }

  .md\:hover\:-translate-x-26px:hover {
    --transform-translate-x: -1.625rem !important;
  }

  .md\:hover\:-translate-x-30px:hover {
    --transform-translate-x: -1.875rem !important;
  }

  .md\:hover\:-translate-x-38px:hover {
    --transform-translate-x: -2.375rem !important;
  }

  .md\:hover\:-translate-x-43px:hover {
    --transform-translate-x: -2.6875rem !important;
  }

  .md\:hover\:-translate-x-44px:hover {
    --transform-translate-x: -2.75rem !important;
  }

  .md\:hover\:-translate-x-46px:hover {
    --transform-translate-x: -2.875rem !important;
  }

  .md\:hover\:-translate-x-53px:hover {
    --transform-translate-x: -3.3125rem !important;
  }

  .md\:hover\:-translate-x-54px:hover {
    --transform-translate-x: -3.375rem !important;
  }

  .md\:hover\:-translate-x-55px:hover {
    --transform-translate-x: -3.4375rem !important;
  }

  .md\:hover\:-translate-x-60px:hover {
    --transform-translate-x: -3.75rem !important;
  }

  .md\:hover\:-translate-x-67px:hover {
    --transform-translate-x: -4.1875rem !important;
  }

  .md\:hover\:-translate-x-73px:hover {
    --transform-translate-x: -4.5625rem !important;
  }

  .md\:hover\:-translate-x-80px:hover {
    --transform-translate-x: -5rem !important;
  }

  .md\:hover\:-translate-x-81px:hover {
    --transform-translate-x: -5.0625rem !important;
  }

  .md\:hover\:-translate-x-85px:hover {
    --transform-translate-x: -5.3125rem !important;
  }

  .md\:hover\:-translate-x-92px:hover {
    --transform-translate-x: -5.75rem !important;
  }

  .md\:hover\:-translate-x-100px:hover {
    --transform-translate-x: -6.25rem !important;
  }

  .md\:hover\:-translate-x-106px:hover {
    --transform-translate-x: -6.625rem !important;
  }

  .md\:hover\:-translate-x-123px:hover {
    --transform-translate-x: -7.6875rem !important;
  }

  .md\:hover\:-translate-x-126px:hover {
    --transform-translate-x: -7.875rem !important;
  }

  .md\:hover\:-translate-x-138px:hover {
    --transform-translate-x: -8.625rem !important;
  }

  .md\:hover\:-translate-x-140px:hover {
    --transform-translate-x: -8.75rem !important;
  }

  .md\:hover\:-translate-x-146px:hover {
    --transform-translate-x: -9.125rem !important;
  }

  .md\:hover\:-translate-x-152px:hover {
    --transform-translate-x: -9.5rem !important;
  }

  .md\:hover\:-translate-x-187px:hover {
    --transform-translate-x: -11.6875rem !important;
  }

  .md\:hover\:-translate-x-220px:hover {
    --transform-translate-x: -13.75rem !important;
  }

  .md\:hover\:-translate-x-253px:hover {
    --transform-translate-x: -15.8125rem !important;
  }

  .md\:hover\:-translate-x-320px:hover {
    --transform-translate-x: -20rem !important;
  }

  .md\:hover\:-translate-x-400px:hover {
    --transform-translate-x: -25rem !important;
  }

  .md\:hover\:-translate-x-500px:hover {
    --transform-translate-x: -31.25rem !important;
  }

  .md\:hover\:-translate-x-lgPaddingTop:hover {
    --transform-translate-x: -15.8125rem !important;
  }

  .md\:hover\:-translate-x-phonePaddingTop:hover {
    --transform-translate-x: -9.875rem !important;
  }

  .md\:hover\:-translate-x-tabletPaddingTop:hover {
    --transform-translate-x: -6.625rem !important;
  }

  .md\:hover\:-translate-x-largePaddingTop:hover {
    --transform-translate-x: -13.75rem !important;
  }

  .md\:hover\:-translate-x-phoneTextContentMaxWidth:hover {
    --transform-translate-x: -57.0625rem !important;
  }

  .md\:hover\:-translate-x-phoneTextContentWidth:hover {
    --transform-translate-x: -63% !important;
  }

  .md\:hover\:-translate-x-phoneBlockContentWidth:hover {
    --transform-translate-x: -71.625rem !important;
  }

  .md\:hover\:-translate-x-tabletTextContentMaxWidth:hover {
    --transform-translate-x: -57.0625rem !important;
  }

  .md\:hover\:-translate-x-tabletTextContentWidth:hover {
    --transform-translate-x: -63% !important;
  }

  .md\:hover\:-translate-x-tabletBlockContentWidth:hover {
    --transform-translate-x: -71.625rem !important;
  }

  .md\:hover\:-translate-x-largeTextContentMaxWidth:hover {
    --transform-translate-x: -57.0625rem !important;
  }

  .md\:hover\:-translate-x-largeTextContentWidth:hover {
    --transform-translate-x: -63% !important;
  }

  .md\:hover\:-translate-x-largeBlockContentWidth:hover {
    --transform-translate-x: -71.625rem !important;
  }

  .md\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100% !important;
  }

  .md\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50% !important;
  }

  .md\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50% !important;
  }

  .md\:hover\:translate-x-full:hover {
    --transform-translate-x: 100% !important;
  }

  .md\:hover\:translate-y-0:hover {
    --transform-translate-y: 0 !important;
  }

  .md\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem !important;
  }

  .md\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem !important;
  }

  .md\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem !important;
  }

  .md\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem !important;
  }

  .md\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.25rem !important;
  }

  .md\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem !important;
  }

  .md\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem !important;
  }

  .md\:hover\:translate-y-9:hover {
    --transform-translate-y: 2.5rem !important;
  }

  .md\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem !important;
  }

  .md\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem !important;
  }

  .md\:hover\:translate-y-14:hover {
    --transform-translate-y: 3.5rem !important;
  }

  .md\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem !important;
  }

  .md\:hover\:translate-y-18:hover {
    --transform-translate-y: 4.5rem !important;
  }

  .md\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem !important;
  }

  .md\:hover\:translate-y-22:hover {
    --transform-translate-y: 5.626rem !important;
  }

  .md\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem !important;
  }

  .md\:hover\:translate-y-26:hover {
    --transform-translate-y: 6.25rem !important;
  }

  .md\:hover\:translate-y-28:hover {
    --transform-translate-y: 7rem !important;
  }

  .md\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem !important;
  }

  .md\:hover\:translate-y-34:hover {
    --transform-translate-y: 8.5rem !important;
  }

  .md\:hover\:translate-y-38:hover {
    --transform-translate-y: 9.25rem !important;
  }

  .md\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem !important;
  }

  .md\:hover\:translate-y-46:hover {
    --transform-translate-y: 11.75rem !important;
  }

  .md\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem !important;
  }

  .md\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem !important;
  }

  .md\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem !important;
  }

  .md\:hover\:translate-y-82:hover {
    --transform-translate-y: 20.75rem !important;
  }

  .md\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px !important;
  }

  .md\:hover\:translate-y-tiny:hover {
    --transform-translate-y: 0.3rem !important;
  }

  .md\:hover\:translate-y-quick-links:hover {
    --transform-translate-y: 26% !important;
  }

  .md\:hover\:translate-y-pro-slid:hover {
    --transform-translate-y: 48% !important;
  }

  .md\:hover\:translate-y-62p:hover {
    --transform-translate-y: 62% !important;
  }

  .md\:hover\:translate-y-90p:hover {
    --transform-translate-y: 90% !important;
  }

  .md\:hover\:translate-y-x-large:hover {
    --transform-translate-y: 27.5rem !important;
  }

  .md\:hover\:translate-y-2px:hover {
    --transform-translate-y: 0.125rem !important;
  }

  .md\:hover\:translate-y-9px:hover {
    --transform-translate-y: 0.5625rem !important;
  }

  .md\:hover\:translate-y-10px:hover {
    --transform-translate-y: 0.625rem !important;
  }

  .md\:hover\:translate-y-18px:hover {
    --transform-translate-y: 1.125rem !important;
  }

  .md\:hover\:translate-y-20px:hover {
    --transform-translate-y: 1.25rem !important;
  }

  .md\:hover\:translate-y-24px:hover {
    --transform-translate-y: 1.5rem !important;
  }

  .md\:hover\:translate-y-26px:hover {
    --transform-translate-y: 1.625rem !important;
  }

  .md\:hover\:translate-y-30px:hover {
    --transform-translate-y: 1.875rem !important;
  }

  .md\:hover\:translate-y-38px:hover {
    --transform-translate-y: 2.375rem !important;
  }

  .md\:hover\:translate-y-43px:hover {
    --transform-translate-y: 2.6875rem !important;
  }

  .md\:hover\:translate-y-44px:hover {
    --transform-translate-y: 2.75rem !important;
  }

  .md\:hover\:translate-y-46px:hover {
    --transform-translate-y: 2.875rem !important;
  }

  .md\:hover\:translate-y-53px:hover {
    --transform-translate-y: 3.3125rem !important;
  }

  .md\:hover\:translate-y-54px:hover {
    --transform-translate-y: 3.375rem !important;
  }

  .md\:hover\:translate-y-55px:hover {
    --transform-translate-y: 3.4375rem !important;
  }

  .md\:hover\:translate-y-60px:hover {
    --transform-translate-y: 3.75rem !important;
  }

  .md\:hover\:translate-y-67px:hover {
    --transform-translate-y: 4.1875rem !important;
  }

  .md\:hover\:translate-y-73px:hover {
    --transform-translate-y: 4.5625rem !important;
  }

  .md\:hover\:translate-y-80px:hover {
    --transform-translate-y: 5rem !important;
  }

  .md\:hover\:translate-y-81px:hover {
    --transform-translate-y: 5.0625rem !important;
  }

  .md\:hover\:translate-y-85px:hover {
    --transform-translate-y: 5.3125rem !important;
  }

  .md\:hover\:translate-y-92px:hover {
    --transform-translate-y: 5.75rem !important;
  }

  .md\:hover\:translate-y-100px:hover {
    --transform-translate-y: 6.25rem !important;
  }

  .md\:hover\:translate-y-106px:hover {
    --transform-translate-y: 6.625rem !important;
  }

  .md\:hover\:translate-y-123px:hover {
    --transform-translate-y: 7.6875rem !important;
  }

  .md\:hover\:translate-y-126px:hover {
    --transform-translate-y: 7.875rem !important;
  }

  .md\:hover\:translate-y-138px:hover {
    --transform-translate-y: 8.625rem !important;
  }

  .md\:hover\:translate-y-140px:hover {
    --transform-translate-y: 8.75rem !important;
  }

  .md\:hover\:translate-y-146px:hover {
    --transform-translate-y: 9.125rem !important;
  }

  .md\:hover\:translate-y-152px:hover {
    --transform-translate-y: 9.5rem !important;
  }

  .md\:hover\:translate-y-187px:hover {
    --transform-translate-y: 11.6875rem !important;
  }

  .md\:hover\:translate-y-220px:hover {
    --transform-translate-y: 13.75rem !important;
  }

  .md\:hover\:translate-y-253px:hover {
    --transform-translate-y: 15.8125rem !important;
  }

  .md\:hover\:translate-y-320px:hover {
    --transform-translate-y: 20rem !important;
  }

  .md\:hover\:translate-y-400px:hover {
    --transform-translate-y: 25rem !important;
  }

  .md\:hover\:translate-y-500px:hover {
    --transform-translate-y: 31.25rem !important;
  }

  .md\:hover\:translate-y-lgPaddingTop:hover {
    --transform-translate-y: 15.8125rem !important;
  }

  .md\:hover\:translate-y-phonePaddingTop:hover {
    --transform-translate-y: 9.875rem !important;
  }

  .md\:hover\:translate-y-tabletPaddingTop:hover {
    --transform-translate-y: 6.625rem !important;
  }

  .md\:hover\:translate-y-largePaddingTop:hover {
    --transform-translate-y: 13.75rem !important;
  }

  .md\:hover\:translate-y-phoneTextContentMaxWidth:hover {
    --transform-translate-y: 57.0625rem !important;
  }

  .md\:hover\:translate-y-phoneTextContentWidth:hover {
    --transform-translate-y: 63% !important;
  }

  .md\:hover\:translate-y-phoneBlockContentWidth:hover {
    --transform-translate-y: 71.625rem !important;
  }

  .md\:hover\:translate-y-tabletTextContentMaxWidth:hover {
    --transform-translate-y: 57.0625rem !important;
  }

  .md\:hover\:translate-y-tabletTextContentWidth:hover {
    --transform-translate-y: 63% !important;
  }

  .md\:hover\:translate-y-tabletBlockContentWidth:hover {
    --transform-translate-y: 71.625rem !important;
  }

  .md\:hover\:translate-y-largeTextContentMaxWidth:hover {
    --transform-translate-y: 57.0625rem !important;
  }

  .md\:hover\:translate-y-largeTextContentWidth:hover {
    --transform-translate-y: 63% !important;
  }

  .md\:hover\:translate-y-largeBlockContentWidth:hover {
    --transform-translate-y: 71.625rem !important;
  }

  .md\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem !important;
  }

  .md\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem !important;
  }

  .md\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem !important;
  }

  .md\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem !important;
  }

  .md\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.25rem !important;
  }

  .md\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem !important;
  }

  .md\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem !important;
  }

  .md\:hover\:-translate-y-9:hover {
    --transform-translate-y: -2.5rem !important;
  }

  .md\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem !important;
  }

  .md\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem !important;
  }

  .md\:hover\:-translate-y-14:hover {
    --transform-translate-y: -3.5rem !important;
  }

  .md\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem !important;
  }

  .md\:hover\:-translate-y-18:hover {
    --transform-translate-y: -4.5rem !important;
  }

  .md\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem !important;
  }

  .md\:hover\:-translate-y-22:hover {
    --transform-translate-y: -5.626rem !important;
  }

  .md\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem !important;
  }

  .md\:hover\:-translate-y-26:hover {
    --transform-translate-y: -6.25rem !important;
  }

  .md\:hover\:-translate-y-28:hover {
    --transform-translate-y: -7rem !important;
  }

  .md\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem !important;
  }

  .md\:hover\:-translate-y-34:hover {
    --transform-translate-y: -8.5rem !important;
  }

  .md\:hover\:-translate-y-38:hover {
    --transform-translate-y: -9.25rem !important;
  }

  .md\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem !important;
  }

  .md\:hover\:-translate-y-46:hover {
    --transform-translate-y: -11.75rem !important;
  }

  .md\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem !important;
  }

  .md\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem !important;
  }

  .md\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem !important;
  }

  .md\:hover\:-translate-y-82:hover {
    --transform-translate-y: -20.75rem !important;
  }

  .md\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px !important;
  }

  .md\:hover\:-translate-y-tiny:hover {
    --transform-translate-y: -0.3rem !important;
  }

  .md\:hover\:-translate-y-quick-links:hover {
    --transform-translate-y: -26% !important;
  }

  .md\:hover\:-translate-y-pro-slid:hover {
    --transform-translate-y: -48% !important;
  }

  .md\:hover\:-translate-y-62p:hover {
    --transform-translate-y: -62% !important;
  }

  .md\:hover\:-translate-y-90p:hover {
    --transform-translate-y: -90% !important;
  }

  .md\:hover\:-translate-y-x-large:hover {
    --transform-translate-y: -27.5rem !important;
  }

  .md\:hover\:-translate-y-2px:hover {
    --transform-translate-y: -0.125rem !important;
  }

  .md\:hover\:-translate-y-9px:hover {
    --transform-translate-y: -0.5625rem !important;
  }

  .md\:hover\:-translate-y-10px:hover {
    --transform-translate-y: -0.625rem !important;
  }

  .md\:hover\:-translate-y-18px:hover {
    --transform-translate-y: -1.125rem !important;
  }

  .md\:hover\:-translate-y-20px:hover {
    --transform-translate-y: -1.25rem !important;
  }

  .md\:hover\:-translate-y-24px:hover {
    --transform-translate-y: -1.5rem !important;
  }

  .md\:hover\:-translate-y-26px:hover {
    --transform-translate-y: -1.625rem !important;
  }

  .md\:hover\:-translate-y-30px:hover {
    --transform-translate-y: -1.875rem !important;
  }

  .md\:hover\:-translate-y-38px:hover {
    --transform-translate-y: -2.375rem !important;
  }

  .md\:hover\:-translate-y-43px:hover {
    --transform-translate-y: -2.6875rem !important;
  }

  .md\:hover\:-translate-y-44px:hover {
    --transform-translate-y: -2.75rem !important;
  }

  .md\:hover\:-translate-y-46px:hover {
    --transform-translate-y: -2.875rem !important;
  }

  .md\:hover\:-translate-y-53px:hover {
    --transform-translate-y: -3.3125rem !important;
  }

  .md\:hover\:-translate-y-54px:hover {
    --transform-translate-y: -3.375rem !important;
  }

  .md\:hover\:-translate-y-55px:hover {
    --transform-translate-y: -3.4375rem !important;
  }

  .md\:hover\:-translate-y-60px:hover {
    --transform-translate-y: -3.75rem !important;
  }

  .md\:hover\:-translate-y-67px:hover {
    --transform-translate-y: -4.1875rem !important;
  }

  .md\:hover\:-translate-y-73px:hover {
    --transform-translate-y: -4.5625rem !important;
  }

  .md\:hover\:-translate-y-80px:hover {
    --transform-translate-y: -5rem !important;
  }

  .md\:hover\:-translate-y-81px:hover {
    --transform-translate-y: -5.0625rem !important;
  }

  .md\:hover\:-translate-y-85px:hover {
    --transform-translate-y: -5.3125rem !important;
  }

  .md\:hover\:-translate-y-92px:hover {
    --transform-translate-y: -5.75rem !important;
  }

  .md\:hover\:-translate-y-100px:hover {
    --transform-translate-y: -6.25rem !important;
  }

  .md\:hover\:-translate-y-106px:hover {
    --transform-translate-y: -6.625rem !important;
  }

  .md\:hover\:-translate-y-123px:hover {
    --transform-translate-y: -7.6875rem !important;
  }

  .md\:hover\:-translate-y-126px:hover {
    --transform-translate-y: -7.875rem !important;
  }

  .md\:hover\:-translate-y-138px:hover {
    --transform-translate-y: -8.625rem !important;
  }

  .md\:hover\:-translate-y-140px:hover {
    --transform-translate-y: -8.75rem !important;
  }

  .md\:hover\:-translate-y-146px:hover {
    --transform-translate-y: -9.125rem !important;
  }

  .md\:hover\:-translate-y-152px:hover {
    --transform-translate-y: -9.5rem !important;
  }

  .md\:hover\:-translate-y-187px:hover {
    --transform-translate-y: -11.6875rem !important;
  }

  .md\:hover\:-translate-y-220px:hover {
    --transform-translate-y: -13.75rem !important;
  }

  .md\:hover\:-translate-y-253px:hover {
    --transform-translate-y: -15.8125rem !important;
  }

  .md\:hover\:-translate-y-320px:hover {
    --transform-translate-y: -20rem !important;
  }

  .md\:hover\:-translate-y-400px:hover {
    --transform-translate-y: -25rem !important;
  }

  .md\:hover\:-translate-y-500px:hover {
    --transform-translate-y: -31.25rem !important;
  }

  .md\:hover\:-translate-y-lgPaddingTop:hover {
    --transform-translate-y: -15.8125rem !important;
  }

  .md\:hover\:-translate-y-phonePaddingTop:hover {
    --transform-translate-y: -9.875rem !important;
  }

  .md\:hover\:-translate-y-tabletPaddingTop:hover {
    --transform-translate-y: -6.625rem !important;
  }

  .md\:hover\:-translate-y-largePaddingTop:hover {
    --transform-translate-y: -13.75rem !important;
  }

  .md\:hover\:-translate-y-phoneTextContentMaxWidth:hover {
    --transform-translate-y: -57.0625rem !important;
  }

  .md\:hover\:-translate-y-phoneTextContentWidth:hover {
    --transform-translate-y: -63% !important;
  }

  .md\:hover\:-translate-y-phoneBlockContentWidth:hover {
    --transform-translate-y: -71.625rem !important;
  }

  .md\:hover\:-translate-y-tabletTextContentMaxWidth:hover {
    --transform-translate-y: -57.0625rem !important;
  }

  .md\:hover\:-translate-y-tabletTextContentWidth:hover {
    --transform-translate-y: -63% !important;
  }

  .md\:hover\:-translate-y-tabletBlockContentWidth:hover {
    --transform-translate-y: -71.625rem !important;
  }

  .md\:hover\:-translate-y-largeTextContentMaxWidth:hover {
    --transform-translate-y: -57.0625rem !important;
  }

  .md\:hover\:-translate-y-largeTextContentWidth:hover {
    --transform-translate-y: -63% !important;
  }

  .md\:hover\:-translate-y-largeBlockContentWidth:hover {
    --transform-translate-y: -71.625rem !important;
  }

  .md\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100% !important;
  }

  .md\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50% !important;
  }

  .md\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50% !important;
  }

  .md\:hover\:translate-y-full:hover {
    --transform-translate-y: 100% !important;
  }

  .md\:focus\:translate-x-0:focus {
    --transform-translate-x: 0 !important;
  }

  .md\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem !important;
  }

  .md\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem !important;
  }

  .md\:focus\:translate-x-3:focus {
    --transform-translate-x: 0.75rem !important;
  }

  .md\:focus\:translate-x-4:focus {
    --transform-translate-x: 1rem !important;
  }

  .md\:focus\:translate-x-5:focus {
    --transform-translate-x: 1.25rem !important;
  }

  .md\:focus\:translate-x-6:focus {
    --transform-translate-x: 1.5rem !important;
  }

  .md\:focus\:translate-x-8:focus {
    --transform-translate-x: 2rem !important;
  }

  .md\:focus\:translate-x-9:focus {
    --transform-translate-x: 2.5rem !important;
  }

  .md\:focus\:translate-x-10:focus {
    --transform-translate-x: 2.5rem !important;
  }

  .md\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem !important;
  }

  .md\:focus\:translate-x-14:focus {
    --transform-translate-x: 3.5rem !important;
  }

  .md\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem !important;
  }

  .md\:focus\:translate-x-18:focus {
    --transform-translate-x: 4.5rem !important;
  }

  .md\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem !important;
  }

  .md\:focus\:translate-x-22:focus {
    --transform-translate-x: 5.626rem !important;
  }

  .md\:focus\:translate-x-24:focus {
    --transform-translate-x: 6rem !important;
  }

  .md\:focus\:translate-x-26:focus {
    --transform-translate-x: 6.25rem !important;
  }

  .md\:focus\:translate-x-28:focus {
    --transform-translate-x: 7rem !important;
  }

  .md\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem !important;
  }

  .md\:focus\:translate-x-34:focus {
    --transform-translate-x: 8.5rem !important;
  }

  .md\:focus\:translate-x-38:focus {
    --transform-translate-x: 9.25rem !important;
  }

  .md\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem !important;
  }

  .md\:focus\:translate-x-46:focus {
    --transform-translate-x: 11.75rem !important;
  }

  .md\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem !important;
  }

  .md\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem !important;
  }

  .md\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem !important;
  }

  .md\:focus\:translate-x-82:focus {
    --transform-translate-x: 20.75rem !important;
  }

  .md\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px !important;
  }

  .md\:focus\:translate-x-tiny:focus {
    --transform-translate-x: 0.3rem !important;
  }

  .md\:focus\:translate-x-quick-links:focus {
    --transform-translate-x: 26% !important;
  }

  .md\:focus\:translate-x-pro-slid:focus {
    --transform-translate-x: 48% !important;
  }

  .md\:focus\:translate-x-62p:focus {
    --transform-translate-x: 62% !important;
  }

  .md\:focus\:translate-x-90p:focus {
    --transform-translate-x: 90% !important;
  }

  .md\:focus\:translate-x-x-large:focus {
    --transform-translate-x: 27.5rem !important;
  }

  .md\:focus\:translate-x-2px:focus {
    --transform-translate-x: 0.125rem !important;
  }

  .md\:focus\:translate-x-9px:focus {
    --transform-translate-x: 0.5625rem !important;
  }

  .md\:focus\:translate-x-10px:focus {
    --transform-translate-x: 0.625rem !important;
  }

  .md\:focus\:translate-x-18px:focus {
    --transform-translate-x: 1.125rem !important;
  }

  .md\:focus\:translate-x-20px:focus {
    --transform-translate-x: 1.25rem !important;
  }

  .md\:focus\:translate-x-24px:focus {
    --transform-translate-x: 1.5rem !important;
  }

  .md\:focus\:translate-x-26px:focus {
    --transform-translate-x: 1.625rem !important;
  }

  .md\:focus\:translate-x-30px:focus {
    --transform-translate-x: 1.875rem !important;
  }

  .md\:focus\:translate-x-38px:focus {
    --transform-translate-x: 2.375rem !important;
  }

  .md\:focus\:translate-x-43px:focus {
    --transform-translate-x: 2.6875rem !important;
  }

  .md\:focus\:translate-x-44px:focus {
    --transform-translate-x: 2.75rem !important;
  }

  .md\:focus\:translate-x-46px:focus {
    --transform-translate-x: 2.875rem !important;
  }

  .md\:focus\:translate-x-53px:focus {
    --transform-translate-x: 3.3125rem !important;
  }

  .md\:focus\:translate-x-54px:focus {
    --transform-translate-x: 3.375rem !important;
  }

  .md\:focus\:translate-x-55px:focus {
    --transform-translate-x: 3.4375rem !important;
  }

  .md\:focus\:translate-x-60px:focus {
    --transform-translate-x: 3.75rem !important;
  }

  .md\:focus\:translate-x-67px:focus {
    --transform-translate-x: 4.1875rem !important;
  }

  .md\:focus\:translate-x-73px:focus {
    --transform-translate-x: 4.5625rem !important;
  }

  .md\:focus\:translate-x-80px:focus {
    --transform-translate-x: 5rem !important;
  }

  .md\:focus\:translate-x-81px:focus {
    --transform-translate-x: 5.0625rem !important;
  }

  .md\:focus\:translate-x-85px:focus {
    --transform-translate-x: 5.3125rem !important;
  }

  .md\:focus\:translate-x-92px:focus {
    --transform-translate-x: 5.75rem !important;
  }

  .md\:focus\:translate-x-100px:focus {
    --transform-translate-x: 6.25rem !important;
  }

  .md\:focus\:translate-x-106px:focus {
    --transform-translate-x: 6.625rem !important;
  }

  .md\:focus\:translate-x-123px:focus {
    --transform-translate-x: 7.6875rem !important;
  }

  .md\:focus\:translate-x-126px:focus {
    --transform-translate-x: 7.875rem !important;
  }

  .md\:focus\:translate-x-138px:focus {
    --transform-translate-x: 8.625rem !important;
  }

  .md\:focus\:translate-x-140px:focus {
    --transform-translate-x: 8.75rem !important;
  }

  .md\:focus\:translate-x-146px:focus {
    --transform-translate-x: 9.125rem !important;
  }

  .md\:focus\:translate-x-152px:focus {
    --transform-translate-x: 9.5rem !important;
  }

  .md\:focus\:translate-x-187px:focus {
    --transform-translate-x: 11.6875rem !important;
  }

  .md\:focus\:translate-x-220px:focus {
    --transform-translate-x: 13.75rem !important;
  }

  .md\:focus\:translate-x-253px:focus {
    --transform-translate-x: 15.8125rem !important;
  }

  .md\:focus\:translate-x-320px:focus {
    --transform-translate-x: 20rem !important;
  }

  .md\:focus\:translate-x-400px:focus {
    --transform-translate-x: 25rem !important;
  }

  .md\:focus\:translate-x-500px:focus {
    --transform-translate-x: 31.25rem !important;
  }

  .md\:focus\:translate-x-lgPaddingTop:focus {
    --transform-translate-x: 15.8125rem !important;
  }

  .md\:focus\:translate-x-phonePaddingTop:focus {
    --transform-translate-x: 9.875rem !important;
  }

  .md\:focus\:translate-x-tabletPaddingTop:focus {
    --transform-translate-x: 6.625rem !important;
  }

  .md\:focus\:translate-x-largePaddingTop:focus {
    --transform-translate-x: 13.75rem !important;
  }

  .md\:focus\:translate-x-phoneTextContentMaxWidth:focus {
    --transform-translate-x: 57.0625rem !important;
  }

  .md\:focus\:translate-x-phoneTextContentWidth:focus {
    --transform-translate-x: 63% !important;
  }

  .md\:focus\:translate-x-phoneBlockContentWidth:focus {
    --transform-translate-x: 71.625rem !important;
  }

  .md\:focus\:translate-x-tabletTextContentMaxWidth:focus {
    --transform-translate-x: 57.0625rem !important;
  }

  .md\:focus\:translate-x-tabletTextContentWidth:focus {
    --transform-translate-x: 63% !important;
  }

  .md\:focus\:translate-x-tabletBlockContentWidth:focus {
    --transform-translate-x: 71.625rem !important;
  }

  .md\:focus\:translate-x-largeTextContentMaxWidth:focus {
    --transform-translate-x: 57.0625rem !important;
  }

  .md\:focus\:translate-x-largeTextContentWidth:focus {
    --transform-translate-x: 63% !important;
  }

  .md\:focus\:translate-x-largeBlockContentWidth:focus {
    --transform-translate-x: 71.625rem !important;
  }

  .md\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem !important;
  }

  .md\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem !important;
  }

  .md\:focus\:-translate-x-3:focus {
    --transform-translate-x: -0.75rem !important;
  }

  .md\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1rem !important;
  }

  .md\:focus\:-translate-x-5:focus {
    --transform-translate-x: -1.25rem !important;
  }

  .md\:focus\:-translate-x-6:focus {
    --transform-translate-x: -1.5rem !important;
  }

  .md\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2rem !important;
  }

  .md\:focus\:-translate-x-9:focus {
    --transform-translate-x: -2.5rem !important;
  }

  .md\:focus\:-translate-x-10:focus {
    --transform-translate-x: -2.5rem !important;
  }

  .md\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem !important;
  }

  .md\:focus\:-translate-x-14:focus {
    --transform-translate-x: -3.5rem !important;
  }

  .md\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem !important;
  }

  .md\:focus\:-translate-x-18:focus {
    --transform-translate-x: -4.5rem !important;
  }

  .md\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem !important;
  }

  .md\:focus\:-translate-x-22:focus {
    --transform-translate-x: -5.626rem !important;
  }

  .md\:focus\:-translate-x-24:focus {
    --transform-translate-x: -6rem !important;
  }

  .md\:focus\:-translate-x-26:focus {
    --transform-translate-x: -6.25rem !important;
  }

  .md\:focus\:-translate-x-28:focus {
    --transform-translate-x: -7rem !important;
  }

  .md\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem !important;
  }

  .md\:focus\:-translate-x-34:focus {
    --transform-translate-x: -8.5rem !important;
  }

  .md\:focus\:-translate-x-38:focus {
    --transform-translate-x: -9.25rem !important;
  }

  .md\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem !important;
  }

  .md\:focus\:-translate-x-46:focus {
    --transform-translate-x: -11.75rem !important;
  }

  .md\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem !important;
  }

  .md\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem !important;
  }

  .md\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem !important;
  }

  .md\:focus\:-translate-x-82:focus {
    --transform-translate-x: -20.75rem !important;
  }

  .md\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px !important;
  }

  .md\:focus\:-translate-x-tiny:focus {
    --transform-translate-x: -0.3rem !important;
  }

  .md\:focus\:-translate-x-quick-links:focus {
    --transform-translate-x: -26% !important;
  }

  .md\:focus\:-translate-x-pro-slid:focus {
    --transform-translate-x: -48% !important;
  }

  .md\:focus\:-translate-x-62p:focus {
    --transform-translate-x: -62% !important;
  }

  .md\:focus\:-translate-x-90p:focus {
    --transform-translate-x: -90% !important;
  }

  .md\:focus\:-translate-x-x-large:focus {
    --transform-translate-x: -27.5rem !important;
  }

  .md\:focus\:-translate-x-2px:focus {
    --transform-translate-x: -0.125rem !important;
  }

  .md\:focus\:-translate-x-9px:focus {
    --transform-translate-x: -0.5625rem !important;
  }

  .md\:focus\:-translate-x-10px:focus {
    --transform-translate-x: -0.625rem !important;
  }

  .md\:focus\:-translate-x-18px:focus {
    --transform-translate-x: -1.125rem !important;
  }

  .md\:focus\:-translate-x-20px:focus {
    --transform-translate-x: -1.25rem !important;
  }

  .md\:focus\:-translate-x-24px:focus {
    --transform-translate-x: -1.5rem !important;
  }

  .md\:focus\:-translate-x-26px:focus {
    --transform-translate-x: -1.625rem !important;
  }

  .md\:focus\:-translate-x-30px:focus {
    --transform-translate-x: -1.875rem !important;
  }

  .md\:focus\:-translate-x-38px:focus {
    --transform-translate-x: -2.375rem !important;
  }

  .md\:focus\:-translate-x-43px:focus {
    --transform-translate-x: -2.6875rem !important;
  }

  .md\:focus\:-translate-x-44px:focus {
    --transform-translate-x: -2.75rem !important;
  }

  .md\:focus\:-translate-x-46px:focus {
    --transform-translate-x: -2.875rem !important;
  }

  .md\:focus\:-translate-x-53px:focus {
    --transform-translate-x: -3.3125rem !important;
  }

  .md\:focus\:-translate-x-54px:focus {
    --transform-translate-x: -3.375rem !important;
  }

  .md\:focus\:-translate-x-55px:focus {
    --transform-translate-x: -3.4375rem !important;
  }

  .md\:focus\:-translate-x-60px:focus {
    --transform-translate-x: -3.75rem !important;
  }

  .md\:focus\:-translate-x-67px:focus {
    --transform-translate-x: -4.1875rem !important;
  }

  .md\:focus\:-translate-x-73px:focus {
    --transform-translate-x: -4.5625rem !important;
  }

  .md\:focus\:-translate-x-80px:focus {
    --transform-translate-x: -5rem !important;
  }

  .md\:focus\:-translate-x-81px:focus {
    --transform-translate-x: -5.0625rem !important;
  }

  .md\:focus\:-translate-x-85px:focus {
    --transform-translate-x: -5.3125rem !important;
  }

  .md\:focus\:-translate-x-92px:focus {
    --transform-translate-x: -5.75rem !important;
  }

  .md\:focus\:-translate-x-100px:focus {
    --transform-translate-x: -6.25rem !important;
  }

  .md\:focus\:-translate-x-106px:focus {
    --transform-translate-x: -6.625rem !important;
  }

  .md\:focus\:-translate-x-123px:focus {
    --transform-translate-x: -7.6875rem !important;
  }

  .md\:focus\:-translate-x-126px:focus {
    --transform-translate-x: -7.875rem !important;
  }

  .md\:focus\:-translate-x-138px:focus {
    --transform-translate-x: -8.625rem !important;
  }

  .md\:focus\:-translate-x-140px:focus {
    --transform-translate-x: -8.75rem !important;
  }

  .md\:focus\:-translate-x-146px:focus {
    --transform-translate-x: -9.125rem !important;
  }

  .md\:focus\:-translate-x-152px:focus {
    --transform-translate-x: -9.5rem !important;
  }

  .md\:focus\:-translate-x-187px:focus {
    --transform-translate-x: -11.6875rem !important;
  }

  .md\:focus\:-translate-x-220px:focus {
    --transform-translate-x: -13.75rem !important;
  }

  .md\:focus\:-translate-x-253px:focus {
    --transform-translate-x: -15.8125rem !important;
  }

  .md\:focus\:-translate-x-320px:focus {
    --transform-translate-x: -20rem !important;
  }

  .md\:focus\:-translate-x-400px:focus {
    --transform-translate-x: -25rem !important;
  }

  .md\:focus\:-translate-x-500px:focus {
    --transform-translate-x: -31.25rem !important;
  }

  .md\:focus\:-translate-x-lgPaddingTop:focus {
    --transform-translate-x: -15.8125rem !important;
  }

  .md\:focus\:-translate-x-phonePaddingTop:focus {
    --transform-translate-x: -9.875rem !important;
  }

  .md\:focus\:-translate-x-tabletPaddingTop:focus {
    --transform-translate-x: -6.625rem !important;
  }

  .md\:focus\:-translate-x-largePaddingTop:focus {
    --transform-translate-x: -13.75rem !important;
  }

  .md\:focus\:-translate-x-phoneTextContentMaxWidth:focus {
    --transform-translate-x: -57.0625rem !important;
  }

  .md\:focus\:-translate-x-phoneTextContentWidth:focus {
    --transform-translate-x: -63% !important;
  }

  .md\:focus\:-translate-x-phoneBlockContentWidth:focus {
    --transform-translate-x: -71.625rem !important;
  }

  .md\:focus\:-translate-x-tabletTextContentMaxWidth:focus {
    --transform-translate-x: -57.0625rem !important;
  }

  .md\:focus\:-translate-x-tabletTextContentWidth:focus {
    --transform-translate-x: -63% !important;
  }

  .md\:focus\:-translate-x-tabletBlockContentWidth:focus {
    --transform-translate-x: -71.625rem !important;
  }

  .md\:focus\:-translate-x-largeTextContentMaxWidth:focus {
    --transform-translate-x: -57.0625rem !important;
  }

  .md\:focus\:-translate-x-largeTextContentWidth:focus {
    --transform-translate-x: -63% !important;
  }

  .md\:focus\:-translate-x-largeBlockContentWidth:focus {
    --transform-translate-x: -71.625rem !important;
  }

  .md\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100% !important;
  }

  .md\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50% !important;
  }

  .md\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50% !important;
  }

  .md\:focus\:translate-x-full:focus {
    --transform-translate-x: 100% !important;
  }

  .md\:focus\:translate-y-0:focus {
    --transform-translate-y: 0 !important;
  }

  .md\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem !important;
  }

  .md\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem !important;
  }

  .md\:focus\:translate-y-3:focus {
    --transform-translate-y: 0.75rem !important;
  }

  .md\:focus\:translate-y-4:focus {
    --transform-translate-y: 1rem !important;
  }

  .md\:focus\:translate-y-5:focus {
    --transform-translate-y: 1.25rem !important;
  }

  .md\:focus\:translate-y-6:focus {
    --transform-translate-y: 1.5rem !important;
  }

  .md\:focus\:translate-y-8:focus {
    --transform-translate-y: 2rem !important;
  }

  .md\:focus\:translate-y-9:focus {
    --transform-translate-y: 2.5rem !important;
  }

  .md\:focus\:translate-y-10:focus {
    --transform-translate-y: 2.5rem !important;
  }

  .md\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem !important;
  }

  .md\:focus\:translate-y-14:focus {
    --transform-translate-y: 3.5rem !important;
  }

  .md\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem !important;
  }

  .md\:focus\:translate-y-18:focus {
    --transform-translate-y: 4.5rem !important;
  }

  .md\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem !important;
  }

  .md\:focus\:translate-y-22:focus {
    --transform-translate-y: 5.626rem !important;
  }

  .md\:focus\:translate-y-24:focus {
    --transform-translate-y: 6rem !important;
  }

  .md\:focus\:translate-y-26:focus {
    --transform-translate-y: 6.25rem !important;
  }

  .md\:focus\:translate-y-28:focus {
    --transform-translate-y: 7rem !important;
  }

  .md\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem !important;
  }

  .md\:focus\:translate-y-34:focus {
    --transform-translate-y: 8.5rem !important;
  }

  .md\:focus\:translate-y-38:focus {
    --transform-translate-y: 9.25rem !important;
  }

  .md\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem !important;
  }

  .md\:focus\:translate-y-46:focus {
    --transform-translate-y: 11.75rem !important;
  }

  .md\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem !important;
  }

  .md\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem !important;
  }

  .md\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem !important;
  }

  .md\:focus\:translate-y-82:focus {
    --transform-translate-y: 20.75rem !important;
  }

  .md\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px !important;
  }

  .md\:focus\:translate-y-tiny:focus {
    --transform-translate-y: 0.3rem !important;
  }

  .md\:focus\:translate-y-quick-links:focus {
    --transform-translate-y: 26% !important;
  }

  .md\:focus\:translate-y-pro-slid:focus {
    --transform-translate-y: 48% !important;
  }

  .md\:focus\:translate-y-62p:focus {
    --transform-translate-y: 62% !important;
  }

  .md\:focus\:translate-y-90p:focus {
    --transform-translate-y: 90% !important;
  }

  .md\:focus\:translate-y-x-large:focus {
    --transform-translate-y: 27.5rem !important;
  }

  .md\:focus\:translate-y-2px:focus {
    --transform-translate-y: 0.125rem !important;
  }

  .md\:focus\:translate-y-9px:focus {
    --transform-translate-y: 0.5625rem !important;
  }

  .md\:focus\:translate-y-10px:focus {
    --transform-translate-y: 0.625rem !important;
  }

  .md\:focus\:translate-y-18px:focus {
    --transform-translate-y: 1.125rem !important;
  }

  .md\:focus\:translate-y-20px:focus {
    --transform-translate-y: 1.25rem !important;
  }

  .md\:focus\:translate-y-24px:focus {
    --transform-translate-y: 1.5rem !important;
  }

  .md\:focus\:translate-y-26px:focus {
    --transform-translate-y: 1.625rem !important;
  }

  .md\:focus\:translate-y-30px:focus {
    --transform-translate-y: 1.875rem !important;
  }

  .md\:focus\:translate-y-38px:focus {
    --transform-translate-y: 2.375rem !important;
  }

  .md\:focus\:translate-y-43px:focus {
    --transform-translate-y: 2.6875rem !important;
  }

  .md\:focus\:translate-y-44px:focus {
    --transform-translate-y: 2.75rem !important;
  }

  .md\:focus\:translate-y-46px:focus {
    --transform-translate-y: 2.875rem !important;
  }

  .md\:focus\:translate-y-53px:focus {
    --transform-translate-y: 3.3125rem !important;
  }

  .md\:focus\:translate-y-54px:focus {
    --transform-translate-y: 3.375rem !important;
  }

  .md\:focus\:translate-y-55px:focus {
    --transform-translate-y: 3.4375rem !important;
  }

  .md\:focus\:translate-y-60px:focus {
    --transform-translate-y: 3.75rem !important;
  }

  .md\:focus\:translate-y-67px:focus {
    --transform-translate-y: 4.1875rem !important;
  }

  .md\:focus\:translate-y-73px:focus {
    --transform-translate-y: 4.5625rem !important;
  }

  .md\:focus\:translate-y-80px:focus {
    --transform-translate-y: 5rem !important;
  }

  .md\:focus\:translate-y-81px:focus {
    --transform-translate-y: 5.0625rem !important;
  }

  .md\:focus\:translate-y-85px:focus {
    --transform-translate-y: 5.3125rem !important;
  }

  .md\:focus\:translate-y-92px:focus {
    --transform-translate-y: 5.75rem !important;
  }

  .md\:focus\:translate-y-100px:focus {
    --transform-translate-y: 6.25rem !important;
  }

  .md\:focus\:translate-y-106px:focus {
    --transform-translate-y: 6.625rem !important;
  }

  .md\:focus\:translate-y-123px:focus {
    --transform-translate-y: 7.6875rem !important;
  }

  .md\:focus\:translate-y-126px:focus {
    --transform-translate-y: 7.875rem !important;
  }

  .md\:focus\:translate-y-138px:focus {
    --transform-translate-y: 8.625rem !important;
  }

  .md\:focus\:translate-y-140px:focus {
    --transform-translate-y: 8.75rem !important;
  }

  .md\:focus\:translate-y-146px:focus {
    --transform-translate-y: 9.125rem !important;
  }

  .md\:focus\:translate-y-152px:focus {
    --transform-translate-y: 9.5rem !important;
  }

  .md\:focus\:translate-y-187px:focus {
    --transform-translate-y: 11.6875rem !important;
  }

  .md\:focus\:translate-y-220px:focus {
    --transform-translate-y: 13.75rem !important;
  }

  .md\:focus\:translate-y-253px:focus {
    --transform-translate-y: 15.8125rem !important;
  }

  .md\:focus\:translate-y-320px:focus {
    --transform-translate-y: 20rem !important;
  }

  .md\:focus\:translate-y-400px:focus {
    --transform-translate-y: 25rem !important;
  }

  .md\:focus\:translate-y-500px:focus {
    --transform-translate-y: 31.25rem !important;
  }

  .md\:focus\:translate-y-lgPaddingTop:focus {
    --transform-translate-y: 15.8125rem !important;
  }

  .md\:focus\:translate-y-phonePaddingTop:focus {
    --transform-translate-y: 9.875rem !important;
  }

  .md\:focus\:translate-y-tabletPaddingTop:focus {
    --transform-translate-y: 6.625rem !important;
  }

  .md\:focus\:translate-y-largePaddingTop:focus {
    --transform-translate-y: 13.75rem !important;
  }

  .md\:focus\:translate-y-phoneTextContentMaxWidth:focus {
    --transform-translate-y: 57.0625rem !important;
  }

  .md\:focus\:translate-y-phoneTextContentWidth:focus {
    --transform-translate-y: 63% !important;
  }

  .md\:focus\:translate-y-phoneBlockContentWidth:focus {
    --transform-translate-y: 71.625rem !important;
  }

  .md\:focus\:translate-y-tabletTextContentMaxWidth:focus {
    --transform-translate-y: 57.0625rem !important;
  }

  .md\:focus\:translate-y-tabletTextContentWidth:focus {
    --transform-translate-y: 63% !important;
  }

  .md\:focus\:translate-y-tabletBlockContentWidth:focus {
    --transform-translate-y: 71.625rem !important;
  }

  .md\:focus\:translate-y-largeTextContentMaxWidth:focus {
    --transform-translate-y: 57.0625rem !important;
  }

  .md\:focus\:translate-y-largeTextContentWidth:focus {
    --transform-translate-y: 63% !important;
  }

  .md\:focus\:translate-y-largeBlockContentWidth:focus {
    --transform-translate-y: 71.625rem !important;
  }

  .md\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem !important;
  }

  .md\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem !important;
  }

  .md\:focus\:-translate-y-3:focus {
    --transform-translate-y: -0.75rem !important;
  }

  .md\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1rem !important;
  }

  .md\:focus\:-translate-y-5:focus {
    --transform-translate-y: -1.25rem !important;
  }

  .md\:focus\:-translate-y-6:focus {
    --transform-translate-y: -1.5rem !important;
  }

  .md\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2rem !important;
  }

  .md\:focus\:-translate-y-9:focus {
    --transform-translate-y: -2.5rem !important;
  }

  .md\:focus\:-translate-y-10:focus {
    --transform-translate-y: -2.5rem !important;
  }

  .md\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem !important;
  }

  .md\:focus\:-translate-y-14:focus {
    --transform-translate-y: -3.5rem !important;
  }

  .md\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem !important;
  }

  .md\:focus\:-translate-y-18:focus {
    --transform-translate-y: -4.5rem !important;
  }

  .md\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem !important;
  }

  .md\:focus\:-translate-y-22:focus {
    --transform-translate-y: -5.626rem !important;
  }

  .md\:focus\:-translate-y-24:focus {
    --transform-translate-y: -6rem !important;
  }

  .md\:focus\:-translate-y-26:focus {
    --transform-translate-y: -6.25rem !important;
  }

  .md\:focus\:-translate-y-28:focus {
    --transform-translate-y: -7rem !important;
  }

  .md\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem !important;
  }

  .md\:focus\:-translate-y-34:focus {
    --transform-translate-y: -8.5rem !important;
  }

  .md\:focus\:-translate-y-38:focus {
    --transform-translate-y: -9.25rem !important;
  }

  .md\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem !important;
  }

  .md\:focus\:-translate-y-46:focus {
    --transform-translate-y: -11.75rem !important;
  }

  .md\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem !important;
  }

  .md\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem !important;
  }

  .md\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem !important;
  }

  .md\:focus\:-translate-y-82:focus {
    --transform-translate-y: -20.75rem !important;
  }

  .md\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px !important;
  }

  .md\:focus\:-translate-y-tiny:focus {
    --transform-translate-y: -0.3rem !important;
  }

  .md\:focus\:-translate-y-quick-links:focus {
    --transform-translate-y: -26% !important;
  }

  .md\:focus\:-translate-y-pro-slid:focus {
    --transform-translate-y: -48% !important;
  }

  .md\:focus\:-translate-y-62p:focus {
    --transform-translate-y: -62% !important;
  }

  .md\:focus\:-translate-y-90p:focus {
    --transform-translate-y: -90% !important;
  }

  .md\:focus\:-translate-y-x-large:focus {
    --transform-translate-y: -27.5rem !important;
  }

  .md\:focus\:-translate-y-2px:focus {
    --transform-translate-y: -0.125rem !important;
  }

  .md\:focus\:-translate-y-9px:focus {
    --transform-translate-y: -0.5625rem !important;
  }

  .md\:focus\:-translate-y-10px:focus {
    --transform-translate-y: -0.625rem !important;
  }

  .md\:focus\:-translate-y-18px:focus {
    --transform-translate-y: -1.125rem !important;
  }

  .md\:focus\:-translate-y-20px:focus {
    --transform-translate-y: -1.25rem !important;
  }

  .md\:focus\:-translate-y-24px:focus {
    --transform-translate-y: -1.5rem !important;
  }

  .md\:focus\:-translate-y-26px:focus {
    --transform-translate-y: -1.625rem !important;
  }

  .md\:focus\:-translate-y-30px:focus {
    --transform-translate-y: -1.875rem !important;
  }

  .md\:focus\:-translate-y-38px:focus {
    --transform-translate-y: -2.375rem !important;
  }

  .md\:focus\:-translate-y-43px:focus {
    --transform-translate-y: -2.6875rem !important;
  }

  .md\:focus\:-translate-y-44px:focus {
    --transform-translate-y: -2.75rem !important;
  }

  .md\:focus\:-translate-y-46px:focus {
    --transform-translate-y: -2.875rem !important;
  }

  .md\:focus\:-translate-y-53px:focus {
    --transform-translate-y: -3.3125rem !important;
  }

  .md\:focus\:-translate-y-54px:focus {
    --transform-translate-y: -3.375rem !important;
  }

  .md\:focus\:-translate-y-55px:focus {
    --transform-translate-y: -3.4375rem !important;
  }

  .md\:focus\:-translate-y-60px:focus {
    --transform-translate-y: -3.75rem !important;
  }

  .md\:focus\:-translate-y-67px:focus {
    --transform-translate-y: -4.1875rem !important;
  }

  .md\:focus\:-translate-y-73px:focus {
    --transform-translate-y: -4.5625rem !important;
  }

  .md\:focus\:-translate-y-80px:focus {
    --transform-translate-y: -5rem !important;
  }

  .md\:focus\:-translate-y-81px:focus {
    --transform-translate-y: -5.0625rem !important;
  }

  .md\:focus\:-translate-y-85px:focus {
    --transform-translate-y: -5.3125rem !important;
  }

  .md\:focus\:-translate-y-92px:focus {
    --transform-translate-y: -5.75rem !important;
  }

  .md\:focus\:-translate-y-100px:focus {
    --transform-translate-y: -6.25rem !important;
  }

  .md\:focus\:-translate-y-106px:focus {
    --transform-translate-y: -6.625rem !important;
  }

  .md\:focus\:-translate-y-123px:focus {
    --transform-translate-y: -7.6875rem !important;
  }

  .md\:focus\:-translate-y-126px:focus {
    --transform-translate-y: -7.875rem !important;
  }

  .md\:focus\:-translate-y-138px:focus {
    --transform-translate-y: -8.625rem !important;
  }

  .md\:focus\:-translate-y-140px:focus {
    --transform-translate-y: -8.75rem !important;
  }

  .md\:focus\:-translate-y-146px:focus {
    --transform-translate-y: -9.125rem !important;
  }

  .md\:focus\:-translate-y-152px:focus {
    --transform-translate-y: -9.5rem !important;
  }

  .md\:focus\:-translate-y-187px:focus {
    --transform-translate-y: -11.6875rem !important;
  }

  .md\:focus\:-translate-y-220px:focus {
    --transform-translate-y: -13.75rem !important;
  }

  .md\:focus\:-translate-y-253px:focus {
    --transform-translate-y: -15.8125rem !important;
  }

  .md\:focus\:-translate-y-320px:focus {
    --transform-translate-y: -20rem !important;
  }

  .md\:focus\:-translate-y-400px:focus {
    --transform-translate-y: -25rem !important;
  }

  .md\:focus\:-translate-y-500px:focus {
    --transform-translate-y: -31.25rem !important;
  }

  .md\:focus\:-translate-y-lgPaddingTop:focus {
    --transform-translate-y: -15.8125rem !important;
  }

  .md\:focus\:-translate-y-phonePaddingTop:focus {
    --transform-translate-y: -9.875rem !important;
  }

  .md\:focus\:-translate-y-tabletPaddingTop:focus {
    --transform-translate-y: -6.625rem !important;
  }

  .md\:focus\:-translate-y-largePaddingTop:focus {
    --transform-translate-y: -13.75rem !important;
  }

  .md\:focus\:-translate-y-phoneTextContentMaxWidth:focus {
    --transform-translate-y: -57.0625rem !important;
  }

  .md\:focus\:-translate-y-phoneTextContentWidth:focus {
    --transform-translate-y: -63% !important;
  }

  .md\:focus\:-translate-y-phoneBlockContentWidth:focus {
    --transform-translate-y: -71.625rem !important;
  }

  .md\:focus\:-translate-y-tabletTextContentMaxWidth:focus {
    --transform-translate-y: -57.0625rem !important;
  }

  .md\:focus\:-translate-y-tabletTextContentWidth:focus {
    --transform-translate-y: -63% !important;
  }

  .md\:focus\:-translate-y-tabletBlockContentWidth:focus {
    --transform-translate-y: -71.625rem !important;
  }

  .md\:focus\:-translate-y-largeTextContentMaxWidth:focus {
    --transform-translate-y: -57.0625rem !important;
  }

  .md\:focus\:-translate-y-largeTextContentWidth:focus {
    --transform-translate-y: -63% !important;
  }

  .md\:focus\:-translate-y-largeBlockContentWidth:focus {
    --transform-translate-y: -71.625rem !important;
  }

  .md\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100% !important;
  }

  .md\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50% !important;
  }

  .md\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50% !important;
  }

  .md\:focus\:translate-y-full:focus {
    --transform-translate-y: 100% !important;
  }

  .md\:skew-x-0 {
    --transform-skew-x: 0 !important;
  }

  .md\:skew-x-1 {
    --transform-skew-x: 1deg !important;
  }

  .md\:skew-x-2 {
    --transform-skew-x: 2deg !important;
  }

  .md\:skew-x-3 {
    --transform-skew-x: 3deg !important;
  }

  .md\:skew-x-6 {
    --transform-skew-x: 6deg !important;
  }

  .md\:skew-x-12 {
    --transform-skew-x: 12deg !important;
  }

  .md\:-skew-x-12 {
    --transform-skew-x: -12deg !important;
  }

  .md\:-skew-x-6 {
    --transform-skew-x: -6deg !important;
  }

  .md\:-skew-x-3 {
    --transform-skew-x: -3deg !important;
  }

  .md\:-skew-x-2 {
    --transform-skew-x: -2deg !important;
  }

  .md\:-skew-x-1 {
    --transform-skew-x: -1deg !important;
  }

  .md\:skew-y-0 {
    --transform-skew-y: 0 !important;
  }

  .md\:skew-y-1 {
    --transform-skew-y: 1deg !important;
  }

  .md\:skew-y-2 {
    --transform-skew-y: 2deg !important;
  }

  .md\:skew-y-3 {
    --transform-skew-y: 3deg !important;
  }

  .md\:skew-y-6 {
    --transform-skew-y: 6deg !important;
  }

  .md\:skew-y-12 {
    --transform-skew-y: 12deg !important;
  }

  .md\:-skew-y-12 {
    --transform-skew-y: -12deg !important;
  }

  .md\:-skew-y-6 {
    --transform-skew-y: -6deg !important;
  }

  .md\:-skew-y-3 {
    --transform-skew-y: -3deg !important;
  }

  .md\:-skew-y-2 {
    --transform-skew-y: -2deg !important;
  }

  .md\:-skew-y-1 {
    --transform-skew-y: -1deg !important;
  }

  .md\:hover\:skew-x-0:hover {
    --transform-skew-x: 0 !important;
  }

  .md\:hover\:skew-x-1:hover {
    --transform-skew-x: 1deg !important;
  }

  .md\:hover\:skew-x-2:hover {
    --transform-skew-x: 2deg !important;
  }

  .md\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg !important;
  }

  .md\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg !important;
  }

  .md\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg !important;
  }

  .md\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg !important;
  }

  .md\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg !important;
  }

  .md\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg !important;
  }

  .md\:hover\:-skew-x-2:hover {
    --transform-skew-x: -2deg !important;
  }

  .md\:hover\:-skew-x-1:hover {
    --transform-skew-x: -1deg !important;
  }

  .md\:hover\:skew-y-0:hover {
    --transform-skew-y: 0 !important;
  }

  .md\:hover\:skew-y-1:hover {
    --transform-skew-y: 1deg !important;
  }

  .md\:hover\:skew-y-2:hover {
    --transform-skew-y: 2deg !important;
  }

  .md\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg !important;
  }

  .md\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg !important;
  }

  .md\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg !important;
  }

  .md\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg !important;
  }

  .md\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg !important;
  }

  .md\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg !important;
  }

  .md\:hover\:-skew-y-2:hover {
    --transform-skew-y: -2deg !important;
  }

  .md\:hover\:-skew-y-1:hover {
    --transform-skew-y: -1deg !important;
  }

  .md\:focus\:skew-x-0:focus {
    --transform-skew-x: 0 !important;
  }

  .md\:focus\:skew-x-1:focus {
    --transform-skew-x: 1deg !important;
  }

  .md\:focus\:skew-x-2:focus {
    --transform-skew-x: 2deg !important;
  }

  .md\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg !important;
  }

  .md\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg !important;
  }

  .md\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg !important;
  }

  .md\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg !important;
  }

  .md\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg !important;
  }

  .md\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg !important;
  }

  .md\:focus\:-skew-x-2:focus {
    --transform-skew-x: -2deg !important;
  }

  .md\:focus\:-skew-x-1:focus {
    --transform-skew-x: -1deg !important;
  }

  .md\:focus\:skew-y-0:focus {
    --transform-skew-y: 0 !important;
  }

  .md\:focus\:skew-y-1:focus {
    --transform-skew-y: 1deg !important;
  }

  .md\:focus\:skew-y-2:focus {
    --transform-skew-y: 2deg !important;
  }

  .md\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg !important;
  }

  .md\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg !important;
  }

  .md\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg !important;
  }

  .md\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg !important;
  }

  .md\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg !important;
  }

  .md\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg !important;
  }

  .md\:focus\:-skew-y-2:focus {
    --transform-skew-y: -2deg !important;
  }

  .md\:focus\:-skew-y-1:focus {
    --transform-skew-y: -1deg !important;
  }

  .md\:transition-none {
    transition-property: none !important;
  }

  .md\:transition-all {
    transition-property: all !important;
  }

  .md\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
  }

  .md\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  .md\:transition-opacity {
    transition-property: opacity !important;
  }

  .md\:transition-shadow {
    transition-property: box-shadow !important;
  }

  .md\:transition-transform {
    transition-property: transform !important;
  }

  .md\:ease-linear {
    transition-timing-function: linear !important;
  }

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

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

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

  .md\:duration-75 {
    transition-duration: 75ms !important;
  }

  .md\:duration-100 {
    transition-duration: 100ms !important;
  }

  .md\:duration-150 {
    transition-duration: 150ms !important;
  }

  .md\:duration-200 {
    transition-duration: 200ms !important;
  }

  .md\:duration-300 {
    transition-duration: 300ms !important;
  }

  .md\:duration-500 {
    transition-duration: 500ms !important;
  }

  .md\:duration-700 {
    transition-duration: 700ms !important;
  }

  .md\:duration-1000 {
    transition-duration: 1000ms !important;
  }

  .md\:delay-75 {
    transition-delay: 75ms !important;
  }

  .md\:delay-100 {
    transition-delay: 100ms !important;
  }

  .md\:delay-150 {
    transition-delay: 150ms !important;
  }

  .md\:delay-200 {
    transition-delay: 200ms !important;
  }

  .md\:delay-300 {
    transition-delay: 300ms !important;
  }

  .md\:delay-500 {
    transition-delay: 500ms !important;
  }

  .md\:delay-700 {
    transition-delay: 700ms !important;
  }

  .md\:delay-1000 {
    transition-delay: 1000ms !important;
  }

  .md\:animate-none {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .md\:animate-spin {
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

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

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

  .md\:animate-bounce {
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !important;
  }
}

@media (min-width: 1280px) {
  .lg\:container {
    width: 100%;
  }

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

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

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

  @media (min-width: 1340px) {
    .lg\:container {
      max-width: 1340px;
    }
  }

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

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

  .lg\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(4.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(4.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(4.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5.626rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5.626rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5.626rem * var(--space-x-reverse)) !important;
    margin-left: calc(5.626rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-26 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(6.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6.25rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-26 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(6.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(6.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-34 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(8.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-34 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(8.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(8.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-38 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(9.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(9.25rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-38 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(9.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(9.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-46 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(11.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(11.75rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-46 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(11.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(11.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-82 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(20.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(20.75rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-82 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(20.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(20.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-tiny > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.3rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-tiny > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.3rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-quick-links > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(26% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(26% * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-quick-links > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(26% * var(--space-x-reverse)) !important;
    margin-left: calc(26% * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-pro-slid > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(48% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(48% * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-pro-slid > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(48% * var(--space-x-reverse)) !important;
    margin-left: calc(48% * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-62p > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(62% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(62% * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-62p > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(62% * var(--space-x-reverse)) !important;
    margin-left: calc(62% * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-90p > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(90% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(90% * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-90p > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(90% * var(--space-x-reverse)) !important;
    margin-left: calc(90% * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-x-large > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(27.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(27.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-x-large > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(27.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(27.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-2px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.125rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-2px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.125rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-9px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.5625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.5625rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-9px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.5625rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.5625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-10px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.625rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-10px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-18px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.125rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-18px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.125rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-20px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-20px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-24px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-24px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-26px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.625rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-26px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-30px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.875rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-30px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.875rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-38px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.375rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.375rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-38px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.375rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.375rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-43px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.6875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.6875rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-43px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.6875rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.6875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-44px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-44px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-46px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.875rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-46px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.875rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-53px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(3.3125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3.3125rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-53px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(3.3125rem * var(--space-x-reverse)) !important;
    margin-left: calc(3.3125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-54px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(3.375rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3.375rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-54px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(3.375rem * var(--space-x-reverse)) !important;
    margin-left: calc(3.375rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-55px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(3.4375rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3.4375rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-55px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(3.4375rem * var(--space-x-reverse)) !important;
    margin-left: calc(3.4375rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-60px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3.75rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-60px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(3.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(3.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-67px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(4.1875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4.1875rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-67px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(4.1875rem * var(--space-x-reverse)) !important;
    margin-left: calc(4.1875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-73px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(4.5625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4.5625rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-73px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(4.5625rem * var(--space-x-reverse)) !important;
    margin-left: calc(4.5625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-80px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-80px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-81px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5.0625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5.0625rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-81px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5.0625rem * var(--space-x-reverse)) !important;
    margin-left: calc(5.0625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-85px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5.3125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5.3125rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-85px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5.3125rem * var(--space-x-reverse)) !important;
    margin-left: calc(5.3125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-92px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5.75rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-92px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(5.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-100px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(6.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6.25rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-100px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(6.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(6.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-106px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(6.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6.625rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-106px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(6.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(6.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-123px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(7.6875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(7.6875rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-123px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(7.6875rem * var(--space-x-reverse)) !important;
    margin-left: calc(7.6875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-126px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(7.875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(7.875rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-126px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(7.875rem * var(--space-x-reverse)) !important;
    margin-left: calc(7.875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-138px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(8.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8.625rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-138px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(8.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(8.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-140px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(8.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8.75rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-140px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(8.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(8.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-146px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(9.125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(9.125rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-146px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(9.125rem * var(--space-x-reverse)) !important;
    margin-left: calc(9.125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-152px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(9.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(9.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-152px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(9.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(9.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-187px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(11.6875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(11.6875rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-187px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(11.6875rem * var(--space-x-reverse)) !important;
    margin-left: calc(11.6875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-220px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(13.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(13.75rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-220px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(13.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(13.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-253px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(15.8125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(15.8125rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-253px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(15.8125rem * var(--space-x-reverse)) !important;
    margin-left: calc(15.8125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-320px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-320px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-400px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(25rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-400px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(25rem * var(--space-x-reverse)) !important;
    margin-left: calc(25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-500px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(31.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(31.25rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-500px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(31.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(31.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-lgPaddingTop > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(15.8125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(15.8125rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-lgPaddingTop > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(15.8125rem * var(--space-x-reverse)) !important;
    margin-left: calc(15.8125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-phonePaddingTop > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(9.875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(9.875rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-phonePaddingTop > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(9.875rem * var(--space-x-reverse)) !important;
    margin-left: calc(9.875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-tabletPaddingTop > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(6.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6.625rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-tabletPaddingTop > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(6.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(6.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-largePaddingTop > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(13.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(13.75rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-largePaddingTop > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(13.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(13.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-phoneTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(57.0625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(57.0625rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-phoneTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(57.0625rem * var(--space-x-reverse)) !important;
    margin-left: calc(57.0625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-phoneTextContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(63% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(63% * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-phoneTextContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(63% * var(--space-x-reverse)) !important;
    margin-left: calc(63% * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-phoneBlockContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(71.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(71.625rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-phoneBlockContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(71.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(71.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-tabletTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(57.0625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(57.0625rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-tabletTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(57.0625rem * var(--space-x-reverse)) !important;
    margin-left: calc(57.0625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-tabletTextContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(63% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(63% * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-tabletTextContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(63% * var(--space-x-reverse)) !important;
    margin-left: calc(63% * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-tabletBlockContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(71.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(71.625rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-tabletBlockContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(71.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(71.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-largeTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(57.0625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(57.0625rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-largeTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(57.0625rem * var(--space-x-reverse)) !important;
    margin-left: calc(57.0625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-largeTextContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(63% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(63% * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-largeTextContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(63% * var(--space-x-reverse)) !important;
    margin-left: calc(63% * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-largeBlockContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(71.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(71.625rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-largeBlockContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(71.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(71.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-4.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-4.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5.626rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5.626rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5.626rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5.626rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-26 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-6.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6.25rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-26 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-6.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-34 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-8.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-34 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-8.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-38 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-9.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-9.25rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-38 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-9.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-9.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-46 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-11.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-11.75rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-46 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-11.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-11.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-82 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-20.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-20.75rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-82 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-20.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-20.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-tiny > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.3rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-tiny > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.3rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-quick-links > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-26% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-26% * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-quick-links > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-26% * var(--space-x-reverse)) !important;
    margin-left: calc(-26% * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-pro-slid > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-48% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-48% * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-pro-slid > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-48% * var(--space-x-reverse)) !important;
    margin-left: calc(-48% * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-62p > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-62% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-62% * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-62p > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-62% * var(--space-x-reverse)) !important;
    margin-left: calc(-62% * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-90p > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-90% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-90% * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-90p > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-90% * var(--space-x-reverse)) !important;
    margin-left: calc(-90% * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-x-large > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-27.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-27.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-x-large > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-27.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-27.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-2px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.125rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-2px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.125rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-9px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.5625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.5625rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-9px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.5625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.5625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-10px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.625rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-10px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-18px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.125rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-18px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.125rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-20px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-20px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-24px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-24px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-26px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.625rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-26px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-30px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.875rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-30px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.875rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-38px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.375rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.375rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-38px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.375rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.375rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-43px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.6875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.6875rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-43px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.6875rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.6875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-44px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-44px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-46px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.875rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-46px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.875rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-53px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3.3125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3.3125rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-53px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3.3125rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3.3125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-54px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3.375rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3.375rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-54px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3.375rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3.375rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-55px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3.4375rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3.4375rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-55px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3.4375rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3.4375rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-60px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3.75rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-60px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-67px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-4.1875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4.1875rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-67px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-4.1875rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4.1875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-73px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-4.5625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4.5625rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-73px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-4.5625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4.5625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-80px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-80px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-81px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5.0625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5.0625rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-81px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5.0625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5.0625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-85px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5.3125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5.3125rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-85px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5.3125rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5.3125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-92px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5.75rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-92px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-100px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-6.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6.25rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-100px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-6.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-106px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-6.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6.625rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-106px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-6.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-123px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-7.6875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-7.6875rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-123px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-7.6875rem * var(--space-x-reverse)) !important;
    margin-left: calc(-7.6875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-126px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-7.875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-7.875rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-126px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-7.875rem * var(--space-x-reverse)) !important;
    margin-left: calc(-7.875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-138px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-8.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8.625rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-138px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-8.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-140px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-8.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8.75rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-140px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-8.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-146px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-9.125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-9.125rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-146px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-9.125rem * var(--space-x-reverse)) !important;
    margin-left: calc(-9.125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-152px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-9.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-9.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-152px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-9.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-9.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-187px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-11.6875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-11.6875rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-187px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-11.6875rem * var(--space-x-reverse)) !important;
    margin-left: calc(-11.6875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-220px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-13.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-13.75rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-220px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-13.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-13.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-253px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-15.8125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-15.8125rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-253px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-15.8125rem * var(--space-x-reverse)) !important;
    margin-left: calc(-15.8125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-320px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-320px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-400px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-25rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-400px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-500px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-31.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-31.25rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-500px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-31.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-31.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-lgPaddingTop > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-15.8125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-15.8125rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-lgPaddingTop > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-15.8125rem * var(--space-x-reverse)) !important;
    margin-left: calc(-15.8125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-phonePaddingTop > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-9.875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-9.875rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-phonePaddingTop > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-9.875rem * var(--space-x-reverse)) !important;
    margin-left: calc(-9.875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-tabletPaddingTop > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-6.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6.625rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-tabletPaddingTop > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-6.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-largePaddingTop > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-13.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-13.75rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-largePaddingTop > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-13.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-13.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-phoneTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-57.0625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-57.0625rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-phoneTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-57.0625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-57.0625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-phoneTextContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-63% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-63% * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-phoneTextContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-63% * var(--space-x-reverse)) !important;
    margin-left: calc(-63% * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-phoneBlockContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-71.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-71.625rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-phoneBlockContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-71.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-71.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-tabletTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-57.0625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-57.0625rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-tabletTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-57.0625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-57.0625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-tabletTextContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-63% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-63% * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-tabletTextContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-63% * var(--space-x-reverse)) !important;
    margin-left: calc(-63% * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-tabletBlockContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-71.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-71.625rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-tabletBlockContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-71.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-71.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-largeTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-57.0625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-57.0625rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-largeTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-57.0625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-57.0625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-largeTextContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-63% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-63% * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-largeTextContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-63% * var(--space-x-reverse)) !important;
    margin-left: calc(-63% * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-largeBlockContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-71.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-71.625rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-largeBlockContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-71.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-71.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1 !important;
  }

  .lg\:space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1 !important;
  }

  .lg\:divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--divide-y-reverse)) !important;
  }

  .lg\:divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .lg\:divide-y-0px > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--divide-y-reverse)) !important;
  }

  .lg\:divide-x-0px > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .lg\:divide-y-18px > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(18px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(18px * var(--divide-y-reverse)) !important;
  }

  .lg\:divide-x-18px > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(18px * var(--divide-x-reverse)) !important;
    border-left-width: calc(18px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .lg\:divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1 !important;
  }

  .lg\:divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1 !important;
  }

  .lg\:divide-transparent > :not(template) ~ :not(template) {
    border-color: transparent !important;
  }

  .lg\:divide-current > :not(template) ~ :not(template) {
    border-color: currentColor !important;
  }

  .lg\:divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #000000 !important;
    border-color: rgba(0, 0, 0, var(--divide-opacity)) !important;
  }

  .lg\:divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #FFFFFF !important;
    border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
  }

  .lg\:divide-gray > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #727272 !important;
    border-color: rgba(114, 114, 114, var(--divide-opacity)) !important;
  }

  .lg\:divide-red > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #E12A09 !important;
    border-color: rgba(225, 42, 9, var(--divide-opacity)) !important;
  }

  .lg\:divide-orange > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #F29C2B !important;
    border-color: rgba(242, 156, 43, var(--divide-opacity)) !important;
  }

  .lg\:divide-yellow > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #FFEB9A !important;
    border-color: rgba(255, 235, 154, var(--divide-opacity)) !important;
  }

  .lg\:divide-green-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--divide-opacity)) !important;
  }

  .lg\:divide-green-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--divide-opacity)) !important;
  }

  .lg\:divide-green-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--divide-opacity)) !important;
  }

  .lg\:divide-green-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--divide-opacity)) !important;
  }

  .lg\:divide-green-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--divide-opacity)) !important;
  }

  .lg\:divide-green-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--divide-opacity)) !important;
  }

  .lg\:divide-green-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--divide-opacity)) !important;
  }

  .lg\:divide-green-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--divide-opacity)) !important;
  }

  .lg\:divide-green-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--divide-opacity)) !important;
  }

  .lg\:divide-teal-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--divide-opacity)) !important;
  }

  .lg\:divide-teal-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--divide-opacity)) !important;
  }

  .lg\:divide-teal-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--divide-opacity)) !important;
  }

  .lg\:divide-teal-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--divide-opacity)) !important;
  }

  .lg\:divide-teal-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--divide-opacity)) !important;
  }

  .lg\:divide-teal-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--divide-opacity)) !important;
  }

  .lg\:divide-teal-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--divide-opacity)) !important;
  }

  .lg\:divide-teal-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--divide-opacity)) !important;
  }

  .lg\:divide-teal-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--divide-opacity)) !important;
  }

  .lg\:divide-blue-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--divide-opacity)) !important;
  }

  .lg\:divide-blue-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--divide-opacity)) !important;
  }

  .lg\:divide-blue-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--divide-opacity)) !important;
  }

  .lg\:divide-blue-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--divide-opacity)) !important;
  }

  .lg\:divide-blue-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--divide-opacity)) !important;
  }

  .lg\:divide-blue-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--divide-opacity)) !important;
  }

  .lg\:divide-blue-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--divide-opacity)) !important;
  }

  .lg\:divide-blue-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--divide-opacity)) !important;
  }

  .lg\:divide-blue-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--divide-opacity)) !important;
  }

  .lg\:divide-indigo-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--divide-opacity)) !important;
  }

  .lg\:divide-indigo-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--divide-opacity)) !important;
  }

  .lg\:divide-indigo-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--divide-opacity)) !important;
  }

  .lg\:divide-indigo-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--divide-opacity)) !important;
  }

  .lg\:divide-indigo-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--divide-opacity)) !important;
  }

  .lg\:divide-indigo-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--divide-opacity)) !important;
  }

  .lg\:divide-indigo-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--divide-opacity)) !important;
  }

  .lg\:divide-indigo-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--divide-opacity)) !important;
  }

  .lg\:divide-indigo-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--divide-opacity)) !important;
  }

  .lg\:divide-purple-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--divide-opacity)) !important;
  }

  .lg\:divide-purple-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--divide-opacity)) !important;
  }

  .lg\:divide-purple-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--divide-opacity)) !important;
  }

  .lg\:divide-purple-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--divide-opacity)) !important;
  }

  .lg\:divide-purple-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--divide-opacity)) !important;
  }

  .lg\:divide-purple-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--divide-opacity)) !important;
  }

  .lg\:divide-purple-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--divide-opacity)) !important;
  }

  .lg\:divide-purple-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--divide-opacity)) !important;
  }

  .lg\:divide-purple-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--divide-opacity)) !important;
  }

  .lg\:divide-pink-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--divide-opacity)) !important;
  }

  .lg\:divide-pink-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--divide-opacity)) !important;
  }

  .lg\:divide-pink-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--divide-opacity)) !important;
  }

  .lg\:divide-pink-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--divide-opacity)) !important;
  }

  .lg\:divide-pink-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--divide-opacity)) !important;
  }

  .lg\:divide-pink-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--divide-opacity)) !important;
  }

  .lg\:divide-pink-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--divide-opacity)) !important;
  }

  .lg\:divide-pink-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--divide-opacity)) !important;
  }

  .lg\:divide-pink-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--divide-opacity)) !important;
  }

  .lg\:divide-navy-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #23345A !important;
    border-color: rgba(35, 52, 90, var(--divide-opacity)) !important;
  }

  .lg\:divide-cyan > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #40C8EA !important;
    border-color: rgba(64, 200, 234, var(--divide-opacity)) !important;
  }

  .lg\:divide-yellowOrange > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #F8E9A7 !important;
    border-color: rgba(248, 233, 167, var(--divide-opacity)) !important;
  }

  .lg\:divide-light-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #C9EAF4 !important;
    border-color: rgba(201, 234, 244, var(--divide-opacity)) !important;
  }

  .lg\:divide-lightest-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #EBFAFF !important;
    border-color: rgba(235, 250, 255, var(--divide-opacity)) !important;
  }

  .lg\:divide-blueGreen > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #148093 !important;
    border-color: rgba(20, 128, 147, var(--divide-opacity)) !important;
  }

  .lg\:divide-mediumGray > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #97A2B0 !important;
    border-color: rgba(151, 162, 176, var(--divide-opacity)) !important;
  }

  .lg\:divide-light-gray > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ACACB4 !important;
    border-color: rgba(172, 172, 180, var(--divide-opacity)) !important;
  }

  .lg\:divide-lightestGray > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #F2F2F2 !important;
    border-color: rgba(242, 242, 242, var(--divide-opacity)) !important;
  }

  .lg\:divide-dark-gray > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #64626F !important;
    border-color: rgba(100, 98, 111, var(--divide-opacity)) !important;
  }

  .lg\:divide-nav-gray > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #65718C !important;
    border-color: rgba(101, 113, 140, var(--divide-opacity)) !important;
  }

  .lg\:divide-bullet-gray > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #F1F1F2 !important;
    border-color: rgba(241, 241, 242, var(--divide-opacity)) !important;
  }

  .lg\:divide-dark-red > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #951700 !important;
    border-color: rgba(149, 23, 0, var(--divide-opacity)) !important;
  }

  .lg\:divide-navy > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #182F50 !important;
    border-color: rgba(24, 47, 80, var(--divide-opacity)) !important;
  }

  .lg\:divide-lightNavy > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #687FA0 !important;
    border-color: rgba(104, 127, 160, var(--divide-opacity)) !important;
  }

  .lg\:divide-solid > :not(template) ~ :not(template) {
    border-style: solid !important;
  }

  .lg\:divide-dashed > :not(template) ~ :not(template) {
    border-style: dashed !important;
  }

  .lg\:divide-dotted > :not(template) ~ :not(template) {
    border-style: dotted !important;
  }

  .lg\:divide-double > :not(template) ~ :not(template) {
    border-style: double !important;
  }

  .lg\:divide-none > :not(template) ~ :not(template) {
    border-style: none !important;
  }

  .lg\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0 !important;
  }

  .lg\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25 !important;
  }

  .lg\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5 !important;
  }

  .lg\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75 !important;
  }

  .lg\:divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

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

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

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

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

  .lg\:appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .lg\:bg-fixed {
    background-attachment: fixed !important;
  }

  .lg\:bg-local {
    background-attachment: local !important;
  }

  .lg\:bg-scroll {
    background-attachment: scroll !important;
  }

  .lg\:bg-clip-border {
    background-clip: border-box !important;
  }

  .lg\:bg-clip-padding {
    background-clip: padding-box !important;
  }

  .lg\:bg-clip-content {
    background-clip: content-box !important;
  }

  .lg\:bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

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

  .lg\:bg-current {
    background-color: currentColor !important;
  }

  .lg\:bg-black {
    --bg-opacity: 1 !important;
    background-color: #000000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .lg\:bg-white {
    --bg-opacity: 1 !important;
    background-color: #FFFFFF !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .lg\:bg-gray {
    --bg-opacity: 1 !important;
    background-color: #727272 !important;
    background-color: rgba(114, 114, 114, var(--bg-opacity)) !important;
  }

  .lg\:bg-red {
    --bg-opacity: 1 !important;
    background-color: #E12A09 !important;
    background-color: rgba(225, 42, 9, var(--bg-opacity)) !important;
  }

  .lg\:bg-orange {
    --bg-opacity: 1 !important;
    background-color: #F29C2B !important;
    background-color: rgba(242, 156, 43, var(--bg-opacity)) !important;
  }

  .lg\:bg-yellow {
    --bg-opacity: 1 !important;
    background-color: #FFEB9A !important;
    background-color: rgba(255, 235, 154, var(--bg-opacity)) !important;
  }

  .lg\:bg-green-100 {
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .lg\:bg-green-200 {
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .lg\:bg-green-300 {
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .lg\:bg-green-400 {
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .lg\:bg-green-500 {
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .lg\:bg-green-600 {
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .lg\:bg-green-700 {
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .lg\:bg-green-800 {
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .lg\:bg-green-900 {
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .lg\:bg-teal-100 {
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .lg\:bg-teal-200 {
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .lg\:bg-teal-300 {
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .lg\:bg-teal-400 {
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .lg\:bg-teal-500 {
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .lg\:bg-teal-600 {
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .lg\:bg-teal-700 {
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .lg\:bg-teal-800 {
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .lg\:bg-teal-900 {
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .lg\:bg-blue-100 {
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .lg\:bg-blue-200 {
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .lg\:bg-blue-300 {
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .lg\:bg-blue-400 {
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .lg\:bg-blue-500 {
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .lg\:bg-blue-600 {
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .lg\:bg-blue-700 {
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .lg\:bg-blue-800 {
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .lg\:bg-blue-900 {
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .lg\:bg-indigo-100 {
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .lg\:bg-indigo-200 {
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .lg\:bg-indigo-300 {
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .lg\:bg-indigo-400 {
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .lg\:bg-indigo-500 {
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .lg\:bg-indigo-600 {
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .lg\:bg-indigo-700 {
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .lg\:bg-indigo-800 {
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .lg\:bg-indigo-900 {
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .lg\:bg-purple-100 {
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .lg\:bg-purple-200 {
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .lg\:bg-purple-300 {
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .lg\:bg-purple-400 {
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .lg\:bg-purple-500 {
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .lg\:bg-purple-600 {
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .lg\:bg-purple-700 {
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .lg\:bg-purple-800 {
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .lg\:bg-purple-900 {
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .lg\:bg-pink-100 {
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .lg\:bg-pink-200 {
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .lg\:bg-pink-300 {
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .lg\:bg-pink-400 {
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .lg\:bg-pink-500 {
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .lg\:bg-pink-600 {
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .lg\:bg-pink-700 {
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .lg\:bg-pink-800 {
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .lg\:bg-pink-900 {
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .lg\:bg-navy-blue {
    --bg-opacity: 1 !important;
    background-color: #23345A !important;
    background-color: rgba(35, 52, 90, var(--bg-opacity)) !important;
  }

  .lg\:bg-cyan {
    --bg-opacity: 1 !important;
    background-color: #40C8EA !important;
    background-color: rgba(64, 200, 234, var(--bg-opacity)) !important;
  }

  .lg\:bg-yellowOrange {
    --bg-opacity: 1 !important;
    background-color: #F8E9A7 !important;
    background-color: rgba(248, 233, 167, var(--bg-opacity)) !important;
  }

  .lg\:bg-light-blue {
    --bg-opacity: 1 !important;
    background-color: #C9EAF4 !important;
    background-color: rgba(201, 234, 244, var(--bg-opacity)) !important;
  }

  .lg\:bg-lightest-blue {
    --bg-opacity: 1 !important;
    background-color: #EBFAFF !important;
    background-color: rgba(235, 250, 255, var(--bg-opacity)) !important;
  }

  .lg\:bg-blueGreen {
    --bg-opacity: 1 !important;
    background-color: #148093 !important;
    background-color: rgba(20, 128, 147, var(--bg-opacity)) !important;
  }

  .lg\:bg-mediumGray {
    --bg-opacity: 1 !important;
    background-color: #97A2B0 !important;
    background-color: rgba(151, 162, 176, var(--bg-opacity)) !important;
  }

  .lg\:bg-light-gray {
    --bg-opacity: 1 !important;
    background-color: #ACACB4 !important;
    background-color: rgba(172, 172, 180, var(--bg-opacity)) !important;
  }

  .lg\:bg-lightestGray {
    --bg-opacity: 1 !important;
    background-color: #F2F2F2 !important;
    background-color: rgba(242, 242, 242, var(--bg-opacity)) !important;
  }

  .lg\:bg-dark-gray {
    --bg-opacity: 1 !important;
    background-color: #64626F !important;
    background-color: rgba(100, 98, 111, var(--bg-opacity)) !important;
  }

  .lg\:bg-nav-gray {
    --bg-opacity: 1 !important;
    background-color: #65718C !important;
    background-color: rgba(101, 113, 140, var(--bg-opacity)) !important;
  }

  .lg\:bg-bullet-gray {
    --bg-opacity: 1 !important;
    background-color: #F1F1F2 !important;
    background-color: rgba(241, 241, 242, var(--bg-opacity)) !important;
  }

  .lg\:bg-dark-red {
    --bg-opacity: 1 !important;
    background-color: #951700 !important;
    background-color: rgba(149, 23, 0, var(--bg-opacity)) !important;
  }

  .lg\:bg-navy {
    --bg-opacity: 1 !important;
    background-color: #182F50 !important;
    background-color: rgba(24, 47, 80, var(--bg-opacity)) !important;
  }

  .lg\:bg-lightNavy {
    --bg-opacity: 1 !important;
    background-color: #687FA0 !important;
    background-color: rgba(104, 127, 160, var(--bg-opacity)) !important;
  }

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

  .lg\:hover\:bg-current:hover {
    background-color: currentColor !important;
  }

  .lg\:hover\:bg-black:hover {
    --bg-opacity: 1 !important;
    background-color: #000000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-white:hover {
    --bg-opacity: 1 !important;
    background-color: #FFFFFF !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray:hover {
    --bg-opacity: 1 !important;
    background-color: #727272 !important;
    background-color: rgba(114, 114, 114, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-red:hover {
    --bg-opacity: 1 !important;
    background-color: #E12A09 !important;
    background-color: rgba(225, 42, 9, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-orange:hover {
    --bg-opacity: 1 !important;
    background-color: #F29C2B !important;
    background-color: rgba(242, 156, 43, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-yellow:hover {
    --bg-opacity: 1 !important;
    background-color: #FFEB9A !important;
    background-color: rgba(255, 235, 154, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-100:hover {
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-200:hover {
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-300:hover {
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-400:hover {
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-500:hover {
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-600:hover {
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-700:hover {
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-800:hover {
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-900:hover {
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-teal-100:hover {
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-teal-200:hover {
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-teal-300:hover {
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-teal-400:hover {
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-teal-500:hover {
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-teal-600:hover {
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-teal-700:hover {
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-teal-800:hover {
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-teal-900:hover {
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-100:hover {
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-200:hover {
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-300:hover {
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-400:hover {
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-500:hover {
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-600:hover {
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-700:hover {
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-800:hover {
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-900:hover {
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-indigo-100:hover {
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-indigo-200:hover {
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-indigo-300:hover {
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-indigo-400:hover {
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-indigo-500:hover {
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-indigo-600:hover {
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-indigo-700:hover {
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-indigo-800:hover {
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-indigo-900:hover {
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-purple-100:hover {
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-purple-200:hover {
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-purple-300:hover {
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-purple-400:hover {
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-purple-500:hover {
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-purple-600:hover {
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-purple-700:hover {
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-purple-800:hover {
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-purple-900:hover {
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink-100:hover {
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink-200:hover {
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink-300:hover {
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink-400:hover {
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink-500:hover {
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink-600:hover {
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink-700:hover {
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink-800:hover {
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink-900:hover {
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-navy-blue:hover {
    --bg-opacity: 1 !important;
    background-color: #23345A !important;
    background-color: rgba(35, 52, 90, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-cyan:hover {
    --bg-opacity: 1 !important;
    background-color: #40C8EA !important;
    background-color: rgba(64, 200, 234, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-yellowOrange:hover {
    --bg-opacity: 1 !important;
    background-color: #F8E9A7 !important;
    background-color: rgba(248, 233, 167, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-light-blue:hover {
    --bg-opacity: 1 !important;
    background-color: #C9EAF4 !important;
    background-color: rgba(201, 234, 244, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-lightest-blue:hover {
    --bg-opacity: 1 !important;
    background-color: #EBFAFF !important;
    background-color: rgba(235, 250, 255, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-blueGreen:hover {
    --bg-opacity: 1 !important;
    background-color: #148093 !important;
    background-color: rgba(20, 128, 147, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-mediumGray:hover {
    --bg-opacity: 1 !important;
    background-color: #97A2B0 !important;
    background-color: rgba(151, 162, 176, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-light-gray:hover {
    --bg-opacity: 1 !important;
    background-color: #ACACB4 !important;
    background-color: rgba(172, 172, 180, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-lightestGray:hover {
    --bg-opacity: 1 !important;
    background-color: #F2F2F2 !important;
    background-color: rgba(242, 242, 242, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-dark-gray:hover {
    --bg-opacity: 1 !important;
    background-color: #64626F !important;
    background-color: rgba(100, 98, 111, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-nav-gray:hover {
    --bg-opacity: 1 !important;
    background-color: #65718C !important;
    background-color: rgba(101, 113, 140, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-bullet-gray:hover {
    --bg-opacity: 1 !important;
    background-color: #F1F1F2 !important;
    background-color: rgba(241, 241, 242, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-dark-red:hover {
    --bg-opacity: 1 !important;
    background-color: #951700 !important;
    background-color: rgba(149, 23, 0, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-navy:hover {
    --bg-opacity: 1 !important;
    background-color: #182F50 !important;
    background-color: rgba(24, 47, 80, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-lightNavy:hover {
    --bg-opacity: 1 !important;
    background-color: #687FA0 !important;
    background-color: rgba(104, 127, 160, var(--bg-opacity)) !important;
  }

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

  .group:hover .lg\:group-hover\:bg-current {
    background-color: currentColor !important;
  }

  .group:hover .lg\:group-hover\:bg-black {
    --bg-opacity: 1 !important;
    background-color: #000000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-white {
    --bg-opacity: 1 !important;
    background-color: #FFFFFF !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray {
    --bg-opacity: 1 !important;
    background-color: #727272 !important;
    background-color: rgba(114, 114, 114, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-red {
    --bg-opacity: 1 !important;
    background-color: #E12A09 !important;
    background-color: rgba(225, 42, 9, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-orange {
    --bg-opacity: 1 !important;
    background-color: #F29C2B !important;
    background-color: rgba(242, 156, 43, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-yellow {
    --bg-opacity: 1 !important;
    background-color: #FFEB9A !important;
    background-color: rgba(255, 235, 154, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-green-100 {
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-green-200 {
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-green-300 {
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-green-400 {
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-green-500 {
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-green-600 {
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-green-700 {
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-green-800 {
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-green-900 {
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-teal-100 {
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-teal-200 {
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-teal-300 {
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-teal-400 {
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-teal-500 {
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-teal-600 {
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-teal-700 {
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-teal-800 {
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-teal-900 {
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-blue-100 {
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-blue-200 {
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-blue-300 {
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-blue-400 {
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-blue-500 {
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-blue-600 {
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-blue-700 {
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-blue-800 {
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-blue-900 {
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-indigo-100 {
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-indigo-200 {
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-indigo-300 {
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-indigo-400 {
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-indigo-500 {
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-indigo-600 {
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-indigo-700 {
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-indigo-800 {
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-indigo-900 {
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-purple-100 {
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-purple-200 {
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-purple-300 {
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-purple-400 {
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-purple-500 {
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-purple-600 {
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-purple-700 {
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-purple-800 {
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-purple-900 {
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-pink-100 {
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-pink-200 {
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-pink-300 {
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-pink-400 {
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-pink-500 {
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-pink-600 {
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-pink-700 {
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-pink-800 {
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-pink-900 {
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-navy-blue {
    --bg-opacity: 1 !important;
    background-color: #23345A !important;
    background-color: rgba(35, 52, 90, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-cyan {
    --bg-opacity: 1 !important;
    background-color: #40C8EA !important;
    background-color: rgba(64, 200, 234, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-yellowOrange {
    --bg-opacity: 1 !important;
    background-color: #F8E9A7 !important;
    background-color: rgba(248, 233, 167, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-light-blue {
    --bg-opacity: 1 !important;
    background-color: #C9EAF4 !important;
    background-color: rgba(201, 234, 244, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-lightest-blue {
    --bg-opacity: 1 !important;
    background-color: #EBFAFF !important;
    background-color: rgba(235, 250, 255, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-blueGreen {
    --bg-opacity: 1 !important;
    background-color: #148093 !important;
    background-color: rgba(20, 128, 147, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-mediumGray {
    --bg-opacity: 1 !important;
    background-color: #97A2B0 !important;
    background-color: rgba(151, 162, 176, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-light-gray {
    --bg-opacity: 1 !important;
    background-color: #ACACB4 !important;
    background-color: rgba(172, 172, 180, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-lightestGray {
    --bg-opacity: 1 !important;
    background-color: #F2F2F2 !important;
    background-color: rgba(242, 242, 242, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-dark-gray {
    --bg-opacity: 1 !important;
    background-color: #64626F !important;
    background-color: rgba(100, 98, 111, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nav-gray {
    --bg-opacity: 1 !important;
    background-color: #65718C !important;
    background-color: rgba(101, 113, 140, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-bullet-gray {
    --bg-opacity: 1 !important;
    background-color: #F1F1F2 !important;
    background-color: rgba(241, 241, 242, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-dark-red {
    --bg-opacity: 1 !important;
    background-color: #951700 !important;
    background-color: rgba(149, 23, 0, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-navy {
    --bg-opacity: 1 !important;
    background-color: #182F50 !important;
    background-color: rgba(24, 47, 80, var(--bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-lightNavy {
    --bg-opacity: 1 !important;
    background-color: #687FA0 !important;
    background-color: rgba(104, 127, 160, var(--bg-opacity)) !important;
  }

  .lg\:bg-none {
    background-image: none !important;
  }

  .lg\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--gradient-color-stops)) !important;
  }

  .lg\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
  }

  .lg\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
  }

  .lg\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
  }

  .lg\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important;
  }

  .lg\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
  }

  .lg\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
  }

  .lg\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important;
  }

  .lg\:from-transparent {
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:from-current {
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:from-black {
    --gradient-from-color: #000000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:from-white {
    --gradient-from-color: #FFFFFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:from-gray {
    --gradient-from-color: #727272 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(114, 114, 114, 0)) !important;
  }

  .lg\:from-red {
    --gradient-from-color: #E12A09 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(225, 42, 9, 0)) !important;
  }

  .lg\:from-orange {
    --gradient-from-color: #F29C2B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 156, 43, 0)) !important;
  }

  .lg\:from-yellow {
    --gradient-from-color: #FFEB9A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 235, 154, 0)) !important;
  }

  .lg\:from-green-100 {
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .lg\:from-green-200 {
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .lg\:from-green-300 {
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .lg\:from-green-400 {
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .lg\:from-green-500 {
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .lg\:from-green-600 {
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .lg\:from-green-700 {
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .lg\:from-green-800 {
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .lg\:from-green-900 {
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .lg\:from-teal-100 {
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .lg\:from-teal-200 {
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .lg\:from-teal-300 {
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .lg\:from-teal-400 {
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .lg\:from-teal-500 {
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .lg\:from-teal-600 {
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .lg\:from-teal-700 {
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .lg\:from-teal-800 {
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .lg\:from-teal-900 {
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .lg\:from-blue-100 {
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .lg\:from-blue-200 {
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .lg\:from-blue-300 {
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .lg\:from-blue-400 {
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .lg\:from-blue-500 {
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .lg\:from-blue-600 {
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .lg\:from-blue-700 {
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .lg\:from-blue-800 {
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .lg\:from-blue-900 {
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .lg\:from-indigo-100 {
    --gradient-from-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .lg\:from-indigo-200 {
    --gradient-from-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .lg\:from-indigo-300 {
    --gradient-from-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .lg\:from-indigo-400 {
    --gradient-from-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .lg\:from-indigo-500 {
    --gradient-from-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .lg\:from-indigo-600 {
    --gradient-from-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .lg\:from-indigo-700 {
    --gradient-from-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .lg\:from-indigo-800 {
    --gradient-from-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .lg\:from-indigo-900 {
    --gradient-from-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .lg\:from-purple-100 {
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .lg\:from-purple-200 {
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .lg\:from-purple-300 {
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .lg\:from-purple-400 {
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .lg\:from-purple-500 {
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .lg\:from-purple-600 {
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .lg\:from-purple-700 {
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .lg\:from-purple-800 {
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .lg\:from-purple-900 {
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .lg\:from-pink-100 {
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .lg\:from-pink-200 {
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .lg\:from-pink-300 {
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .lg\:from-pink-400 {
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .lg\:from-pink-500 {
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .lg\:from-pink-600 {
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .lg\:from-pink-700 {
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .lg\:from-pink-800 {
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .lg\:from-pink-900 {
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .lg\:from-navy-blue {
    --gradient-from-color: #23345A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 52, 90, 0)) !important;
  }

  .lg\:from-cyan {
    --gradient-from-color: #40C8EA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 200, 234, 0)) !important;
  }

  .lg\:from-yellowOrange {
    --gradient-from-color: #F8E9A7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 233, 167, 0)) !important;
  }

  .lg\:from-light-blue {
    --gradient-from-color: #C9EAF4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(201, 234, 244, 0)) !important;
  }

  .lg\:from-lightest-blue {
    --gradient-from-color: #EBFAFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 250, 255, 0)) !important;
  }

  .lg\:from-blueGreen {
    --gradient-from-color: #148093 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 128, 147, 0)) !important;
  }

  .lg\:from-mediumGray {
    --gradient-from-color: #97A2B0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 162, 176, 0)) !important;
  }

  .lg\:from-light-gray {
    --gradient-from-color: #ACACB4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(172, 172, 180, 0)) !important;
  }

  .lg\:from-lightestGray {
    --gradient-from-color: #F2F2F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .lg\:from-dark-gray {
    --gradient-from-color: #64626F !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(100, 98, 111, 0)) !important;
  }

  .lg\:from-nav-gray {
    --gradient-from-color: #65718C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(101, 113, 140, 0)) !important;
  }

  .lg\:from-bullet-gray {
    --gradient-from-color: #F1F1F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 241, 242, 0)) !important;
  }

  .lg\:from-dark-red {
    --gradient-from-color: #951700 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 23, 0, 0)) !important;
  }

  .lg\:from-navy {
    --gradient-from-color: #182F50 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(24, 47, 80, 0)) !important;
  }

  .lg\:from-lightNavy {
    --gradient-from-color: #687FA0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 127, 160, 0)) !important;
  }

  .lg\:via-transparent {
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:via-current {
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:via-black {
    --gradient-via-color: #000000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:via-white {
    --gradient-via-color: #FFFFFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:via-gray {
    --gradient-via-color: #727272 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(114, 114, 114, 0)) !important;
  }

  .lg\:via-red {
    --gradient-via-color: #E12A09 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(225, 42, 9, 0)) !important;
  }

  .lg\:via-orange {
    --gradient-via-color: #F29C2B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 156, 43, 0)) !important;
  }

  .lg\:via-yellow {
    --gradient-via-color: #FFEB9A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 235, 154, 0)) !important;
  }

  .lg\:via-green-100 {
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .lg\:via-green-200 {
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .lg\:via-green-300 {
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .lg\:via-green-400 {
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .lg\:via-green-500 {
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .lg\:via-green-600 {
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .lg\:via-green-700 {
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .lg\:via-green-800 {
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .lg\:via-green-900 {
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .lg\:via-teal-100 {
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .lg\:via-teal-200 {
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .lg\:via-teal-300 {
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .lg\:via-teal-400 {
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .lg\:via-teal-500 {
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .lg\:via-teal-600 {
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .lg\:via-teal-700 {
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .lg\:via-teal-800 {
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .lg\:via-teal-900 {
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .lg\:via-blue-100 {
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .lg\:via-blue-200 {
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .lg\:via-blue-300 {
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .lg\:via-blue-400 {
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .lg\:via-blue-500 {
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .lg\:via-blue-600 {
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .lg\:via-blue-700 {
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .lg\:via-blue-800 {
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .lg\:via-blue-900 {
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .lg\:via-indigo-100 {
    --gradient-via-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .lg\:via-indigo-200 {
    --gradient-via-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .lg\:via-indigo-300 {
    --gradient-via-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .lg\:via-indigo-400 {
    --gradient-via-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .lg\:via-indigo-500 {
    --gradient-via-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .lg\:via-indigo-600 {
    --gradient-via-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .lg\:via-indigo-700 {
    --gradient-via-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .lg\:via-indigo-800 {
    --gradient-via-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .lg\:via-indigo-900 {
    --gradient-via-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .lg\:via-purple-100 {
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .lg\:via-purple-200 {
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .lg\:via-purple-300 {
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .lg\:via-purple-400 {
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .lg\:via-purple-500 {
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .lg\:via-purple-600 {
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .lg\:via-purple-700 {
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .lg\:via-purple-800 {
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .lg\:via-purple-900 {
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .lg\:via-pink-100 {
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .lg\:via-pink-200 {
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .lg\:via-pink-300 {
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .lg\:via-pink-400 {
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .lg\:via-pink-500 {
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .lg\:via-pink-600 {
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .lg\:via-pink-700 {
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .lg\:via-pink-800 {
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .lg\:via-pink-900 {
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .lg\:via-navy-blue {
    --gradient-via-color: #23345A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 52, 90, 0)) !important;
  }

  .lg\:via-cyan {
    --gradient-via-color: #40C8EA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 200, 234, 0)) !important;
  }

  .lg\:via-yellowOrange {
    --gradient-via-color: #F8E9A7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 233, 167, 0)) !important;
  }

  .lg\:via-light-blue {
    --gradient-via-color: #C9EAF4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(201, 234, 244, 0)) !important;
  }

  .lg\:via-lightest-blue {
    --gradient-via-color: #EBFAFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 250, 255, 0)) !important;
  }

  .lg\:via-blueGreen {
    --gradient-via-color: #148093 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 128, 147, 0)) !important;
  }

  .lg\:via-mediumGray {
    --gradient-via-color: #97A2B0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 162, 176, 0)) !important;
  }

  .lg\:via-light-gray {
    --gradient-via-color: #ACACB4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(172, 172, 180, 0)) !important;
  }

  .lg\:via-lightestGray {
    --gradient-via-color: #F2F2F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .lg\:via-dark-gray {
    --gradient-via-color: #64626F !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(100, 98, 111, 0)) !important;
  }

  .lg\:via-nav-gray {
    --gradient-via-color: #65718C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(101, 113, 140, 0)) !important;
  }

  .lg\:via-bullet-gray {
    --gradient-via-color: #F1F1F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 241, 242, 0)) !important;
  }

  .lg\:via-dark-red {
    --gradient-via-color: #951700 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 23, 0, 0)) !important;
  }

  .lg\:via-navy {
    --gradient-via-color: #182F50 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(24, 47, 80, 0)) !important;
  }

  .lg\:via-lightNavy {
    --gradient-via-color: #687FA0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 127, 160, 0)) !important;
  }

  .lg\:to-transparent {
    --gradient-to-color: transparent !important;
  }

  .lg\:to-current {
    --gradient-to-color: currentColor !important;
  }

  .lg\:to-black {
    --gradient-to-color: #000000 !important;
  }

  .lg\:to-white {
    --gradient-to-color: #FFFFFF !important;
  }

  .lg\:to-gray {
    --gradient-to-color: #727272 !important;
  }

  .lg\:to-red {
    --gradient-to-color: #E12A09 !important;
  }

  .lg\:to-orange {
    --gradient-to-color: #F29C2B !important;
  }

  .lg\:to-yellow {
    --gradient-to-color: #FFEB9A !important;
  }

  .lg\:to-green-100 {
    --gradient-to-color: #f0fff4 !important;
  }

  .lg\:to-green-200 {
    --gradient-to-color: #c6f6d5 !important;
  }

  .lg\:to-green-300 {
    --gradient-to-color: #9ae6b4 !important;
  }

  .lg\:to-green-400 {
    --gradient-to-color: #68d391 !important;
  }

  .lg\:to-green-500 {
    --gradient-to-color: #48bb78 !important;
  }

  .lg\:to-green-600 {
    --gradient-to-color: #38a169 !important;
  }

  .lg\:to-green-700 {
    --gradient-to-color: #2f855a !important;
  }

  .lg\:to-green-800 {
    --gradient-to-color: #276749 !important;
  }

  .lg\:to-green-900 {
    --gradient-to-color: #22543d !important;
  }

  .lg\:to-teal-100 {
    --gradient-to-color: #e6fffa !important;
  }

  .lg\:to-teal-200 {
    --gradient-to-color: #b2f5ea !important;
  }

  .lg\:to-teal-300 {
    --gradient-to-color: #81e6d9 !important;
  }

  .lg\:to-teal-400 {
    --gradient-to-color: #4fd1c5 !important;
  }

  .lg\:to-teal-500 {
    --gradient-to-color: #38b2ac !important;
  }

  .lg\:to-teal-600 {
    --gradient-to-color: #319795 !important;
  }

  .lg\:to-teal-700 {
    --gradient-to-color: #2c7a7b !important;
  }

  .lg\:to-teal-800 {
    --gradient-to-color: #285e61 !important;
  }

  .lg\:to-teal-900 {
    --gradient-to-color: #234e52 !important;
  }

  .lg\:to-blue-100 {
    --gradient-to-color: #ebf8ff !important;
  }

  .lg\:to-blue-200 {
    --gradient-to-color: #bee3f8 !important;
  }

  .lg\:to-blue-300 {
    --gradient-to-color: #90cdf4 !important;
  }

  .lg\:to-blue-400 {
    --gradient-to-color: #63b3ed !important;
  }

  .lg\:to-blue-500 {
    --gradient-to-color: #4299e1 !important;
  }

  .lg\:to-blue-600 {
    --gradient-to-color: #3182ce !important;
  }

  .lg\:to-blue-700 {
    --gradient-to-color: #2b6cb0 !important;
  }

  .lg\:to-blue-800 {
    --gradient-to-color: #2c5282 !important;
  }

  .lg\:to-blue-900 {
    --gradient-to-color: #2a4365 !important;
  }

  .lg\:to-indigo-100 {
    --gradient-to-color: #ebf4ff !important;
  }

  .lg\:to-indigo-200 {
    --gradient-to-color: #c3dafe !important;
  }

  .lg\:to-indigo-300 {
    --gradient-to-color: #a3bffa !important;
  }

  .lg\:to-indigo-400 {
    --gradient-to-color: #7f9cf5 !important;
  }

  .lg\:to-indigo-500 {
    --gradient-to-color: #667eea !important;
  }

  .lg\:to-indigo-600 {
    --gradient-to-color: #5a67d8 !important;
  }

  .lg\:to-indigo-700 {
    --gradient-to-color: #4c51bf !important;
  }

  .lg\:to-indigo-800 {
    --gradient-to-color: #434190 !important;
  }

  .lg\:to-indigo-900 {
    --gradient-to-color: #3c366b !important;
  }

  .lg\:to-purple-100 {
    --gradient-to-color: #faf5ff !important;
  }

  .lg\:to-purple-200 {
    --gradient-to-color: #e9d8fd !important;
  }

  .lg\:to-purple-300 {
    --gradient-to-color: #d6bcfa !important;
  }

  .lg\:to-purple-400 {
    --gradient-to-color: #b794f4 !important;
  }

  .lg\:to-purple-500 {
    --gradient-to-color: #9f7aea !important;
  }

  .lg\:to-purple-600 {
    --gradient-to-color: #805ad5 !important;
  }

  .lg\:to-purple-700 {
    --gradient-to-color: #6b46c1 !important;
  }

  .lg\:to-purple-800 {
    --gradient-to-color: #553c9a !important;
  }

  .lg\:to-purple-900 {
    --gradient-to-color: #44337a !important;
  }

  .lg\:to-pink-100 {
    --gradient-to-color: #fff5f7 !important;
  }

  .lg\:to-pink-200 {
    --gradient-to-color: #fed7e2 !important;
  }

  .lg\:to-pink-300 {
    --gradient-to-color: #fbb6ce !important;
  }

  .lg\:to-pink-400 {
    --gradient-to-color: #f687b3 !important;
  }

  .lg\:to-pink-500 {
    --gradient-to-color: #ed64a6 !important;
  }

  .lg\:to-pink-600 {
    --gradient-to-color: #d53f8c !important;
  }

  .lg\:to-pink-700 {
    --gradient-to-color: #b83280 !important;
  }

  .lg\:to-pink-800 {
    --gradient-to-color: #97266d !important;
  }

  .lg\:to-pink-900 {
    --gradient-to-color: #702459 !important;
  }

  .lg\:to-navy-blue {
    --gradient-to-color: #23345A !important;
  }

  .lg\:to-cyan {
    --gradient-to-color: #40C8EA !important;
  }

  .lg\:to-yellowOrange {
    --gradient-to-color: #F8E9A7 !important;
  }

  .lg\:to-light-blue {
    --gradient-to-color: #C9EAF4 !important;
  }

  .lg\:to-lightest-blue {
    --gradient-to-color: #EBFAFF !important;
  }

  .lg\:to-blueGreen {
    --gradient-to-color: #148093 !important;
  }

  .lg\:to-mediumGray {
    --gradient-to-color: #97A2B0 !important;
  }

  .lg\:to-light-gray {
    --gradient-to-color: #ACACB4 !important;
  }

  .lg\:to-lightestGray {
    --gradient-to-color: #F2F2F2 !important;
  }

  .lg\:to-dark-gray {
    --gradient-to-color: #64626F !important;
  }

  .lg\:to-nav-gray {
    --gradient-to-color: #65718C !important;
  }

  .lg\:to-bullet-gray {
    --gradient-to-color: #F1F1F2 !important;
  }

  .lg\:to-dark-red {
    --gradient-to-color: #951700 !important;
  }

  .lg\:to-navy {
    --gradient-to-color: #182F50 !important;
  }

  .lg\:to-lightNavy {
    --gradient-to-color: #687FA0 !important;
  }

  .lg\:hover\:from-transparent:hover {
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:from-current:hover {
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:from-black:hover {
    --gradient-from-color: #000000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:from-white:hover {
    --gradient-from-color: #FFFFFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:from-gray:hover {
    --gradient-from-color: #727272 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(114, 114, 114, 0)) !important;
  }

  .lg\:hover\:from-red:hover {
    --gradient-from-color: #E12A09 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(225, 42, 9, 0)) !important;
  }

  .lg\:hover\:from-orange:hover {
    --gradient-from-color: #F29C2B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 156, 43, 0)) !important;
  }

  .lg\:hover\:from-yellow:hover {
    --gradient-from-color: #FFEB9A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 235, 154, 0)) !important;
  }

  .lg\:hover\:from-green-100:hover {
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .lg\:hover\:from-green-200:hover {
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .lg\:hover\:from-green-300:hover {
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .lg\:hover\:from-green-400:hover {
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .lg\:hover\:from-green-500:hover {
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .lg\:hover\:from-green-600:hover {
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .lg\:hover\:from-green-700:hover {
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .lg\:hover\:from-green-800:hover {
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .lg\:hover\:from-green-900:hover {
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .lg\:hover\:from-teal-100:hover {
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .lg\:hover\:from-teal-200:hover {
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .lg\:hover\:from-teal-300:hover {
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .lg\:hover\:from-teal-400:hover {
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .lg\:hover\:from-teal-500:hover {
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .lg\:hover\:from-teal-600:hover {
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .lg\:hover\:from-teal-700:hover {
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .lg\:hover\:from-teal-800:hover {
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .lg\:hover\:from-teal-900:hover {
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .lg\:hover\:from-blue-100:hover {
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .lg\:hover\:from-blue-200:hover {
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .lg\:hover\:from-blue-300:hover {
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .lg\:hover\:from-blue-400:hover {
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .lg\:hover\:from-blue-500:hover {
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .lg\:hover\:from-blue-600:hover {
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .lg\:hover\:from-blue-700:hover {
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .lg\:hover\:from-blue-800:hover {
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .lg\:hover\:from-blue-900:hover {
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .lg\:hover\:from-indigo-100:hover {
    --gradient-from-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .lg\:hover\:from-indigo-200:hover {
    --gradient-from-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .lg\:hover\:from-indigo-300:hover {
    --gradient-from-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .lg\:hover\:from-indigo-400:hover {
    --gradient-from-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .lg\:hover\:from-indigo-500:hover {
    --gradient-from-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .lg\:hover\:from-indigo-600:hover {
    --gradient-from-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .lg\:hover\:from-indigo-700:hover {
    --gradient-from-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .lg\:hover\:from-indigo-800:hover {
    --gradient-from-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .lg\:hover\:from-indigo-900:hover {
    --gradient-from-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .lg\:hover\:from-purple-100:hover {
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .lg\:hover\:from-purple-200:hover {
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .lg\:hover\:from-purple-300:hover {
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .lg\:hover\:from-purple-400:hover {
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .lg\:hover\:from-purple-500:hover {
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .lg\:hover\:from-purple-600:hover {
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .lg\:hover\:from-purple-700:hover {
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .lg\:hover\:from-purple-800:hover {
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .lg\:hover\:from-purple-900:hover {
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .lg\:hover\:from-pink-100:hover {
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .lg\:hover\:from-pink-200:hover {
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .lg\:hover\:from-pink-300:hover {
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .lg\:hover\:from-pink-400:hover {
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .lg\:hover\:from-pink-500:hover {
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .lg\:hover\:from-pink-600:hover {
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .lg\:hover\:from-pink-700:hover {
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .lg\:hover\:from-pink-800:hover {
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .lg\:hover\:from-pink-900:hover {
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .lg\:hover\:from-navy-blue:hover {
    --gradient-from-color: #23345A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 52, 90, 0)) !important;
  }

  .lg\:hover\:from-cyan:hover {
    --gradient-from-color: #40C8EA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 200, 234, 0)) !important;
  }

  .lg\:hover\:from-yellowOrange:hover {
    --gradient-from-color: #F8E9A7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 233, 167, 0)) !important;
  }

  .lg\:hover\:from-light-blue:hover {
    --gradient-from-color: #C9EAF4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(201, 234, 244, 0)) !important;
  }

  .lg\:hover\:from-lightest-blue:hover {
    --gradient-from-color: #EBFAFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 250, 255, 0)) !important;
  }

  .lg\:hover\:from-blueGreen:hover {
    --gradient-from-color: #148093 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 128, 147, 0)) !important;
  }

  .lg\:hover\:from-mediumGray:hover {
    --gradient-from-color: #97A2B0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 162, 176, 0)) !important;
  }

  .lg\:hover\:from-light-gray:hover {
    --gradient-from-color: #ACACB4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(172, 172, 180, 0)) !important;
  }

  .lg\:hover\:from-lightestGray:hover {
    --gradient-from-color: #F2F2F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .lg\:hover\:from-dark-gray:hover {
    --gradient-from-color: #64626F !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(100, 98, 111, 0)) !important;
  }

  .lg\:hover\:from-nav-gray:hover {
    --gradient-from-color: #65718C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(101, 113, 140, 0)) !important;
  }

  .lg\:hover\:from-bullet-gray:hover {
    --gradient-from-color: #F1F1F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 241, 242, 0)) !important;
  }

  .lg\:hover\:from-dark-red:hover {
    --gradient-from-color: #951700 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 23, 0, 0)) !important;
  }

  .lg\:hover\:from-navy:hover {
    --gradient-from-color: #182F50 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(24, 47, 80, 0)) !important;
  }

  .lg\:hover\:from-lightNavy:hover {
    --gradient-from-color: #687FA0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 127, 160, 0)) !important;
  }

  .lg\:hover\:via-transparent:hover {
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:via-current:hover {
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:via-black:hover {
    --gradient-via-color: #000000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:via-white:hover {
    --gradient-via-color: #FFFFFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:via-gray:hover {
    --gradient-via-color: #727272 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(114, 114, 114, 0)) !important;
  }

  .lg\:hover\:via-red:hover {
    --gradient-via-color: #E12A09 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(225, 42, 9, 0)) !important;
  }

  .lg\:hover\:via-orange:hover {
    --gradient-via-color: #F29C2B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 156, 43, 0)) !important;
  }

  .lg\:hover\:via-yellow:hover {
    --gradient-via-color: #FFEB9A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 235, 154, 0)) !important;
  }

  .lg\:hover\:via-green-100:hover {
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .lg\:hover\:via-green-200:hover {
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .lg\:hover\:via-green-300:hover {
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .lg\:hover\:via-green-400:hover {
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .lg\:hover\:via-green-500:hover {
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .lg\:hover\:via-green-600:hover {
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .lg\:hover\:via-green-700:hover {
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .lg\:hover\:via-green-800:hover {
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .lg\:hover\:via-green-900:hover {
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .lg\:hover\:via-teal-100:hover {
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .lg\:hover\:via-teal-200:hover {
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .lg\:hover\:via-teal-300:hover {
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .lg\:hover\:via-teal-400:hover {
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .lg\:hover\:via-teal-500:hover {
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .lg\:hover\:via-teal-600:hover {
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .lg\:hover\:via-teal-700:hover {
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .lg\:hover\:via-teal-800:hover {
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .lg\:hover\:via-teal-900:hover {
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .lg\:hover\:via-blue-100:hover {
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .lg\:hover\:via-blue-200:hover {
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .lg\:hover\:via-blue-300:hover {
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .lg\:hover\:via-blue-400:hover {
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .lg\:hover\:via-blue-500:hover {
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .lg\:hover\:via-blue-600:hover {
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .lg\:hover\:via-blue-700:hover {
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .lg\:hover\:via-blue-800:hover {
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .lg\:hover\:via-blue-900:hover {
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .lg\:hover\:via-indigo-100:hover {
    --gradient-via-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .lg\:hover\:via-indigo-200:hover {
    --gradient-via-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .lg\:hover\:via-indigo-300:hover {
    --gradient-via-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .lg\:hover\:via-indigo-400:hover {
    --gradient-via-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .lg\:hover\:via-indigo-500:hover {
    --gradient-via-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .lg\:hover\:via-indigo-600:hover {
    --gradient-via-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .lg\:hover\:via-indigo-700:hover {
    --gradient-via-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .lg\:hover\:via-indigo-800:hover {
    --gradient-via-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .lg\:hover\:via-indigo-900:hover {
    --gradient-via-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .lg\:hover\:via-purple-100:hover {
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .lg\:hover\:via-purple-200:hover {
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .lg\:hover\:via-purple-300:hover {
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .lg\:hover\:via-purple-400:hover {
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .lg\:hover\:via-purple-500:hover {
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .lg\:hover\:via-purple-600:hover {
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .lg\:hover\:via-purple-700:hover {
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .lg\:hover\:via-purple-800:hover {
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .lg\:hover\:via-purple-900:hover {
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .lg\:hover\:via-pink-100:hover {
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .lg\:hover\:via-pink-200:hover {
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .lg\:hover\:via-pink-300:hover {
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .lg\:hover\:via-pink-400:hover {
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .lg\:hover\:via-pink-500:hover {
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .lg\:hover\:via-pink-600:hover {
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .lg\:hover\:via-pink-700:hover {
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .lg\:hover\:via-pink-800:hover {
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .lg\:hover\:via-pink-900:hover {
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .lg\:hover\:via-navy-blue:hover {
    --gradient-via-color: #23345A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 52, 90, 0)) !important;
  }

  .lg\:hover\:via-cyan:hover {
    --gradient-via-color: #40C8EA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 200, 234, 0)) !important;
  }

  .lg\:hover\:via-yellowOrange:hover {
    --gradient-via-color: #F8E9A7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 233, 167, 0)) !important;
  }

  .lg\:hover\:via-light-blue:hover {
    --gradient-via-color: #C9EAF4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(201, 234, 244, 0)) !important;
  }

  .lg\:hover\:via-lightest-blue:hover {
    --gradient-via-color: #EBFAFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 250, 255, 0)) !important;
  }

  .lg\:hover\:via-blueGreen:hover {
    --gradient-via-color: #148093 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 128, 147, 0)) !important;
  }

  .lg\:hover\:via-mediumGray:hover {
    --gradient-via-color: #97A2B0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 162, 176, 0)) !important;
  }

  .lg\:hover\:via-light-gray:hover {
    --gradient-via-color: #ACACB4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(172, 172, 180, 0)) !important;
  }

  .lg\:hover\:via-lightestGray:hover {
    --gradient-via-color: #F2F2F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .lg\:hover\:via-dark-gray:hover {
    --gradient-via-color: #64626F !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(100, 98, 111, 0)) !important;
  }

  .lg\:hover\:via-nav-gray:hover {
    --gradient-via-color: #65718C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(101, 113, 140, 0)) !important;
  }

  .lg\:hover\:via-bullet-gray:hover {
    --gradient-via-color: #F1F1F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 241, 242, 0)) !important;
  }

  .lg\:hover\:via-dark-red:hover {
    --gradient-via-color: #951700 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 23, 0, 0)) !important;
  }

  .lg\:hover\:via-navy:hover {
    --gradient-via-color: #182F50 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(24, 47, 80, 0)) !important;
  }

  .lg\:hover\:via-lightNavy:hover {
    --gradient-via-color: #687FA0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 127, 160, 0)) !important;
  }

  .lg\:hover\:to-transparent:hover {
    --gradient-to-color: transparent !important;
  }

  .lg\:hover\:to-current:hover {
    --gradient-to-color: currentColor !important;
  }

  .lg\:hover\:to-black:hover {
    --gradient-to-color: #000000 !important;
  }

  .lg\:hover\:to-white:hover {
    --gradient-to-color: #FFFFFF !important;
  }

  .lg\:hover\:to-gray:hover {
    --gradient-to-color: #727272 !important;
  }

  .lg\:hover\:to-red:hover {
    --gradient-to-color: #E12A09 !important;
  }

  .lg\:hover\:to-orange:hover {
    --gradient-to-color: #F29C2B !important;
  }

  .lg\:hover\:to-yellow:hover {
    --gradient-to-color: #FFEB9A !important;
  }

  .lg\:hover\:to-green-100:hover {
    --gradient-to-color: #f0fff4 !important;
  }

  .lg\:hover\:to-green-200:hover {
    --gradient-to-color: #c6f6d5 !important;
  }

  .lg\:hover\:to-green-300:hover {
    --gradient-to-color: #9ae6b4 !important;
  }

  .lg\:hover\:to-green-400:hover {
    --gradient-to-color: #68d391 !important;
  }

  .lg\:hover\:to-green-500:hover {
    --gradient-to-color: #48bb78 !important;
  }

  .lg\:hover\:to-green-600:hover {
    --gradient-to-color: #38a169 !important;
  }

  .lg\:hover\:to-green-700:hover {
    --gradient-to-color: #2f855a !important;
  }

  .lg\:hover\:to-green-800:hover {
    --gradient-to-color: #276749 !important;
  }

  .lg\:hover\:to-green-900:hover {
    --gradient-to-color: #22543d !important;
  }

  .lg\:hover\:to-teal-100:hover {
    --gradient-to-color: #e6fffa !important;
  }

  .lg\:hover\:to-teal-200:hover {
    --gradient-to-color: #b2f5ea !important;
  }

  .lg\:hover\:to-teal-300:hover {
    --gradient-to-color: #81e6d9 !important;
  }

  .lg\:hover\:to-teal-400:hover {
    --gradient-to-color: #4fd1c5 !important;
  }

  .lg\:hover\:to-teal-500:hover {
    --gradient-to-color: #38b2ac !important;
  }

  .lg\:hover\:to-teal-600:hover {
    --gradient-to-color: #319795 !important;
  }

  .lg\:hover\:to-teal-700:hover {
    --gradient-to-color: #2c7a7b !important;
  }

  .lg\:hover\:to-teal-800:hover {
    --gradient-to-color: #285e61 !important;
  }

  .lg\:hover\:to-teal-900:hover {
    --gradient-to-color: #234e52 !important;
  }

  .lg\:hover\:to-blue-100:hover {
    --gradient-to-color: #ebf8ff !important;
  }

  .lg\:hover\:to-blue-200:hover {
    --gradient-to-color: #bee3f8 !important;
  }

  .lg\:hover\:to-blue-300:hover {
    --gradient-to-color: #90cdf4 !important;
  }

  .lg\:hover\:to-blue-400:hover {
    --gradient-to-color: #63b3ed !important;
  }

  .lg\:hover\:to-blue-500:hover {
    --gradient-to-color: #4299e1 !important;
  }

  .lg\:hover\:to-blue-600:hover {
    --gradient-to-color: #3182ce !important;
  }

  .lg\:hover\:to-blue-700:hover {
    --gradient-to-color: #2b6cb0 !important;
  }

  .lg\:hover\:to-blue-800:hover {
    --gradient-to-color: #2c5282 !important;
  }

  .lg\:hover\:to-blue-900:hover {
    --gradient-to-color: #2a4365 !important;
  }

  .lg\:hover\:to-indigo-100:hover {
    --gradient-to-color: #ebf4ff !important;
  }

  .lg\:hover\:to-indigo-200:hover {
    --gradient-to-color: #c3dafe !important;
  }

  .lg\:hover\:to-indigo-300:hover {
    --gradient-to-color: #a3bffa !important;
  }

  .lg\:hover\:to-indigo-400:hover {
    --gradient-to-color: #7f9cf5 !important;
  }

  .lg\:hover\:to-indigo-500:hover {
    --gradient-to-color: #667eea !important;
  }

  .lg\:hover\:to-indigo-600:hover {
    --gradient-to-color: #5a67d8 !important;
  }

  .lg\:hover\:to-indigo-700:hover {
    --gradient-to-color: #4c51bf !important;
  }

  .lg\:hover\:to-indigo-800:hover {
    --gradient-to-color: #434190 !important;
  }

  .lg\:hover\:to-indigo-900:hover {
    --gradient-to-color: #3c366b !important;
  }

  .lg\:hover\:to-purple-100:hover {
    --gradient-to-color: #faf5ff !important;
  }

  .lg\:hover\:to-purple-200:hover {
    --gradient-to-color: #e9d8fd !important;
  }

  .lg\:hover\:to-purple-300:hover {
    --gradient-to-color: #d6bcfa !important;
  }

  .lg\:hover\:to-purple-400:hover {
    --gradient-to-color: #b794f4 !important;
  }

  .lg\:hover\:to-purple-500:hover {
    --gradient-to-color: #9f7aea !important;
  }

  .lg\:hover\:to-purple-600:hover {
    --gradient-to-color: #805ad5 !important;
  }

  .lg\:hover\:to-purple-700:hover {
    --gradient-to-color: #6b46c1 !important;
  }

  .lg\:hover\:to-purple-800:hover {
    --gradient-to-color: #553c9a !important;
  }

  .lg\:hover\:to-purple-900:hover {
    --gradient-to-color: #44337a !important;
  }

  .lg\:hover\:to-pink-100:hover {
    --gradient-to-color: #fff5f7 !important;
  }

  .lg\:hover\:to-pink-200:hover {
    --gradient-to-color: #fed7e2 !important;
  }

  .lg\:hover\:to-pink-300:hover {
    --gradient-to-color: #fbb6ce !important;
  }

  .lg\:hover\:to-pink-400:hover {
    --gradient-to-color: #f687b3 !important;
  }

  .lg\:hover\:to-pink-500:hover {
    --gradient-to-color: #ed64a6 !important;
  }

  .lg\:hover\:to-pink-600:hover {
    --gradient-to-color: #d53f8c !important;
  }

  .lg\:hover\:to-pink-700:hover {
    --gradient-to-color: #b83280 !important;
  }

  .lg\:hover\:to-pink-800:hover {
    --gradient-to-color: #97266d !important;
  }

  .lg\:hover\:to-pink-900:hover {
    --gradient-to-color: #702459 !important;
  }

  .lg\:hover\:to-navy-blue:hover {
    --gradient-to-color: #23345A !important;
  }

  .lg\:hover\:to-cyan:hover {
    --gradient-to-color: #40C8EA !important;
  }

  .lg\:hover\:to-yellowOrange:hover {
    --gradient-to-color: #F8E9A7 !important;
  }

  .lg\:hover\:to-light-blue:hover {
    --gradient-to-color: #C9EAF4 !important;
  }

  .lg\:hover\:to-lightest-blue:hover {
    --gradient-to-color: #EBFAFF !important;
  }

  .lg\:hover\:to-blueGreen:hover {
    --gradient-to-color: #148093 !important;
  }

  .lg\:hover\:to-mediumGray:hover {
    --gradient-to-color: #97A2B0 !important;
  }

  .lg\:hover\:to-light-gray:hover {
    --gradient-to-color: #ACACB4 !important;
  }

  .lg\:hover\:to-lightestGray:hover {
    --gradient-to-color: #F2F2F2 !important;
  }

  .lg\:hover\:to-dark-gray:hover {
    --gradient-to-color: #64626F !important;
  }

  .lg\:hover\:to-nav-gray:hover {
    --gradient-to-color: #65718C !important;
  }

  .lg\:hover\:to-bullet-gray:hover {
    --gradient-to-color: #F1F1F2 !important;
  }

  .lg\:hover\:to-dark-red:hover {
    --gradient-to-color: #951700 !important;
  }

  .lg\:hover\:to-navy:hover {
    --gradient-to-color: #182F50 !important;
  }

  .lg\:hover\:to-lightNavy:hover {
    --gradient-to-color: #687FA0 !important;
  }

  .lg\:focus\:from-transparent:focus {
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:from-current:focus {
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:from-black:focus {
    --gradient-from-color: #000000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:from-white:focus {
    --gradient-from-color: #FFFFFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:from-gray:focus {
    --gradient-from-color: #727272 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(114, 114, 114, 0)) !important;
  }

  .lg\:focus\:from-red:focus {
    --gradient-from-color: #E12A09 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(225, 42, 9, 0)) !important;
  }

  .lg\:focus\:from-orange:focus {
    --gradient-from-color: #F29C2B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 156, 43, 0)) !important;
  }

  .lg\:focus\:from-yellow:focus {
    --gradient-from-color: #FFEB9A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 235, 154, 0)) !important;
  }

  .lg\:focus\:from-green-100:focus {
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .lg\:focus\:from-green-200:focus {
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .lg\:focus\:from-green-300:focus {
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .lg\:focus\:from-green-400:focus {
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .lg\:focus\:from-green-500:focus {
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .lg\:focus\:from-green-600:focus {
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .lg\:focus\:from-green-700:focus {
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .lg\:focus\:from-green-800:focus {
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .lg\:focus\:from-green-900:focus {
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .lg\:focus\:from-teal-100:focus {
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .lg\:focus\:from-teal-200:focus {
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .lg\:focus\:from-teal-300:focus {
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .lg\:focus\:from-teal-400:focus {
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .lg\:focus\:from-teal-500:focus {
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .lg\:focus\:from-teal-600:focus {
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .lg\:focus\:from-teal-700:focus {
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .lg\:focus\:from-teal-800:focus {
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .lg\:focus\:from-teal-900:focus {
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .lg\:focus\:from-blue-100:focus {
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .lg\:focus\:from-blue-200:focus {
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .lg\:focus\:from-blue-300:focus {
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .lg\:focus\:from-blue-400:focus {
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .lg\:focus\:from-blue-500:focus {
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .lg\:focus\:from-blue-600:focus {
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .lg\:focus\:from-blue-700:focus {
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .lg\:focus\:from-blue-800:focus {
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .lg\:focus\:from-blue-900:focus {
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .lg\:focus\:from-indigo-100:focus {
    --gradient-from-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .lg\:focus\:from-indigo-200:focus {
    --gradient-from-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .lg\:focus\:from-indigo-300:focus {
    --gradient-from-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .lg\:focus\:from-indigo-400:focus {
    --gradient-from-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .lg\:focus\:from-indigo-500:focus {
    --gradient-from-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .lg\:focus\:from-indigo-600:focus {
    --gradient-from-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .lg\:focus\:from-indigo-700:focus {
    --gradient-from-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .lg\:focus\:from-indigo-800:focus {
    --gradient-from-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .lg\:focus\:from-indigo-900:focus {
    --gradient-from-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .lg\:focus\:from-purple-100:focus {
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .lg\:focus\:from-purple-200:focus {
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .lg\:focus\:from-purple-300:focus {
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .lg\:focus\:from-purple-400:focus {
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .lg\:focus\:from-purple-500:focus {
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .lg\:focus\:from-purple-600:focus {
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .lg\:focus\:from-purple-700:focus {
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .lg\:focus\:from-purple-800:focus {
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .lg\:focus\:from-purple-900:focus {
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .lg\:focus\:from-pink-100:focus {
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .lg\:focus\:from-pink-200:focus {
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .lg\:focus\:from-pink-300:focus {
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .lg\:focus\:from-pink-400:focus {
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .lg\:focus\:from-pink-500:focus {
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .lg\:focus\:from-pink-600:focus {
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .lg\:focus\:from-pink-700:focus {
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .lg\:focus\:from-pink-800:focus {
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .lg\:focus\:from-pink-900:focus {
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .lg\:focus\:from-navy-blue:focus {
    --gradient-from-color: #23345A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 52, 90, 0)) !important;
  }

  .lg\:focus\:from-cyan:focus {
    --gradient-from-color: #40C8EA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 200, 234, 0)) !important;
  }

  .lg\:focus\:from-yellowOrange:focus {
    --gradient-from-color: #F8E9A7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 233, 167, 0)) !important;
  }

  .lg\:focus\:from-light-blue:focus {
    --gradient-from-color: #C9EAF4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(201, 234, 244, 0)) !important;
  }

  .lg\:focus\:from-lightest-blue:focus {
    --gradient-from-color: #EBFAFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 250, 255, 0)) !important;
  }

  .lg\:focus\:from-blueGreen:focus {
    --gradient-from-color: #148093 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 128, 147, 0)) !important;
  }

  .lg\:focus\:from-mediumGray:focus {
    --gradient-from-color: #97A2B0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 162, 176, 0)) !important;
  }

  .lg\:focus\:from-light-gray:focus {
    --gradient-from-color: #ACACB4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(172, 172, 180, 0)) !important;
  }

  .lg\:focus\:from-lightestGray:focus {
    --gradient-from-color: #F2F2F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .lg\:focus\:from-dark-gray:focus {
    --gradient-from-color: #64626F !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(100, 98, 111, 0)) !important;
  }

  .lg\:focus\:from-nav-gray:focus {
    --gradient-from-color: #65718C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(101, 113, 140, 0)) !important;
  }

  .lg\:focus\:from-bullet-gray:focus {
    --gradient-from-color: #F1F1F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 241, 242, 0)) !important;
  }

  .lg\:focus\:from-dark-red:focus {
    --gradient-from-color: #951700 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 23, 0, 0)) !important;
  }

  .lg\:focus\:from-navy:focus {
    --gradient-from-color: #182F50 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(24, 47, 80, 0)) !important;
  }

  .lg\:focus\:from-lightNavy:focus {
    --gradient-from-color: #687FA0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 127, 160, 0)) !important;
  }

  .lg\:focus\:via-transparent:focus {
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:via-current:focus {
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:via-black:focus {
    --gradient-via-color: #000000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:via-white:focus {
    --gradient-via-color: #FFFFFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:via-gray:focus {
    --gradient-via-color: #727272 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(114, 114, 114, 0)) !important;
  }

  .lg\:focus\:via-red:focus {
    --gradient-via-color: #E12A09 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(225, 42, 9, 0)) !important;
  }

  .lg\:focus\:via-orange:focus {
    --gradient-via-color: #F29C2B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 156, 43, 0)) !important;
  }

  .lg\:focus\:via-yellow:focus {
    --gradient-via-color: #FFEB9A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 235, 154, 0)) !important;
  }

  .lg\:focus\:via-green-100:focus {
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .lg\:focus\:via-green-200:focus {
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .lg\:focus\:via-green-300:focus {
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .lg\:focus\:via-green-400:focus {
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .lg\:focus\:via-green-500:focus {
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .lg\:focus\:via-green-600:focus {
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .lg\:focus\:via-green-700:focus {
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .lg\:focus\:via-green-800:focus {
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .lg\:focus\:via-green-900:focus {
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .lg\:focus\:via-teal-100:focus {
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .lg\:focus\:via-teal-200:focus {
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .lg\:focus\:via-teal-300:focus {
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .lg\:focus\:via-teal-400:focus {
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .lg\:focus\:via-teal-500:focus {
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .lg\:focus\:via-teal-600:focus {
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .lg\:focus\:via-teal-700:focus {
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .lg\:focus\:via-teal-800:focus {
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .lg\:focus\:via-teal-900:focus {
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .lg\:focus\:via-blue-100:focus {
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .lg\:focus\:via-blue-200:focus {
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .lg\:focus\:via-blue-300:focus {
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .lg\:focus\:via-blue-400:focus {
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .lg\:focus\:via-blue-500:focus {
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .lg\:focus\:via-blue-600:focus {
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .lg\:focus\:via-blue-700:focus {
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .lg\:focus\:via-blue-800:focus {
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .lg\:focus\:via-blue-900:focus {
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .lg\:focus\:via-indigo-100:focus {
    --gradient-via-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .lg\:focus\:via-indigo-200:focus {
    --gradient-via-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .lg\:focus\:via-indigo-300:focus {
    --gradient-via-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .lg\:focus\:via-indigo-400:focus {
    --gradient-via-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .lg\:focus\:via-indigo-500:focus {
    --gradient-via-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .lg\:focus\:via-indigo-600:focus {
    --gradient-via-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .lg\:focus\:via-indigo-700:focus {
    --gradient-via-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .lg\:focus\:via-indigo-800:focus {
    --gradient-via-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .lg\:focus\:via-indigo-900:focus {
    --gradient-via-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .lg\:focus\:via-purple-100:focus {
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .lg\:focus\:via-purple-200:focus {
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .lg\:focus\:via-purple-300:focus {
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .lg\:focus\:via-purple-400:focus {
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .lg\:focus\:via-purple-500:focus {
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .lg\:focus\:via-purple-600:focus {
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .lg\:focus\:via-purple-700:focus {
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .lg\:focus\:via-purple-800:focus {
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .lg\:focus\:via-purple-900:focus {
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .lg\:focus\:via-pink-100:focus {
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .lg\:focus\:via-pink-200:focus {
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .lg\:focus\:via-pink-300:focus {
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .lg\:focus\:via-pink-400:focus {
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .lg\:focus\:via-pink-500:focus {
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .lg\:focus\:via-pink-600:focus {
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .lg\:focus\:via-pink-700:focus {
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .lg\:focus\:via-pink-800:focus {
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .lg\:focus\:via-pink-900:focus {
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .lg\:focus\:via-navy-blue:focus {
    --gradient-via-color: #23345A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 52, 90, 0)) !important;
  }

  .lg\:focus\:via-cyan:focus {
    --gradient-via-color: #40C8EA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 200, 234, 0)) !important;
  }

  .lg\:focus\:via-yellowOrange:focus {
    --gradient-via-color: #F8E9A7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 233, 167, 0)) !important;
  }

  .lg\:focus\:via-light-blue:focus {
    --gradient-via-color: #C9EAF4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(201, 234, 244, 0)) !important;
  }

  .lg\:focus\:via-lightest-blue:focus {
    --gradient-via-color: #EBFAFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 250, 255, 0)) !important;
  }

  .lg\:focus\:via-blueGreen:focus {
    --gradient-via-color: #148093 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 128, 147, 0)) !important;
  }

  .lg\:focus\:via-mediumGray:focus {
    --gradient-via-color: #97A2B0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 162, 176, 0)) !important;
  }

  .lg\:focus\:via-light-gray:focus {
    --gradient-via-color: #ACACB4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(172, 172, 180, 0)) !important;
  }

  .lg\:focus\:via-lightestGray:focus {
    --gradient-via-color: #F2F2F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .lg\:focus\:via-dark-gray:focus {
    --gradient-via-color: #64626F !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(100, 98, 111, 0)) !important;
  }

  .lg\:focus\:via-nav-gray:focus {
    --gradient-via-color: #65718C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(101, 113, 140, 0)) !important;
  }

  .lg\:focus\:via-bullet-gray:focus {
    --gradient-via-color: #F1F1F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 241, 242, 0)) !important;
  }

  .lg\:focus\:via-dark-red:focus {
    --gradient-via-color: #951700 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 23, 0, 0)) !important;
  }

  .lg\:focus\:via-navy:focus {
    --gradient-via-color: #182F50 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(24, 47, 80, 0)) !important;
  }

  .lg\:focus\:via-lightNavy:focus {
    --gradient-via-color: #687FA0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 127, 160, 0)) !important;
  }

  .lg\:focus\:to-transparent:focus {
    --gradient-to-color: transparent !important;
  }

  .lg\:focus\:to-current:focus {
    --gradient-to-color: currentColor !important;
  }

  .lg\:focus\:to-black:focus {
    --gradient-to-color: #000000 !important;
  }

  .lg\:focus\:to-white:focus {
    --gradient-to-color: #FFFFFF !important;
  }

  .lg\:focus\:to-gray:focus {
    --gradient-to-color: #727272 !important;
  }

  .lg\:focus\:to-red:focus {
    --gradient-to-color: #E12A09 !important;
  }

  .lg\:focus\:to-orange:focus {
    --gradient-to-color: #F29C2B !important;
  }

  .lg\:focus\:to-yellow:focus {
    --gradient-to-color: #FFEB9A !important;
  }

  .lg\:focus\:to-green-100:focus {
    --gradient-to-color: #f0fff4 !important;
  }

  .lg\:focus\:to-green-200:focus {
    --gradient-to-color: #c6f6d5 !important;
  }

  .lg\:focus\:to-green-300:focus {
    --gradient-to-color: #9ae6b4 !important;
  }

  .lg\:focus\:to-green-400:focus {
    --gradient-to-color: #68d391 !important;
  }

  .lg\:focus\:to-green-500:focus {
    --gradient-to-color: #48bb78 !important;
  }

  .lg\:focus\:to-green-600:focus {
    --gradient-to-color: #38a169 !important;
  }

  .lg\:focus\:to-green-700:focus {
    --gradient-to-color: #2f855a !important;
  }

  .lg\:focus\:to-green-800:focus {
    --gradient-to-color: #276749 !important;
  }

  .lg\:focus\:to-green-900:focus {
    --gradient-to-color: #22543d !important;
  }

  .lg\:focus\:to-teal-100:focus {
    --gradient-to-color: #e6fffa !important;
  }

  .lg\:focus\:to-teal-200:focus {
    --gradient-to-color: #b2f5ea !important;
  }

  .lg\:focus\:to-teal-300:focus {
    --gradient-to-color: #81e6d9 !important;
  }

  .lg\:focus\:to-teal-400:focus {
    --gradient-to-color: #4fd1c5 !important;
  }

  .lg\:focus\:to-teal-500:focus {
    --gradient-to-color: #38b2ac !important;
  }

  .lg\:focus\:to-teal-600:focus {
    --gradient-to-color: #319795 !important;
  }

  .lg\:focus\:to-teal-700:focus {
    --gradient-to-color: #2c7a7b !important;
  }

  .lg\:focus\:to-teal-800:focus {
    --gradient-to-color: #285e61 !important;
  }

  .lg\:focus\:to-teal-900:focus {
    --gradient-to-color: #234e52 !important;
  }

  .lg\:focus\:to-blue-100:focus {
    --gradient-to-color: #ebf8ff !important;
  }

  .lg\:focus\:to-blue-200:focus {
    --gradient-to-color: #bee3f8 !important;
  }

  .lg\:focus\:to-blue-300:focus {
    --gradient-to-color: #90cdf4 !important;
  }

  .lg\:focus\:to-blue-400:focus {
    --gradient-to-color: #63b3ed !important;
  }

  .lg\:focus\:to-blue-500:focus {
    --gradient-to-color: #4299e1 !important;
  }

  .lg\:focus\:to-blue-600:focus {
    --gradient-to-color: #3182ce !important;
  }

  .lg\:focus\:to-blue-700:focus {
    --gradient-to-color: #2b6cb0 !important;
  }

  .lg\:focus\:to-blue-800:focus {
    --gradient-to-color: #2c5282 !important;
  }

  .lg\:focus\:to-blue-900:focus {
    --gradient-to-color: #2a4365 !important;
  }

  .lg\:focus\:to-indigo-100:focus {
    --gradient-to-color: #ebf4ff !important;
  }

  .lg\:focus\:to-indigo-200:focus {
    --gradient-to-color: #c3dafe !important;
  }

  .lg\:focus\:to-indigo-300:focus {
    --gradient-to-color: #a3bffa !important;
  }

  .lg\:focus\:to-indigo-400:focus {
    --gradient-to-color: #7f9cf5 !important;
  }

  .lg\:focus\:to-indigo-500:focus {
    --gradient-to-color: #667eea !important;
  }

  .lg\:focus\:to-indigo-600:focus {
    --gradient-to-color: #5a67d8 !important;
  }

  .lg\:focus\:to-indigo-700:focus {
    --gradient-to-color: #4c51bf !important;
  }

  .lg\:focus\:to-indigo-800:focus {
    --gradient-to-color: #434190 !important;
  }

  .lg\:focus\:to-indigo-900:focus {
    --gradient-to-color: #3c366b !important;
  }

  .lg\:focus\:to-purple-100:focus {
    --gradient-to-color: #faf5ff !important;
  }

  .lg\:focus\:to-purple-200:focus {
    --gradient-to-color: #e9d8fd !important;
  }

  .lg\:focus\:to-purple-300:focus {
    --gradient-to-color: #d6bcfa !important;
  }

  .lg\:focus\:to-purple-400:focus {
    --gradient-to-color: #b794f4 !important;
  }

  .lg\:focus\:to-purple-500:focus {
    --gradient-to-color: #9f7aea !important;
  }

  .lg\:focus\:to-purple-600:focus {
    --gradient-to-color: #805ad5 !important;
  }

  .lg\:focus\:to-purple-700:focus {
    --gradient-to-color: #6b46c1 !important;
  }

  .lg\:focus\:to-purple-800:focus {
    --gradient-to-color: #553c9a !important;
  }

  .lg\:focus\:to-purple-900:focus {
    --gradient-to-color: #44337a !important;
  }

  .lg\:focus\:to-pink-100:focus {
    --gradient-to-color: #fff5f7 !important;
  }

  .lg\:focus\:to-pink-200:focus {
    --gradient-to-color: #fed7e2 !important;
  }

  .lg\:focus\:to-pink-300:focus {
    --gradient-to-color: #fbb6ce !important;
  }

  .lg\:focus\:to-pink-400:focus {
    --gradient-to-color: #f687b3 !important;
  }

  .lg\:focus\:to-pink-500:focus {
    --gradient-to-color: #ed64a6 !important;
  }

  .lg\:focus\:to-pink-600:focus {
    --gradient-to-color: #d53f8c !important;
  }

  .lg\:focus\:to-pink-700:focus {
    --gradient-to-color: #b83280 !important;
  }

  .lg\:focus\:to-pink-800:focus {
    --gradient-to-color: #97266d !important;
  }

  .lg\:focus\:to-pink-900:focus {
    --gradient-to-color: #702459 !important;
  }

  .lg\:focus\:to-navy-blue:focus {
    --gradient-to-color: #23345A !important;
  }

  .lg\:focus\:to-cyan:focus {
    --gradient-to-color: #40C8EA !important;
  }

  .lg\:focus\:to-yellowOrange:focus {
    --gradient-to-color: #F8E9A7 !important;
  }

  .lg\:focus\:to-light-blue:focus {
    --gradient-to-color: #C9EAF4 !important;
  }

  .lg\:focus\:to-lightest-blue:focus {
    --gradient-to-color: #EBFAFF !important;
  }

  .lg\:focus\:to-blueGreen:focus {
    --gradient-to-color: #148093 !important;
  }

  .lg\:focus\:to-mediumGray:focus {
    --gradient-to-color: #97A2B0 !important;
  }

  .lg\:focus\:to-light-gray:focus {
    --gradient-to-color: #ACACB4 !important;
  }

  .lg\:focus\:to-lightestGray:focus {
    --gradient-to-color: #F2F2F2 !important;
  }

  .lg\:focus\:to-dark-gray:focus {
    --gradient-to-color: #64626F !important;
  }

  .lg\:focus\:to-nav-gray:focus {
    --gradient-to-color: #65718C !important;
  }

  .lg\:focus\:to-bullet-gray:focus {
    --gradient-to-color: #F1F1F2 !important;
  }

  .lg\:focus\:to-dark-red:focus {
    --gradient-to-color: #951700 !important;
  }

  .lg\:focus\:to-navy:focus {
    --gradient-to-color: #182F50 !important;
  }

  .lg\:focus\:to-lightNavy:focus {
    --gradient-to-color: #687FA0 !important;
  }

  .lg\:bg-opacity-0 {
    --bg-opacity: 0 !important;
  }

  .lg\:bg-opacity-25 {
    --bg-opacity: 0.25 !important;
  }

  .lg\:bg-opacity-50 {
    --bg-opacity: 0.5 !important;
  }

  .lg\:bg-opacity-75 {
    --bg-opacity: 0.75 !important;
  }

  .lg\:bg-opacity-100 {
    --bg-opacity: 1 !important;
  }

  .lg\:hover\:bg-opacity-0:hover {
    --bg-opacity: 0 !important;
  }

  .lg\:hover\:bg-opacity-25:hover {
    --bg-opacity: 0.25 !important;
  }

  .lg\:hover\:bg-opacity-50:hover {
    --bg-opacity: 0.5 !important;
  }

  .lg\:hover\:bg-opacity-75:hover {
    --bg-opacity: 0.75 !important;
  }

  .lg\:hover\:bg-opacity-100:hover {
    --bg-opacity: 1 !important;
  }

  .lg\:focus\:bg-opacity-0:focus {
    --bg-opacity: 0 !important;
  }

  .lg\:focus\:bg-opacity-25:focus {
    --bg-opacity: 0.25 !important;
  }

  .lg\:focus\:bg-opacity-50:focus {
    --bg-opacity: 0.5 !important;
  }

  .lg\:focus\:bg-opacity-75:focus {
    --bg-opacity: 0.75 !important;
  }

  .lg\:focus\:bg-opacity-100:focus {
    --bg-opacity: 1 !important;
  }

  .lg\:bg-bottom {
    background-position: bottom !important;
  }

  .lg\:bg-center {
    background-position: center !important;
  }

  .lg\:bg-left {
    background-position: left !important;
  }

  .lg\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .lg\:bg-left-top {
    background-position: left top !important;
  }

  .lg\:bg-right {
    background-position: right !important;
  }

  .lg\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .lg\:bg-right-top {
    background-position: right top !important;
  }

  .lg\:bg-top {
    background-position: top !important;
  }

  .lg\:bg-repeat {
    background-repeat: repeat !important;
  }

  .lg\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .lg\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .lg\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .lg\:bg-repeat-round {
    background-repeat: round !important;
  }

  .lg\:bg-repeat-space {
    background-repeat: space !important;
  }

  .lg\:bg-auto {
    background-size: auto !important;
  }

  .lg\:bg-cover {
    background-size: cover !important;
  }

  .lg\:bg-contain {
    background-size: contain !important;
  }

  .lg\:border-collapse {
    border-collapse: collapse !important;
  }

  .lg\:border-separate {
    border-collapse: separate !important;
  }

  .lg\:border-opacity-0 {
    --border-opacity: 0 !important;
  }

  .lg\:border-opacity-25 {
    --border-opacity: 0.25 !important;
  }

  .lg\:border-opacity-50 {
    --border-opacity: 0.5 !important;
  }

  .lg\:border-opacity-75 {
    --border-opacity: 0.75 !important;
  }

  .lg\:border-opacity-100 {
    --border-opacity: 1 !important;
  }

  .lg\:hover\:border-opacity-0:hover {
    --border-opacity: 0 !important;
  }

  .lg\:hover\:border-opacity-25:hover {
    --border-opacity: 0.25 !important;
  }

  .lg\:hover\:border-opacity-50:hover {
    --border-opacity: 0.5 !important;
  }

  .lg\:hover\:border-opacity-75:hover {
    --border-opacity: 0.75 !important;
  }

  .lg\:hover\:border-opacity-100:hover {
    --border-opacity: 1 !important;
  }

  .lg\:focus\:border-opacity-0:focus {
    --border-opacity: 0 !important;
  }

  .lg\:focus\:border-opacity-25:focus {
    --border-opacity: 0.25 !important;
  }

  .lg\:focus\:border-opacity-50:focus {
    --border-opacity: 0.5 !important;
  }

  .lg\:focus\:border-opacity-75:focus {
    --border-opacity: 0.75 !important;
  }

  .lg\:focus\:border-opacity-100:focus {
    --border-opacity: 1 !important;
  }

  .lg\:rounded-none {
    border-radius: 0 !important;
  }

  .lg\:rounded-sm {
    border-radius: 0.125rem !important;
  }

  .lg\:rounded {
    border-radius: 0.25rem !important;
  }

  .lg\:rounded-md {
    border-radius: 0.375rem !important;
  }

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

  .lg\:rounded-xl {
    border-radius: 0.75rem !important;
  }

  .lg\:rounded-2xl {
    border-radius: 1rem !important;
  }

  .lg\:rounded-3xl {
    border-radius: 1.5rem !important;
  }

  .lg\:rounded-full {
    border-radius: 9999px !important;
  }

  .lg\:rounded-t-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .lg\:rounded-r-none {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .lg\:rounded-b-none {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .lg\:rounded-l-none {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .lg\:rounded-t-sm {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .lg\:rounded-r-sm {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .lg\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .lg\:rounded-l-sm {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .lg\:rounded-t {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .lg\:rounded-r {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .lg\:rounded-b {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .lg\:rounded-l {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .lg\:rounded-t-md {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .lg\:rounded-r-md {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .lg\:rounded-b-md {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .lg\:rounded-l-md {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .lg\:rounded-t-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .lg\:rounded-r-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .lg\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg\:rounded-l-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg\:rounded-t-xl {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .lg\:rounded-r-xl {
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .lg\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .lg\:rounded-l-xl {
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .lg\:rounded-t-2xl {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .lg\:rounded-r-2xl {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .lg\:rounded-b-2xl {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .lg\:rounded-l-2xl {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .lg\:rounded-t-3xl {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .lg\:rounded-r-3xl {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .lg\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .lg\:rounded-l-3xl {
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .lg\:rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .lg\:rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .lg\:rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:rounded-tl-none {
    border-top-left-radius: 0 !important;
  }

  .lg\:rounded-tr-none {
    border-top-right-radius: 0 !important;
  }

  .lg\:rounded-br-none {
    border-bottom-right-radius: 0 !important;
  }

  .lg\:rounded-bl-none {
    border-bottom-left-radius: 0 !important;
  }

  .lg\:rounded-tl-sm {
    border-top-left-radius: 0.125rem !important;
  }

  .lg\:rounded-tr-sm {
    border-top-right-radius: 0.125rem !important;
  }

  .lg\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem !important;
  }

  .lg\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem !important;
  }

  .lg\:rounded-tl {
    border-top-left-radius: 0.25rem !important;
  }

  .lg\:rounded-tr {
    border-top-right-radius: 0.25rem !important;
  }

  .lg\:rounded-br {
    border-bottom-right-radius: 0.25rem !important;
  }

  .lg\:rounded-bl {
    border-bottom-left-radius: 0.25rem !important;
  }

  .lg\:rounded-tl-md {
    border-top-left-radius: 0.375rem !important;
  }

  .lg\:rounded-tr-md {
    border-top-right-radius: 0.375rem !important;
  }

  .lg\:rounded-br-md {
    border-bottom-right-radius: 0.375rem !important;
  }

  .lg\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem !important;
  }

  .lg\:rounded-tl-lg {
    border-top-left-radius: 0.5rem !important;
  }

  .lg\:rounded-tr-lg {
    border-top-right-radius: 0.5rem !important;
  }

  .lg\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem !important;
  }

  .lg\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg\:rounded-tl-xl {
    border-top-left-radius: 0.75rem !important;
  }

  .lg\:rounded-tr-xl {
    border-top-right-radius: 0.75rem !important;
  }

  .lg\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem !important;
  }

  .lg\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem !important;
  }

  .lg\:rounded-tl-2xl {
    border-top-left-radius: 1rem !important;
  }

  .lg\:rounded-tr-2xl {
    border-top-right-radius: 1rem !important;
  }

  .lg\:rounded-br-2xl {
    border-bottom-right-radius: 1rem !important;
  }

  .lg\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem !important;
  }

  .lg\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem !important;
  }

  .lg\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem !important;
  }

  .lg\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem !important;
  }

  .lg\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem !important;
  }

  .lg\:rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .lg\:rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .lg\:rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .lg\:rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:border-solid {
    border-style: solid !important;
  }

  .lg\:border-dashed {
    border-style: dashed !important;
  }

  .lg\:border-dotted {
    border-style: dotted !important;
  }

  .lg\:border-double {
    border-style: double !important;
  }

  .lg\:border-none {
    border-style: none !important;
  }

  .lg\:hover\:border-solid:hover {
    border-style: solid !important;
  }

  .lg\:hover\:border-dashed:hover {
    border-style: dashed !important;
  }

  .lg\:hover\:border-dotted:hover {
    border-style: dotted !important;
  }

  .lg\:hover\:border-double:hover {
    border-style: double !important;
  }

  .lg\:hover\:border-none:hover {
    border-style: none !important;
  }

  .group:hover .lg\:group-hover\:border-solid {
    border-style: solid !important;
  }

  .group:hover .lg\:group-hover\:border-dashed {
    border-style: dashed !important;
  }

  .group:hover .lg\:group-hover\:border-dotted {
    border-style: dotted !important;
  }

  .group:hover .lg\:group-hover\:border-double {
    border-style: double !important;
  }

  .group:hover .lg\:group-hover\:border-none {
    border-style: none !important;
  }

  .lg\:border-2 {
    border-width: 2px !important;
  }

  .lg\:border-0px {
    border-width: 0px !important;
  }

  .lg\:border-18px {
    border-width: 18px !important;
  }

  .lg\:border-t-2 {
    border-top-width: 2px !important;
  }

  .lg\:border-r-2 {
    border-right-width: 2px !important;
  }

  .lg\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .lg\:border-l-2 {
    border-left-width: 2px !important;
  }

  .lg\:border-t-0px {
    border-top-width: 0px !important;
  }

  .lg\:border-r-0px {
    border-right-width: 0px !important;
  }

  .lg\:border-b-0px {
    border-bottom-width: 0px !important;
  }

  .lg\:border-l-0px {
    border-left-width: 0px !important;
  }

  .lg\:border-t-18px {
    border-top-width: 18px !important;
  }

  .lg\:border-r-18px {
    border-right-width: 18px !important;
  }

  .lg\:border-b-18px {
    border-bottom-width: 18px !important;
  }

  .lg\:border-l-18px {
    border-left-width: 18px !important;
  }

  .lg\:hover\:border-2:hover {
    border-width: 2px !important;
  }

  .lg\:hover\:border-0px:hover {
    border-width: 0px !important;
  }

  .lg\:hover\:border-18px:hover {
    border-width: 18px !important;
  }

  .lg\:hover\:border-t-2:hover {
    border-top-width: 2px !important;
  }

  .lg\:hover\:border-r-2:hover {
    border-right-width: 2px !important;
  }

  .lg\:hover\:border-b-2:hover {
    border-bottom-width: 2px !important;
  }

  .lg\:hover\:border-l-2:hover {
    border-left-width: 2px !important;
  }

  .lg\:hover\:border-t-0px:hover {
    border-top-width: 0px !important;
  }

  .lg\:hover\:border-r-0px:hover {
    border-right-width: 0px !important;
  }

  .lg\:hover\:border-b-0px:hover {
    border-bottom-width: 0px !important;
  }

  .lg\:hover\:border-l-0px:hover {
    border-left-width: 0px !important;
  }

  .lg\:hover\:border-t-18px:hover {
    border-top-width: 18px !important;
  }

  .lg\:hover\:border-r-18px:hover {
    border-right-width: 18px !important;
  }

  .lg\:hover\:border-b-18px:hover {
    border-bottom-width: 18px !important;
  }

  .lg\:hover\:border-l-18px:hover {
    border-left-width: 18px !important;
  }

  .group:hover .lg\:group-hover\:border-2 {
    border-width: 2px !important;
  }

  .group:hover .lg\:group-hover\:border-0px {
    border-width: 0px !important;
  }

  .group:hover .lg\:group-hover\:border-18px {
    border-width: 18px !important;
  }

  .group:hover .lg\:group-hover\:border-t-2 {
    border-top-width: 2px !important;
  }

  .group:hover .lg\:group-hover\:border-r-2 {
    border-right-width: 2px !important;
  }

  .group:hover .lg\:group-hover\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .group:hover .lg\:group-hover\:border-l-2 {
    border-left-width: 2px !important;
  }

  .group:hover .lg\:group-hover\:border-t-0px {
    border-top-width: 0px !important;
  }

  .group:hover .lg\:group-hover\:border-r-0px {
    border-right-width: 0px !important;
  }

  .group:hover .lg\:group-hover\:border-b-0px {
    border-bottom-width: 0px !important;
  }

  .group:hover .lg\:group-hover\:border-l-0px {
    border-left-width: 0px !important;
  }

  .group:hover .lg\:group-hover\:border-t-18px {
    border-top-width: 18px !important;
  }

  .group:hover .lg\:group-hover\:border-r-18px {
    border-right-width: 18px !important;
  }

  .group:hover .lg\:group-hover\:border-b-18px {
    border-bottom-width: 18px !important;
  }

  .group:hover .lg\:group-hover\:border-l-18px {
    border-left-width: 18px !important;
  }

  .lg\:box-border {
    box-sizing: border-box !important;
  }

  .lg\:box-content {
    box-sizing: content-box !important;
  }

  .lg\:cursor-auto {
    cursor: auto !important;
  }

  .lg\:cursor-default {
    cursor: default !important;
  }

  .lg\:cursor-pointer {
    cursor: pointer !important;
  }

  .lg\:cursor-wait {
    cursor: wait !important;
  }

  .lg\:cursor-text {
    cursor: text !important;
  }

  .lg\:cursor-move {
    cursor: move !important;
  }

  .lg\:cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .lg\:block {
    display: block !important;
  }

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

  .lg\:inline {
    display: inline !important;
  }

  .lg\:flex {
    display: flex !important;
  }

  .lg\:inline-flex {
    display: inline-flex !important;
  }

  .lg\:table {
    display: table !important;
  }

  .lg\:table-caption {
    display: table-caption !important;
  }

  .lg\:table-cell {
    display: table-cell !important;
  }

  .lg\:table-column {
    display: table-column !important;
  }

  .lg\:table-column-group {
    display: table-column-group !important;
  }

  .lg\:table-footer-group {
    display: table-footer-group !important;
  }

  .lg\:table-header-group {
    display: table-header-group !important;
  }

  .lg\:table-row-group {
    display: table-row-group !important;
  }

  .lg\:table-row {
    display: table-row !important;
  }

  .lg\:flow-root {
    display: flow-root !important;
  }

  .lg\:grid {
    display: grid !important;
  }

  .lg\:inline-grid {
    display: inline-grid !important;
  }

  .lg\:contents {
    display: contents !important;
  }

  .lg\:hidden {
    display: none !important;
  }

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

  .lg\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

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

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

  .lg\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .lg\:flex-no-wrap {
    flex-wrap: nowrap !important;
  }

  .lg\:place-items-auto {
    place-items: auto !important;
  }

  .lg\:place-items-start {
    place-items: start !important;
  }

  .lg\:place-items-end {
    place-items: end !important;
  }

  .lg\:place-items-center {
    place-items: center !important;
  }

  .lg\:place-items-stretch {
    place-items: stretch !important;
  }

  .lg\:place-content-center {
    place-content: center !important;
  }

  .lg\:place-content-start {
    place-content: start !important;
  }

  .lg\:place-content-end {
    place-content: end !important;
  }

  .lg\:place-content-between {
    place-content: space-between !important;
  }

  .lg\:place-content-around {
    place-content: space-around !important;
  }

  .lg\:place-content-evenly {
    place-content: space-evenly !important;
  }

  .lg\:place-content-stretch {
    place-content: stretch !important;
  }

  .lg\:place-self-auto {
    place-self: auto !important;
  }

  .lg\:place-self-start {
    place-self: start !important;
  }

  .lg\:place-self-end {
    place-self: end !important;
  }

  .lg\:place-self-center {
    place-self: center !important;
  }

  .lg\:place-self-stretch {
    place-self: stretch !important;
  }

  .lg\:items-start {
    align-items: flex-start !important;
  }

  .lg\:items-end {
    align-items: flex-end !important;
  }

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

  .lg\:items-baseline {
    align-items: baseline !important;
  }

  .lg\:items-stretch {
    align-items: stretch !important;
  }

  .lg\:content-center {
    align-content: center !important;
  }

  .lg\:content-start {
    align-content: flex-start !important;
  }

  .lg\:content-end {
    align-content: flex-end !important;
  }

  .lg\:content-between {
    align-content: space-between !important;
  }

  .lg\:content-around {
    align-content: space-around !important;
  }

  .lg\:content-evenly {
    align-content: space-evenly !important;
  }

  .lg\:self-auto {
    align-self: auto !important;
  }

  .lg\:self-start {
    align-self: flex-start !important;
  }

  .lg\:self-end {
    align-self: flex-end !important;
  }

  .lg\:self-center {
    align-self: center !important;
  }

  .lg\:self-stretch {
    align-self: stretch !important;
  }

  .lg\:justify-items-auto {
    justify-items: auto !important;
  }

  .lg\:justify-items-start {
    justify-items: start !important;
  }

  .lg\:justify-items-end {
    justify-items: end !important;
  }

  .lg\:justify-items-center {
    justify-items: center !important;
  }

  .lg\:justify-items-stretch {
    justify-items: stretch !important;
  }

  .lg\:justify-start {
    justify-content: flex-start !important;
  }

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

  .lg\:justify-center {
    justify-content: center !important;
  }

  .lg\:justify-between {
    justify-content: space-between !important;
  }

  .lg\:justify-around {
    justify-content: space-around !important;
  }

  .lg\:justify-evenly {
    justify-content: space-evenly !important;
  }

  .lg\:justify-self-auto {
    justify-self: auto !important;
  }

  .lg\:justify-self-start {
    justify-self: start !important;
  }

  .lg\:justify-self-end {
    justify-self: end !important;
  }

  .lg\:justify-self-center {
    justify-self: center !important;
  }

  .lg\:justify-self-stretch {
    justify-self: stretch !important;
  }

  .lg\:flex-1 {
    flex: 1 1 0% !important;
  }

  .lg\:flex-auto {
    flex: 1 1 auto !important;
  }

  .lg\:flex-initial {
    flex: 0 1 auto !important;
  }

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

  .lg\:flex-grow-0 {
    flex-grow: 0 !important;
  }

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

  .lg\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .lg\:flex-shrink {
    flex-shrink: 1 !important;
  }

  .lg\:order-1 {
    order: 1 !important;
  }

  .lg\:order-2 {
    order: 2 !important;
  }

  .lg\:order-3 {
    order: 3 !important;
  }

  .lg\:order-4 {
    order: 4 !important;
  }

  .lg\:order-5 {
    order: 5 !important;
  }

  .lg\:order-6 {
    order: 6 !important;
  }

  .lg\:order-7 {
    order: 7 !important;
  }

  .lg\:order-8 {
    order: 8 !important;
  }

  .lg\:order-9 {
    order: 9 !important;
  }

  .lg\:order-10 {
    order: 10 !important;
  }

  .lg\:order-11 {
    order: 11 !important;
  }

  .lg\:order-12 {
    order: 12 !important;
  }

  .lg\:order-first {
    order: -9999 !important;
  }

  .lg\:order-last {
    order: 9999 !important;
  }

  .lg\:order-none {
    order: 0 !important;
  }

  .lg\:float-right {
    float: right !important;
  }

  .lg\:float-left {
    float: left !important;
  }

  .lg\:float-none {
    float: none !important;
  }

  .lg\:clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .lg\:clear-left {
    clear: left !important;
  }

  .lg\:clear-right {
    clear: right !important;
  }

  .lg\:clear-both {
    clear: both !important;
  }

  .lg\:clear-none {
    clear: none !important;
  }

  .lg\:font-body {
    font-family: Montserrat, sans-serif !important;
  }

  .lg\:font-hairline {
    font-weight: 100 !important;
  }

  .lg\:font-thin {
    font-weight: 200 !important;
  }

  .lg\:font-light {
    font-weight: 300 !important;
  }

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

  .lg\:font-medium {
    font-weight: 500 !important;
  }

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

  .lg\:font-bold {
    font-weight: 700 !important;
  }

  .lg\:font-extrabold {
    font-weight: 800 !important;
  }

  .lg\:font-black {
    font-weight: 900 !important;
  }

  .lg\:hover\:font-hairline:hover {
    font-weight: 100 !important;
  }

  .lg\:hover\:font-thin:hover {
    font-weight: 200 !important;
  }

  .lg\:hover\:font-light:hover {
    font-weight: 300 !important;
  }

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

  .lg\:hover\:font-medium:hover {
    font-weight: 500 !important;
  }

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

  .lg\:hover\:font-bold:hover {
    font-weight: 700 !important;
  }

  .lg\:hover\:font-extrabold:hover {
    font-weight: 800 !important;
  }

  .lg\:hover\:font-black:hover {
    font-weight: 900 !important;
  }

  .lg\:focus\:font-hairline:focus {
    font-weight: 100 !important;
  }

  .lg\:focus\:font-thin:focus {
    font-weight: 200 !important;
  }

  .lg\:focus\:font-light:focus {
    font-weight: 300 !important;
  }

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

  .lg\:focus\:font-medium:focus {
    font-weight: 500 !important;
  }

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

  .lg\:focus\:font-bold:focus {
    font-weight: 700 !important;
  }

  .lg\:focus\:font-extrabold:focus {
    font-weight: 800 !important;
  }

  .lg\:focus\:font-black:focus {
    font-weight: 900 !important;
  }

  .lg\:h-0 {
    height: 0 !important;
  }

  .lg\:h-1 {
    height: 0.25rem !important;
  }

  .lg\:h-2 {
    height: 0.5rem !important;
  }

  .lg\:h-3 {
    height: 0.75rem !important;
  }

  .lg\:h-4 {
    height: 1rem !important;
  }

  .lg\:h-5 {
    height: 1.25rem !important;
  }

  .lg\:h-6 {
    height: 1.5rem !important;
  }

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

  .lg\:h-9 {
    height: 2.5rem !important;
  }

  .lg\:h-10 {
    height: 2.5rem !important;
  }

  .lg\:h-12 {
    height: 3rem !important;
  }

  .lg\:h-14 {
    height: 3.5rem !important;
  }

  .lg\:h-16 {
    height: 4rem !important;
  }

  .lg\:h-18 {
    height: 4.5rem !important;
  }

  .lg\:h-20 {
    height: 5rem !important;
  }

  .lg\:h-22 {
    height: 5.626rem !important;
  }

  .lg\:h-24 {
    height: 6rem !important;
  }

  .lg\:h-26 {
    height: 6.25rem !important;
  }

  .lg\:h-28 {
    height: 7rem !important;
  }

  .lg\:h-32 {
    height: 8rem !important;
  }

  .lg\:h-34 {
    height: 8.5rem !important;
  }

  .lg\:h-38 {
    height: 9.25rem !important;
  }

  .lg\:h-40 {
    height: 10rem !important;
  }

  .lg\:h-46 {
    height: 11.75rem !important;
  }

  .lg\:h-48 {
    height: 12rem !important;
  }

  .lg\:h-56 {
    height: 14rem !important;
  }

  .lg\:h-64 {
    height: 16rem !important;
  }

  .lg\:h-82 {
    height: 20.75rem !important;
  }

  .lg\:h-auto {
    height: auto !important;
  }

  .lg\:h-px {
    height: 1px !important;
  }

  .lg\:h-tiny {
    height: 0.3rem !important;
  }

  .lg\:h-quick-links {
    height: 26% !important;
  }

  .lg\:h-pro-slid {
    height: 48% !important;
  }

  .lg\:h-62p {
    height: 62% !important;
  }

  .lg\:h-90p {
    height: 90% !important;
  }

  .lg\:h-x-large {
    height: 27.5rem !important;
  }

  .lg\:h-2px {
    height: 0.125rem !important;
  }

  .lg\:h-9px {
    height: 0.5625rem !important;
  }

  .lg\:h-10px {
    height: 0.625rem !important;
  }

  .lg\:h-18px {
    height: 1.125rem !important;
  }

  .lg\:h-20px {
    height: 1.25rem !important;
  }

  .lg\:h-24px {
    height: 1.5rem !important;
  }

  .lg\:h-26px {
    height: 1.625rem !important;
  }

  .lg\:h-30px {
    height: 1.875rem !important;
  }

  .lg\:h-38px {
    height: 2.375rem !important;
  }

  .lg\:h-43px {
    height: 2.6875rem !important;
  }

  .lg\:h-44px {
    height: 2.75rem !important;
  }

  .lg\:h-46px {
    height: 2.875rem !important;
  }

  .lg\:h-53px {
    height: 3.3125rem !important;
  }

  .lg\:h-54px {
    height: 3.375rem !important;
  }

  .lg\:h-55px {
    height: 3.4375rem !important;
  }

  .lg\:h-60px {
    height: 3.75rem !important;
  }

  .lg\:h-67px {
    height: 4.1875rem !important;
  }

  .lg\:h-73px {
    height: 4.5625rem !important;
  }

  .lg\:h-80px {
    height: 5rem !important;
  }

  .lg\:h-81px {
    height: 5.0625rem !important;
  }

  .lg\:h-85px {
    height: 5.3125rem !important;
  }

  .lg\:h-92px {
    height: 5.75rem !important;
  }

  .lg\:h-100px {
    height: 6.25rem !important;
  }

  .lg\:h-106px {
    height: 6.625rem !important;
  }

  .lg\:h-123px {
    height: 7.6875rem !important;
  }

  .lg\:h-126px {
    height: 7.875rem !important;
  }

  .lg\:h-138px {
    height: 8.625rem !important;
  }

  .lg\:h-140px {
    height: 8.75rem !important;
  }

  .lg\:h-146px {
    height: 9.125rem !important;
  }

  .lg\:h-152px {
    height: 9.5rem !important;
  }

  .lg\:h-187px {
    height: 11.6875rem !important;
  }

  .lg\:h-220px {
    height: 13.75rem !important;
  }

  .lg\:h-253px {
    height: 15.8125rem !important;
  }

  .lg\:h-320px {
    height: 20rem !important;
  }

  .lg\:h-400px {
    height: 25rem !important;
  }

  .lg\:h-500px {
    height: 31.25rem !important;
  }

  .lg\:h-lgPaddingTop {
    height: 15.8125rem !important;
  }

  .lg\:h-phonePaddingTop {
    height: 9.875rem !important;
  }

  .lg\:h-tabletPaddingTop {
    height: 6.625rem !important;
  }

  .lg\:h-largePaddingTop {
    height: 13.75rem !important;
  }

  .lg\:h-phoneTextContentMaxWidth {
    height: 57.0625rem !important;
  }

  .lg\:h-phoneTextContentWidth {
    height: 63% !important;
  }

  .lg\:h-phoneBlockContentWidth {
    height: 71.625rem !important;
  }

  .lg\:h-tabletTextContentMaxWidth {
    height: 57.0625rem !important;
  }

  .lg\:h-tabletTextContentWidth {
    height: 63% !important;
  }

  .lg\:h-tabletBlockContentWidth {
    height: 71.625rem !important;
  }

  .lg\:h-largeTextContentMaxWidth {
    height: 57.0625rem !important;
  }

  .lg\:h-largeTextContentWidth {
    height: 63% !important;
  }

  .lg\:h-largeBlockContentWidth {
    height: 71.625rem !important;
  }

  .lg\:h-full {
    height: 100% !important;
  }

  .lg\:h-screen {
    height: 100vh !important;
  }

  .lg\:text-20 {
    font-size: 1.25rem !important;
  }

  .lg\:text-22 {
    font-size: 1.375rem !important;
  }

  .lg\:text-24 {
    font-size: 1.5rem !important;
  }

  .lg\:text-26 {
    font-size: 1.625rem !important;
  }

  .lg\:text-28 {
    font-size: 1.75rem !important;
  }

  .lg\:text-30 {
    font-size: 1.875rem !important;
  }

  .lg\:text-32 {
    font-size: 2rem !important;
  }

  .lg\:text-34 {
    font-size: 2.125rem !important;
  }

  .lg\:text-36 {
    font-size: 2.25rem !important;
  }

  .lg\:text-38 {
    font-size: 2.375rem !important;
  }

  .lg\:text-40 {
    font-size: 2.5rem !important;
  }

  .lg\:text-44 {
    font-size: 2.75rem !important;
  }

  .lg\:text-46 {
    font-size: 2.875rem !important;
  }

  .lg\:text-50 {
    font-size: 3.125rem !important;
  }

  .lg\:text-52 {
    font-size: 3.25rem !important;
  }

  .lg\:text-55 {
    font-size: 3.4375rem !important;
  }

  .lg\:text-60 {
    font-size: 3.75rem !important;
  }

  .lg\:text-64 {
    font-size: 4rem !important;
  }

  .lg\:text-66 {
    font-size: 4.125rem !important;
  }

  .lg\:text-70 {
    font-size: 4.375rem !important;
  }

  .lg\:text-80 {
    font-size: 5rem !important;
  }

  .lg\:text-100 {
    font-size: 6.25rem !important;
  }

  .lg\:text-xs {
    font-size: 0.75rem !important;
  }

  .lg\:text-sm {
    font-size: 0.875rem !important;
  }

  .lg\:text-base {
    font-size: 1rem !important;
  }

  .lg\:text-lg {
    font-size: 1.125rem !important;
  }

  .lg\:text-xl {
    font-size: 1.1875rem !important;
  }

  .lg\:leading-3 {
    line-height: .75rem !important;
  }

  .lg\:leading-4 {
    line-height: 1rem !important;
  }

  .lg\:leading-5 {
    line-height: 1.25rem !important;
  }

  .lg\:leading-6 {
    line-height: 1.5rem !important;
  }

  .lg\:leading-7 {
    line-height: 1.75rem !important;
  }

  .lg\:leading-8 {
    line-height: 2rem !important;
  }

  .lg\:leading-9 {
    line-height: 2.25rem !important;
  }

  .lg\:leading-10 {
    line-height: 2.5rem !important;
  }

  .lg\:leading-none {
    line-height: 1 !important;
  }

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

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

  .lg\:leading-normal {
    line-height: 1.5 !important;
  }

  .lg\:leading-relaxed {
    line-height: 1.625 !important;
  }

  .lg\:leading-loose {
    line-height: 2 !important;
  }

  .lg\:list-inside {
    list-style-position: inside !important;
  }

  .lg\:list-outside {
    list-style-position: outside !important;
  }

  .lg\:list-none {
    list-style-type: none !important;
  }

  .lg\:list-disc {
    list-style-type: disc !important;
  }

  .lg\:list-decimal {
    list-style-type: decimal !important;
  }

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

  .lg\:m-1 {
    margin: 0.25rem !important;
  }

  .lg\:m-2 {
    margin: 0.5rem !important;
  }

  .lg\:m-3 {
    margin: 0.75rem !important;
  }

  .lg\:m-4 {
    margin: 1rem !important;
  }

  .lg\:m-5 {
    margin: 1.25rem !important;
  }

  .lg\:m-6 {
    margin: 1.5rem !important;
  }

  .lg\:m-8 {
    margin: 2rem !important;
  }

  .lg\:m-9 {
    margin: 2.5rem !important;
  }

  .lg\:m-10 {
    margin: 2.5rem !important;
  }

  .lg\:m-12 {
    margin: 3rem !important;
  }

  .lg\:m-14 {
    margin: 3.5rem !important;
  }

  .lg\:m-16 {
    margin: 4rem !important;
  }

  .lg\:m-18 {
    margin: 4.5rem !important;
  }

  .lg\:m-20 {
    margin: 5rem !important;
  }

  .lg\:m-22 {
    margin: 5.626rem !important;
  }

  .lg\:m-24 {
    margin: 6rem !important;
  }

  .lg\:m-26 {
    margin: 6.25rem !important;
  }

  .lg\:m-28 {
    margin: 7rem !important;
  }

  .lg\:m-32 {
    margin: 8rem !important;
  }

  .lg\:m-34 {
    margin: 8.5rem !important;
  }

  .lg\:m-38 {
    margin: 9.25rem !important;
  }

  .lg\:m-40 {
    margin: 10rem !important;
  }

  .lg\:m-46 {
    margin: 11.75rem !important;
  }

  .lg\:m-48 {
    margin: 12rem !important;
  }

  .lg\:m-56 {
    margin: 14rem !important;
  }

  .lg\:m-64 {
    margin: 16rem !important;
  }

  .lg\:m-82 {
    margin: 20.75rem !important;
  }

  .lg\:m-auto {
    margin: auto !important;
  }

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

  .lg\:m-tiny {
    margin: 0.3rem !important;
  }

  .lg\:m-quick-links {
    margin: 26% !important;
  }

  .lg\:m-pro-slid {
    margin: 48% !important;
  }

  .lg\:m-62p {
    margin: 62% !important;
  }

  .lg\:m-90p {
    margin: 90% !important;
  }

  .lg\:m-x-large {
    margin: 27.5rem !important;
  }

  .lg\:m-2px {
    margin: 0.125rem !important;
  }

  .lg\:m-9px {
    margin: 0.5625rem !important;
  }

  .lg\:m-10px {
    margin: 0.625rem !important;
  }

  .lg\:m-18px {
    margin: 1.125rem !important;
  }

  .lg\:m-20px {
    margin: 1.25rem !important;
  }

  .lg\:m-24px {
    margin: 1.5rem !important;
  }

  .lg\:m-26px {
    margin: 1.625rem !important;
  }

  .lg\:m-30px {
    margin: 1.875rem !important;
  }

  .lg\:m-38px {
    margin: 2.375rem !important;
  }

  .lg\:m-43px {
    margin: 2.6875rem !important;
  }

  .lg\:m-44px {
    margin: 2.75rem !important;
  }

  .lg\:m-46px {
    margin: 2.875rem !important;
  }

  .lg\:m-53px {
    margin: 3.3125rem !important;
  }

  .lg\:m-54px {
    margin: 3.375rem !important;
  }

  .lg\:m-55px {
    margin: 3.4375rem !important;
  }

  .lg\:m-60px {
    margin: 3.75rem !important;
  }

  .lg\:m-67px {
    margin: 4.1875rem !important;
  }

  .lg\:m-73px {
    margin: 4.5625rem !important;
  }

  .lg\:m-80px {
    margin: 5rem !important;
  }

  .lg\:m-81px {
    margin: 5.0625rem !important;
  }

  .lg\:m-85px {
    margin: 5.3125rem !important;
  }

  .lg\:m-92px {
    margin: 5.75rem !important;
  }

  .lg\:m-100px {
    margin: 6.25rem !important;
  }

  .lg\:m-106px {
    margin: 6.625rem !important;
  }

  .lg\:m-123px {
    margin: 7.6875rem !important;
  }

  .lg\:m-126px {
    margin: 7.875rem !important;
  }

  .lg\:m-138px {
    margin: 8.625rem !important;
  }

  .lg\:m-140px {
    margin: 8.75rem !important;
  }

  .lg\:m-146px {
    margin: 9.125rem !important;
  }

  .lg\:m-152px {
    margin: 9.5rem !important;
  }

  .lg\:m-187px {
    margin: 11.6875rem !important;
  }

  .lg\:m-220px {
    margin: 13.75rem !important;
  }

  .lg\:m-253px {
    margin: 15.8125rem !important;
  }

  .lg\:m-320px {
    margin: 20rem !important;
  }

  .lg\:m-400px {
    margin: 25rem !important;
  }

  .lg\:m-500px {
    margin: 31.25rem !important;
  }

  .lg\:m-lgPaddingTop {
    margin: 15.8125rem !important;
  }

  .lg\:m-phonePaddingTop {
    margin: 9.875rem !important;
  }

  .lg\:m-tabletPaddingTop {
    margin: 6.625rem !important;
  }

  .lg\:m-largePaddingTop {
    margin: 13.75rem !important;
  }

  .lg\:m-phoneTextContentMaxWidth {
    margin: 57.0625rem !important;
  }

  .lg\:m-phoneTextContentWidth {
    margin: 63% !important;
  }

  .lg\:m-phoneBlockContentWidth {
    margin: 71.625rem !important;
  }

  .lg\:m-tabletTextContentMaxWidth {
    margin: 57.0625rem !important;
  }

  .lg\:m-tabletTextContentWidth {
    margin: 63% !important;
  }

  .lg\:m-tabletBlockContentWidth {
    margin: 71.625rem !important;
  }

  .lg\:m-largeTextContentMaxWidth {
    margin: 57.0625rem !important;
  }

  .lg\:m-largeTextContentWidth {
    margin: 63% !important;
  }

  .lg\:m-largeBlockContentWidth {
    margin: 71.625rem !important;
  }

  .lg\:-m-1 {
    margin: -0.25rem !important;
  }

  .lg\:-m-2 {
    margin: -0.5rem !important;
  }

  .lg\:-m-3 {
    margin: -0.75rem !important;
  }

  .lg\:-m-4 {
    margin: -1rem !important;
  }

  .lg\:-m-5 {
    margin: -1.25rem !important;
  }

  .lg\:-m-6 {
    margin: -1.5rem !important;
  }

  .lg\:-m-8 {
    margin: -2rem !important;
  }

  .lg\:-m-9 {
    margin: -2.5rem !important;
  }

  .lg\:-m-10 {
    margin: -2.5rem !important;
  }

  .lg\:-m-12 {
    margin: -3rem !important;
  }

  .lg\:-m-14 {
    margin: -3.5rem !important;
  }

  .lg\:-m-16 {
    margin: -4rem !important;
  }

  .lg\:-m-18 {
    margin: -4.5rem !important;
  }

  .lg\:-m-20 {
    margin: -5rem !important;
  }

  .lg\:-m-22 {
    margin: -5.626rem !important;
  }

  .lg\:-m-24 {
    margin: -6rem !important;
  }

  .lg\:-m-26 {
    margin: -6.25rem !important;
  }

  .lg\:-m-28 {
    margin: -7rem !important;
  }

  .lg\:-m-32 {
    margin: -8rem !important;
  }

  .lg\:-m-34 {
    margin: -8.5rem !important;
  }

  .lg\:-m-38 {
    margin: -9.25rem !important;
  }

  .lg\:-m-40 {
    margin: -10rem !important;
  }

  .lg\:-m-46 {
    margin: -11.75rem !important;
  }

  .lg\:-m-48 {
    margin: -12rem !important;
  }

  .lg\:-m-56 {
    margin: -14rem !important;
  }

  .lg\:-m-64 {
    margin: -16rem !important;
  }

  .lg\:-m-82 {
    margin: -20.75rem !important;
  }

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

  .lg\:-m-tiny {
    margin: -0.3rem !important;
  }

  .lg\:-m-quick-links {
    margin: -26% !important;
  }

  .lg\:-m-pro-slid {
    margin: -48% !important;
  }

  .lg\:-m-62p {
    margin: -62% !important;
  }

  .lg\:-m-90p {
    margin: -90% !important;
  }

  .lg\:-m-x-large {
    margin: -27.5rem !important;
  }

  .lg\:-m-2px {
    margin: -0.125rem !important;
  }

  .lg\:-m-9px {
    margin: -0.5625rem !important;
  }

  .lg\:-m-10px {
    margin: -0.625rem !important;
  }

  .lg\:-m-18px {
    margin: -1.125rem !important;
  }

  .lg\:-m-20px {
    margin: -1.25rem !important;
  }

  .lg\:-m-24px {
    margin: -1.5rem !important;
  }

  .lg\:-m-26px {
    margin: -1.625rem !important;
  }

  .lg\:-m-30px {
    margin: -1.875rem !important;
  }

  .lg\:-m-38px {
    margin: -2.375rem !important;
  }

  .lg\:-m-43px {
    margin: -2.6875rem !important;
  }

  .lg\:-m-44px {
    margin: -2.75rem !important;
  }

  .lg\:-m-46px {
    margin: -2.875rem !important;
  }

  .lg\:-m-53px {
    margin: -3.3125rem !important;
  }

  .lg\:-m-54px {
    margin: -3.375rem !important;
  }

  .lg\:-m-55px {
    margin: -3.4375rem !important;
  }

  .lg\:-m-60px {
    margin: -3.75rem !important;
  }

  .lg\:-m-67px {
    margin: -4.1875rem !important;
  }

  .lg\:-m-73px {
    margin: -4.5625rem !important;
  }

  .lg\:-m-80px {
    margin: -5rem !important;
  }

  .lg\:-m-81px {
    margin: -5.0625rem !important;
  }

  .lg\:-m-85px {
    margin: -5.3125rem !important;
  }

  .lg\:-m-92px {
    margin: -5.75rem !important;
  }

  .lg\:-m-100px {
    margin: -6.25rem !important;
  }

  .lg\:-m-106px {
    margin: -6.625rem !important;
  }

  .lg\:-m-123px {
    margin: -7.6875rem !important;
  }

  .lg\:-m-126px {
    margin: -7.875rem !important;
  }

  .lg\:-m-138px {
    margin: -8.625rem !important;
  }

  .lg\:-m-140px {
    margin: -8.75rem !important;
  }

  .lg\:-m-146px {
    margin: -9.125rem !important;
  }

  .lg\:-m-152px {
    margin: -9.5rem !important;
  }

  .lg\:-m-187px {
    margin: -11.6875rem !important;
  }

  .lg\:-m-220px {
    margin: -13.75rem !important;
  }

  .lg\:-m-253px {
    margin: -15.8125rem !important;
  }

  .lg\:-m-320px {
    margin: -20rem !important;
  }

  .lg\:-m-400px {
    margin: -25rem !important;
  }

  .lg\:-m-500px {
    margin: -31.25rem !important;
  }

  .lg\:-m-lgPaddingTop {
    margin: -15.8125rem !important;
  }

  .lg\:-m-phonePaddingTop {
    margin: -9.875rem !important;
  }

  .lg\:-m-tabletPaddingTop {
    margin: -6.625rem !important;
  }

  .lg\:-m-largePaddingTop {
    margin: -13.75rem !important;
  }

  .lg\:-m-phoneTextContentMaxWidth {
    margin: -57.0625rem !important;
  }

  .lg\:-m-phoneTextContentWidth {
    margin: -63% !important;
  }

  .lg\:-m-phoneBlockContentWidth {
    margin: -71.625rem !important;
  }

  .lg\:-m-tabletTextContentMaxWidth {
    margin: -57.0625rem !important;
  }

  .lg\:-m-tabletTextContentWidth {
    margin: -63% !important;
  }

  .lg\:-m-tabletBlockContentWidth {
    margin: -71.625rem !important;
  }

  .lg\:-m-largeTextContentMaxWidth {
    margin: -57.0625rem !important;
  }

  .lg\:-m-largeTextContentWidth {
    margin: -63% !important;
  }

  .lg\:-m-largeBlockContentWidth {
    margin: -71.625rem !important;
  }

  .lg\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .lg\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .lg\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .lg\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .lg\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .lg\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .lg\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .lg\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .lg\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .lg\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .lg\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .lg\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .lg\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .lg\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .lg\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

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

  .lg\:my-9 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .lg\:mx-9 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .lg\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .lg\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .lg\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .lg\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .lg\:my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .lg\:mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .lg\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .lg\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .lg\:my-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .lg\:mx-18 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }

  .lg\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .lg\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .lg\:my-22 {
    margin-top: 5.626rem !important;
    margin-bottom: 5.626rem !important;
  }

  .lg\:mx-22 {
    margin-left: 5.626rem !important;
    margin-right: 5.626rem !important;
  }

  .lg\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .lg\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .lg\:my-26 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }

  .lg\:mx-26 {
    margin-left: 6.25rem !important;
    margin-right: 6.25rem !important;
  }

  .lg\:my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .lg\:mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .lg\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .lg\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .lg\:my-34 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }

  .lg\:mx-34 {
    margin-left: 8.5rem !important;
    margin-right: 8.5rem !important;
  }

  .lg\:my-38 {
    margin-top: 9.25rem !important;
    margin-bottom: 9.25rem !important;
  }

  .lg\:mx-38 {
    margin-left: 9.25rem !important;
    margin-right: 9.25rem !important;
  }

  .lg\:my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .lg\:mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .lg\:my-46 {
    margin-top: 11.75rem !important;
    margin-bottom: 11.75rem !important;
  }

  .lg\:mx-46 {
    margin-left: 11.75rem !important;
    margin-right: 11.75rem !important;
  }

  .lg\:my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .lg\:mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .lg\:my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .lg\:mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .lg\:my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .lg\:mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .lg\:my-82 {
    margin-top: 20.75rem !important;
    margin-bottom: 20.75rem !important;
  }

  .lg\:mx-82 {
    margin-left: 20.75rem !important;
    margin-right: 20.75rem !important;
  }

  .lg\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .lg\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .lg\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .lg\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .lg\:my-tiny {
    margin-top: 0.3rem !important;
    margin-bottom: 0.3rem !important;
  }

  .lg\:mx-tiny {
    margin-left: 0.3rem !important;
    margin-right: 0.3rem !important;
  }

  .lg\:my-quick-links {
    margin-top: 26% !important;
    margin-bottom: 26% !important;
  }

  .lg\:mx-quick-links {
    margin-left: 26% !important;
    margin-right: 26% !important;
  }

  .lg\:my-pro-slid {
    margin-top: 48% !important;
    margin-bottom: 48% !important;
  }

  .lg\:mx-pro-slid {
    margin-left: 48% !important;
    margin-right: 48% !important;
  }

  .lg\:my-62p {
    margin-top: 62% !important;
    margin-bottom: 62% !important;
  }

  .lg\:mx-62p {
    margin-left: 62% !important;
    margin-right: 62% !important;
  }

  .lg\:my-90p {
    margin-top: 90% !important;
    margin-bottom: 90% !important;
  }

  .lg\:mx-90p {
    margin-left: 90% !important;
    margin-right: 90% !important;
  }

  .lg\:my-x-large {
    margin-top: 27.5rem !important;
    margin-bottom: 27.5rem !important;
  }

  .lg\:mx-x-large {
    margin-left: 27.5rem !important;
    margin-right: 27.5rem !important;
  }

  .lg\:my-2px {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .lg\:mx-2px {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .lg\:my-9px {
    margin-top: 0.5625rem !important;
    margin-bottom: 0.5625rem !important;
  }

  .lg\:mx-9px {
    margin-left: 0.5625rem !important;
    margin-right: 0.5625rem !important;
  }

  .lg\:my-10px {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .lg\:mx-10px {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .lg\:my-18px {
    margin-top: 1.125rem !important;
    margin-bottom: 1.125rem !important;
  }

  .lg\:mx-18px {
    margin-left: 1.125rem !important;
    margin-right: 1.125rem !important;
  }

  .lg\:my-20px {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .lg\:mx-20px {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .lg\:my-24px {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .lg\:mx-24px {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .lg\:my-26px {
    margin-top: 1.625rem !important;
    margin-bottom: 1.625rem !important;
  }

  .lg\:mx-26px {
    margin-left: 1.625rem !important;
    margin-right: 1.625rem !important;
  }

  .lg\:my-30px {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }

  .lg\:mx-30px {
    margin-left: 1.875rem !important;
    margin-right: 1.875rem !important;
  }

  .lg\:my-38px {
    margin-top: 2.375rem !important;
    margin-bottom: 2.375rem !important;
  }

  .lg\:mx-38px {
    margin-left: 2.375rem !important;
    margin-right: 2.375rem !important;
  }

  .lg\:my-43px {
    margin-top: 2.6875rem !important;
    margin-bottom: 2.6875rem !important;
  }

  .lg\:mx-43px {
    margin-left: 2.6875rem !important;
    margin-right: 2.6875rem !important;
  }

  .lg\:my-44px {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .lg\:mx-44px {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .lg\:my-46px {
    margin-top: 2.875rem !important;
    margin-bottom: 2.875rem !important;
  }

  .lg\:mx-46px {
    margin-left: 2.875rem !important;
    margin-right: 2.875rem !important;
  }

  .lg\:my-53px {
    margin-top: 3.3125rem !important;
    margin-bottom: 3.3125rem !important;
  }

  .lg\:mx-53px {
    margin-left: 3.3125rem !important;
    margin-right: 3.3125rem !important;
  }

  .lg\:my-54px {
    margin-top: 3.375rem !important;
    margin-bottom: 3.375rem !important;
  }

  .lg\:mx-54px {
    margin-left: 3.375rem !important;
    margin-right: 3.375rem !important;
  }

  .lg\:my-55px {
    margin-top: 3.4375rem !important;
    margin-bottom: 3.4375rem !important;
  }

  .lg\:mx-55px {
    margin-left: 3.4375rem !important;
    margin-right: 3.4375rem !important;
  }

  .lg\:my-60px {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }

  .lg\:mx-60px {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important;
  }

  .lg\:my-67px {
    margin-top: 4.1875rem !important;
    margin-bottom: 4.1875rem !important;
  }

  .lg\:mx-67px {
    margin-left: 4.1875rem !important;
    margin-right: 4.1875rem !important;
  }

  .lg\:my-73px {
    margin-top: 4.5625rem !important;
    margin-bottom: 4.5625rem !important;
  }

  .lg\:mx-73px {
    margin-left: 4.5625rem !important;
    margin-right: 4.5625rem !important;
  }

  .lg\:my-80px {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .lg\:mx-80px {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .lg\:my-81px {
    margin-top: 5.0625rem !important;
    margin-bottom: 5.0625rem !important;
  }

  .lg\:mx-81px {
    margin-left: 5.0625rem !important;
    margin-right: 5.0625rem !important;
  }

  .lg\:my-85px {
    margin-top: 5.3125rem !important;
    margin-bottom: 5.3125rem !important;
  }

  .lg\:mx-85px {
    margin-left: 5.3125rem !important;
    margin-right: 5.3125rem !important;
  }

  .lg\:my-92px {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }

  .lg\:mx-92px {
    margin-left: 5.75rem !important;
    margin-right: 5.75rem !important;
  }

  .lg\:my-100px {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }

  .lg\:mx-100px {
    margin-left: 6.25rem !important;
    margin-right: 6.25rem !important;
  }

  .lg\:my-106px {
    margin-top: 6.625rem !important;
    margin-bottom: 6.625rem !important;
  }

  .lg\:mx-106px {
    margin-left: 6.625rem !important;
    margin-right: 6.625rem !important;
  }

  .lg\:my-123px {
    margin-top: 7.6875rem !important;
    margin-bottom: 7.6875rem !important;
  }

  .lg\:mx-123px {
    margin-left: 7.6875rem !important;
    margin-right: 7.6875rem !important;
  }

  .lg\:my-126px {
    margin-top: 7.875rem !important;
    margin-bottom: 7.875rem !important;
  }

  .lg\:mx-126px {
    margin-left: 7.875rem !important;
    margin-right: 7.875rem !important;
  }

  .lg\:my-138px {
    margin-top: 8.625rem !important;
    margin-bottom: 8.625rem !important;
  }

  .lg\:mx-138px {
    margin-left: 8.625rem !important;
    margin-right: 8.625rem !important;
  }

  .lg\:my-140px {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }

  .lg\:mx-140px {
    margin-left: 8.75rem !important;
    margin-right: 8.75rem !important;
  }

  .lg\:my-146px {
    margin-top: 9.125rem !important;
    margin-bottom: 9.125rem !important;
  }

  .lg\:mx-146px {
    margin-left: 9.125rem !important;
    margin-right: 9.125rem !important;
  }

  .lg\:my-152px {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }

  .lg\:mx-152px {
    margin-left: 9.5rem !important;
    margin-right: 9.5rem !important;
  }

  .lg\:my-187px {
    margin-top: 11.6875rem !important;
    margin-bottom: 11.6875rem !important;
  }

  .lg\:mx-187px {
    margin-left: 11.6875rem !important;
    margin-right: 11.6875rem !important;
  }

  .lg\:my-220px {
    margin-top: 13.75rem !important;
    margin-bottom: 13.75rem !important;
  }

  .lg\:mx-220px {
    margin-left: 13.75rem !important;
    margin-right: 13.75rem !important;
  }

  .lg\:my-253px {
    margin-top: 15.8125rem !important;
    margin-bottom: 15.8125rem !important;
  }

  .lg\:mx-253px {
    margin-left: 15.8125rem !important;
    margin-right: 15.8125rem !important;
  }

  .lg\:my-320px {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .lg\:mx-320px {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .lg\:my-400px {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }

  .lg\:mx-400px {
    margin-left: 25rem !important;
    margin-right: 25rem !important;
  }

  .lg\:my-500px {
    margin-top: 31.25rem !important;
    margin-bottom: 31.25rem !important;
  }

  .lg\:mx-500px {
    margin-left: 31.25rem !important;
    margin-right: 31.25rem !important;
  }

  .lg\:my-lgPaddingTop {
    margin-top: 15.8125rem !important;
    margin-bottom: 15.8125rem !important;
  }

  .lg\:mx-lgPaddingTop {
    margin-left: 15.8125rem !important;
    margin-right: 15.8125rem !important;
  }

  .lg\:my-phonePaddingTop {
    margin-top: 9.875rem !important;
    margin-bottom: 9.875rem !important;
  }

  .lg\:mx-phonePaddingTop {
    margin-left: 9.875rem !important;
    margin-right: 9.875rem !important;
  }

  .lg\:my-tabletPaddingTop {
    margin-top: 6.625rem !important;
    margin-bottom: 6.625rem !important;
  }

  .lg\:mx-tabletPaddingTop {
    margin-left: 6.625rem !important;
    margin-right: 6.625rem !important;
  }

  .lg\:my-largePaddingTop {
    margin-top: 13.75rem !important;
    margin-bottom: 13.75rem !important;
  }

  .lg\:mx-largePaddingTop {
    margin-left: 13.75rem !important;
    margin-right: 13.75rem !important;
  }

  .lg\:my-phoneTextContentMaxWidth {
    margin-top: 57.0625rem !important;
    margin-bottom: 57.0625rem !important;
  }

  .lg\:mx-phoneTextContentMaxWidth {
    margin-left: 57.0625rem !important;
    margin-right: 57.0625rem !important;
  }

  .lg\:my-phoneTextContentWidth {
    margin-top: 63% !important;
    margin-bottom: 63% !important;
  }

  .lg\:mx-phoneTextContentWidth {
    margin-left: 63% !important;
    margin-right: 63% !important;
  }

  .lg\:my-phoneBlockContentWidth {
    margin-top: 71.625rem !important;
    margin-bottom: 71.625rem !important;
  }

  .lg\:mx-phoneBlockContentWidth {
    margin-left: 71.625rem !important;
    margin-right: 71.625rem !important;
  }

  .lg\:my-tabletTextContentMaxWidth {
    margin-top: 57.0625rem !important;
    margin-bottom: 57.0625rem !important;
  }

  .lg\:mx-tabletTextContentMaxWidth {
    margin-left: 57.0625rem !important;
    margin-right: 57.0625rem !important;
  }

  .lg\:my-tabletTextContentWidth {
    margin-top: 63% !important;
    margin-bottom: 63% !important;
  }

  .lg\:mx-tabletTextContentWidth {
    margin-left: 63% !important;
    margin-right: 63% !important;
  }

  .lg\:my-tabletBlockContentWidth {
    margin-top: 71.625rem !important;
    margin-bottom: 71.625rem !important;
  }

  .lg\:mx-tabletBlockContentWidth {
    margin-left: 71.625rem !important;
    margin-right: 71.625rem !important;
  }

  .lg\:my-largeTextContentMaxWidth {
    margin-top: 57.0625rem !important;
    margin-bottom: 57.0625rem !important;
  }

  .lg\:mx-largeTextContentMaxWidth {
    margin-left: 57.0625rem !important;
    margin-right: 57.0625rem !important;
  }

  .lg\:my-largeTextContentWidth {
    margin-top: 63% !important;
    margin-bottom: 63% !important;
  }

  .lg\:mx-largeTextContentWidth {
    margin-left: 63% !important;
    margin-right: 63% !important;
  }

  .lg\:my-largeBlockContentWidth {
    margin-top: 71.625rem !important;
    margin-bottom: 71.625rem !important;
  }

  .lg\:mx-largeBlockContentWidth {
    margin-left: 71.625rem !important;
    margin-right: 71.625rem !important;
  }

  .lg\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .lg\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .lg\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .lg\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .lg\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .lg\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .lg\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .lg\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .lg\:-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .lg\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .lg\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .lg\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .lg\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

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

  .lg\:-my-9 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .lg\:-mx-9 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .lg\:-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .lg\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .lg\:-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .lg\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .lg\:-my-14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .lg\:-mx-14 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .lg\:-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .lg\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .lg\:-my-18 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }

  .lg\:-mx-18 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important;
  }

  .lg\:-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .lg\:-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .lg\:-my-22 {
    margin-top: -5.626rem !important;
    margin-bottom: -5.626rem !important;
  }

  .lg\:-mx-22 {
    margin-left: -5.626rem !important;
    margin-right: -5.626rem !important;
  }

  .lg\:-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .lg\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .lg\:-my-26 {
    margin-top: -6.25rem !important;
    margin-bottom: -6.25rem !important;
  }

  .lg\:-mx-26 {
    margin-left: -6.25rem !important;
    margin-right: -6.25rem !important;
  }

  .lg\:-my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .lg\:-mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .lg\:-my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .lg\:-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .lg\:-my-34 {
    margin-top: -8.5rem !important;
    margin-bottom: -8.5rem !important;
  }

  .lg\:-mx-34 {
    margin-left: -8.5rem !important;
    margin-right: -8.5rem !important;
  }

  .lg\:-my-38 {
    margin-top: -9.25rem !important;
    margin-bottom: -9.25rem !important;
  }

  .lg\:-mx-38 {
    margin-left: -9.25rem !important;
    margin-right: -9.25rem !important;
  }

  .lg\:-my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .lg\:-mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .lg\:-my-46 {
    margin-top: -11.75rem !important;
    margin-bottom: -11.75rem !important;
  }

  .lg\:-mx-46 {
    margin-left: -11.75rem !important;
    margin-right: -11.75rem !important;
  }

  .lg\:-my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .lg\:-mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .lg\:-my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .lg\:-mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .lg\:-my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .lg\:-mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .lg\:-my-82 {
    margin-top: -20.75rem !important;
    margin-bottom: -20.75rem !important;
  }

  .lg\:-mx-82 {
    margin-left: -20.75rem !important;
    margin-right: -20.75rem !important;
  }

  .lg\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .lg\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .lg\:-my-tiny {
    margin-top: -0.3rem !important;
    margin-bottom: -0.3rem !important;
  }

  .lg\:-mx-tiny {
    margin-left: -0.3rem !important;
    margin-right: -0.3rem !important;
  }

  .lg\:-my-quick-links {
    margin-top: -26% !important;
    margin-bottom: -26% !important;
  }

  .lg\:-mx-quick-links {
    margin-left: -26% !important;
    margin-right: -26% !important;
  }

  .lg\:-my-pro-slid {
    margin-top: -48% !important;
    margin-bottom: -48% !important;
  }

  .lg\:-mx-pro-slid {
    margin-left: -48% !important;
    margin-right: -48% !important;
  }

  .lg\:-my-62p {
    margin-top: -62% !important;
    margin-bottom: -62% !important;
  }

  .lg\:-mx-62p {
    margin-left: -62% !important;
    margin-right: -62% !important;
  }

  .lg\:-my-90p {
    margin-top: -90% !important;
    margin-bottom: -90% !important;
  }

  .lg\:-mx-90p {
    margin-left: -90% !important;
    margin-right: -90% !important;
  }

  .lg\:-my-x-large {
    margin-top: -27.5rem !important;
    margin-bottom: -27.5rem !important;
  }

  .lg\:-mx-x-large {
    margin-left: -27.5rem !important;
    margin-right: -27.5rem !important;
  }

  .lg\:-my-2px {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .lg\:-mx-2px {
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .lg\:-my-9px {
    margin-top: -0.5625rem !important;
    margin-bottom: -0.5625rem !important;
  }

  .lg\:-mx-9px {
    margin-left: -0.5625rem !important;
    margin-right: -0.5625rem !important;
  }

  .lg\:-my-10px {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .lg\:-mx-10px {
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .lg\:-my-18px {
    margin-top: -1.125rem !important;
    margin-bottom: -1.125rem !important;
  }

  .lg\:-mx-18px {
    margin-left: -1.125rem !important;
    margin-right: -1.125rem !important;
  }

  .lg\:-my-20px {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .lg\:-mx-20px {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .lg\:-my-24px {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .lg\:-mx-24px {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .lg\:-my-26px {
    margin-top: -1.625rem !important;
    margin-bottom: -1.625rem !important;
  }

  .lg\:-mx-26px {
    margin-left: -1.625rem !important;
    margin-right: -1.625rem !important;
  }

  .lg\:-my-30px {
    margin-top: -1.875rem !important;
    margin-bottom: -1.875rem !important;
  }

  .lg\:-mx-30px {
    margin-left: -1.875rem !important;
    margin-right: -1.875rem !important;
  }

  .lg\:-my-38px {
    margin-top: -2.375rem !important;
    margin-bottom: -2.375rem !important;
  }

  .lg\:-mx-38px {
    margin-left: -2.375rem !important;
    margin-right: -2.375rem !important;
  }

  .lg\:-my-43px {
    margin-top: -2.6875rem !important;
    margin-bottom: -2.6875rem !important;
  }

  .lg\:-mx-43px {
    margin-left: -2.6875rem !important;
    margin-right: -2.6875rem !important;
  }

  .lg\:-my-44px {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .lg\:-mx-44px {
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }

  .lg\:-my-46px {
    margin-top: -2.875rem !important;
    margin-bottom: -2.875rem !important;
  }

  .lg\:-mx-46px {
    margin-left: -2.875rem !important;
    margin-right: -2.875rem !important;
  }

  .lg\:-my-53px {
    margin-top: -3.3125rem !important;
    margin-bottom: -3.3125rem !important;
  }

  .lg\:-mx-53px {
    margin-left: -3.3125rem !important;
    margin-right: -3.3125rem !important;
  }

  .lg\:-my-54px {
    margin-top: -3.375rem !important;
    margin-bottom: -3.375rem !important;
  }

  .lg\:-mx-54px {
    margin-left: -3.375rem !important;
    margin-right: -3.375rem !important;
  }

  .lg\:-my-55px {
    margin-top: -3.4375rem !important;
    margin-bottom: -3.4375rem !important;
  }

  .lg\:-mx-55px {
    margin-left: -3.4375rem !important;
    margin-right: -3.4375rem !important;
  }

  .lg\:-my-60px {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }

  .lg\:-mx-60px {
    margin-left: -3.75rem !important;
    margin-right: -3.75rem !important;
  }

  .lg\:-my-67px {
    margin-top: -4.1875rem !important;
    margin-bottom: -4.1875rem !important;
  }

  .lg\:-mx-67px {
    margin-left: -4.1875rem !important;
    margin-right: -4.1875rem !important;
  }

  .lg\:-my-73px {
    margin-top: -4.5625rem !important;
    margin-bottom: -4.5625rem !important;
  }

  .lg\:-mx-73px {
    margin-left: -4.5625rem !important;
    margin-right: -4.5625rem !important;
  }

  .lg\:-my-80px {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .lg\:-mx-80px {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .lg\:-my-81px {
    margin-top: -5.0625rem !important;
    margin-bottom: -5.0625rem !important;
  }

  .lg\:-mx-81px {
    margin-left: -5.0625rem !important;
    margin-right: -5.0625rem !important;
  }

  .lg\:-my-85px {
    margin-top: -5.3125rem !important;
    margin-bottom: -5.3125rem !important;
  }

  .lg\:-mx-85px {
    margin-left: -5.3125rem !important;
    margin-right: -5.3125rem !important;
  }

  .lg\:-my-92px {
    margin-top: -5.75rem !important;
    margin-bottom: -5.75rem !important;
  }

  .lg\:-mx-92px {
    margin-left: -5.75rem !important;
    margin-right: -5.75rem !important;
  }

  .lg\:-my-100px {
    margin-top: -6.25rem !important;
    margin-bottom: -6.25rem !important;
  }

  .lg\:-mx-100px {
    margin-left: -6.25rem !important;
    margin-right: -6.25rem !important;
  }

  .lg\:-my-106px {
    margin-top: -6.625rem !important;
    margin-bottom: -6.625rem !important;
  }

  .lg\:-mx-106px {
    margin-left: -6.625rem !important;
    margin-right: -6.625rem !important;
  }

  .lg\:-my-123px {
    margin-top: -7.6875rem !important;
    margin-bottom: -7.6875rem !important;
  }

  .lg\:-mx-123px {
    margin-left: -7.6875rem !important;
    margin-right: -7.6875rem !important;
  }

  .lg\:-my-126px {
    margin-top: -7.875rem !important;
    margin-bottom: -7.875rem !important;
  }

  .lg\:-mx-126px {
    margin-left: -7.875rem !important;
    margin-right: -7.875rem !important;
  }

  .lg\:-my-138px {
    margin-top: -8.625rem !important;
    margin-bottom: -8.625rem !important;
  }

  .lg\:-mx-138px {
    margin-left: -8.625rem !important;
    margin-right: -8.625rem !important;
  }

  .lg\:-my-140px {
    margin-top: -8.75rem !important;
    margin-bottom: -8.75rem !important;
  }

  .lg\:-mx-140px {
    margin-left: -8.75rem !important;
    margin-right: -8.75rem !important;
  }

  .lg\:-my-146px {
    margin-top: -9.125rem !important;
    margin-bottom: -9.125rem !important;
  }

  .lg\:-mx-146px {
    margin-left: -9.125rem !important;
    margin-right: -9.125rem !important;
  }

  .lg\:-my-152px {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important;
  }

  .lg\:-mx-152px {
    margin-left: -9.5rem !important;
    margin-right: -9.5rem !important;
  }

  .lg\:-my-187px {
    margin-top: -11.6875rem !important;
    margin-bottom: -11.6875rem !important;
  }

  .lg\:-mx-187px {
    margin-left: -11.6875rem !important;
    margin-right: -11.6875rem !important;
  }

  .lg\:-my-220px {
    margin-top: -13.75rem !important;
    margin-bottom: -13.75rem !important;
  }

  .lg\:-mx-220px {
    margin-left: -13.75rem !important;
    margin-right: -13.75rem !important;
  }

  .lg\:-my-253px {
    margin-top: -15.8125rem !important;
    margin-bottom: -15.8125rem !important;
  }

  .lg\:-mx-253px {
    margin-left: -15.8125rem !important;
    margin-right: -15.8125rem !important;
  }

  .lg\:-my-320px {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .lg\:-mx-320px {
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }

  .lg\:-my-400px {
    margin-top: -25rem !important;
    margin-bottom: -25rem !important;
  }

  .lg\:-mx-400px {
    margin-left: -25rem !important;
    margin-right: -25rem !important;
  }

  .lg\:-my-500px {
    margin-top: -31.25rem !important;
    margin-bottom: -31.25rem !important;
  }

  .lg\:-mx-500px {
    margin-left: -31.25rem !important;
    margin-right: -31.25rem !important;
  }

  .lg\:-my-lgPaddingTop {
    margin-top: -15.8125rem !important;
    margin-bottom: -15.8125rem !important;
  }

  .lg\:-mx-lgPaddingTop {
    margin-left: -15.8125rem !important;
    margin-right: -15.8125rem !important;
  }

  .lg\:-my-phonePaddingTop {
    margin-top: -9.875rem !important;
    margin-bottom: -9.875rem !important;
  }

  .lg\:-mx-phonePaddingTop {
    margin-left: -9.875rem !important;
    margin-right: -9.875rem !important;
  }

  .lg\:-my-tabletPaddingTop {
    margin-top: -6.625rem !important;
    margin-bottom: -6.625rem !important;
  }

  .lg\:-mx-tabletPaddingTop {
    margin-left: -6.625rem !important;
    margin-right: -6.625rem !important;
  }

  .lg\:-my-largePaddingTop {
    margin-top: -13.75rem !important;
    margin-bottom: -13.75rem !important;
  }

  .lg\:-mx-largePaddingTop {
    margin-left: -13.75rem !important;
    margin-right: -13.75rem !important;
  }

  .lg\:-my-phoneTextContentMaxWidth {
    margin-top: -57.0625rem !important;
    margin-bottom: -57.0625rem !important;
  }

  .lg\:-mx-phoneTextContentMaxWidth {
    margin-left: -57.0625rem !important;
    margin-right: -57.0625rem !important;
  }

  .lg\:-my-phoneTextContentWidth {
    margin-top: -63% !important;
    margin-bottom: -63% !important;
  }

  .lg\:-mx-phoneTextContentWidth {
    margin-left: -63% !important;
    margin-right: -63% !important;
  }

  .lg\:-my-phoneBlockContentWidth {
    margin-top: -71.625rem !important;
    margin-bottom: -71.625rem !important;
  }

  .lg\:-mx-phoneBlockContentWidth {
    margin-left: -71.625rem !important;
    margin-right: -71.625rem !important;
  }

  .lg\:-my-tabletTextContentMaxWidth {
    margin-top: -57.0625rem !important;
    margin-bottom: -57.0625rem !important;
  }

  .lg\:-mx-tabletTextContentMaxWidth {
    margin-left: -57.0625rem !important;
    margin-right: -57.0625rem !important;
  }

  .lg\:-my-tabletTextContentWidth {
    margin-top: -63% !important;
    margin-bottom: -63% !important;
  }

  .lg\:-mx-tabletTextContentWidth {
    margin-left: -63% !important;
    margin-right: -63% !important;
  }

  .lg\:-my-tabletBlockContentWidth {
    margin-top: -71.625rem !important;
    margin-bottom: -71.625rem !important;
  }

  .lg\:-mx-tabletBlockContentWidth {
    margin-left: -71.625rem !important;
    margin-right: -71.625rem !important;
  }

  .lg\:-my-largeTextContentMaxWidth {
    margin-top: -57.0625rem !important;
    margin-bottom: -57.0625rem !important;
  }

  .lg\:-mx-largeTextContentMaxWidth {
    margin-left: -57.0625rem !important;
    margin-right: -57.0625rem !important;
  }

  .lg\:-my-largeTextContentWidth {
    margin-top: -63% !important;
    margin-bottom: -63% !important;
  }

  .lg\:-mx-largeTextContentWidth {
    margin-left: -63% !important;
    margin-right: -63% !important;
  }

  .lg\:-my-largeBlockContentWidth {
    margin-top: -71.625rem !important;
    margin-bottom: -71.625rem !important;
  }

  .lg\:-mx-largeBlockContentWidth {
    margin-left: -71.625rem !important;
    margin-right: -71.625rem !important;
  }

  .lg\:mt-0 {
    margin-top: 0 !important;
  }

  .lg\:mr-0 {
    margin-right: 0 !important;
  }

  .lg\:mb-0 {
    margin-bottom: 0 !important;
  }

  .lg\:ml-0 {
    margin-left: 0 !important;
  }

  .lg\:mt-1 {
    margin-top: 0.25rem !important;
  }

  .lg\:mr-1 {
    margin-right: 0.25rem !important;
  }

  .lg\:mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .lg\:ml-1 {
    margin-left: 0.25rem !important;
  }

  .lg\:mt-2 {
    margin-top: 0.5rem !important;
  }

  .lg\:mr-2 {
    margin-right: 0.5rem !important;
  }

  .lg\:mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .lg\:ml-2 {
    margin-left: 0.5rem !important;
  }

  .lg\:mt-3 {
    margin-top: 0.75rem !important;
  }

  .lg\:mr-3 {
    margin-right: 0.75rem !important;
  }

  .lg\:mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .lg\:ml-3 {
    margin-left: 0.75rem !important;
  }

  .lg\:mt-4 {
    margin-top: 1rem !important;
  }

  .lg\:mr-4 {
    margin-right: 1rem !important;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem !important;
  }

  .lg\:ml-4 {
    margin-left: 1rem !important;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem !important;
  }

  .lg\:mr-5 {
    margin-right: 1.25rem !important;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .lg\:ml-5 {
    margin-left: 1.25rem !important;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem !important;
  }

  .lg\:mr-6 {
    margin-right: 1.5rem !important;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .lg\:ml-6 {
    margin-left: 1.5rem !important;
  }

  .lg\:mt-8 {
    margin-top: 2rem !important;
  }

  .lg\:mr-8 {
    margin-right: 2rem !important;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem !important;
  }

  .lg\:ml-8 {
    margin-left: 2rem !important;
  }

  .lg\:mt-9 {
    margin-top: 2.5rem !important;
  }

  .lg\:mr-9 {
    margin-right: 2.5rem !important;
  }

  .lg\:mb-9 {
    margin-bottom: 2.5rem !important;
  }

  .lg\:ml-9 {
    margin-left: 2.5rem !important;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem !important;
  }

  .lg\:mr-10 {
    margin-right: 2.5rem !important;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .lg\:ml-10 {
    margin-left: 2.5rem !important;
  }

  .lg\:mt-12 {
    margin-top: 3rem !important;
  }

  .lg\:mr-12 {
    margin-right: 3rem !important;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem !important;
  }

  .lg\:ml-12 {
    margin-left: 3rem !important;
  }

  .lg\:mt-14 {
    margin-top: 3.5rem !important;
  }

  .lg\:mr-14 {
    margin-right: 3.5rem !important;
  }

  .lg\:mb-14 {
    margin-bottom: 3.5rem !important;
  }

  .lg\:ml-14 {
    margin-left: 3.5rem !important;
  }

  .lg\:mt-16 {
    margin-top: 4rem !important;
  }

  .lg\:mr-16 {
    margin-right: 4rem !important;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem !important;
  }

  .lg\:ml-16 {
    margin-left: 4rem !important;
  }

  .lg\:mt-18 {
    margin-top: 4.5rem !important;
  }

  .lg\:mr-18 {
    margin-right: 4.5rem !important;
  }

  .lg\:mb-18 {
    margin-bottom: 4.5rem !important;
  }

  .lg\:ml-18 {
    margin-left: 4.5rem !important;
  }

  .lg\:mt-20 {
    margin-top: 5rem !important;
  }

  .lg\:mr-20 {
    margin-right: 5rem !important;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem !important;
  }

  .lg\:ml-20 {
    margin-left: 5rem !important;
  }

  .lg\:mt-22 {
    margin-top: 5.626rem !important;
  }

  .lg\:mr-22 {
    margin-right: 5.626rem !important;
  }

  .lg\:mb-22 {
    margin-bottom: 5.626rem !important;
  }

  .lg\:ml-22 {
    margin-left: 5.626rem !important;
  }

  .lg\:mt-24 {
    margin-top: 6rem !important;
  }

  .lg\:mr-24 {
    margin-right: 6rem !important;
  }

  .lg\:mb-24 {
    margin-bottom: 6rem !important;
  }

  .lg\:ml-24 {
    margin-left: 6rem !important;
  }

  .lg\:mt-26 {
    margin-top: 6.25rem !important;
  }

  .lg\:mr-26 {
    margin-right: 6.25rem !important;
  }

  .lg\:mb-26 {
    margin-bottom: 6.25rem !important;
  }

  .lg\:ml-26 {
    margin-left: 6.25rem !important;
  }

  .lg\:mt-28 {
    margin-top: 7rem !important;
  }

  .lg\:mr-28 {
    margin-right: 7rem !important;
  }

  .lg\:mb-28 {
    margin-bottom: 7rem !important;
  }

  .lg\:ml-28 {
    margin-left: 7rem !important;
  }

  .lg\:mt-32 {
    margin-top: 8rem !important;
  }

  .lg\:mr-32 {
    margin-right: 8rem !important;
  }

  .lg\:mb-32 {
    margin-bottom: 8rem !important;
  }

  .lg\:ml-32 {
    margin-left: 8rem !important;
  }

  .lg\:mt-34 {
    margin-top: 8.5rem !important;
  }

  .lg\:mr-34 {
    margin-right: 8.5rem !important;
  }

  .lg\:mb-34 {
    margin-bottom: 8.5rem !important;
  }

  .lg\:ml-34 {
    margin-left: 8.5rem !important;
  }

  .lg\:mt-38 {
    margin-top: 9.25rem !important;
  }

  .lg\:mr-38 {
    margin-right: 9.25rem !important;
  }

  .lg\:mb-38 {
    margin-bottom: 9.25rem !important;
  }

  .lg\:ml-38 {
    margin-left: 9.25rem !important;
  }

  .lg\:mt-40 {
    margin-top: 10rem !important;
  }

  .lg\:mr-40 {
    margin-right: 10rem !important;
  }

  .lg\:mb-40 {
    margin-bottom: 10rem !important;
  }

  .lg\:ml-40 {
    margin-left: 10rem !important;
  }

  .lg\:mt-46 {
    margin-top: 11.75rem !important;
  }

  .lg\:mr-46 {
    margin-right: 11.75rem !important;
  }

  .lg\:mb-46 {
    margin-bottom: 11.75rem !important;
  }

  .lg\:ml-46 {
    margin-left: 11.75rem !important;
  }

  .lg\:mt-48 {
    margin-top: 12rem !important;
  }

  .lg\:mr-48 {
    margin-right: 12rem !important;
  }

  .lg\:mb-48 {
    margin-bottom: 12rem !important;
  }

  .lg\:ml-48 {
    margin-left: 12rem !important;
  }

  .lg\:mt-56 {
    margin-top: 14rem !important;
  }

  .lg\:mr-56 {
    margin-right: 14rem !important;
  }

  .lg\:mb-56 {
    margin-bottom: 14rem !important;
  }

  .lg\:ml-56 {
    margin-left: 14rem !important;
  }

  .lg\:mt-64 {
    margin-top: 16rem !important;
  }

  .lg\:mr-64 {
    margin-right: 16rem !important;
  }

  .lg\:mb-64 {
    margin-bottom: 16rem !important;
  }

  .lg\:ml-64 {
    margin-left: 16rem !important;
  }

  .lg\:mt-82 {
    margin-top: 20.75rem !important;
  }

  .lg\:mr-82 {
    margin-right: 20.75rem !important;
  }

  .lg\:mb-82 {
    margin-bottom: 20.75rem !important;
  }

  .lg\:ml-82 {
    margin-left: 20.75rem !important;
  }

  .lg\:mt-auto {
    margin-top: auto !important;
  }

  .lg\:mr-auto {
    margin-right: auto !important;
  }

  .lg\:mb-auto {
    margin-bottom: auto !important;
  }

  .lg\:ml-auto {
    margin-left: auto !important;
  }

  .lg\:mt-px {
    margin-top: 1px !important;
  }

  .lg\:mr-px {
    margin-right: 1px !important;
  }

  .lg\:mb-px {
    margin-bottom: 1px !important;
  }

  .lg\:ml-px {
    margin-left: 1px !important;
  }

  .lg\:mt-tiny {
    margin-top: 0.3rem !important;
  }

  .lg\:mr-tiny {
    margin-right: 0.3rem !important;
  }

  .lg\:mb-tiny {
    margin-bottom: 0.3rem !important;
  }

  .lg\:ml-tiny {
    margin-left: 0.3rem !important;
  }

  .lg\:mt-quick-links {
    margin-top: 26% !important;
  }

  .lg\:mr-quick-links {
    margin-right: 26% !important;
  }

  .lg\:mb-quick-links {
    margin-bottom: 26% !important;
  }

  .lg\:ml-quick-links {
    margin-left: 26% !important;
  }

  .lg\:mt-pro-slid {
    margin-top: 48% !important;
  }

  .lg\:mr-pro-slid {
    margin-right: 48% !important;
  }

  .lg\:mb-pro-slid {
    margin-bottom: 48% !important;
  }

  .lg\:ml-pro-slid {
    margin-left: 48% !important;
  }

  .lg\:mt-62p {
    margin-top: 62% !important;
  }

  .lg\:mr-62p {
    margin-right: 62% !important;
  }

  .lg\:mb-62p {
    margin-bottom: 62% !important;
  }

  .lg\:ml-62p {
    margin-left: 62% !important;
  }

  .lg\:mt-90p {
    margin-top: 90% !important;
  }

  .lg\:mr-90p {
    margin-right: 90% !important;
  }

  .lg\:mb-90p {
    margin-bottom: 90% !important;
  }

  .lg\:ml-90p {
    margin-left: 90% !important;
  }

  .lg\:mt-x-large {
    margin-top: 27.5rem !important;
  }

  .lg\:mr-x-large {
    margin-right: 27.5rem !important;
  }

  .lg\:mb-x-large {
    margin-bottom: 27.5rem !important;
  }

  .lg\:ml-x-large {
    margin-left: 27.5rem !important;
  }

  .lg\:mt-2px {
    margin-top: 0.125rem !important;
  }

  .lg\:mr-2px {
    margin-right: 0.125rem !important;
  }

  .lg\:mb-2px {
    margin-bottom: 0.125rem !important;
  }

  .lg\:ml-2px {
    margin-left: 0.125rem !important;
  }

  .lg\:mt-9px {
    margin-top: 0.5625rem !important;
  }

  .lg\:mr-9px {
    margin-right: 0.5625rem !important;
  }

  .lg\:mb-9px {
    margin-bottom: 0.5625rem !important;
  }

  .lg\:ml-9px {
    margin-left: 0.5625rem !important;
  }

  .lg\:mt-10px {
    margin-top: 0.625rem !important;
  }

  .lg\:mr-10px {
    margin-right: 0.625rem !important;
  }

  .lg\:mb-10px {
    margin-bottom: 0.625rem !important;
  }

  .lg\:ml-10px {
    margin-left: 0.625rem !important;
  }

  .lg\:mt-18px {
    margin-top: 1.125rem !important;
  }

  .lg\:mr-18px {
    margin-right: 1.125rem !important;
  }

  .lg\:mb-18px {
    margin-bottom: 1.125rem !important;
  }

  .lg\:ml-18px {
    margin-left: 1.125rem !important;
  }

  .lg\:mt-20px {
    margin-top: 1.25rem !important;
  }

  .lg\:mr-20px {
    margin-right: 1.25rem !important;
  }

  .lg\:mb-20px {
    margin-bottom: 1.25rem !important;
  }

  .lg\:ml-20px {
    margin-left: 1.25rem !important;
  }

  .lg\:mt-24px {
    margin-top: 1.5rem !important;
  }

  .lg\:mr-24px {
    margin-right: 1.5rem !important;
  }

  .lg\:mb-24px {
    margin-bottom: 1.5rem !important;
  }

  .lg\:ml-24px {
    margin-left: 1.5rem !important;
  }

  .lg\:mt-26px {
    margin-top: 1.625rem !important;
  }

  .lg\:mr-26px {
    margin-right: 1.625rem !important;
  }

  .lg\:mb-26px {
    margin-bottom: 1.625rem !important;
  }

  .lg\:ml-26px {
    margin-left: 1.625rem !important;
  }

  .lg\:mt-30px {
    margin-top: 1.875rem !important;
  }

  .lg\:mr-30px {
    margin-right: 1.875rem !important;
  }

  .lg\:mb-30px {
    margin-bottom: 1.875rem !important;
  }

  .lg\:ml-30px {
    margin-left: 1.875rem !important;
  }

  .lg\:mt-38px {
    margin-top: 2.375rem !important;
  }

  .lg\:mr-38px {
    margin-right: 2.375rem !important;
  }

  .lg\:mb-38px {
    margin-bottom: 2.375rem !important;
  }

  .lg\:ml-38px {
    margin-left: 2.375rem !important;
  }

  .lg\:mt-43px {
    margin-top: 2.6875rem !important;
  }

  .lg\:mr-43px {
    margin-right: 2.6875rem !important;
  }

  .lg\:mb-43px {
    margin-bottom: 2.6875rem !important;
  }

  .lg\:ml-43px {
    margin-left: 2.6875rem !important;
  }

  .lg\:mt-44px {
    margin-top: 2.75rem !important;
  }

  .lg\:mr-44px {
    margin-right: 2.75rem !important;
  }

  .lg\:mb-44px {
    margin-bottom: 2.75rem !important;
  }

  .lg\:ml-44px {
    margin-left: 2.75rem !important;
  }

  .lg\:mt-46px {
    margin-top: 2.875rem !important;
  }

  .lg\:mr-46px {
    margin-right: 2.875rem !important;
  }

  .lg\:mb-46px {
    margin-bottom: 2.875rem !important;
  }

  .lg\:ml-46px {
    margin-left: 2.875rem !important;
  }

  .lg\:mt-53px {
    margin-top: 3.3125rem !important;
  }

  .lg\:mr-53px {
    margin-right: 3.3125rem !important;
  }

  .lg\:mb-53px {
    margin-bottom: 3.3125rem !important;
  }

  .lg\:ml-53px {
    margin-left: 3.3125rem !important;
  }

  .lg\:mt-54px {
    margin-top: 3.375rem !important;
  }

  .lg\:mr-54px {
    margin-right: 3.375rem !important;
  }

  .lg\:mb-54px {
    margin-bottom: 3.375rem !important;
  }

  .lg\:ml-54px {
    margin-left: 3.375rem !important;
  }

  .lg\:mt-55px {
    margin-top: 3.4375rem !important;
  }

  .lg\:mr-55px {
    margin-right: 3.4375rem !important;
  }

  .lg\:mb-55px {
    margin-bottom: 3.4375rem !important;
  }

  .lg\:ml-55px {
    margin-left: 3.4375rem !important;
  }

  .lg\:mt-60px {
    margin-top: 3.75rem !important;
  }

  .lg\:mr-60px {
    margin-right: 3.75rem !important;
  }

  .lg\:mb-60px {
    margin-bottom: 3.75rem !important;
  }

  .lg\:ml-60px {
    margin-left: 3.75rem !important;
  }

  .lg\:mt-67px {
    margin-top: 4.1875rem !important;
  }

  .lg\:mr-67px {
    margin-right: 4.1875rem !important;
  }

  .lg\:mb-67px {
    margin-bottom: 4.1875rem !important;
  }

  .lg\:ml-67px {
    margin-left: 4.1875rem !important;
  }

  .lg\:mt-73px {
    margin-top: 4.5625rem !important;
  }

  .lg\:mr-73px {
    margin-right: 4.5625rem !important;
  }

  .lg\:mb-73px {
    margin-bottom: 4.5625rem !important;
  }

  .lg\:ml-73px {
    margin-left: 4.5625rem !important;
  }

  .lg\:mt-80px {
    margin-top: 5rem !important;
  }

  .lg\:mr-80px {
    margin-right: 5rem !important;
  }

  .lg\:mb-80px {
    margin-bottom: 5rem !important;
  }

  .lg\:ml-80px {
    margin-left: 5rem !important;
  }

  .lg\:mt-81px {
    margin-top: 5.0625rem !important;
  }

  .lg\:mr-81px {
    margin-right: 5.0625rem !important;
  }

  .lg\:mb-81px {
    margin-bottom: 5.0625rem !important;
  }

  .lg\:ml-81px {
    margin-left: 5.0625rem !important;
  }

  .lg\:mt-85px {
    margin-top: 5.3125rem !important;
  }

  .lg\:mr-85px {
    margin-right: 5.3125rem !important;
  }

  .lg\:mb-85px {
    margin-bottom: 5.3125rem !important;
  }

  .lg\:ml-85px {
    margin-left: 5.3125rem !important;
  }

  .lg\:mt-92px {
    margin-top: 5.75rem !important;
  }

  .lg\:mr-92px {
    margin-right: 5.75rem !important;
  }

  .lg\:mb-92px {
    margin-bottom: 5.75rem !important;
  }

  .lg\:ml-92px {
    margin-left: 5.75rem !important;
  }

  .lg\:mt-100px {
    margin-top: 6.25rem !important;
  }

  .lg\:mr-100px {
    margin-right: 6.25rem !important;
  }

  .lg\:mb-100px {
    margin-bottom: 6.25rem !important;
  }

  .lg\:ml-100px {
    margin-left: 6.25rem !important;
  }

  .lg\:mt-106px {
    margin-top: 6.625rem !important;
  }

  .lg\:mr-106px {
    margin-right: 6.625rem !important;
  }

  .lg\:mb-106px {
    margin-bottom: 6.625rem !important;
  }

  .lg\:ml-106px {
    margin-left: 6.625rem !important;
  }

  .lg\:mt-123px {
    margin-top: 7.6875rem !important;
  }

  .lg\:mr-123px {
    margin-right: 7.6875rem !important;
  }

  .lg\:mb-123px {
    margin-bottom: 7.6875rem !important;
  }

  .lg\:ml-123px {
    margin-left: 7.6875rem !important;
  }

  .lg\:mt-126px {
    margin-top: 7.875rem !important;
  }

  .lg\:mr-126px {
    margin-right: 7.875rem !important;
  }

  .lg\:mb-126px {
    margin-bottom: 7.875rem !important;
  }

  .lg\:ml-126px {
    margin-left: 7.875rem !important;
  }

  .lg\:mt-138px {
    margin-top: 8.625rem !important;
  }

  .lg\:mr-138px {
    margin-right: 8.625rem !important;
  }

  .lg\:mb-138px {
    margin-bottom: 8.625rem !important;
  }

  .lg\:ml-138px {
    margin-left: 8.625rem !important;
  }

  .lg\:mt-140px {
    margin-top: 8.75rem !important;
  }

  .lg\:mr-140px {
    margin-right: 8.75rem !important;
  }

  .lg\:mb-140px {
    margin-bottom: 8.75rem !important;
  }

  .lg\:ml-140px {
    margin-left: 8.75rem !important;
  }

  .lg\:mt-146px {
    margin-top: 9.125rem !important;
  }

  .lg\:mr-146px {
    margin-right: 9.125rem !important;
  }

  .lg\:mb-146px {
    margin-bottom: 9.125rem !important;
  }

  .lg\:ml-146px {
    margin-left: 9.125rem !important;
  }

  .lg\:mt-152px {
    margin-top: 9.5rem !important;
  }

  .lg\:mr-152px {
    margin-right: 9.5rem !important;
  }

  .lg\:mb-152px {
    margin-bottom: 9.5rem !important;
  }

  .lg\:ml-152px {
    margin-left: 9.5rem !important;
  }

  .lg\:mt-187px {
    margin-top: 11.6875rem !important;
  }

  .lg\:mr-187px {
    margin-right: 11.6875rem !important;
  }

  .lg\:mb-187px {
    margin-bottom: 11.6875rem !important;
  }

  .lg\:ml-187px {
    margin-left: 11.6875rem !important;
  }

  .lg\:mt-220px {
    margin-top: 13.75rem !important;
  }

  .lg\:mr-220px {
    margin-right: 13.75rem !important;
  }

  .lg\:mb-220px {
    margin-bottom: 13.75rem !important;
  }

  .lg\:ml-220px {
    margin-left: 13.75rem !important;
  }

  .lg\:mt-253px {
    margin-top: 15.8125rem !important;
  }

  .lg\:mr-253px {
    margin-right: 15.8125rem !important;
  }

  .lg\:mb-253px {
    margin-bottom: 15.8125rem !important;
  }

  .lg\:ml-253px {
    margin-left: 15.8125rem !important;
  }

  .lg\:mt-320px {
    margin-top: 20rem !important;
  }

  .lg\:mr-320px {
    margin-right: 20rem !important;
  }

  .lg\:mb-320px {
    margin-bottom: 20rem !important;
  }

  .lg\:ml-320px {
    margin-left: 20rem !important;
  }

  .lg\:mt-400px {
    margin-top: 25rem !important;
  }

  .lg\:mr-400px {
    margin-right: 25rem !important;
  }

  .lg\:mb-400px {
    margin-bottom: 25rem !important;
  }

  .lg\:ml-400px {
    margin-left: 25rem !important;
  }

  .lg\:mt-500px {
    margin-top: 31.25rem !important;
  }

  .lg\:mr-500px {
    margin-right: 31.25rem !important;
  }

  .lg\:mb-500px {
    margin-bottom: 31.25rem !important;
  }

  .lg\:ml-500px {
    margin-left: 31.25rem !important;
  }

  .lg\:mt-lgPaddingTop {
    margin-top: 15.8125rem !important;
  }

  .lg\:mr-lgPaddingTop {
    margin-right: 15.8125rem !important;
  }

  .lg\:mb-lgPaddingTop {
    margin-bottom: 15.8125rem !important;
  }

  .lg\:ml-lgPaddingTop {
    margin-left: 15.8125rem !important;
  }

  .lg\:mt-phonePaddingTop {
    margin-top: 9.875rem !important;
  }

  .lg\:mr-phonePaddingTop {
    margin-right: 9.875rem !important;
  }

  .lg\:mb-phonePaddingTop {
    margin-bottom: 9.875rem !important;
  }

  .lg\:ml-phonePaddingTop {
    margin-left: 9.875rem !important;
  }

  .lg\:mt-tabletPaddingTop {
    margin-top: 6.625rem !important;
  }

  .lg\:mr-tabletPaddingTop {
    margin-right: 6.625rem !important;
  }

  .lg\:mb-tabletPaddingTop {
    margin-bottom: 6.625rem !important;
  }

  .lg\:ml-tabletPaddingTop {
    margin-left: 6.625rem !important;
  }

  .lg\:mt-largePaddingTop {
    margin-top: 13.75rem !important;
  }

  .lg\:mr-largePaddingTop {
    margin-right: 13.75rem !important;
  }

  .lg\:mb-largePaddingTop {
    margin-bottom: 13.75rem !important;
  }

  .lg\:ml-largePaddingTop {
    margin-left: 13.75rem !important;
  }

  .lg\:mt-phoneTextContentMaxWidth {
    margin-top: 57.0625rem !important;
  }

  .lg\:mr-phoneTextContentMaxWidth {
    margin-right: 57.0625rem !important;
  }

  .lg\:mb-phoneTextContentMaxWidth {
    margin-bottom: 57.0625rem !important;
  }

  .lg\:ml-phoneTextContentMaxWidth {
    margin-left: 57.0625rem !important;
  }

  .lg\:mt-phoneTextContentWidth {
    margin-top: 63% !important;
  }

  .lg\:mr-phoneTextContentWidth {
    margin-right: 63% !important;
  }

  .lg\:mb-phoneTextContentWidth {
    margin-bottom: 63% !important;
  }

  .lg\:ml-phoneTextContentWidth {
    margin-left: 63% !important;
  }

  .lg\:mt-phoneBlockContentWidth {
    margin-top: 71.625rem !important;
  }

  .lg\:mr-phoneBlockContentWidth {
    margin-right: 71.625rem !important;
  }

  .lg\:mb-phoneBlockContentWidth {
    margin-bottom: 71.625rem !important;
  }

  .lg\:ml-phoneBlockContentWidth {
    margin-left: 71.625rem !important;
  }

  .lg\:mt-tabletTextContentMaxWidth {
    margin-top: 57.0625rem !important;
  }

  .lg\:mr-tabletTextContentMaxWidth {
    margin-right: 57.0625rem !important;
  }

  .lg\:mb-tabletTextContentMaxWidth {
    margin-bottom: 57.0625rem !important;
  }

  .lg\:ml-tabletTextContentMaxWidth {
    margin-left: 57.0625rem !important;
  }

  .lg\:mt-tabletTextContentWidth {
    margin-top: 63% !important;
  }

  .lg\:mr-tabletTextContentWidth {
    margin-right: 63% !important;
  }

  .lg\:mb-tabletTextContentWidth {
    margin-bottom: 63% !important;
  }

  .lg\:ml-tabletTextContentWidth {
    margin-left: 63% !important;
  }

  .lg\:mt-tabletBlockContentWidth {
    margin-top: 71.625rem !important;
  }

  .lg\:mr-tabletBlockContentWidth {
    margin-right: 71.625rem !important;
  }

  .lg\:mb-tabletBlockContentWidth {
    margin-bottom: 71.625rem !important;
  }

  .lg\:ml-tabletBlockContentWidth {
    margin-left: 71.625rem !important;
  }

  .lg\:mt-largeTextContentMaxWidth {
    margin-top: 57.0625rem !important;
  }

  .lg\:mr-largeTextContentMaxWidth {
    margin-right: 57.0625rem !important;
  }

  .lg\:mb-largeTextContentMaxWidth {
    margin-bottom: 57.0625rem !important;
  }

  .lg\:ml-largeTextContentMaxWidth {
    margin-left: 57.0625rem !important;
  }

  .lg\:mt-largeTextContentWidth {
    margin-top: 63% !important;
  }

  .lg\:mr-largeTextContentWidth {
    margin-right: 63% !important;
  }

  .lg\:mb-largeTextContentWidth {
    margin-bottom: 63% !important;
  }

  .lg\:ml-largeTextContentWidth {
    margin-left: 63% !important;
  }

  .lg\:mt-largeBlockContentWidth {
    margin-top: 71.625rem !important;
  }

  .lg\:mr-largeBlockContentWidth {
    margin-right: 71.625rem !important;
  }

  .lg\:mb-largeBlockContentWidth {
    margin-bottom: 71.625rem !important;
  }

  .lg\:ml-largeBlockContentWidth {
    margin-left: 71.625rem !important;
  }

  .lg\:-mt-1 {
    margin-top: -0.25rem !important;
  }

  .lg\:-mr-1 {
    margin-right: -0.25rem !important;
  }

  .lg\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .lg\:-ml-1 {
    margin-left: -0.25rem !important;
  }

  .lg\:-mt-2 {
    margin-top: -0.5rem !important;
  }

  .lg\:-mr-2 {
    margin-right: -0.5rem !important;
  }

  .lg\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .lg\:-ml-2 {
    margin-left: -0.5rem !important;
  }

  .lg\:-mt-3 {
    margin-top: -0.75rem !important;
  }

  .lg\:-mr-3 {
    margin-right: -0.75rem !important;
  }

  .lg\:-mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .lg\:-ml-3 {
    margin-left: -0.75rem !important;
  }

  .lg\:-mt-4 {
    margin-top: -1rem !important;
  }

  .lg\:-mr-4 {
    margin-right: -1rem !important;
  }

  .lg\:-mb-4 {
    margin-bottom: -1rem !important;
  }

  .lg\:-ml-4 {
    margin-left: -1rem !important;
  }

  .lg\:-mt-5 {
    margin-top: -1.25rem !important;
  }

  .lg\:-mr-5 {
    margin-right: -1.25rem !important;
  }

  .lg\:-mb-5 {
    margin-bottom: -1.25rem !important;
  }

  .lg\:-ml-5 {
    margin-left: -1.25rem !important;
  }

  .lg\:-mt-6 {
    margin-top: -1.5rem !important;
  }

  .lg\:-mr-6 {
    margin-right: -1.5rem !important;
  }

  .lg\:-mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .lg\:-ml-6 {
    margin-left: -1.5rem !important;
  }

  .lg\:-mt-8 {
    margin-top: -2rem !important;
  }

  .lg\:-mr-8 {
    margin-right: -2rem !important;
  }

  .lg\:-mb-8 {
    margin-bottom: -2rem !important;
  }

  .lg\:-ml-8 {
    margin-left: -2rem !important;
  }

  .lg\:-mt-9 {
    margin-top: -2.5rem !important;
  }

  .lg\:-mr-9 {
    margin-right: -2.5rem !important;
  }

  .lg\:-mb-9 {
    margin-bottom: -2.5rem !important;
  }

  .lg\:-ml-9 {
    margin-left: -2.5rem !important;
  }

  .lg\:-mt-10 {
    margin-top: -2.5rem !important;
  }

  .lg\:-mr-10 {
    margin-right: -2.5rem !important;
  }

  .lg\:-mb-10 {
    margin-bottom: -2.5rem !important;
  }

  .lg\:-ml-10 {
    margin-left: -2.5rem !important;
  }

  .lg\:-mt-12 {
    margin-top: -3rem !important;
  }

  .lg\:-mr-12 {
    margin-right: -3rem !important;
  }

  .lg\:-mb-12 {
    margin-bottom: -3rem !important;
  }

  .lg\:-ml-12 {
    margin-left: -3rem !important;
  }

  .lg\:-mt-14 {
    margin-top: -3.5rem !important;
  }

  .lg\:-mr-14 {
    margin-right: -3.5rem !important;
  }

  .lg\:-mb-14 {
    margin-bottom: -3.5rem !important;
  }

  .lg\:-ml-14 {
    margin-left: -3.5rem !important;
  }

  .lg\:-mt-16 {
    margin-top: -4rem !important;
  }

  .lg\:-mr-16 {
    margin-right: -4rem !important;
  }

  .lg\:-mb-16 {
    margin-bottom: -4rem !important;
  }

  .lg\:-ml-16 {
    margin-left: -4rem !important;
  }

  .lg\:-mt-18 {
    margin-top: -4.5rem !important;
  }

  .lg\:-mr-18 {
    margin-right: -4.5rem !important;
  }

  .lg\:-mb-18 {
    margin-bottom: -4.5rem !important;
  }

  .lg\:-ml-18 {
    margin-left: -4.5rem !important;
  }

  .lg\:-mt-20 {
    margin-top: -5rem !important;
  }

  .lg\:-mr-20 {
    margin-right: -5rem !important;
  }

  .lg\:-mb-20 {
    margin-bottom: -5rem !important;
  }

  .lg\:-ml-20 {
    margin-left: -5rem !important;
  }

  .lg\:-mt-22 {
    margin-top: -5.626rem !important;
  }

  .lg\:-mr-22 {
    margin-right: -5.626rem !important;
  }

  .lg\:-mb-22 {
    margin-bottom: -5.626rem !important;
  }

  .lg\:-ml-22 {
    margin-left: -5.626rem !important;
  }

  .lg\:-mt-24 {
    margin-top: -6rem !important;
  }

  .lg\:-mr-24 {
    margin-right: -6rem !important;
  }

  .lg\:-mb-24 {
    margin-bottom: -6rem !important;
  }

  .lg\:-ml-24 {
    margin-left: -6rem !important;
  }

  .lg\:-mt-26 {
    margin-top: -6.25rem !important;
  }

  .lg\:-mr-26 {
    margin-right: -6.25rem !important;
  }

  .lg\:-mb-26 {
    margin-bottom: -6.25rem !important;
  }

  .lg\:-ml-26 {
    margin-left: -6.25rem !important;
  }

  .lg\:-mt-28 {
    margin-top: -7rem !important;
  }

  .lg\:-mr-28 {
    margin-right: -7rem !important;
  }

  .lg\:-mb-28 {
    margin-bottom: -7rem !important;
  }

  .lg\:-ml-28 {
    margin-left: -7rem !important;
  }

  .lg\:-mt-32 {
    margin-top: -8rem !important;
  }

  .lg\:-mr-32 {
    margin-right: -8rem !important;
  }

  .lg\:-mb-32 {
    margin-bottom: -8rem !important;
  }

  .lg\:-ml-32 {
    margin-left: -8rem !important;
  }

  .lg\:-mt-34 {
    margin-top: -8.5rem !important;
  }

  .lg\:-mr-34 {
    margin-right: -8.5rem !important;
  }

  .lg\:-mb-34 {
    margin-bottom: -8.5rem !important;
  }

  .lg\:-ml-34 {
    margin-left: -8.5rem !important;
  }

  .lg\:-mt-38 {
    margin-top: -9.25rem !important;
  }

  .lg\:-mr-38 {
    margin-right: -9.25rem !important;
  }

  .lg\:-mb-38 {
    margin-bottom: -9.25rem !important;
  }

  .lg\:-ml-38 {
    margin-left: -9.25rem !important;
  }

  .lg\:-mt-40 {
    margin-top: -10rem !important;
  }

  .lg\:-mr-40 {
    margin-right: -10rem !important;
  }

  .lg\:-mb-40 {
    margin-bottom: -10rem !important;
  }

  .lg\:-ml-40 {
    margin-left: -10rem !important;
  }

  .lg\:-mt-46 {
    margin-top: -11.75rem !important;
  }

  .lg\:-mr-46 {
    margin-right: -11.75rem !important;
  }

  .lg\:-mb-46 {
    margin-bottom: -11.75rem !important;
  }

  .lg\:-ml-46 {
    margin-left: -11.75rem !important;
  }

  .lg\:-mt-48 {
    margin-top: -12rem !important;
  }

  .lg\:-mr-48 {
    margin-right: -12rem !important;
  }

  .lg\:-mb-48 {
    margin-bottom: -12rem !important;
  }

  .lg\:-ml-48 {
    margin-left: -12rem !important;
  }

  .lg\:-mt-56 {
    margin-top: -14rem !important;
  }

  .lg\:-mr-56 {
    margin-right: -14rem !important;
  }

  .lg\:-mb-56 {
    margin-bottom: -14rem !important;
  }

  .lg\:-ml-56 {
    margin-left: -14rem !important;
  }

  .lg\:-mt-64 {
    margin-top: -16rem !important;
  }

  .lg\:-mr-64 {
    margin-right: -16rem !important;
  }

  .lg\:-mb-64 {
    margin-bottom: -16rem !important;
  }

  .lg\:-ml-64 {
    margin-left: -16rem !important;
  }

  .lg\:-mt-82 {
    margin-top: -20.75rem !important;
  }

  .lg\:-mr-82 {
    margin-right: -20.75rem !important;
  }

  .lg\:-mb-82 {
    margin-bottom: -20.75rem !important;
  }

  .lg\:-ml-82 {
    margin-left: -20.75rem !important;
  }

  .lg\:-mt-px {
    margin-top: -1px !important;
  }

  .lg\:-mr-px {
    margin-right: -1px !important;
  }

  .lg\:-mb-px {
    margin-bottom: -1px !important;
  }

  .lg\:-ml-px {
    margin-left: -1px !important;
  }

  .lg\:-mt-tiny {
    margin-top: -0.3rem !important;
  }

  .lg\:-mr-tiny {
    margin-right: -0.3rem !important;
  }

  .lg\:-mb-tiny {
    margin-bottom: -0.3rem !important;
  }

  .lg\:-ml-tiny {
    margin-left: -0.3rem !important;
  }

  .lg\:-mt-quick-links {
    margin-top: -26% !important;
  }

  .lg\:-mr-quick-links {
    margin-right: -26% !important;
  }

  .lg\:-mb-quick-links {
    margin-bottom: -26% !important;
  }

  .lg\:-ml-quick-links {
    margin-left: -26% !important;
  }

  .lg\:-mt-pro-slid {
    margin-top: -48% !important;
  }

  .lg\:-mr-pro-slid {
    margin-right: -48% !important;
  }

  .lg\:-mb-pro-slid {
    margin-bottom: -48% !important;
  }

  .lg\:-ml-pro-slid {
    margin-left: -48% !important;
  }

  .lg\:-mt-62p {
    margin-top: -62% !important;
  }

  .lg\:-mr-62p {
    margin-right: -62% !important;
  }

  .lg\:-mb-62p {
    margin-bottom: -62% !important;
  }

  .lg\:-ml-62p {
    margin-left: -62% !important;
  }

  .lg\:-mt-90p {
    margin-top: -90% !important;
  }

  .lg\:-mr-90p {
    margin-right: -90% !important;
  }

  .lg\:-mb-90p {
    margin-bottom: -90% !important;
  }

  .lg\:-ml-90p {
    margin-left: -90% !important;
  }

  .lg\:-mt-x-large {
    margin-top: -27.5rem !important;
  }

  .lg\:-mr-x-large {
    margin-right: -27.5rem !important;
  }

  .lg\:-mb-x-large {
    margin-bottom: -27.5rem !important;
  }

  .lg\:-ml-x-large {
    margin-left: -27.5rem !important;
  }

  .lg\:-mt-2px {
    margin-top: -0.125rem !important;
  }

  .lg\:-mr-2px {
    margin-right: -0.125rem !important;
  }

  .lg\:-mb-2px {
    margin-bottom: -0.125rem !important;
  }

  .lg\:-ml-2px {
    margin-left: -0.125rem !important;
  }

  .lg\:-mt-9px {
    margin-top: -0.5625rem !important;
  }

  .lg\:-mr-9px {
    margin-right: -0.5625rem !important;
  }

  .lg\:-mb-9px {
    margin-bottom: -0.5625rem !important;
  }

  .lg\:-ml-9px {
    margin-left: -0.5625rem !important;
  }

  .lg\:-mt-10px {
    margin-top: -0.625rem !important;
  }

  .lg\:-mr-10px {
    margin-right: -0.625rem !important;
  }

  .lg\:-mb-10px {
    margin-bottom: -0.625rem !important;
  }

  .lg\:-ml-10px {
    margin-left: -0.625rem !important;
  }

  .lg\:-mt-18px {
    margin-top: -1.125rem !important;
  }

  .lg\:-mr-18px {
    margin-right: -1.125rem !important;
  }

  .lg\:-mb-18px {
    margin-bottom: -1.125rem !important;
  }

  .lg\:-ml-18px {
    margin-left: -1.125rem !important;
  }

  .lg\:-mt-20px {
    margin-top: -1.25rem !important;
  }

  .lg\:-mr-20px {
    margin-right: -1.25rem !important;
  }

  .lg\:-mb-20px {
    margin-bottom: -1.25rem !important;
  }

  .lg\:-ml-20px {
    margin-left: -1.25rem !important;
  }

  .lg\:-mt-24px {
    margin-top: -1.5rem !important;
  }

  .lg\:-mr-24px {
    margin-right: -1.5rem !important;
  }

  .lg\:-mb-24px {
    margin-bottom: -1.5rem !important;
  }

  .lg\:-ml-24px {
    margin-left: -1.5rem !important;
  }

  .lg\:-mt-26px {
    margin-top: -1.625rem !important;
  }

  .lg\:-mr-26px {
    margin-right: -1.625rem !important;
  }

  .lg\:-mb-26px {
    margin-bottom: -1.625rem !important;
  }

  .lg\:-ml-26px {
    margin-left: -1.625rem !important;
  }

  .lg\:-mt-30px {
    margin-top: -1.875rem !important;
  }

  .lg\:-mr-30px {
    margin-right: -1.875rem !important;
  }

  .lg\:-mb-30px {
    margin-bottom: -1.875rem !important;
  }

  .lg\:-ml-30px {
    margin-left: -1.875rem !important;
  }

  .lg\:-mt-38px {
    margin-top: -2.375rem !important;
  }

  .lg\:-mr-38px {
    margin-right: -2.375rem !important;
  }

  .lg\:-mb-38px {
    margin-bottom: -2.375rem !important;
  }

  .lg\:-ml-38px {
    margin-left: -2.375rem !important;
  }

  .lg\:-mt-43px {
    margin-top: -2.6875rem !important;
  }

  .lg\:-mr-43px {
    margin-right: -2.6875rem !important;
  }

  .lg\:-mb-43px {
    margin-bottom: -2.6875rem !important;
  }

  .lg\:-ml-43px {
    margin-left: -2.6875rem !important;
  }

  .lg\:-mt-44px {
    margin-top: -2.75rem !important;
  }

  .lg\:-mr-44px {
    margin-right: -2.75rem !important;
  }

  .lg\:-mb-44px {
    margin-bottom: -2.75rem !important;
  }

  .lg\:-ml-44px {
    margin-left: -2.75rem !important;
  }

  .lg\:-mt-46px {
    margin-top: -2.875rem !important;
  }

  .lg\:-mr-46px {
    margin-right: -2.875rem !important;
  }

  .lg\:-mb-46px {
    margin-bottom: -2.875rem !important;
  }

  .lg\:-ml-46px {
    margin-left: -2.875rem !important;
  }

  .lg\:-mt-53px {
    margin-top: -3.3125rem !important;
  }

  .lg\:-mr-53px {
    margin-right: -3.3125rem !important;
  }

  .lg\:-mb-53px {
    margin-bottom: -3.3125rem !important;
  }

  .lg\:-ml-53px {
    margin-left: -3.3125rem !important;
  }

  .lg\:-mt-54px {
    margin-top: -3.375rem !important;
  }

  .lg\:-mr-54px {
    margin-right: -3.375rem !important;
  }

  .lg\:-mb-54px {
    margin-bottom: -3.375rem !important;
  }

  .lg\:-ml-54px {
    margin-left: -3.375rem !important;
  }

  .lg\:-mt-55px {
    margin-top: -3.4375rem !important;
  }

  .lg\:-mr-55px {
    margin-right: -3.4375rem !important;
  }

  .lg\:-mb-55px {
    margin-bottom: -3.4375rem !important;
  }

  .lg\:-ml-55px {
    margin-left: -3.4375rem !important;
  }

  .lg\:-mt-60px {
    margin-top: -3.75rem !important;
  }

  .lg\:-mr-60px {
    margin-right: -3.75rem !important;
  }

  .lg\:-mb-60px {
    margin-bottom: -3.75rem !important;
  }

  .lg\:-ml-60px {
    margin-left: -3.75rem !important;
  }

  .lg\:-mt-67px {
    margin-top: -4.1875rem !important;
  }

  .lg\:-mr-67px {
    margin-right: -4.1875rem !important;
  }

  .lg\:-mb-67px {
    margin-bottom: -4.1875rem !important;
  }

  .lg\:-ml-67px {
    margin-left: -4.1875rem !important;
  }

  .lg\:-mt-73px {
    margin-top: -4.5625rem !important;
  }

  .lg\:-mr-73px {
    margin-right: -4.5625rem !important;
  }

  .lg\:-mb-73px {
    margin-bottom: -4.5625rem !important;
  }

  .lg\:-ml-73px {
    margin-left: -4.5625rem !important;
  }

  .lg\:-mt-80px {
    margin-top: -5rem !important;
  }

  .lg\:-mr-80px {
    margin-right: -5rem !important;
  }

  .lg\:-mb-80px {
    margin-bottom: -5rem !important;
  }

  .lg\:-ml-80px {
    margin-left: -5rem !important;
  }

  .lg\:-mt-81px {
    margin-top: -5.0625rem !important;
  }

  .lg\:-mr-81px {
    margin-right: -5.0625rem !important;
  }

  .lg\:-mb-81px {
    margin-bottom: -5.0625rem !important;
  }

  .lg\:-ml-81px {
    margin-left: -5.0625rem !important;
  }

  .lg\:-mt-85px {
    margin-top: -5.3125rem !important;
  }

  .lg\:-mr-85px {
    margin-right: -5.3125rem !important;
  }

  .lg\:-mb-85px {
    margin-bottom: -5.3125rem !important;
  }

  .lg\:-ml-85px {
    margin-left: -5.3125rem !important;
  }

  .lg\:-mt-92px {
    margin-top: -5.75rem !important;
  }

  .lg\:-mr-92px {
    margin-right: -5.75rem !important;
  }

  .lg\:-mb-92px {
    margin-bottom: -5.75rem !important;
  }

  .lg\:-ml-92px {
    margin-left: -5.75rem !important;
  }

  .lg\:-mt-100px {
    margin-top: -6.25rem !important;
  }

  .lg\:-mr-100px {
    margin-right: -6.25rem !important;
  }

  .lg\:-mb-100px {
    margin-bottom: -6.25rem !important;
  }

  .lg\:-ml-100px {
    margin-left: -6.25rem !important;
  }

  .lg\:-mt-106px {
    margin-top: -6.625rem !important;
  }

  .lg\:-mr-106px {
    margin-right: -6.625rem !important;
  }

  .lg\:-mb-106px {
    margin-bottom: -6.625rem !important;
  }

  .lg\:-ml-106px {
    margin-left: -6.625rem !important;
  }

  .lg\:-mt-123px {
    margin-top: -7.6875rem !important;
  }

  .lg\:-mr-123px {
    margin-right: -7.6875rem !important;
  }

  .lg\:-mb-123px {
    margin-bottom: -7.6875rem !important;
  }

  .lg\:-ml-123px {
    margin-left: -7.6875rem !important;
  }

  .lg\:-mt-126px {
    margin-top: -7.875rem !important;
  }

  .lg\:-mr-126px {
    margin-right: -7.875rem !important;
  }

  .lg\:-mb-126px {
    margin-bottom: -7.875rem !important;
  }

  .lg\:-ml-126px {
    margin-left: -7.875rem !important;
  }

  .lg\:-mt-138px {
    margin-top: -8.625rem !important;
  }

  .lg\:-mr-138px {
    margin-right: -8.625rem !important;
  }

  .lg\:-mb-138px {
    margin-bottom: -8.625rem !important;
  }

  .lg\:-ml-138px {
    margin-left: -8.625rem !important;
  }

  .lg\:-mt-140px {
    margin-top: -8.75rem !important;
  }

  .lg\:-mr-140px {
    margin-right: -8.75rem !important;
  }

  .lg\:-mb-140px {
    margin-bottom: -8.75rem !important;
  }

  .lg\:-ml-140px {
    margin-left: -8.75rem !important;
  }

  .lg\:-mt-146px {
    margin-top: -9.125rem !important;
  }

  .lg\:-mr-146px {
    margin-right: -9.125rem !important;
  }

  .lg\:-mb-146px {
    margin-bottom: -9.125rem !important;
  }

  .lg\:-ml-146px {
    margin-left: -9.125rem !important;
  }

  .lg\:-mt-152px {
    margin-top: -9.5rem !important;
  }

  .lg\:-mr-152px {
    margin-right: -9.5rem !important;
  }

  .lg\:-mb-152px {
    margin-bottom: -9.5rem !important;
  }

  .lg\:-ml-152px {
    margin-left: -9.5rem !important;
  }

  .lg\:-mt-187px {
    margin-top: -11.6875rem !important;
  }

  .lg\:-mr-187px {
    margin-right: -11.6875rem !important;
  }

  .lg\:-mb-187px {
    margin-bottom: -11.6875rem !important;
  }

  .lg\:-ml-187px {
    margin-left: -11.6875rem !important;
  }

  .lg\:-mt-220px {
    margin-top: -13.75rem !important;
  }

  .lg\:-mr-220px {
    margin-right: -13.75rem !important;
  }

  .lg\:-mb-220px {
    margin-bottom: -13.75rem !important;
  }

  .lg\:-ml-220px {
    margin-left: -13.75rem !important;
  }

  .lg\:-mt-253px {
    margin-top: -15.8125rem !important;
  }

  .lg\:-mr-253px {
    margin-right: -15.8125rem !important;
  }

  .lg\:-mb-253px {
    margin-bottom: -15.8125rem !important;
  }

  .lg\:-ml-253px {
    margin-left: -15.8125rem !important;
  }

  .lg\:-mt-320px {
    margin-top: -20rem !important;
  }

  .lg\:-mr-320px {
    margin-right: -20rem !important;
  }

  .lg\:-mb-320px {
    margin-bottom: -20rem !important;
  }

  .lg\:-ml-320px {
    margin-left: -20rem !important;
  }

  .lg\:-mt-400px {
    margin-top: -25rem !important;
  }

  .lg\:-mr-400px {
    margin-right: -25rem !important;
  }

  .lg\:-mb-400px {
    margin-bottom: -25rem !important;
  }

  .lg\:-ml-400px {
    margin-left: -25rem !important;
  }

  .lg\:-mt-500px {
    margin-top: -31.25rem !important;
  }

  .lg\:-mr-500px {
    margin-right: -31.25rem !important;
  }

  .lg\:-mb-500px {
    margin-bottom: -31.25rem !important;
  }

  .lg\:-ml-500px {
    margin-left: -31.25rem !important;
  }

  .lg\:-mt-lgPaddingTop {
    margin-top: -15.8125rem !important;
  }

  .lg\:-mr-lgPaddingTop {
    margin-right: -15.8125rem !important;
  }

  .lg\:-mb-lgPaddingTop {
    margin-bottom: -15.8125rem !important;
  }

  .lg\:-ml-lgPaddingTop {
    margin-left: -15.8125rem !important;
  }

  .lg\:-mt-phonePaddingTop {
    margin-top: -9.875rem !important;
  }

  .lg\:-mr-phonePaddingTop {
    margin-right: -9.875rem !important;
  }

  .lg\:-mb-phonePaddingTop {
    margin-bottom: -9.875rem !important;
  }

  .lg\:-ml-phonePaddingTop {
    margin-left: -9.875rem !important;
  }

  .lg\:-mt-tabletPaddingTop {
    margin-top: -6.625rem !important;
  }

  .lg\:-mr-tabletPaddingTop {
    margin-right: -6.625rem !important;
  }

  .lg\:-mb-tabletPaddingTop {
    margin-bottom: -6.625rem !important;
  }

  .lg\:-ml-tabletPaddingTop {
    margin-left: -6.625rem !important;
  }

  .lg\:-mt-largePaddingTop {
    margin-top: -13.75rem !important;
  }

  .lg\:-mr-largePaddingTop {
    margin-right: -13.75rem !important;
  }

  .lg\:-mb-largePaddingTop {
    margin-bottom: -13.75rem !important;
  }

  .lg\:-ml-largePaddingTop {
    margin-left: -13.75rem !important;
  }

  .lg\:-mt-phoneTextContentMaxWidth {
    margin-top: -57.0625rem !important;
  }

  .lg\:-mr-phoneTextContentMaxWidth {
    margin-right: -57.0625rem !important;
  }

  .lg\:-mb-phoneTextContentMaxWidth {
    margin-bottom: -57.0625rem !important;
  }

  .lg\:-ml-phoneTextContentMaxWidth {
    margin-left: -57.0625rem !important;
  }

  .lg\:-mt-phoneTextContentWidth {
    margin-top: -63% !important;
  }

  .lg\:-mr-phoneTextContentWidth {
    margin-right: -63% !important;
  }

  .lg\:-mb-phoneTextContentWidth {
    margin-bottom: -63% !important;
  }

  .lg\:-ml-phoneTextContentWidth {
    margin-left: -63% !important;
  }

  .lg\:-mt-phoneBlockContentWidth {
    margin-top: -71.625rem !important;
  }

  .lg\:-mr-phoneBlockContentWidth {
    margin-right: -71.625rem !important;
  }

  .lg\:-mb-phoneBlockContentWidth {
    margin-bottom: -71.625rem !important;
  }

  .lg\:-ml-phoneBlockContentWidth {
    margin-left: -71.625rem !important;
  }

  .lg\:-mt-tabletTextContentMaxWidth {
    margin-top: -57.0625rem !important;
  }

  .lg\:-mr-tabletTextContentMaxWidth {
    margin-right: -57.0625rem !important;
  }

  .lg\:-mb-tabletTextContentMaxWidth {
    margin-bottom: -57.0625rem !important;
  }

  .lg\:-ml-tabletTextContentMaxWidth {
    margin-left: -57.0625rem !important;
  }

  .lg\:-mt-tabletTextContentWidth {
    margin-top: -63% !important;
  }

  .lg\:-mr-tabletTextContentWidth {
    margin-right: -63% !important;
  }

  .lg\:-mb-tabletTextContentWidth {
    margin-bottom: -63% !important;
  }

  .lg\:-ml-tabletTextContentWidth {
    margin-left: -63% !important;
  }

  .lg\:-mt-tabletBlockContentWidth {
    margin-top: -71.625rem !important;
  }

  .lg\:-mr-tabletBlockContentWidth {
    margin-right: -71.625rem !important;
  }

  .lg\:-mb-tabletBlockContentWidth {
    margin-bottom: -71.625rem !important;
  }

  .lg\:-ml-tabletBlockContentWidth {
    margin-left: -71.625rem !important;
  }

  .lg\:-mt-largeTextContentMaxWidth {
    margin-top: -57.0625rem !important;
  }

  .lg\:-mr-largeTextContentMaxWidth {
    margin-right: -57.0625rem !important;
  }

  .lg\:-mb-largeTextContentMaxWidth {
    margin-bottom: -57.0625rem !important;
  }

  .lg\:-ml-largeTextContentMaxWidth {
    margin-left: -57.0625rem !important;
  }

  .lg\:-mt-largeTextContentWidth {
    margin-top: -63% !important;
  }

  .lg\:-mr-largeTextContentWidth {
    margin-right: -63% !important;
  }

  .lg\:-mb-largeTextContentWidth {
    margin-bottom: -63% !important;
  }

  .lg\:-ml-largeTextContentWidth {
    margin-left: -63% !important;
  }

  .lg\:-mt-largeBlockContentWidth {
    margin-top: -71.625rem !important;
  }

  .lg\:-mr-largeBlockContentWidth {
    margin-right: -71.625rem !important;
  }

  .lg\:-mb-largeBlockContentWidth {
    margin-bottom: -71.625rem !important;
  }

  .lg\:-ml-largeBlockContentWidth {
    margin-left: -71.625rem !important;
  }

  .lg\:max-h-full {
    max-height: 100% !important;
  }

  .lg\:max-h-screen {
    max-height: 100vh !important;
  }

  .lg\:max-w-none {
    max-width: none !important;
  }

  .lg\:max-w-xs {
    max-width: 20rem !important;
  }

  .lg\:max-w-sm {
    max-width: 24rem !important;
  }

  .lg\:max-w-md {
    max-width: 28rem !important;
  }

  .lg\:max-w-lg {
    max-width: 32rem !important;
  }

  .lg\:max-w-xl {
    max-width: 36rem !important;
  }

  .lg\:max-w-2xl {
    max-width: 42rem !important;
  }

  .lg\:max-w-3xl {
    max-width: 48rem !important;
  }

  .lg\:max-w-4xl {
    max-width: 56rem !important;
  }

  .lg\:max-w-5xl {
    max-width: 64rem !important;
  }

  .lg\:max-w-6xl {
    max-width: 72rem !important;
  }

  .lg\:max-w-full {
    max-width: 100% !important;
  }

  .lg\:max-w-screen-sm {
    max-width: 640px !important;
  }

  .lg\:max-w-screen-md {
    max-width: 768px !important;
  }

  .lg\:max-w-screen-lg {
    max-width: 1280px !important;
  }

  .lg\:max-w-screen-1xl {
    max-width: 1340px !important;
  }

  .lg\:max-w-screen-2xl {
    max-width: 1536px !important;
  }

  .lg\:max-w-screen-3xl {
    max-width: 1600px !important;
  }

  .lg\:max-w-container {
    max-width: 90rem !important;
  }

  .lg\:max-w-site {
    max-width: 90rem !important;
  }

  .lg\:max-w-largeTextContentMaxWidth {
    max-width: 57.0625rem !important;
  }

  .lg\:max-w-largeBlockContentMaxWidth {
    max-width: 71.625rem !important;
  }

  .lg\:max-w-halfLargeBlockContentMaxWidth {
    max-width: 35.8125rem !important;
  }

  .lg\:max-w-closeBanner {
    max-width: 1.25rem !important;
  }

  .lg\:min-h-400px {
    min-height: 25rem !important;
  }

  .lg\:min-h-450px {
    min-height: 28.125rem !important;
  }

  .lg\:min-h-500px {
    min-height: 31.25rem !important;
  }

  .lg\:min-w-0 {
    min-width: 0 !important;
  }

  .lg\:min-w-full {
    min-width: 100% !important;
  }

  .lg\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .lg\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .lg\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .lg\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .lg\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .lg\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .lg\:object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .lg\:object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .lg\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .lg\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .lg\:object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .lg\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .lg\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .lg\:object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .lg\:opacity-0 {
    opacity: 0 !important;
  }

  .lg\:opacity-25 {
    opacity: 0.25 !important;
  }

  .lg\:opacity-50 {
    opacity: 0.5 !important;
  }

  .lg\:opacity-75 {
    opacity: 0.75 !important;
  }

  .lg\:opacity-100 {
    opacity: 1 !important;
  }

  .lg\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }

  .lg\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }

  .lg\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }

  .lg\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }

  .lg\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }

  .lg\:focus\:opacity-0:focus {
    opacity: 0 !important;
  }

  .lg\:focus\:opacity-25:focus {
    opacity: 0.25 !important;
  }

  .lg\:focus\:opacity-50:focus {
    opacity: 0.5 !important;
  }

  .lg\:focus\:opacity-75:focus {
    opacity: 0.75 !important;
  }

  .lg\:focus\:opacity-100:focus {
    opacity: 1 !important;
  }

  .lg\:outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .lg\:outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .lg\:outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

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

  .lg\:focus\:outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .lg\:focus\:outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .lg\:overflow-auto {
    overflow: auto !important;
  }

  .lg\:overflow-hidden {
    overflow: hidden !important;
  }

  .lg\:overflow-visible {
    overflow: visible !important;
  }

  .lg\:overflow-scroll {
    overflow: scroll !important;
  }

  .lg\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .lg\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .lg\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .lg\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .lg\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .lg\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .lg\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .lg\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .lg\:scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }

  .lg\:scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }

  .lg\:overscroll-auto {
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .lg\:overscroll-contain {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .lg\:overscroll-none {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: none !important;
  }

  .lg\:overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .lg\:overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .lg\:overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .lg\:overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .lg\:overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .lg\:overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  .lg\:p-0 {
    padding: 0 !important;
  }

  .lg\:p-1 {
    padding: 0.25rem !important;
  }

  .lg\:p-2 {
    padding: 0.5rem !important;
  }

  .lg\:p-3 {
    padding: 0.75rem !important;
  }

  .lg\:p-4 {
    padding: 1rem !important;
  }

  .lg\:p-5 {
    padding: 1.25rem !important;
  }

  .lg\:p-6 {
    padding: 1.5rem !important;
  }

  .lg\:p-8 {
    padding: 2rem !important;
  }

  .lg\:p-9 {
    padding: 2.5rem !important;
  }

  .lg\:p-10 {
    padding: 2.5rem !important;
  }

  .lg\:p-12 {
    padding: 3rem !important;
  }

  .lg\:p-14 {
    padding: 3.5rem !important;
  }

  .lg\:p-16 {
    padding: 4rem !important;
  }

  .lg\:p-18 {
    padding: 4.5rem !important;
  }

  .lg\:p-20 {
    padding: 5rem !important;
  }

  .lg\:p-22 {
    padding: 5.626rem !important;
  }

  .lg\:p-24 {
    padding: 6rem !important;
  }

  .lg\:p-26 {
    padding: 6.25rem !important;
  }

  .lg\:p-28 {
    padding: 7rem !important;
  }

  .lg\:p-32 {
    padding: 8rem !important;
  }

  .lg\:p-34 {
    padding: 8.5rem !important;
  }

  .lg\:p-38 {
    padding: 9.25rem !important;
  }

  .lg\:p-40 {
    padding: 10rem !important;
  }

  .lg\:p-46 {
    padding: 11.75rem !important;
  }

  .lg\:p-48 {
    padding: 12rem !important;
  }

  .lg\:p-56 {
    padding: 14rem !important;
  }

  .lg\:p-64 {
    padding: 16rem !important;
  }

  .lg\:p-82 {
    padding: 20.75rem !important;
  }

  .lg\:p-px {
    padding: 1px !important;
  }

  .lg\:p-tiny {
    padding: 0.3rem !important;
  }

  .lg\:p-quick-links {
    padding: 26% !important;
  }

  .lg\:p-pro-slid {
    padding: 48% !important;
  }

  .lg\:p-62p {
    padding: 62% !important;
  }

  .lg\:p-90p {
    padding: 90% !important;
  }

  .lg\:p-x-large {
    padding: 27.5rem !important;
  }

  .lg\:p-2px {
    padding: 0.125rem !important;
  }

  .lg\:p-9px {
    padding: 0.5625rem !important;
  }

  .lg\:p-10px {
    padding: 0.625rem !important;
  }

  .lg\:p-18px {
    padding: 1.125rem !important;
  }

  .lg\:p-20px {
    padding: 1.25rem !important;
  }

  .lg\:p-24px {
    padding: 1.5rem !important;
  }

  .lg\:p-26px {
    padding: 1.625rem !important;
  }

  .lg\:p-30px {
    padding: 1.875rem !important;
  }

  .lg\:p-38px {
    padding: 2.375rem !important;
  }

  .lg\:p-43px {
    padding: 2.6875rem !important;
  }

  .lg\:p-44px {
    padding: 2.75rem !important;
  }

  .lg\:p-46px {
    padding: 2.875rem !important;
  }

  .lg\:p-53px {
    padding: 3.3125rem !important;
  }

  .lg\:p-54px {
    padding: 3.375rem !important;
  }

  .lg\:p-55px {
    padding: 3.4375rem !important;
  }

  .lg\:p-60px {
    padding: 3.75rem !important;
  }

  .lg\:p-67px {
    padding: 4.1875rem !important;
  }

  .lg\:p-73px {
    padding: 4.5625rem !important;
  }

  .lg\:p-80px {
    padding: 5rem !important;
  }

  .lg\:p-81px {
    padding: 5.0625rem !important;
  }

  .lg\:p-85px {
    padding: 5.3125rem !important;
  }

  .lg\:p-92px {
    padding: 5.75rem !important;
  }

  .lg\:p-100px {
    padding: 6.25rem !important;
  }

  .lg\:p-106px {
    padding: 6.625rem !important;
  }

  .lg\:p-123px {
    padding: 7.6875rem !important;
  }

  .lg\:p-126px {
    padding: 7.875rem !important;
  }

  .lg\:p-138px {
    padding: 8.625rem !important;
  }

  .lg\:p-140px {
    padding: 8.75rem !important;
  }

  .lg\:p-146px {
    padding: 9.125rem !important;
  }

  .lg\:p-152px {
    padding: 9.5rem !important;
  }

  .lg\:p-187px {
    padding: 11.6875rem !important;
  }

  .lg\:p-220px {
    padding: 13.75rem !important;
  }

  .lg\:p-253px {
    padding: 15.8125rem !important;
  }

  .lg\:p-320px {
    padding: 20rem !important;
  }

  .lg\:p-400px {
    padding: 25rem !important;
  }

  .lg\:p-500px {
    padding: 31.25rem !important;
  }

  .lg\:p-lgPaddingTop {
    padding: 15.8125rem !important;
  }

  .lg\:p-phonePaddingTop {
    padding: 9.875rem !important;
  }

  .lg\:p-tabletPaddingTop {
    padding: 6.625rem !important;
  }

  .lg\:p-largePaddingTop {
    padding: 13.75rem !important;
  }

  .lg\:p-phoneTextContentMaxWidth {
    padding: 57.0625rem !important;
  }

  .lg\:p-phoneTextContentWidth {
    padding: 63% !important;
  }

  .lg\:p-phoneBlockContentWidth {
    padding: 71.625rem !important;
  }

  .lg\:p-tabletTextContentMaxWidth {
    padding: 57.0625rem !important;
  }

  .lg\:p-tabletTextContentWidth {
    padding: 63% !important;
  }

  .lg\:p-tabletBlockContentWidth {
    padding: 71.625rem !important;
  }

  .lg\:p-largeTextContentMaxWidth {
    padding: 57.0625rem !important;
  }

  .lg\:p-largeTextContentWidth {
    padding: 63% !important;
  }

  .lg\:p-largeBlockContentWidth {
    padding: 71.625rem !important;
  }

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

  .lg\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .lg\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .lg\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .lg\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .lg\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .lg\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .lg\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .lg\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .lg\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .lg\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .lg\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .lg\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .lg\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .lg\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

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

  .lg\:py-9 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .lg\:px-9 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .lg\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .lg\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .lg\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

  .lg\:py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .lg\:px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .lg\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .lg\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .lg\:py-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .lg\:px-18 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }

  .lg\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

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

  .lg\:py-22 {
    padding-top: 5.626rem !important;
    padding-bottom: 5.626rem !important;
  }

  .lg\:px-22 {
    padding-left: 5.626rem !important;
    padding-right: 5.626rem !important;
  }

  .lg\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .lg\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .lg\:py-26 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }

  .lg\:px-26 {
    padding-left: 6.25rem !important;
    padding-right: 6.25rem !important;
  }

  .lg\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .lg\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .lg\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .lg\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .lg\:py-34 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }

  .lg\:px-34 {
    padding-left: 8.5rem !important;
    padding-right: 8.5rem !important;
  }

  .lg\:py-38 {
    padding-top: 9.25rem !important;
    padding-bottom: 9.25rem !important;
  }

  .lg\:px-38 {
    padding-left: 9.25rem !important;
    padding-right: 9.25rem !important;
  }

  .lg\:py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .lg\:px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .lg\:py-46 {
    padding-top: 11.75rem !important;
    padding-bottom: 11.75rem !important;
  }

  .lg\:px-46 {
    padding-left: 11.75rem !important;
    padding-right: 11.75rem !important;
  }

  .lg\:py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .lg\:px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .lg\:py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .lg\:px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .lg\:py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .lg\:px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .lg\:py-82 {
    padding-top: 20.75rem !important;
    padding-bottom: 20.75rem !important;
  }

  .lg\:px-82 {
    padding-left: 20.75rem !important;
    padding-right: 20.75rem !important;
  }

  .lg\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .lg\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .lg\:py-tiny {
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
  }

  .lg\:px-tiny {
    padding-left: 0.3rem !important;
    padding-right: 0.3rem !important;
  }

  .lg\:py-quick-links {
    padding-top: 26% !important;
    padding-bottom: 26% !important;
  }

  .lg\:px-quick-links {
    padding-left: 26% !important;
    padding-right: 26% !important;
  }

  .lg\:py-pro-slid {
    padding-top: 48% !important;
    padding-bottom: 48% !important;
  }

  .lg\:px-pro-slid {
    padding-left: 48% !important;
    padding-right: 48% !important;
  }

  .lg\:py-62p {
    padding-top: 62% !important;
    padding-bottom: 62% !important;
  }

  .lg\:px-62p {
    padding-left: 62% !important;
    padding-right: 62% !important;
  }

  .lg\:py-90p {
    padding-top: 90% !important;
    padding-bottom: 90% !important;
  }

  .lg\:px-90p {
    padding-left: 90% !important;
    padding-right: 90% !important;
  }

  .lg\:py-x-large {
    padding-top: 27.5rem !important;
    padding-bottom: 27.5rem !important;
  }

  .lg\:px-x-large {
    padding-left: 27.5rem !important;
    padding-right: 27.5rem !important;
  }

  .lg\:py-2px {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .lg\:px-2px {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .lg\:py-9px {
    padding-top: 0.5625rem !important;
    padding-bottom: 0.5625rem !important;
  }

  .lg\:px-9px {
    padding-left: 0.5625rem !important;
    padding-right: 0.5625rem !important;
  }

  .lg\:py-10px {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .lg\:px-10px {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .lg\:py-18px {
    padding-top: 1.125rem !important;
    padding-bottom: 1.125rem !important;
  }

  .lg\:px-18px {
    padding-left: 1.125rem !important;
    padding-right: 1.125rem !important;
  }

  .lg\:py-20px {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .lg\:px-20px {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .lg\:py-24px {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .lg\:px-24px {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .lg\:py-26px {
    padding-top: 1.625rem !important;
    padding-bottom: 1.625rem !important;
  }

  .lg\:px-26px {
    padding-left: 1.625rem !important;
    padding-right: 1.625rem !important;
  }

  .lg\:py-30px {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }

  .lg\:px-30px {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important;
  }

  .lg\:py-38px {
    padding-top: 2.375rem !important;
    padding-bottom: 2.375rem !important;
  }

  .lg\:px-38px {
    padding-left: 2.375rem !important;
    padding-right: 2.375rem !important;
  }

  .lg\:py-43px {
    padding-top: 2.6875rem !important;
    padding-bottom: 2.6875rem !important;
  }

  .lg\:px-43px {
    padding-left: 2.6875rem !important;
    padding-right: 2.6875rem !important;
  }

  .lg\:py-44px {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .lg\:px-44px {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .lg\:py-46px {
    padding-top: 2.875rem !important;
    padding-bottom: 2.875rem !important;
  }

  .lg\:px-46px {
    padding-left: 2.875rem !important;
    padding-right: 2.875rem !important;
  }

  .lg\:py-53px {
    padding-top: 3.3125rem !important;
    padding-bottom: 3.3125rem !important;
  }

  .lg\:px-53px {
    padding-left: 3.3125rem !important;
    padding-right: 3.3125rem !important;
  }

  .lg\:py-54px {
    padding-top: 3.375rem !important;
    padding-bottom: 3.375rem !important;
  }

  .lg\:px-54px {
    padding-left: 3.375rem !important;
    padding-right: 3.375rem !important;
  }

  .lg\:py-55px {
    padding-top: 3.4375rem !important;
    padding-bottom: 3.4375rem !important;
  }

  .lg\:px-55px {
    padding-left: 3.4375rem !important;
    padding-right: 3.4375rem !important;
  }

  .lg\:py-60px {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }

  .lg\:px-60px {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }

  .lg\:py-67px {
    padding-top: 4.1875rem !important;
    padding-bottom: 4.1875rem !important;
  }

  .lg\:px-67px {
    padding-left: 4.1875rem !important;
    padding-right: 4.1875rem !important;
  }

  .lg\:py-73px {
    padding-top: 4.5625rem !important;
    padding-bottom: 4.5625rem !important;
  }

  .lg\:px-73px {
    padding-left: 4.5625rem !important;
    padding-right: 4.5625rem !important;
  }

  .lg\:py-80px {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .lg\:px-80px {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .lg\:py-81px {
    padding-top: 5.0625rem !important;
    padding-bottom: 5.0625rem !important;
  }

  .lg\:px-81px {
    padding-left: 5.0625rem !important;
    padding-right: 5.0625rem !important;
  }

  .lg\:py-85px {
    padding-top: 5.3125rem !important;
    padding-bottom: 5.3125rem !important;
  }

  .lg\:px-85px {
    padding-left: 5.3125rem !important;
    padding-right: 5.3125rem !important;
  }

  .lg\:py-92px {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }

  .lg\:px-92px {
    padding-left: 5.75rem !important;
    padding-right: 5.75rem !important;
  }

  .lg\:py-100px {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }

  .lg\:px-100px {
    padding-left: 6.25rem !important;
    padding-right: 6.25rem !important;
  }

  .lg\:py-106px {
    padding-top: 6.625rem !important;
    padding-bottom: 6.625rem !important;
  }

  .lg\:px-106px {
    padding-left: 6.625rem !important;
    padding-right: 6.625rem !important;
  }

  .lg\:py-123px {
    padding-top: 7.6875rem !important;
    padding-bottom: 7.6875rem !important;
  }

  .lg\:px-123px {
    padding-left: 7.6875rem !important;
    padding-right: 7.6875rem !important;
  }

  .lg\:py-126px {
    padding-top: 7.875rem !important;
    padding-bottom: 7.875rem !important;
  }

  .lg\:px-126px {
    padding-left: 7.875rem !important;
    padding-right: 7.875rem !important;
  }

  .lg\:py-138px {
    padding-top: 8.625rem !important;
    padding-bottom: 8.625rem !important;
  }

  .lg\:px-138px {
    padding-left: 8.625rem !important;
    padding-right: 8.625rem !important;
  }

  .lg\:py-140px {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }

  .lg\:px-140px {
    padding-left: 8.75rem !important;
    padding-right: 8.75rem !important;
  }

  .lg\:py-146px {
    padding-top: 9.125rem !important;
    padding-bottom: 9.125rem !important;
  }

  .lg\:px-146px {
    padding-left: 9.125rem !important;
    padding-right: 9.125rem !important;
  }

  .lg\:py-152px {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }

  .lg\:px-152px {
    padding-left: 9.5rem !important;
    padding-right: 9.5rem !important;
  }

  .lg\:py-187px {
    padding-top: 11.6875rem !important;
    padding-bottom: 11.6875rem !important;
  }

  .lg\:px-187px {
    padding-left: 11.6875rem !important;
    padding-right: 11.6875rem !important;
  }

  .lg\:py-220px {
    padding-top: 13.75rem !important;
    padding-bottom: 13.75rem !important;
  }

  .lg\:px-220px {
    padding-left: 13.75rem !important;
    padding-right: 13.75rem !important;
  }

  .lg\:py-253px {
    padding-top: 15.8125rem !important;
    padding-bottom: 15.8125rem !important;
  }

  .lg\:px-253px {
    padding-left: 15.8125rem !important;
    padding-right: 15.8125rem !important;
  }

  .lg\:py-320px {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .lg\:px-320px {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .lg\:py-400px {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }

  .lg\:px-400px {
    padding-left: 25rem !important;
    padding-right: 25rem !important;
  }

  .lg\:py-500px {
    padding-top: 31.25rem !important;
    padding-bottom: 31.25rem !important;
  }

  .lg\:px-500px {
    padding-left: 31.25rem !important;
    padding-right: 31.25rem !important;
  }

  .lg\:py-lgPaddingTop {
    padding-top: 15.8125rem !important;
    padding-bottom: 15.8125rem !important;
  }

  .lg\:px-lgPaddingTop {
    padding-left: 15.8125rem !important;
    padding-right: 15.8125rem !important;
  }

  .lg\:py-phonePaddingTop {
    padding-top: 9.875rem !important;
    padding-bottom: 9.875rem !important;
  }

  .lg\:px-phonePaddingTop {
    padding-left: 9.875rem !important;
    padding-right: 9.875rem !important;
  }

  .lg\:py-tabletPaddingTop {
    padding-top: 6.625rem !important;
    padding-bottom: 6.625rem !important;
  }

  .lg\:px-tabletPaddingTop {
    padding-left: 6.625rem !important;
    padding-right: 6.625rem !important;
  }

  .lg\:py-largePaddingTop {
    padding-top: 13.75rem !important;
    padding-bottom: 13.75rem !important;
  }

  .lg\:px-largePaddingTop {
    padding-left: 13.75rem !important;
    padding-right: 13.75rem !important;
  }

  .lg\:py-phoneTextContentMaxWidth {
    padding-top: 57.0625rem !important;
    padding-bottom: 57.0625rem !important;
  }

  .lg\:px-phoneTextContentMaxWidth {
    padding-left: 57.0625rem !important;
    padding-right: 57.0625rem !important;
  }

  .lg\:py-phoneTextContentWidth {
    padding-top: 63% !important;
    padding-bottom: 63% !important;
  }

  .lg\:px-phoneTextContentWidth {
    padding-left: 63% !important;
    padding-right: 63% !important;
  }

  .lg\:py-phoneBlockContentWidth {
    padding-top: 71.625rem !important;
    padding-bottom: 71.625rem !important;
  }

  .lg\:px-phoneBlockContentWidth {
    padding-left: 71.625rem !important;
    padding-right: 71.625rem !important;
  }

  .lg\:py-tabletTextContentMaxWidth {
    padding-top: 57.0625rem !important;
    padding-bottom: 57.0625rem !important;
  }

  .lg\:px-tabletTextContentMaxWidth {
    padding-left: 57.0625rem !important;
    padding-right: 57.0625rem !important;
  }

  .lg\:py-tabletTextContentWidth {
    padding-top: 63% !important;
    padding-bottom: 63% !important;
  }

  .lg\:px-tabletTextContentWidth {
    padding-left: 63% !important;
    padding-right: 63% !important;
  }

  .lg\:py-tabletBlockContentWidth {
    padding-top: 71.625rem !important;
    padding-bottom: 71.625rem !important;
  }

  .lg\:px-tabletBlockContentWidth {
    padding-left: 71.625rem !important;
    padding-right: 71.625rem !important;
  }

  .lg\:py-largeTextContentMaxWidth {
    padding-top: 57.0625rem !important;
    padding-bottom: 57.0625rem !important;
  }

  .lg\:px-largeTextContentMaxWidth {
    padding-left: 57.0625rem !important;
    padding-right: 57.0625rem !important;
  }

  .lg\:py-largeTextContentWidth {
    padding-top: 63% !important;
    padding-bottom: 63% !important;
  }

  .lg\:px-largeTextContentWidth {
    padding-left: 63% !important;
    padding-right: 63% !important;
  }

  .lg\:py-largeBlockContentWidth {
    padding-top: 71.625rem !important;
    padding-bottom: 71.625rem !important;
  }

  .lg\:px-largeBlockContentWidth {
    padding-left: 71.625rem !important;
    padding-right: 71.625rem !important;
  }

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

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

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

  .lg\:pl-0 {
    padding-left: 0 !important;
  }

  .lg\:pt-1 {
    padding-top: 0.25rem !important;
  }

  .lg\:pr-1 {
    padding-right: 0.25rem !important;
  }

  .lg\:pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .lg\:pl-1 {
    padding-left: 0.25rem !important;
  }

  .lg\:pt-2 {
    padding-top: 0.5rem !important;
  }

  .lg\:pr-2 {
    padding-right: 0.5rem !important;
  }

  .lg\:pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .lg\:pl-2 {
    padding-left: 0.5rem !important;
  }

  .lg\:pt-3 {
    padding-top: 0.75rem !important;
  }

  .lg\:pr-3 {
    padding-right: 0.75rem !important;
  }

  .lg\:pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .lg\:pl-3 {
    padding-left: 0.75rem !important;
  }

  .lg\:pt-4 {
    padding-top: 1rem !important;
  }

  .lg\:pr-4 {
    padding-right: 1rem !important;
  }

  .lg\:pb-4 {
    padding-bottom: 1rem !important;
  }

  .lg\:pl-4 {
    padding-left: 1rem !important;
  }

  .lg\:pt-5 {
    padding-top: 1.25rem !important;
  }

  .lg\:pr-5 {
    padding-right: 1.25rem !important;
  }

  .lg\:pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .lg\:pl-5 {
    padding-left: 1.25rem !important;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem !important;
  }

  .lg\:pr-6 {
    padding-right: 1.5rem !important;
  }

  .lg\:pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .lg\:pl-6 {
    padding-left: 1.5rem !important;
  }

  .lg\:pt-8 {
    padding-top: 2rem !important;
  }

  .lg\:pr-8 {
    padding-right: 2rem !important;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem !important;
  }

  .lg\:pl-8 {
    padding-left: 2rem !important;
  }

  .lg\:pt-9 {
    padding-top: 2.5rem !important;
  }

  .lg\:pr-9 {
    padding-right: 2.5rem !important;
  }

  .lg\:pb-9 {
    padding-bottom: 2.5rem !important;
  }

  .lg\:pl-9 {
    padding-left: 2.5rem !important;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem !important;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem !important;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem !important;
  }

  .lg\:pt-12 {
    padding-top: 3rem !important;
  }

  .lg\:pr-12 {
    padding-right: 3rem !important;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem !important;
  }

  .lg\:pl-12 {
    padding-left: 3rem !important;
  }

  .lg\:pt-14 {
    padding-top: 3.5rem !important;
  }

  .lg\:pr-14 {
    padding-right: 3.5rem !important;
  }

  .lg\:pb-14 {
    padding-bottom: 3.5rem !important;
  }

  .lg\:pl-14 {
    padding-left: 3.5rem !important;
  }

  .lg\:pt-16 {
    padding-top: 4rem !important;
  }

  .lg\:pr-16 {
    padding-right: 4rem !important;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem !important;
  }

  .lg\:pl-16 {
    padding-left: 4rem !important;
  }

  .lg\:pt-18 {
    padding-top: 4.5rem !important;
  }

  .lg\:pr-18 {
    padding-right: 4.5rem !important;
  }

  .lg\:pb-18 {
    padding-bottom: 4.5rem !important;
  }

  .lg\:pl-18 {
    padding-left: 4.5rem !important;
  }

  .lg\:pt-20 {
    padding-top: 5rem !important;
  }

  .lg\:pr-20 {
    padding-right: 5rem !important;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem !important;
  }

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

  .lg\:pt-22 {
    padding-top: 5.626rem !important;
  }

  .lg\:pr-22 {
    padding-right: 5.626rem !important;
  }

  .lg\:pb-22 {
    padding-bottom: 5.626rem !important;
  }

  .lg\:pl-22 {
    padding-left: 5.626rem !important;
  }

  .lg\:pt-24 {
    padding-top: 6rem !important;
  }

  .lg\:pr-24 {
    padding-right: 6rem !important;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem !important;
  }

  .lg\:pl-24 {
    padding-left: 6rem !important;
  }

  .lg\:pt-26 {
    padding-top: 6.25rem !important;
  }

  .lg\:pr-26 {
    padding-right: 6.25rem !important;
  }

  .lg\:pb-26 {
    padding-bottom: 6.25rem !important;
  }

  .lg\:pl-26 {
    padding-left: 6.25rem !important;
  }

  .lg\:pt-28 {
    padding-top: 7rem !important;
  }

  .lg\:pr-28 {
    padding-right: 7rem !important;
  }

  .lg\:pb-28 {
    padding-bottom: 7rem !important;
  }

  .lg\:pl-28 {
    padding-left: 7rem !important;
  }

  .lg\:pt-32 {
    padding-top: 8rem !important;
  }

  .lg\:pr-32 {
    padding-right: 8rem !important;
  }

  .lg\:pb-32 {
    padding-bottom: 8rem !important;
  }

  .lg\:pl-32 {
    padding-left: 8rem !important;
  }

  .lg\:pt-34 {
    padding-top: 8.5rem !important;
  }

  .lg\:pr-34 {
    padding-right: 8.5rem !important;
  }

  .lg\:pb-34 {
    padding-bottom: 8.5rem !important;
  }

  .lg\:pl-34 {
    padding-left: 8.5rem !important;
  }

  .lg\:pt-38 {
    padding-top: 9.25rem !important;
  }

  .lg\:pr-38 {
    padding-right: 9.25rem !important;
  }

  .lg\:pb-38 {
    padding-bottom: 9.25rem !important;
  }

  .lg\:pl-38 {
    padding-left: 9.25rem !important;
  }

  .lg\:pt-40 {
    padding-top: 10rem !important;
  }

  .lg\:pr-40 {
    padding-right: 10rem !important;
  }

  .lg\:pb-40 {
    padding-bottom: 10rem !important;
  }

  .lg\:pl-40 {
    padding-left: 10rem !important;
  }

  .lg\:pt-46 {
    padding-top: 11.75rem !important;
  }

  .lg\:pr-46 {
    padding-right: 11.75rem !important;
  }

  .lg\:pb-46 {
    padding-bottom: 11.75rem !important;
  }

  .lg\:pl-46 {
    padding-left: 11.75rem !important;
  }

  .lg\:pt-48 {
    padding-top: 12rem !important;
  }

  .lg\:pr-48 {
    padding-right: 12rem !important;
  }

  .lg\:pb-48 {
    padding-bottom: 12rem !important;
  }

  .lg\:pl-48 {
    padding-left: 12rem !important;
  }

  .lg\:pt-56 {
    padding-top: 14rem !important;
  }

  .lg\:pr-56 {
    padding-right: 14rem !important;
  }

  .lg\:pb-56 {
    padding-bottom: 14rem !important;
  }

  .lg\:pl-56 {
    padding-left: 14rem !important;
  }

  .lg\:pt-64 {
    padding-top: 16rem !important;
  }

  .lg\:pr-64 {
    padding-right: 16rem !important;
  }

  .lg\:pb-64 {
    padding-bottom: 16rem !important;
  }

  .lg\:pl-64 {
    padding-left: 16rem !important;
  }

  .lg\:pt-82 {
    padding-top: 20.75rem !important;
  }

  .lg\:pr-82 {
    padding-right: 20.75rem !important;
  }

  .lg\:pb-82 {
    padding-bottom: 20.75rem !important;
  }

  .lg\:pl-82 {
    padding-left: 20.75rem !important;
  }

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

  .lg\:pr-px {
    padding-right: 1px !important;
  }

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

  .lg\:pl-px {
    padding-left: 1px !important;
  }

  .lg\:pt-tiny {
    padding-top: 0.3rem !important;
  }

  .lg\:pr-tiny {
    padding-right: 0.3rem !important;
  }

  .lg\:pb-tiny {
    padding-bottom: 0.3rem !important;
  }

  .lg\:pl-tiny {
    padding-left: 0.3rem !important;
  }

  .lg\:pt-quick-links {
    padding-top: 26% !important;
  }

  .lg\:pr-quick-links {
    padding-right: 26% !important;
  }

  .lg\:pb-quick-links {
    padding-bottom: 26% !important;
  }

  .lg\:pl-quick-links {
    padding-left: 26% !important;
  }

  .lg\:pt-pro-slid {
    padding-top: 48% !important;
  }

  .lg\:pr-pro-slid {
    padding-right: 48% !important;
  }

  .lg\:pb-pro-slid {
    padding-bottom: 48% !important;
  }

  .lg\:pl-pro-slid {
    padding-left: 48% !important;
  }

  .lg\:pt-62p {
    padding-top: 62% !important;
  }

  .lg\:pr-62p {
    padding-right: 62% !important;
  }

  .lg\:pb-62p {
    padding-bottom: 62% !important;
  }

  .lg\:pl-62p {
    padding-left: 62% !important;
  }

  .lg\:pt-90p {
    padding-top: 90% !important;
  }

  .lg\:pr-90p {
    padding-right: 90% !important;
  }

  .lg\:pb-90p {
    padding-bottom: 90% !important;
  }

  .lg\:pl-90p {
    padding-left: 90% !important;
  }

  .lg\:pt-x-large {
    padding-top: 27.5rem !important;
  }

  .lg\:pr-x-large {
    padding-right: 27.5rem !important;
  }

  .lg\:pb-x-large {
    padding-bottom: 27.5rem !important;
  }

  .lg\:pl-x-large {
    padding-left: 27.5rem !important;
  }

  .lg\:pt-2px {
    padding-top: 0.125rem !important;
  }

  .lg\:pr-2px {
    padding-right: 0.125rem !important;
  }

  .lg\:pb-2px {
    padding-bottom: 0.125rem !important;
  }

  .lg\:pl-2px {
    padding-left: 0.125rem !important;
  }

  .lg\:pt-9px {
    padding-top: 0.5625rem !important;
  }

  .lg\:pr-9px {
    padding-right: 0.5625rem !important;
  }

  .lg\:pb-9px {
    padding-bottom: 0.5625rem !important;
  }

  .lg\:pl-9px {
    padding-left: 0.5625rem !important;
  }

  .lg\:pt-10px {
    padding-top: 0.625rem !important;
  }

  .lg\:pr-10px {
    padding-right: 0.625rem !important;
  }

  .lg\:pb-10px {
    padding-bottom: 0.625rem !important;
  }

  .lg\:pl-10px {
    padding-left: 0.625rem !important;
  }

  .lg\:pt-18px {
    padding-top: 1.125rem !important;
  }

  .lg\:pr-18px {
    padding-right: 1.125rem !important;
  }

  .lg\:pb-18px {
    padding-bottom: 1.125rem !important;
  }

  .lg\:pl-18px {
    padding-left: 1.125rem !important;
  }

  .lg\:pt-20px {
    padding-top: 1.25rem !important;
  }

  .lg\:pr-20px {
    padding-right: 1.25rem !important;
  }

  .lg\:pb-20px {
    padding-bottom: 1.25rem !important;
  }

  .lg\:pl-20px {
    padding-left: 1.25rem !important;
  }

  .lg\:pt-24px {
    padding-top: 1.5rem !important;
  }

  .lg\:pr-24px {
    padding-right: 1.5rem !important;
  }

  .lg\:pb-24px {
    padding-bottom: 1.5rem !important;
  }

  .lg\:pl-24px {
    padding-left: 1.5rem !important;
  }

  .lg\:pt-26px {
    padding-top: 1.625rem !important;
  }

  .lg\:pr-26px {
    padding-right: 1.625rem !important;
  }

  .lg\:pb-26px {
    padding-bottom: 1.625rem !important;
  }

  .lg\:pl-26px {
    padding-left: 1.625rem !important;
  }

  .lg\:pt-30px {
    padding-top: 1.875rem !important;
  }

  .lg\:pr-30px {
    padding-right: 1.875rem !important;
  }

  .lg\:pb-30px {
    padding-bottom: 1.875rem !important;
  }

  .lg\:pl-30px {
    padding-left: 1.875rem !important;
  }

  .lg\:pt-38px {
    padding-top: 2.375rem !important;
  }

  .lg\:pr-38px {
    padding-right: 2.375rem !important;
  }

  .lg\:pb-38px {
    padding-bottom: 2.375rem !important;
  }

  .lg\:pl-38px {
    padding-left: 2.375rem !important;
  }

  .lg\:pt-43px {
    padding-top: 2.6875rem !important;
  }

  .lg\:pr-43px {
    padding-right: 2.6875rem !important;
  }

  .lg\:pb-43px {
    padding-bottom: 2.6875rem !important;
  }

  .lg\:pl-43px {
    padding-left: 2.6875rem !important;
  }

  .lg\:pt-44px {
    padding-top: 2.75rem !important;
  }

  .lg\:pr-44px {
    padding-right: 2.75rem !important;
  }

  .lg\:pb-44px {
    padding-bottom: 2.75rem !important;
  }

  .lg\:pl-44px {
    padding-left: 2.75rem !important;
  }

  .lg\:pt-46px {
    padding-top: 2.875rem !important;
  }

  .lg\:pr-46px {
    padding-right: 2.875rem !important;
  }

  .lg\:pb-46px {
    padding-bottom: 2.875rem !important;
  }

  .lg\:pl-46px {
    padding-left: 2.875rem !important;
  }

  .lg\:pt-53px {
    padding-top: 3.3125rem !important;
  }

  .lg\:pr-53px {
    padding-right: 3.3125rem !important;
  }

  .lg\:pb-53px {
    padding-bottom: 3.3125rem !important;
  }

  .lg\:pl-53px {
    padding-left: 3.3125rem !important;
  }

  .lg\:pt-54px {
    padding-top: 3.375rem !important;
  }

  .lg\:pr-54px {
    padding-right: 3.375rem !important;
  }

  .lg\:pb-54px {
    padding-bottom: 3.375rem !important;
  }

  .lg\:pl-54px {
    padding-left: 3.375rem !important;
  }

  .lg\:pt-55px {
    padding-top: 3.4375rem !important;
  }

  .lg\:pr-55px {
    padding-right: 3.4375rem !important;
  }

  .lg\:pb-55px {
    padding-bottom: 3.4375rem !important;
  }

  .lg\:pl-55px {
    padding-left: 3.4375rem !important;
  }

  .lg\:pt-60px {
    padding-top: 3.75rem !important;
  }

  .lg\:pr-60px {
    padding-right: 3.75rem !important;
  }

  .lg\:pb-60px {
    padding-bottom: 3.75rem !important;
  }

  .lg\:pl-60px {
    padding-left: 3.75rem !important;
  }

  .lg\:pt-67px {
    padding-top: 4.1875rem !important;
  }

  .lg\:pr-67px {
    padding-right: 4.1875rem !important;
  }

  .lg\:pb-67px {
    padding-bottom: 4.1875rem !important;
  }

  .lg\:pl-67px {
    padding-left: 4.1875rem !important;
  }

  .lg\:pt-73px {
    padding-top: 4.5625rem !important;
  }

  .lg\:pr-73px {
    padding-right: 4.5625rem !important;
  }

  .lg\:pb-73px {
    padding-bottom: 4.5625rem !important;
  }

  .lg\:pl-73px {
    padding-left: 4.5625rem !important;
  }

  .lg\:pt-80px {
    padding-top: 5rem !important;
  }

  .lg\:pr-80px {
    padding-right: 5rem !important;
  }

  .lg\:pb-80px {
    padding-bottom: 5rem !important;
  }

  .lg\:pl-80px {
    padding-left: 5rem !important;
  }

  .lg\:pt-81px {
    padding-top: 5.0625rem !important;
  }

  .lg\:pr-81px {
    padding-right: 5.0625rem !important;
  }

  .lg\:pb-81px {
    padding-bottom: 5.0625rem !important;
  }

  .lg\:pl-81px {
    padding-left: 5.0625rem !important;
  }

  .lg\:pt-85px {
    padding-top: 5.3125rem !important;
  }

  .lg\:pr-85px {
    padding-right: 5.3125rem !important;
  }

  .lg\:pb-85px {
    padding-bottom: 5.3125rem !important;
  }

  .lg\:pl-85px {
    padding-left: 5.3125rem !important;
  }

  .lg\:pt-92px {
    padding-top: 5.75rem !important;
  }

  .lg\:pr-92px {
    padding-right: 5.75rem !important;
  }

  .lg\:pb-92px {
    padding-bottom: 5.75rem !important;
  }

  .lg\:pl-92px {
    padding-left: 5.75rem !important;
  }

  .lg\:pt-100px {
    padding-top: 6.25rem !important;
  }

  .lg\:pr-100px {
    padding-right: 6.25rem !important;
  }

  .lg\:pb-100px {
    padding-bottom: 6.25rem !important;
  }

  .lg\:pl-100px {
    padding-left: 6.25rem !important;
  }

  .lg\:pt-106px {
    padding-top: 6.625rem !important;
  }

  .lg\:pr-106px {
    padding-right: 6.625rem !important;
  }

  .lg\:pb-106px {
    padding-bottom: 6.625rem !important;
  }

  .lg\:pl-106px {
    padding-left: 6.625rem !important;
  }

  .lg\:pt-123px {
    padding-top: 7.6875rem !important;
  }

  .lg\:pr-123px {
    padding-right: 7.6875rem !important;
  }

  .lg\:pb-123px {
    padding-bottom: 7.6875rem !important;
  }

  .lg\:pl-123px {
    padding-left: 7.6875rem !important;
  }

  .lg\:pt-126px {
    padding-top: 7.875rem !important;
  }

  .lg\:pr-126px {
    padding-right: 7.875rem !important;
  }

  .lg\:pb-126px {
    padding-bottom: 7.875rem !important;
  }

  .lg\:pl-126px {
    padding-left: 7.875rem !important;
  }

  .lg\:pt-138px {
    padding-top: 8.625rem !important;
  }

  .lg\:pr-138px {
    padding-right: 8.625rem !important;
  }

  .lg\:pb-138px {
    padding-bottom: 8.625rem !important;
  }

  .lg\:pl-138px {
    padding-left: 8.625rem !important;
  }

  .lg\:pt-140px {
    padding-top: 8.75rem !important;
  }

  .lg\:pr-140px {
    padding-right: 8.75rem !important;
  }

  .lg\:pb-140px {
    padding-bottom: 8.75rem !important;
  }

  .lg\:pl-140px {
    padding-left: 8.75rem !important;
  }

  .lg\:pt-146px {
    padding-top: 9.125rem !important;
  }

  .lg\:pr-146px {
    padding-right: 9.125rem !important;
  }

  .lg\:pb-146px {
    padding-bottom: 9.125rem !important;
  }

  .lg\:pl-146px {
    padding-left: 9.125rem !important;
  }

  .lg\:pt-152px {
    padding-top: 9.5rem !important;
  }

  .lg\:pr-152px {
    padding-right: 9.5rem !important;
  }

  .lg\:pb-152px {
    padding-bottom: 9.5rem !important;
  }

  .lg\:pl-152px {
    padding-left: 9.5rem !important;
  }

  .lg\:pt-187px {
    padding-top: 11.6875rem !important;
  }

  .lg\:pr-187px {
    padding-right: 11.6875rem !important;
  }

  .lg\:pb-187px {
    padding-bottom: 11.6875rem !important;
  }

  .lg\:pl-187px {
    padding-left: 11.6875rem !important;
  }

  .lg\:pt-220px {
    padding-top: 13.75rem !important;
  }

  .lg\:pr-220px {
    padding-right: 13.75rem !important;
  }

  .lg\:pb-220px {
    padding-bottom: 13.75rem !important;
  }

  .lg\:pl-220px {
    padding-left: 13.75rem !important;
  }

  .lg\:pt-253px {
    padding-top: 15.8125rem !important;
  }

  .lg\:pr-253px {
    padding-right: 15.8125rem !important;
  }

  .lg\:pb-253px {
    padding-bottom: 15.8125rem !important;
  }

  .lg\:pl-253px {
    padding-left: 15.8125rem !important;
  }

  .lg\:pt-320px {
    padding-top: 20rem !important;
  }

  .lg\:pr-320px {
    padding-right: 20rem !important;
  }

  .lg\:pb-320px {
    padding-bottom: 20rem !important;
  }

  .lg\:pl-320px {
    padding-left: 20rem !important;
  }

  .lg\:pt-400px {
    padding-top: 25rem !important;
  }

  .lg\:pr-400px {
    padding-right: 25rem !important;
  }

  .lg\:pb-400px {
    padding-bottom: 25rem !important;
  }

  .lg\:pl-400px {
    padding-left: 25rem !important;
  }

  .lg\:pt-500px {
    padding-top: 31.25rem !important;
  }

  .lg\:pr-500px {
    padding-right: 31.25rem !important;
  }

  .lg\:pb-500px {
    padding-bottom: 31.25rem !important;
  }

  .lg\:pl-500px {
    padding-left: 31.25rem !important;
  }

  .lg\:pt-lgPaddingTop {
    padding-top: 15.8125rem !important;
  }

  .lg\:pr-lgPaddingTop {
    padding-right: 15.8125rem !important;
  }

  .lg\:pb-lgPaddingTop {
    padding-bottom: 15.8125rem !important;
  }

  .lg\:pl-lgPaddingTop {
    padding-left: 15.8125rem !important;
  }

  .lg\:pt-phonePaddingTop {
    padding-top: 9.875rem !important;
  }

  .lg\:pr-phonePaddingTop {
    padding-right: 9.875rem !important;
  }

  .lg\:pb-phonePaddingTop {
    padding-bottom: 9.875rem !important;
  }

  .lg\:pl-phonePaddingTop {
    padding-left: 9.875rem !important;
  }

  .lg\:pt-tabletPaddingTop {
    padding-top: 6.625rem !important;
  }

  .lg\:pr-tabletPaddingTop {
    padding-right: 6.625rem !important;
  }

  .lg\:pb-tabletPaddingTop {
    padding-bottom: 6.625rem !important;
  }

  .lg\:pl-tabletPaddingTop {
    padding-left: 6.625rem !important;
  }

  .lg\:pt-largePaddingTop {
    padding-top: 13.75rem !important;
  }

  .lg\:pr-largePaddingTop {
    padding-right: 13.75rem !important;
  }

  .lg\:pb-largePaddingTop {
    padding-bottom: 13.75rem !important;
  }

  .lg\:pl-largePaddingTop {
    padding-left: 13.75rem !important;
  }

  .lg\:pt-phoneTextContentMaxWidth {
    padding-top: 57.0625rem !important;
  }

  .lg\:pr-phoneTextContentMaxWidth {
    padding-right: 57.0625rem !important;
  }

  .lg\:pb-phoneTextContentMaxWidth {
    padding-bottom: 57.0625rem !important;
  }

  .lg\:pl-phoneTextContentMaxWidth {
    padding-left: 57.0625rem !important;
  }

  .lg\:pt-phoneTextContentWidth {
    padding-top: 63% !important;
  }

  .lg\:pr-phoneTextContentWidth {
    padding-right: 63% !important;
  }

  .lg\:pb-phoneTextContentWidth {
    padding-bottom: 63% !important;
  }

  .lg\:pl-phoneTextContentWidth {
    padding-left: 63% !important;
  }

  .lg\:pt-phoneBlockContentWidth {
    padding-top: 71.625rem !important;
  }

  .lg\:pr-phoneBlockContentWidth {
    padding-right: 71.625rem !important;
  }

  .lg\:pb-phoneBlockContentWidth {
    padding-bottom: 71.625rem !important;
  }

  .lg\:pl-phoneBlockContentWidth {
    padding-left: 71.625rem !important;
  }

  .lg\:pt-tabletTextContentMaxWidth {
    padding-top: 57.0625rem !important;
  }

  .lg\:pr-tabletTextContentMaxWidth {
    padding-right: 57.0625rem !important;
  }

  .lg\:pb-tabletTextContentMaxWidth {
    padding-bottom: 57.0625rem !important;
  }

  .lg\:pl-tabletTextContentMaxWidth {
    padding-left: 57.0625rem !important;
  }

  .lg\:pt-tabletTextContentWidth {
    padding-top: 63% !important;
  }

  .lg\:pr-tabletTextContentWidth {
    padding-right: 63% !important;
  }

  .lg\:pb-tabletTextContentWidth {
    padding-bottom: 63% !important;
  }

  .lg\:pl-tabletTextContentWidth {
    padding-left: 63% !important;
  }

  .lg\:pt-tabletBlockContentWidth {
    padding-top: 71.625rem !important;
  }

  .lg\:pr-tabletBlockContentWidth {
    padding-right: 71.625rem !important;
  }

  .lg\:pb-tabletBlockContentWidth {
    padding-bottom: 71.625rem !important;
  }

  .lg\:pl-tabletBlockContentWidth {
    padding-left: 71.625rem !important;
  }

  .lg\:pt-largeTextContentMaxWidth {
    padding-top: 57.0625rem !important;
  }

  .lg\:pr-largeTextContentMaxWidth {
    padding-right: 57.0625rem !important;
  }

  .lg\:pb-largeTextContentMaxWidth {
    padding-bottom: 57.0625rem !important;
  }

  .lg\:pl-largeTextContentMaxWidth {
    padding-left: 57.0625rem !important;
  }

  .lg\:pt-largeTextContentWidth {
    padding-top: 63% !important;
  }

  .lg\:pr-largeTextContentWidth {
    padding-right: 63% !important;
  }

  .lg\:pb-largeTextContentWidth {
    padding-bottom: 63% !important;
  }

  .lg\:pl-largeTextContentWidth {
    padding-left: 63% !important;
  }

  .lg\:pt-largeBlockContentWidth {
    padding-top: 71.625rem !important;
  }

  .lg\:pr-largeBlockContentWidth {
    padding-right: 71.625rem !important;
  }

  .lg\:pb-largeBlockContentWidth {
    padding-bottom: 71.625rem !important;
  }

  .lg\:pl-largeBlockContentWidth {
    padding-left: 71.625rem !important;
  }

  .lg\:placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .lg\:placeholder-transparent:-ms-input-placeholder {
    color: transparent !important;
  }

  .lg\:placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .lg\:placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }

  .lg\:placeholder-current:-ms-input-placeholder {
    color: currentColor !important;
  }

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

  .lg\:placeholder-black::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-black:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-black::placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-white::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFFFFF !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-white:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFFFFF !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-white::placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFFFFF !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #727272 !important;
    color: rgba(114, 114, 114, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #727272 !important;
    color: rgba(114, 114, 114, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray::placeholder {
    --placeholder-opacity: 1 !important;
    color: #727272 !important;
    color: rgba(114, 114, 114, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #E12A09 !important;
    color: rgba(225, 42, 9, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #E12A09 !important;
    color: rgba(225, 42, 9, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red::placeholder {
    --placeholder-opacity: 1 !important;
    color: #E12A09 !important;
    color: rgba(225, 42, 9, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F29C2B !important;
    color: rgba(242, 156, 43, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F29C2B !important;
    color: rgba(242, 156, 43, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F29C2B !important;
    color: rgba(242, 156, 43, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFEB9A !important;
    color: rgba(255, 235, 154, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFEB9A !important;
    color: rgba(255, 235, 154, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow::placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFEB9A !important;
    color: rgba(255, 235, 154, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-navy-blue::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #23345A !important;
    color: rgba(35, 52, 90, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-navy-blue:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #23345A !important;
    color: rgba(35, 52, 90, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-navy-blue::placeholder {
    --placeholder-opacity: 1 !important;
    color: #23345A !important;
    color: rgba(35, 52, 90, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-cyan::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #40C8EA !important;
    color: rgba(64, 200, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-cyan:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #40C8EA !important;
    color: rgba(64, 200, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-cyan::placeholder {
    --placeholder-opacity: 1 !important;
    color: #40C8EA !important;
    color: rgba(64, 200, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellowOrange::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8E9A7 !important;
    color: rgba(248, 233, 167, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellowOrange:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8E9A7 !important;
    color: rgba(248, 233, 167, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellowOrange::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8E9A7 !important;
    color: rgba(248, 233, 167, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-light-blue::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #C9EAF4 !important;
    color: rgba(201, 234, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-light-blue:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #C9EAF4 !important;
    color: rgba(201, 234, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-light-blue::placeholder {
    --placeholder-opacity: 1 !important;
    color: #C9EAF4 !important;
    color: rgba(201, 234, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-lightest-blue::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #EBFAFF !important;
    color: rgba(235, 250, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-lightest-blue:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #EBFAFF !important;
    color: rgba(235, 250, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-lightest-blue::placeholder {
    --placeholder-opacity: 1 !important;
    color: #EBFAFF !important;
    color: rgba(235, 250, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blueGreen::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #148093 !important;
    color: rgba(20, 128, 147, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blueGreen:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #148093 !important;
    color: rgba(20, 128, 147, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blueGreen::placeholder {
    --placeholder-opacity: 1 !important;
    color: #148093 !important;
    color: rgba(20, 128, 147, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-mediumGray::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97A2B0 !important;
    color: rgba(151, 162, 176, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-mediumGray:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97A2B0 !important;
    color: rgba(151, 162, 176, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-mediumGray::placeholder {
    --placeholder-opacity: 1 !important;
    color: #97A2B0 !important;
    color: rgba(151, 162, 176, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-light-gray::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ACACB4 !important;
    color: rgba(172, 172, 180, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-light-gray:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ACACB4 !important;
    color: rgba(172, 172, 180, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-light-gray::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ACACB4 !important;
    color: rgba(172, 172, 180, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-lightestGray::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F2F2F2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-lightestGray:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F2F2F2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-lightestGray::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F2F2F2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-dark-gray::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #64626F !important;
    color: rgba(100, 98, 111, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-dark-gray:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #64626F !important;
    color: rgba(100, 98, 111, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-dark-gray::placeholder {
    --placeholder-opacity: 1 !important;
    color: #64626F !important;
    color: rgba(100, 98, 111, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-nav-gray::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #65718C !important;
    color: rgba(101, 113, 140, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-nav-gray:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #65718C !important;
    color: rgba(101, 113, 140, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-nav-gray::placeholder {
    --placeholder-opacity: 1 !important;
    color: #65718C !important;
    color: rgba(101, 113, 140, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-bullet-gray::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F1F1F2 !important;
    color: rgba(241, 241, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-bullet-gray:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F1F1F2 !important;
    color: rgba(241, 241, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-bullet-gray::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F1F1F2 !important;
    color: rgba(241, 241, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-dark-red::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #951700 !important;
    color: rgba(149, 23, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-dark-red:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #951700 !important;
    color: rgba(149, 23, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-dark-red::placeholder {
    --placeholder-opacity: 1 !important;
    color: #951700 !important;
    color: rgba(149, 23, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-navy::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #182F50 !important;
    color: rgba(24, 47, 80, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-navy:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #182F50 !important;
    color: rgba(24, 47, 80, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-navy::placeholder {
    --placeholder-opacity: 1 !important;
    color: #182F50 !important;
    color: rgba(24, 47, 80, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-lightNavy::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #687FA0 !important;
    color: rgba(104, 127, 160, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-lightNavy:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #687FA0 !important;
    color: rgba(104, 127, 160, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-lightNavy::placeholder {
    --placeholder-opacity: 1 !important;
    color: #687FA0 !important;
    color: rgba(104, 127, 160, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .lg\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent !important;
  }

  .lg\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .lg\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }

  .lg\:focus\:placeholder-current:focus:-ms-input-placeholder {
    color: currentColor !important;
  }

  .lg\:focus\:placeholder-current:focus::placeholder {
    color: currentColor !important;
  }

  .lg\:focus\:placeholder-black:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFFFFF !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFFFFF !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFFFFF !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #727272 !important;
    color: rgba(114, 114, 114, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #727272 !important;
    color: rgba(114, 114, 114, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #727272 !important;
    color: rgba(114, 114, 114, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #E12A09 !important;
    color: rgba(225, 42, 9, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #E12A09 !important;
    color: rgba(225, 42, 9, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #E12A09 !important;
    color: rgba(225, 42, 9, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F29C2B !important;
    color: rgba(242, 156, 43, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F29C2B !important;
    color: rgba(242, 156, 43, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F29C2B !important;
    color: rgba(242, 156, 43, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFEB9A !important;
    color: rgba(255, 235, 154, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFEB9A !important;
    color: rgba(255, 235, 154, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFEB9A !important;
    color: rgba(255, 235, 154, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-navy-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #23345A !important;
    color: rgba(35, 52, 90, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-navy-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #23345A !important;
    color: rgba(35, 52, 90, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-navy-blue:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #23345A !important;
    color: rgba(35, 52, 90, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cyan:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #40C8EA !important;
    color: rgba(64, 200, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cyan:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #40C8EA !important;
    color: rgba(64, 200, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cyan:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #40C8EA !important;
    color: rgba(64, 200, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellowOrange:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8E9A7 !important;
    color: rgba(248, 233, 167, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellowOrange:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8E9A7 !important;
    color: rgba(248, 233, 167, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellowOrange:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8E9A7 !important;
    color: rgba(248, 233, 167, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-light-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #C9EAF4 !important;
    color: rgba(201, 234, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-light-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #C9EAF4 !important;
    color: rgba(201, 234, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-light-blue:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #C9EAF4 !important;
    color: rgba(201, 234, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-lightest-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #EBFAFF !important;
    color: rgba(235, 250, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-lightest-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #EBFAFF !important;
    color: rgba(235, 250, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-lightest-blue:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #EBFAFF !important;
    color: rgba(235, 250, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blueGreen:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #148093 !important;
    color: rgba(20, 128, 147, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blueGreen:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #148093 !important;
    color: rgba(20, 128, 147, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blueGreen:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #148093 !important;
    color: rgba(20, 128, 147, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-mediumGray:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97A2B0 !important;
    color: rgba(151, 162, 176, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-mediumGray:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97A2B0 !important;
    color: rgba(151, 162, 176, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-mediumGray:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #97A2B0 !important;
    color: rgba(151, 162, 176, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-light-gray:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ACACB4 !important;
    color: rgba(172, 172, 180, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-light-gray:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ACACB4 !important;
    color: rgba(172, 172, 180, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-light-gray:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ACACB4 !important;
    color: rgba(172, 172, 180, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-lightestGray:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F2F2F2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-lightestGray:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F2F2F2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-lightestGray:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F2F2F2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-dark-gray:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #64626F !important;
    color: rgba(100, 98, 111, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-dark-gray:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #64626F !important;
    color: rgba(100, 98, 111, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-dark-gray:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #64626F !important;
    color: rgba(100, 98, 111, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nav-gray:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #65718C !important;
    color: rgba(101, 113, 140, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nav-gray:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #65718C !important;
    color: rgba(101, 113, 140, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nav-gray:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #65718C !important;
    color: rgba(101, 113, 140, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-bullet-gray:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F1F1F2 !important;
    color: rgba(241, 241, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-bullet-gray:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F1F1F2 !important;
    color: rgba(241, 241, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-bullet-gray:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F1F1F2 !important;
    color: rgba(241, 241, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-dark-red:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #951700 !important;
    color: rgba(149, 23, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-dark-red:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #951700 !important;
    color: rgba(149, 23, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-dark-red:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #951700 !important;
    color: rgba(149, 23, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-navy:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #182F50 !important;
    color: rgba(24, 47, 80, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-navy:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #182F50 !important;
    color: rgba(24, 47, 80, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-navy:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #182F50 !important;
    color: rgba(24, 47, 80, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-lightNavy:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #687FA0 !important;
    color: rgba(104, 127, 160, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-lightNavy:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #687FA0 !important;
    color: rgba(104, 127, 160, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-lightNavy:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #687FA0 !important;
    color: rgba(104, 127, 160, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .lg\:placeholder-opacity-0:-ms-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .lg\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0 !important;
  }

  .lg\:placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:placeholder-opacity-25:-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:placeholder-opacity-50:-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:placeholder-opacity-75:-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .lg\:placeholder-opacity-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .lg\:placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1 !important;
  }

  .lg\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .lg\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .lg\:focus\:placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0 !important;
  }

  .lg\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .lg\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .lg\:focus\:placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
  }

  .lg\:pointer-events-none {
    pointer-events: none !important;
  }

  .lg\:pointer-events-auto {
    pointer-events: auto !important;
  }

  .lg\:static {
    position: static !important;
  }

  .lg\:fixed {
    position: fixed !important;
  }

  .lg\:absolute {
    position: absolute !important;
  }

  .lg\:relative {
    position: relative !important;
  }

  .lg\:sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .lg\:inset-0 {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .lg\:inset-4 {
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .lg\:inset-6 {
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }

  .lg\:inset-8 {
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .lg\:inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .lg\:inset-31p {
    top: 31% !important;
    right: 31% !important;
    bottom: 31% !important;
    left: 31% !important;
  }

  .lg\:inset-42p {
    top: 42% !important;
    right: 42% !important;
    bottom: 42% !important;
    left: 42% !important;
  }

  .lg\:inset-2px {
    top: 0.125rem !important;
    right: 0.125rem !important;
    bottom: 0.125rem !important;
    left: 0.125rem !important;
  }

  .lg\:inset-85px {
    top: 5.3125rem !important;
    right: 5.3125rem !important;
    bottom: 5.3125rem !important;
    left: 5.3125rem !important;
  }

  .lg\:inset-152px {
    top: 9.5rem !important;
    right: 9.5rem !important;
    bottom: 9.5rem !important;
    left: 9.5rem !important;
  }

  .lg\:inset-neg2px {
    top: -0.125rem !important;
    right: -0.125rem !important;
    bottom: -0.125rem !important;
    left: -0.125rem !important;
  }

  .lg\:inset-neg20px {
    top: -1.25rem !important;
    right: -1.25rem !important;
    bottom: -1.25rem !important;
    left: -1.25rem !important;
  }

  .lg\:inset-neg2rem {
    top: -2rem !important;
    right: -2rem !important;
    bottom: -2rem !important;
    left: -2rem !important;
  }

  .lg\:inset-neg3rem {
    top: -3rem !important;
    right: -3rem !important;
    bottom: -3rem !important;
    left: -3rem !important;
  }

  .lg\:inset-neg100px {
    top: -6.25rem !important;
    right: -6.25rem !important;
    bottom: -6.25rem !important;
    left: -6.25rem !important;
  }

  .lg\:inset-neg125px {
    top: -7.8125rem !important;
    right: -7.8125rem !important;
    bottom: -7.8125rem !important;
    left: -7.8125rem !important;
  }

  .lg\:inset-neg150px {
    top: -9.375rem !important;
    right: -9.375rem !important;
    bottom: -9.375rem !important;
    left: -9.375rem !important;
  }

  .lg\:inset-neg4rem {
    top: -4rem !important;
    right: -4rem !important;
    bottom: -4rem !important;
    left: -4rem !important;
  }

  .lg\:inset-neg6rem {
    top: -6rem !important;
    right: -6rem !important;
    bottom: -6rem !important;
    left: -6rem !important;
  }

  .lg\:inset-y-0 {
    top: 0 !important;
    bottom: 0 !important;
  }

  .lg\:inset-x-0 {
    right: 0 !important;
    left: 0 !important;
  }

  .lg\:inset-y-4 {
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .lg\:inset-x-4 {
    right: 1rem !important;
    left: 1rem !important;
  }

  .lg\:inset-y-6 {
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }

  .lg\:inset-x-6 {
    right: 1.5rem !important;
    left: 1.5rem !important;
  }

  .lg\:inset-y-8 {
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .lg\:inset-x-8 {
    right: 2rem !important;
    left: 2rem !important;
  }

  .lg\:inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  .lg\:inset-x-auto {
    right: auto !important;
    left: auto !important;
  }

  .lg\:inset-y-31p {
    top: 31% !important;
    bottom: 31% !important;
  }

  .lg\:inset-x-31p {
    right: 31% !important;
    left: 31% !important;
  }

  .lg\:inset-y-42p {
    top: 42% !important;
    bottom: 42% !important;
  }

  .lg\:inset-x-42p {
    right: 42% !important;
    left: 42% !important;
  }

  .lg\:inset-y-2px {
    top: 0.125rem !important;
    bottom: 0.125rem !important;
  }

  .lg\:inset-x-2px {
    right: 0.125rem !important;
    left: 0.125rem !important;
  }

  .lg\:inset-y-85px {
    top: 5.3125rem !important;
    bottom: 5.3125rem !important;
  }

  .lg\:inset-x-85px {
    right: 5.3125rem !important;
    left: 5.3125rem !important;
  }

  .lg\:inset-y-152px {
    top: 9.5rem !important;
    bottom: 9.5rem !important;
  }

  .lg\:inset-x-152px {
    right: 9.5rem !important;
    left: 9.5rem !important;
  }

  .lg\:inset-y-neg2px {
    top: -0.125rem !important;
    bottom: -0.125rem !important;
  }

  .lg\:inset-x-neg2px {
    right: -0.125rem !important;
    left: -0.125rem !important;
  }

  .lg\:inset-y-neg20px {
    top: -1.25rem !important;
    bottom: -1.25rem !important;
  }

  .lg\:inset-x-neg20px {
    right: -1.25rem !important;
    left: -1.25rem !important;
  }

  .lg\:inset-y-neg2rem {
    top: -2rem !important;
    bottom: -2rem !important;
  }

  .lg\:inset-x-neg2rem {
    right: -2rem !important;
    left: -2rem !important;
  }

  .lg\:inset-y-neg3rem {
    top: -3rem !important;
    bottom: -3rem !important;
  }

  .lg\:inset-x-neg3rem {
    right: -3rem !important;
    left: -3rem !important;
  }

  .lg\:inset-y-neg100px {
    top: -6.25rem !important;
    bottom: -6.25rem !important;
  }

  .lg\:inset-x-neg100px {
    right: -6.25rem !important;
    left: -6.25rem !important;
  }

  .lg\:inset-y-neg125px {
    top: -7.8125rem !important;
    bottom: -7.8125rem !important;
  }

  .lg\:inset-x-neg125px {
    right: -7.8125rem !important;
    left: -7.8125rem !important;
  }

  .lg\:inset-y-neg150px {
    top: -9.375rem !important;
    bottom: -9.375rem !important;
  }

  .lg\:inset-x-neg150px {
    right: -9.375rem !important;
    left: -9.375rem !important;
  }

  .lg\:inset-y-neg4rem {
    top: -4rem !important;
    bottom: -4rem !important;
  }

  .lg\:inset-x-neg4rem {
    right: -4rem !important;
    left: -4rem !important;
  }

  .lg\:inset-y-neg6rem {
    top: -6rem !important;
    bottom: -6rem !important;
  }

  .lg\:inset-x-neg6rem {
    right: -6rem !important;
    left: -6rem !important;
  }

  .lg\:top-0 {
    top: 0 !important;
  }

  .lg\:right-0 {
    right: 0 !important;
  }

  .lg\:bottom-0 {
    bottom: 0 !important;
  }

  .lg\:left-0 {
    left: 0 !important;
  }

  .lg\:top-4 {
    top: 1rem !important;
  }

  .lg\:right-4 {
    right: 1rem !important;
  }

  .lg\:bottom-4 {
    bottom: 1rem !important;
  }

  .lg\:left-4 {
    left: 1rem !important;
  }

  .lg\:top-6 {
    top: 1.5rem !important;
  }

  .lg\:right-6 {
    right: 1.5rem !important;
  }

  .lg\:bottom-6 {
    bottom: 1.5rem !important;
  }

  .lg\:left-6 {
    left: 1.5rem !important;
  }

  .lg\:top-8 {
    top: 2rem !important;
  }

  .lg\:right-8 {
    right: 2rem !important;
  }

  .lg\:bottom-8 {
    bottom: 2rem !important;
  }

  .lg\:left-8 {
    left: 2rem !important;
  }

  .lg\:top-auto {
    top: auto !important;
  }

  .lg\:right-auto {
    right: auto !important;
  }

  .lg\:bottom-auto {
    bottom: auto !important;
  }

  .lg\:left-auto {
    left: auto !important;
  }

  .lg\:top-31p {
    top: 31% !important;
  }

  .lg\:right-31p {
    right: 31% !important;
  }

  .lg\:bottom-31p {
    bottom: 31% !important;
  }

  .lg\:left-31p {
    left: 31% !important;
  }

  .lg\:top-42p {
    top: 42% !important;
  }

  .lg\:right-42p {
    right: 42% !important;
  }

  .lg\:bottom-42p {
    bottom: 42% !important;
  }

  .lg\:left-42p {
    left: 42% !important;
  }

  .lg\:top-2px {
    top: 0.125rem !important;
  }

  .lg\:right-2px {
    right: 0.125rem !important;
  }

  .lg\:bottom-2px {
    bottom: 0.125rem !important;
  }

  .lg\:left-2px {
    left: 0.125rem !important;
  }

  .lg\:top-85px {
    top: 5.3125rem !important;
  }

  .lg\:right-85px {
    right: 5.3125rem !important;
  }

  .lg\:bottom-85px {
    bottom: 5.3125rem !important;
  }

  .lg\:left-85px {
    left: 5.3125rem !important;
  }

  .lg\:top-152px {
    top: 9.5rem !important;
  }

  .lg\:right-152px {
    right: 9.5rem !important;
  }

  .lg\:bottom-152px {
    bottom: 9.5rem !important;
  }

  .lg\:left-152px {
    left: 9.5rem !important;
  }

  .lg\:top-neg2px {
    top: -0.125rem !important;
  }

  .lg\:right-neg2px {
    right: -0.125rem !important;
  }

  .lg\:bottom-neg2px {
    bottom: -0.125rem !important;
  }

  .lg\:left-neg2px {
    left: -0.125rem !important;
  }

  .lg\:top-neg20px {
    top: -1.25rem !important;
  }

  .lg\:right-neg20px {
    right: -1.25rem !important;
  }

  .lg\:bottom-neg20px {
    bottom: -1.25rem !important;
  }

  .lg\:left-neg20px {
    left: -1.25rem !important;
  }

  .lg\:top-neg2rem {
    top: -2rem !important;
  }

  .lg\:right-neg2rem {
    right: -2rem !important;
  }

  .lg\:bottom-neg2rem {
    bottom: -2rem !important;
  }

  .lg\:left-neg2rem {
    left: -2rem !important;
  }

  .lg\:top-neg3rem {
    top: -3rem !important;
  }

  .lg\:right-neg3rem {
    right: -3rem !important;
  }

  .lg\:bottom-neg3rem {
    bottom: -3rem !important;
  }

  .lg\:left-neg3rem {
    left: -3rem !important;
  }

  .lg\:top-neg100px {
    top: -6.25rem !important;
  }

  .lg\:right-neg100px {
    right: -6.25rem !important;
  }

  .lg\:bottom-neg100px {
    bottom: -6.25rem !important;
  }

  .lg\:left-neg100px {
    left: -6.25rem !important;
  }

  .lg\:top-neg125px {
    top: -7.8125rem !important;
  }

  .lg\:right-neg125px {
    right: -7.8125rem !important;
  }

  .lg\:bottom-neg125px {
    bottom: -7.8125rem !important;
  }

  .lg\:left-neg125px {
    left: -7.8125rem !important;
  }

  .lg\:top-neg150px {
    top: -9.375rem !important;
  }

  .lg\:right-neg150px {
    right: -9.375rem !important;
  }

  .lg\:bottom-neg150px {
    bottom: -9.375rem !important;
  }

  .lg\:left-neg150px {
    left: -9.375rem !important;
  }

  .lg\:top-neg4rem {
    top: -4rem !important;
  }

  .lg\:right-neg4rem {
    right: -4rem !important;
  }

  .lg\:bottom-neg4rem {
    bottom: -4rem !important;
  }

  .lg\:left-neg4rem {
    left: -4rem !important;
  }

  .lg\:top-neg6rem {
    top: -6rem !important;
  }

  .lg\:right-neg6rem {
    right: -6rem !important;
  }

  .lg\:bottom-neg6rem {
    bottom: -6rem !important;
  }

  .lg\:left-neg6rem {
    left: -6rem !important;
  }

  .lg\:resize-none {
    resize: none !important;
  }

  .lg\:resize-y {
    resize: vertical !important;
  }

  .lg\:resize-x {
    resize: horizontal !important;
  }

  .lg\:resize {
    resize: both !important;
  }

  .lg\:shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .lg\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .lg\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .lg\:shadow-none {
    box-shadow: none !important;
  }

  .lg\:shadow-thick {
    box-shadow: 2px 2px 10px 3px rgba(0,0,0,0.4) !important;
  }

  .lg\:hover\:shadow-xs:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:hover\:shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:hover\:shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .lg\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .lg\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .lg\:hover\:shadow-none:hover {
    box-shadow: none !important;
  }

  .lg\:hover\:shadow-thick:hover {
    box-shadow: 2px 2px 10px 3px rgba(0,0,0,0.4) !important;
  }

  .lg\:focus\:shadow-xs:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:focus\:shadow-sm:focus {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:focus\:shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:focus\:shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:focus\:shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:focus\:shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .lg\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .lg\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .lg\:focus\:shadow-none:focus {
    box-shadow: none !important;
  }

  .lg\:focus\:shadow-thick:focus {
    box-shadow: 2px 2px 10px 3px rgba(0,0,0,0.4) !important;
  }

  .lg\:fill-current {
    fill: currentColor !important;
  }

  .lg\:stroke-current {
    stroke: currentColor !important;
  }

  .lg\:stroke-0 {
    stroke-width: 0 !important;
  }

  .lg\:stroke-1 {
    stroke-width: 1 !important;
  }

  .lg\:stroke-2 {
    stroke-width: 2 !important;
  }

  .lg\:table-auto {
    table-layout: auto !important;
  }

  .lg\:table-fixed {
    table-layout: fixed !important;
  }

  .lg\:text-left {
    text-align: left !important;
  }

  .lg\:text-center {
    text-align: center !important;
  }

  .lg\:text-right {
    text-align: right !important;
  }

  .lg\:text-justify {
    text-align: justify !important;
  }

  .lg\:text-transparent {
    color: transparent !important;
  }

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

  .lg\:text-black {
    --text-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .lg\:text-white {
    --text-opacity: 1 !important;
    color: #FFFFFF !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .lg\:text-gray {
    --text-opacity: 1 !important;
    color: #727272 !important;
    color: rgba(114, 114, 114, var(--text-opacity)) !important;
  }

  .lg\:text-red {
    --text-opacity: 1 !important;
    color: #E12A09 !important;
    color: rgba(225, 42, 9, var(--text-opacity)) !important;
  }

  .lg\:text-orange {
    --text-opacity: 1 !important;
    color: #F29C2B !important;
    color: rgba(242, 156, 43, var(--text-opacity)) !important;
  }

  .lg\:text-yellow {
    --text-opacity: 1 !important;
    color: #FFEB9A !important;
    color: rgba(255, 235, 154, var(--text-opacity)) !important;
  }

  .lg\:text-green-100 {
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .lg\:text-green-200 {
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .lg\:text-green-300 {
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .lg\:text-green-400 {
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .lg\:text-green-500 {
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .lg\:text-green-600 {
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .lg\:text-green-700 {
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .lg\:text-green-800 {
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .lg\:text-green-900 {
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .lg\:text-teal-100 {
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .lg\:text-teal-200 {
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .lg\:text-teal-300 {
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .lg\:text-teal-400 {
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .lg\:text-teal-500 {
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .lg\:text-teal-600 {
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .lg\:text-teal-700 {
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .lg\:text-teal-800 {
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .lg\:text-teal-900 {
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .lg\:text-blue-100 {
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .lg\:text-blue-200 {
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .lg\:text-blue-300 {
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .lg\:text-blue-400 {
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .lg\:text-blue-500 {
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .lg\:text-blue-600 {
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .lg\:text-blue-700 {
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .lg\:text-blue-800 {
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .lg\:text-blue-900 {
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .lg\:text-indigo-100 {
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .lg\:text-indigo-200 {
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .lg\:text-indigo-300 {
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .lg\:text-indigo-400 {
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .lg\:text-indigo-500 {
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .lg\:text-indigo-600 {
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .lg\:text-indigo-700 {
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .lg\:text-indigo-800 {
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .lg\:text-indigo-900 {
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .lg\:text-purple-100 {
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .lg\:text-purple-200 {
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .lg\:text-purple-300 {
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .lg\:text-purple-400 {
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .lg\:text-purple-500 {
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .lg\:text-purple-600 {
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .lg\:text-purple-700 {
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .lg\:text-purple-800 {
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .lg\:text-purple-900 {
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .lg\:text-pink-100 {
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .lg\:text-pink-200 {
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .lg\:text-pink-300 {
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .lg\:text-pink-400 {
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .lg\:text-pink-500 {
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .lg\:text-pink-600 {
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .lg\:text-pink-700 {
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .lg\:text-pink-800 {
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .lg\:text-pink-900 {
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .lg\:text-navy-blue {
    --text-opacity: 1 !important;
    color: #23345A !important;
    color: rgba(35, 52, 90, var(--text-opacity)) !important;
  }

  .lg\:text-cyan {
    --text-opacity: 1 !important;
    color: #40C8EA !important;
    color: rgba(64, 200, 234, var(--text-opacity)) !important;
  }

  .lg\:text-yellowOrange {
    --text-opacity: 1 !important;
    color: #F8E9A7 !important;
    color: rgba(248, 233, 167, var(--text-opacity)) !important;
  }

  .lg\:text-light-blue {
    --text-opacity: 1 !important;
    color: #C9EAF4 !important;
    color: rgba(201, 234, 244, var(--text-opacity)) !important;
  }

  .lg\:text-lightest-blue {
    --text-opacity: 1 !important;
    color: #EBFAFF !important;
    color: rgba(235, 250, 255, var(--text-opacity)) !important;
  }

  .lg\:text-blueGreen {
    --text-opacity: 1 !important;
    color: #148093 !important;
    color: rgba(20, 128, 147, var(--text-opacity)) !important;
  }

  .lg\:text-mediumGray {
    --text-opacity: 1 !important;
    color: #97A2B0 !important;
    color: rgba(151, 162, 176, var(--text-opacity)) !important;
  }

  .lg\:text-light-gray {
    --text-opacity: 1 !important;
    color: #ACACB4 !important;
    color: rgba(172, 172, 180, var(--text-opacity)) !important;
  }

  .lg\:text-lightestGray {
    --text-opacity: 1 !important;
    color: #F2F2F2 !important;
    color: rgba(242, 242, 242, var(--text-opacity)) !important;
  }

  .lg\:text-dark-gray {
    --text-opacity: 1 !important;
    color: #64626F !important;
    color: rgba(100, 98, 111, var(--text-opacity)) !important;
  }

  .lg\:text-nav-gray {
    --text-opacity: 1 !important;
    color: #65718C !important;
    color: rgba(101, 113, 140, var(--text-opacity)) !important;
  }

  .lg\:text-bullet-gray {
    --text-opacity: 1 !important;
    color: #F1F1F2 !important;
    color: rgba(241, 241, 242, var(--text-opacity)) !important;
  }

  .lg\:text-dark-red {
    --text-opacity: 1 !important;
    color: #951700 !important;
    color: rgba(149, 23, 0, var(--text-opacity)) !important;
  }

  .lg\:text-navy {
    --text-opacity: 1 !important;
    color: #182F50 !important;
    color: rgba(24, 47, 80, var(--text-opacity)) !important;
  }

  .lg\:text-lightNavy {
    --text-opacity: 1 !important;
    color: #687FA0 !important;
    color: rgba(104, 127, 160, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .lg\:hover\:text-current:hover {
    color: currentColor !important;
  }

  .lg\:hover\:text-black:hover {
    --text-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-white:hover {
    --text-opacity: 1 !important;
    color: #FFFFFF !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-gray:hover {
    --text-opacity: 1 !important;
    color: #727272 !important;
    color: rgba(114, 114, 114, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-red:hover {
    --text-opacity: 1 !important;
    color: #E12A09 !important;
    color: rgba(225, 42, 9, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-orange:hover {
    --text-opacity: 1 !important;
    color: #F29C2B !important;
    color: rgba(242, 156, 43, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-yellow:hover {
    --text-opacity: 1 !important;
    color: #FFEB9A !important;
    color: rgba(255, 235, 154, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-green-100:hover {
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-green-200:hover {
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-green-300:hover {
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-green-400:hover {
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-green-500:hover {
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-green-600:hover {
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-green-700:hover {
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-green-800:hover {
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-green-900:hover {
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-teal-100:hover {
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-teal-200:hover {
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-teal-300:hover {
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-teal-400:hover {
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-teal-500:hover {
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-teal-600:hover {
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-teal-700:hover {
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-teal-800:hover {
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-teal-900:hover {
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-blue-100:hover {
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-blue-200:hover {
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-blue-300:hover {
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-blue-400:hover {
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-blue-500:hover {
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-blue-600:hover {
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-blue-700:hover {
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-blue-800:hover {
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-blue-900:hover {
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-indigo-100:hover {
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-indigo-200:hover {
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-indigo-300:hover {
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-indigo-400:hover {
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-indigo-500:hover {
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-indigo-600:hover {
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-indigo-700:hover {
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-indigo-800:hover {
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-indigo-900:hover {
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-purple-100:hover {
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-purple-200:hover {
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-purple-300:hover {
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-purple-400:hover {
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-purple-500:hover {
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-purple-600:hover {
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-purple-700:hover {
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-purple-800:hover {
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-purple-900:hover {
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-pink-100:hover {
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-pink-200:hover {
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-pink-300:hover {
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-pink-400:hover {
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-pink-500:hover {
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-pink-600:hover {
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-pink-700:hover {
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-pink-800:hover {
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-pink-900:hover {
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-navy-blue:hover {
    --text-opacity: 1 !important;
    color: #23345A !important;
    color: rgba(35, 52, 90, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-cyan:hover {
    --text-opacity: 1 !important;
    color: #40C8EA !important;
    color: rgba(64, 200, 234, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-yellowOrange:hover {
    --text-opacity: 1 !important;
    color: #F8E9A7 !important;
    color: rgba(248, 233, 167, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-light-blue:hover {
    --text-opacity: 1 !important;
    color: #C9EAF4 !important;
    color: rgba(201, 234, 244, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-lightest-blue:hover {
    --text-opacity: 1 !important;
    color: #EBFAFF !important;
    color: rgba(235, 250, 255, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-blueGreen:hover {
    --text-opacity: 1 !important;
    color: #148093 !important;
    color: rgba(20, 128, 147, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-mediumGray:hover {
    --text-opacity: 1 !important;
    color: #97A2B0 !important;
    color: rgba(151, 162, 176, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-light-gray:hover {
    --text-opacity: 1 !important;
    color: #ACACB4 !important;
    color: rgba(172, 172, 180, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-lightestGray:hover {
    --text-opacity: 1 !important;
    color: #F2F2F2 !important;
    color: rgba(242, 242, 242, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-dark-gray:hover {
    --text-opacity: 1 !important;
    color: #64626F !important;
    color: rgba(100, 98, 111, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-nav-gray:hover {
    --text-opacity: 1 !important;
    color: #65718C !important;
    color: rgba(101, 113, 140, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-bullet-gray:hover {
    --text-opacity: 1 !important;
    color: #F1F1F2 !important;
    color: rgba(241, 241, 242, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-dark-red:hover {
    --text-opacity: 1 !important;
    color: #951700 !important;
    color: rgba(149, 23, 0, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-navy:hover {
    --text-opacity: 1 !important;
    color: #182F50 !important;
    color: rgba(24, 47, 80, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-lightNavy:hover {
    --text-opacity: 1 !important;
    color: #687FA0 !important;
    color: rgba(104, 127, 160, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-transparent:focus {
    color: transparent !important;
  }

  .lg\:focus\:text-current:focus {
    color: currentColor !important;
  }

  .lg\:focus\:text-black:focus {
    --text-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-white:focus {
    --text-opacity: 1 !important;
    color: #FFFFFF !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-gray:focus {
    --text-opacity: 1 !important;
    color: #727272 !important;
    color: rgba(114, 114, 114, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-red:focus {
    --text-opacity: 1 !important;
    color: #E12A09 !important;
    color: rgba(225, 42, 9, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-orange:focus {
    --text-opacity: 1 !important;
    color: #F29C2B !important;
    color: rgba(242, 156, 43, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-yellow:focus {
    --text-opacity: 1 !important;
    color: #FFEB9A !important;
    color: rgba(255, 235, 154, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-green-100:focus {
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-green-200:focus {
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-green-300:focus {
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-green-400:focus {
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-green-500:focus {
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-green-600:focus {
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-green-700:focus {
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-green-800:focus {
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-green-900:focus {
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-teal-100:focus {
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-teal-200:focus {
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-teal-300:focus {
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-teal-400:focus {
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-teal-500:focus {
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-teal-600:focus {
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-teal-700:focus {
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-teal-800:focus {
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-teal-900:focus {
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-blue-100:focus {
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-blue-200:focus {
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-blue-300:focus {
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-blue-400:focus {
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-blue-500:focus {
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-blue-600:focus {
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-blue-700:focus {
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-blue-800:focus {
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-blue-900:focus {
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-indigo-100:focus {
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-indigo-200:focus {
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-indigo-300:focus {
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-indigo-400:focus {
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-indigo-500:focus {
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-indigo-600:focus {
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-indigo-700:focus {
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-indigo-800:focus {
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-indigo-900:focus {
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-purple-100:focus {
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-purple-200:focus {
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-purple-300:focus {
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-purple-400:focus {
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-purple-500:focus {
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-purple-600:focus {
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-purple-700:focus {
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-purple-800:focus {
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-purple-900:focus {
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-pink-100:focus {
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-pink-200:focus {
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-pink-300:focus {
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-pink-400:focus {
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-pink-500:focus {
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-pink-600:focus {
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-pink-700:focus {
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-pink-800:focus {
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-pink-900:focus {
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-navy-blue:focus {
    --text-opacity: 1 !important;
    color: #23345A !important;
    color: rgba(35, 52, 90, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-cyan:focus {
    --text-opacity: 1 !important;
    color: #40C8EA !important;
    color: rgba(64, 200, 234, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-yellowOrange:focus {
    --text-opacity: 1 !important;
    color: #F8E9A7 !important;
    color: rgba(248, 233, 167, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-light-blue:focus {
    --text-opacity: 1 !important;
    color: #C9EAF4 !important;
    color: rgba(201, 234, 244, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-lightest-blue:focus {
    --text-opacity: 1 !important;
    color: #EBFAFF !important;
    color: rgba(235, 250, 255, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-blueGreen:focus {
    --text-opacity: 1 !important;
    color: #148093 !important;
    color: rgba(20, 128, 147, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-mediumGray:focus {
    --text-opacity: 1 !important;
    color: #97A2B0 !important;
    color: rgba(151, 162, 176, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-light-gray:focus {
    --text-opacity: 1 !important;
    color: #ACACB4 !important;
    color: rgba(172, 172, 180, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-lightestGray:focus {
    --text-opacity: 1 !important;
    color: #F2F2F2 !important;
    color: rgba(242, 242, 242, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-dark-gray:focus {
    --text-opacity: 1 !important;
    color: #64626F !important;
    color: rgba(100, 98, 111, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-nav-gray:focus {
    --text-opacity: 1 !important;
    color: #65718C !important;
    color: rgba(101, 113, 140, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-bullet-gray:focus {
    --text-opacity: 1 !important;
    color: #F1F1F2 !important;
    color: rgba(241, 241, 242, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-dark-red:focus {
    --text-opacity: 1 !important;
    color: #951700 !important;
    color: rgba(149, 23, 0, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-navy:focus {
    --text-opacity: 1 !important;
    color: #182F50 !important;
    color: rgba(24, 47, 80, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-lightNavy:focus {
    --text-opacity: 1 !important;
    color: #687FA0 !important;
    color: rgba(104, 127, 160, var(--text-opacity)) !important;
  }

  .lg\:text-opacity-0 {
    --text-opacity: 0 !important;
  }

  .lg\:text-opacity-25 {
    --text-opacity: 0.25 !important;
  }

  .lg\:text-opacity-50 {
    --text-opacity: 0.5 !important;
  }

  .lg\:text-opacity-75 {
    --text-opacity: 0.75 !important;
  }

  .lg\:text-opacity-100 {
    --text-opacity: 1 !important;
  }

  .lg\:hover\:text-opacity-0:hover {
    --text-opacity: 0 !important;
  }

  .lg\:hover\:text-opacity-25:hover {
    --text-opacity: 0.25 !important;
  }

  .lg\:hover\:text-opacity-50:hover {
    --text-opacity: 0.5 !important;
  }

  .lg\:hover\:text-opacity-75:hover {
    --text-opacity: 0.75 !important;
  }

  .lg\:hover\:text-opacity-100:hover {
    --text-opacity: 1 !important;
  }

  .lg\:focus\:text-opacity-0:focus {
    --text-opacity: 0 !important;
  }

  .lg\:focus\:text-opacity-25:focus {
    --text-opacity: 0.25 !important;
  }

  .lg\:focus\:text-opacity-50:focus {
    --text-opacity: 0.5 !important;
  }

  .lg\:focus\:text-opacity-75:focus {
    --text-opacity: 0.75 !important;
  }

  .lg\:focus\:text-opacity-100:focus {
    --text-opacity: 1 !important;
  }

  .lg\:italic {
    font-style: italic !important;
  }

  .lg\:not-italic {
    font-style: normal !important;
  }

  .lg\:uppercase {
    text-transform: uppercase !important;
  }

  .lg\:lowercase {
    text-transform: lowercase !important;
  }

  .lg\:capitalize {
    text-transform: capitalize !important;
  }

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

  .lg\:underline {
    text-decoration: underline !important;
  }

  .lg\:line-through {
    text-decoration: line-through !important;
  }

  .lg\:no-underline {
    text-decoration: none !important;
  }

  .lg\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .lg\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .lg\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .lg\:focus\:underline:focus {
    text-decoration: underline !important;
  }

  .lg\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }

  .lg\:focus\:no-underline:focus {
    text-decoration: none !important;
  }

  .lg\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .lg\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .lg\:ordinal, .lg\:slashed-zero, .lg\:lining-nums, .lg\:oldstyle-nums, .lg\:proportional-nums, .lg\:tabular-nums, .lg\:diagonal-fractions, .lg\:stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important;
  }

  .lg\:normal-nums {
    font-variant-numeric: normal !important;
  }

  .lg\:ordinal {
    --font-variant-numeric-ordinal: ordinal !important;
  }

  .lg\:slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero !important;
  }

  .lg\:lining-nums {
    --font-variant-numeric-figure: lining-nums !important;
  }

  .lg\:oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums !important;
  }

  .lg\:proportional-nums {
    --font-variant-numeric-spacing: proportional-nums !important;
  }

  .lg\:tabular-nums {
    --font-variant-numeric-spacing: tabular-nums !important;
  }

  .lg\:diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions !important;
  }

  .lg\:stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions !important;
  }

  .lg\:tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .lg\:tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .lg\:tracking-normal {
    letter-spacing: 0 !important;
  }

  .lg\:tracking-wide {
    letter-spacing: 0.025em !important;
  }

  .lg\:tracking-wider {
    letter-spacing: 0.05em !important;
  }

  .lg\:tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .lg\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .lg\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .lg\:select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
        -ms-user-select: all !important;
            user-select: all !important;
  }

  .lg\:select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .lg\:align-baseline {
    vertical-align: baseline !important;
  }

  .lg\:align-top {
    vertical-align: top !important;
  }

  .lg\:align-middle {
    vertical-align: middle !important;
  }

  .lg\:align-bottom {
    vertical-align: bottom !important;
  }

  .lg\:align-text-top {
    vertical-align: text-top !important;
  }

  .lg\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .lg\:visible {
    visibility: visible !important;
  }

  .lg\:invisible {
    visibility: hidden !important;
  }

  .lg\:hover\:visible:hover {
    visibility: visible !important;
  }

  .lg\:hover\:invisible:hover {
    visibility: hidden !important;
  }

  .group:hover .lg\:group-hover\:visible {
    visibility: visible !important;
  }

  .group:hover .lg\:group-hover\:invisible {
    visibility: hidden !important;
  }

  .lg\:whitespace-normal {
    white-space: normal !important;
  }

  .lg\:whitespace-no-wrap {
    white-space: nowrap !important;
  }

  .lg\:whitespace-pre {
    white-space: pre !important;
  }

  .lg\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .lg\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .lg\:break-normal {
    word-wrap: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .lg\:break-words {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }

  .lg\:break-all {
    word-break: break-all !important;
  }

  .lg\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .lg\:w-0 {
    width: 0 !important;
  }

  .lg\:w-1 {
    width: 0.25rem !important;
  }

  .lg\:w-2 {
    width: 0.5rem !important;
  }

  .lg\:w-3 {
    width: 0.75rem !important;
  }

  .lg\:w-4 {
    width: 1rem !important;
  }

  .lg\:w-5 {
    width: 1.25rem !important;
  }

  .lg\:w-6 {
    width: 1.5rem !important;
  }

  .lg\:w-8 {
    width: 2rem !important;
  }

  .lg\:w-9 {
    width: 2.5rem !important;
  }

  .lg\:w-10 {
    width: 2.5rem !important;
  }

  .lg\:w-12 {
    width: 3rem !important;
  }

  .lg\:w-14 {
    width: 3.5rem !important;
  }

  .lg\:w-16 {
    width: 4rem !important;
  }

  .lg\:w-18 {
    width: 4.5rem !important;
  }

  .lg\:w-20 {
    width: 5rem !important;
  }

  .lg\:w-22 {
    width: 5.626rem !important;
  }

  .lg\:w-24 {
    width: 6rem !important;
  }

  .lg\:w-26 {
    width: 6.25rem !important;
  }

  .lg\:w-28 {
    width: 7rem !important;
  }

  .lg\:w-32 {
    width: 8rem !important;
  }

  .lg\:w-34 {
    width: 8.5rem !important;
  }

  .lg\:w-38 {
    width: 9.25rem !important;
  }

  .lg\:w-40 {
    width: 10rem !important;
  }

  .lg\:w-46 {
    width: 11.75rem !important;
  }

  .lg\:w-48 {
    width: 12rem !important;
  }

  .lg\:w-56 {
    width: 14rem !important;
  }

  .lg\:w-64 {
    width: 16rem !important;
  }

  .lg\:w-82 {
    width: 20.75rem !important;
  }

  .lg\:w-auto {
    width: auto !important;
  }

  .lg\:w-px {
    width: 1px !important;
  }

  .lg\:w-tiny {
    width: 0.3rem !important;
  }

  .lg\:w-quick-links {
    width: 26% !important;
  }

  .lg\:w-pro-slid {
    width: 48% !important;
  }

  .lg\:w-62p {
    width: 62% !important;
  }

  .lg\:w-90p {
    width: 90% !important;
  }

  .lg\:w-x-large {
    width: 27.5rem !important;
  }

  .lg\:w-2px {
    width: 0.125rem !important;
  }

  .lg\:w-9px {
    width: 0.5625rem !important;
  }

  .lg\:w-10px {
    width: 0.625rem !important;
  }

  .lg\:w-18px {
    width: 1.125rem !important;
  }

  .lg\:w-20px {
    width: 1.25rem !important;
  }

  .lg\:w-24px {
    width: 1.5rem !important;
  }

  .lg\:w-26px {
    width: 1.625rem !important;
  }

  .lg\:w-30px {
    width: 1.875rem !important;
  }

  .lg\:w-38px {
    width: 2.375rem !important;
  }

  .lg\:w-43px {
    width: 2.6875rem !important;
  }

  .lg\:w-44px {
    width: 2.75rem !important;
  }

  .lg\:w-46px {
    width: 2.875rem !important;
  }

  .lg\:w-53px {
    width: 3.3125rem !important;
  }

  .lg\:w-54px {
    width: 3.375rem !important;
  }

  .lg\:w-55px {
    width: 3.4375rem !important;
  }

  .lg\:w-60px {
    width: 3.75rem !important;
  }

  .lg\:w-67px {
    width: 4.1875rem !important;
  }

  .lg\:w-73px {
    width: 4.5625rem !important;
  }

  .lg\:w-80px {
    width: 5rem !important;
  }

  .lg\:w-81px {
    width: 5.0625rem !important;
  }

  .lg\:w-85px {
    width: 5.3125rem !important;
  }

  .lg\:w-92px {
    width: 5.75rem !important;
  }

  .lg\:w-100px {
    width: 6.25rem !important;
  }

  .lg\:w-106px {
    width: 6.625rem !important;
  }

  .lg\:w-123px {
    width: 7.6875rem !important;
  }

  .lg\:w-126px {
    width: 7.875rem !important;
  }

  .lg\:w-138px {
    width: 8.625rem !important;
  }

  .lg\:w-140px {
    width: 8.75rem !important;
  }

  .lg\:w-146px {
    width: 9.125rem !important;
  }

  .lg\:w-152px {
    width: 9.5rem !important;
  }

  .lg\:w-187px {
    width: 11.6875rem !important;
  }

  .lg\:w-220px {
    width: 13.75rem !important;
  }

  .lg\:w-253px {
    width: 15.8125rem !important;
  }

  .lg\:w-320px {
    width: 20rem !important;
  }

  .lg\:w-400px {
    width: 25rem !important;
  }

  .lg\:w-500px {
    width: 31.25rem !important;
  }

  .lg\:w-lgPaddingTop {
    width: 15.8125rem !important;
  }

  .lg\:w-phonePaddingTop {
    width: 9.875rem !important;
  }

  .lg\:w-tabletPaddingTop {
    width: 6.625rem !important;
  }

  .lg\:w-largePaddingTop {
    width: 13.75rem !important;
  }

  .lg\:w-phoneTextContentMaxWidth {
    width: 57.0625rem !important;
  }

  .lg\:w-phoneTextContentWidth {
    width: 63% !important;
  }

  .lg\:w-phoneBlockContentWidth {
    width: 71.625rem !important;
  }

  .lg\:w-tabletTextContentMaxWidth {
    width: 57.0625rem !important;
  }

  .lg\:w-tabletTextContentWidth {
    width: 63% !important;
  }

  .lg\:w-tabletBlockContentWidth {
    width: 71.625rem !important;
  }

  .lg\:w-largeTextContentMaxWidth {
    width: 57.0625rem !important;
  }

  .lg\:w-largeTextContentWidth {
    width: 63% !important;
  }

  .lg\:w-largeBlockContentWidth {
    width: 71.625rem !important;
  }

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

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

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

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

  .lg\:w-2\/4 {
    width: 50% !important;
  }

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

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

  .lg\:w-2\/5 {
    width: 40% !important;
  }

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

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

  .lg\:w-1\/6 {
    width: 16.666667% !important;
  }

  .lg\:w-2\/6 {
    width: 33.333333% !important;
  }

  .lg\:w-3\/6 {
    width: 50% !important;
  }

  .lg\:w-4\/6 {
    width: 66.666667% !important;
  }

  .lg\:w-5\/6 {
    width: 83.333333% !important;
  }

  .lg\:w-1\/12 {
    width: 8.333333% !important;
  }

  .lg\:w-2\/12 {
    width: 16.666667% !important;
  }

  .lg\:w-3\/12 {
    width: 25% !important;
  }

  .lg\:w-4\/12 {
    width: 33.333333% !important;
  }

  .lg\:w-5\/12 {
    width: 41.666667% !important;
  }

  .lg\:w-6\/12 {
    width: 50% !important;
  }

  .lg\:w-7\/12 {
    width: 58.333333% !important;
  }

  .lg\:w-8\/12 {
    width: 66.666667% !important;
  }

  .lg\:w-9\/12 {
    width: 75% !important;
  }

  .lg\:w-10\/12 {
    width: 83.333333% !important;
  }

  .lg\:w-11\/12 {
    width: 91.666667% !important;
  }

  .lg\:w-full {
    width: 100% !important;
  }

  .lg\:w-screen {
    width: 100vw !important;
  }

  .lg\:z-0 {
    z-index: 0 !important;
  }

  .lg\:z-10 {
    z-index: 10 !important;
  }

  .lg\:z-20 {
    z-index: 20 !important;
  }

  .lg\:z-30 {
    z-index: 30 !important;
  }

  .lg\:z-40 {
    z-index: 40 !important;
  }

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

  .lg\:z-auto {
    z-index: auto !important;
  }

  .lg\:gap-0 {
    grid-gap: 0 !important;
    gap: 0 !important;
  }

  .lg\:gap-1 {
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important;
  }

  .lg\:gap-2 {
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
  }

  .lg\:gap-3 {
    grid-gap: 0.75rem !important;
    gap: 0.75rem !important;
  }

  .lg\:gap-4 {
    grid-gap: 1rem !important;
    gap: 1rem !important;
  }

  .lg\:gap-5 {
    grid-gap: 1.25rem !important;
    gap: 1.25rem !important;
  }

  .lg\:gap-6 {
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

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

  .lg\:gap-9 {
    grid-gap: 2.5rem !important;
    gap: 2.5rem !important;
  }

  .lg\:gap-10 {
    grid-gap: 2.5rem !important;
    gap: 2.5rem !important;
  }

  .lg\:gap-12 {
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

  .lg\:gap-14 {
    grid-gap: 3.5rem !important;
    gap: 3.5rem !important;
  }

  .lg\:gap-16 {
    grid-gap: 4rem !important;
    gap: 4rem !important;
  }

  .lg\:gap-18 {
    grid-gap: 4.5rem !important;
    gap: 4.5rem !important;
  }

  .lg\:gap-20 {
    grid-gap: 5rem !important;
    gap: 5rem !important;
  }

  .lg\:gap-22 {
    grid-gap: 5.626rem !important;
    gap: 5.626rem !important;
  }

  .lg\:gap-24 {
    grid-gap: 6rem !important;
    gap: 6rem !important;
  }

  .lg\:gap-26 {
    grid-gap: 6.25rem !important;
    gap: 6.25rem !important;
  }

  .lg\:gap-28 {
    grid-gap: 7rem !important;
    gap: 7rem !important;
  }

  .lg\:gap-32 {
    grid-gap: 8rem !important;
    gap: 8rem !important;
  }

  .lg\:gap-34 {
    grid-gap: 8.5rem !important;
    gap: 8.5rem !important;
  }

  .lg\:gap-38 {
    grid-gap: 9.25rem !important;
    gap: 9.25rem !important;
  }

  .lg\:gap-40 {
    grid-gap: 10rem !important;
    gap: 10rem !important;
  }

  .lg\:gap-46 {
    grid-gap: 11.75rem !important;
    gap: 11.75rem !important;
  }

  .lg\:gap-48 {
    grid-gap: 12rem !important;
    gap: 12rem !important;
  }

  .lg\:gap-56 {
    grid-gap: 14rem !important;
    gap: 14rem !important;
  }

  .lg\:gap-64 {
    grid-gap: 16rem !important;
    gap: 16rem !important;
  }

  .lg\:gap-82 {
    grid-gap: 20.75rem !important;
    gap: 20.75rem !important;
  }

  .lg\:gap-px {
    grid-gap: 1px !important;
    gap: 1px !important;
  }

  .lg\:gap-tiny {
    grid-gap: 0.3rem !important;
    gap: 0.3rem !important;
  }

  .lg\:gap-quick-links {
    grid-gap: 26% !important;
    gap: 26% !important;
  }

  .lg\:gap-pro-slid {
    grid-gap: 48% !important;
    gap: 48% !important;
  }

  .lg\:gap-62p {
    grid-gap: 62% !important;
    gap: 62% !important;
  }

  .lg\:gap-90p {
    grid-gap: 90% !important;
    gap: 90% !important;
  }

  .lg\:gap-x-large {
    grid-gap: 27.5rem !important;
    gap: 27.5rem !important;
  }

  .lg\:gap-2px {
    grid-gap: 0.125rem !important;
    gap: 0.125rem !important;
  }

  .lg\:gap-9px {
    grid-gap: 0.5625rem !important;
    gap: 0.5625rem !important;
  }

  .lg\:gap-10px {
    grid-gap: 0.625rem !important;
    gap: 0.625rem !important;
  }

  .lg\:gap-18px {
    grid-gap: 1.125rem !important;
    gap: 1.125rem !important;
  }

  .lg\:gap-20px {
    grid-gap: 1.25rem !important;
    gap: 1.25rem !important;
  }

  .lg\:gap-24px {
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

  .lg\:gap-26px {
    grid-gap: 1.625rem !important;
    gap: 1.625rem !important;
  }

  .lg\:gap-30px {
    grid-gap: 1.875rem !important;
    gap: 1.875rem !important;
  }

  .lg\:gap-38px {
    grid-gap: 2.375rem !important;
    gap: 2.375rem !important;
  }

  .lg\:gap-43px {
    grid-gap: 2.6875rem !important;
    gap: 2.6875rem !important;
  }

  .lg\:gap-44px {
    grid-gap: 2.75rem !important;
    gap: 2.75rem !important;
  }

  .lg\:gap-46px {
    grid-gap: 2.875rem !important;
    gap: 2.875rem !important;
  }

  .lg\:gap-53px {
    grid-gap: 3.3125rem !important;
    gap: 3.3125rem !important;
  }

  .lg\:gap-54px {
    grid-gap: 3.375rem !important;
    gap: 3.375rem !important;
  }

  .lg\:gap-55px {
    grid-gap: 3.4375rem !important;
    gap: 3.4375rem !important;
  }

  .lg\:gap-60px {
    grid-gap: 3.75rem !important;
    gap: 3.75rem !important;
  }

  .lg\:gap-67px {
    grid-gap: 4.1875rem !important;
    gap: 4.1875rem !important;
  }

  .lg\:gap-73px {
    grid-gap: 4.5625rem !important;
    gap: 4.5625rem !important;
  }

  .lg\:gap-80px {
    grid-gap: 5rem !important;
    gap: 5rem !important;
  }

  .lg\:gap-81px {
    grid-gap: 5.0625rem !important;
    gap: 5.0625rem !important;
  }

  .lg\:gap-85px {
    grid-gap: 5.3125rem !important;
    gap: 5.3125rem !important;
  }

  .lg\:gap-92px {
    grid-gap: 5.75rem !important;
    gap: 5.75rem !important;
  }

  .lg\:gap-100px {
    grid-gap: 6.25rem !important;
    gap: 6.25rem !important;
  }

  .lg\:gap-106px {
    grid-gap: 6.625rem !important;
    gap: 6.625rem !important;
  }

  .lg\:gap-123px {
    grid-gap: 7.6875rem !important;
    gap: 7.6875rem !important;
  }

  .lg\:gap-126px {
    grid-gap: 7.875rem !important;
    gap: 7.875rem !important;
  }

  .lg\:gap-138px {
    grid-gap: 8.625rem !important;
    gap: 8.625rem !important;
  }

  .lg\:gap-140px {
    grid-gap: 8.75rem !important;
    gap: 8.75rem !important;
  }

  .lg\:gap-146px {
    grid-gap: 9.125rem !important;
    gap: 9.125rem !important;
  }

  .lg\:gap-152px {
    grid-gap: 9.5rem !important;
    gap: 9.5rem !important;
  }

  .lg\:gap-187px {
    grid-gap: 11.6875rem !important;
    gap: 11.6875rem !important;
  }

  .lg\:gap-220px {
    grid-gap: 13.75rem !important;
    gap: 13.75rem !important;
  }

  .lg\:gap-253px {
    grid-gap: 15.8125rem !important;
    gap: 15.8125rem !important;
  }

  .lg\:gap-320px {
    grid-gap: 20rem !important;
    gap: 20rem !important;
  }

  .lg\:gap-400px {
    grid-gap: 25rem !important;
    gap: 25rem !important;
  }

  .lg\:gap-500px {
    grid-gap: 31.25rem !important;
    gap: 31.25rem !important;
  }

  .lg\:gap-lgPaddingTop {
    grid-gap: 15.8125rem !important;
    gap: 15.8125rem !important;
  }

  .lg\:gap-phonePaddingTop {
    grid-gap: 9.875rem !important;
    gap: 9.875rem !important;
  }

  .lg\:gap-tabletPaddingTop {
    grid-gap: 6.625rem !important;
    gap: 6.625rem !important;
  }

  .lg\:gap-largePaddingTop {
    grid-gap: 13.75rem !important;
    gap: 13.75rem !important;
  }

  .lg\:gap-phoneTextContentMaxWidth {
    grid-gap: 57.0625rem !important;
    gap: 57.0625rem !important;
  }

  .lg\:gap-phoneTextContentWidth {
    grid-gap: 63% !important;
    gap: 63% !important;
  }

  .lg\:gap-phoneBlockContentWidth {
    grid-gap: 71.625rem !important;
    gap: 71.625rem !important;
  }

  .lg\:gap-tabletTextContentMaxWidth {
    grid-gap: 57.0625rem !important;
    gap: 57.0625rem !important;
  }

  .lg\:gap-tabletTextContentWidth {
    grid-gap: 63% !important;
    gap: 63% !important;
  }

  .lg\:gap-tabletBlockContentWidth {
    grid-gap: 71.625rem !important;
    gap: 71.625rem !important;
  }

  .lg\:gap-largeTextContentMaxWidth {
    grid-gap: 57.0625rem !important;
    gap: 57.0625rem !important;
  }

  .lg\:gap-largeTextContentWidth {
    grid-gap: 63% !important;
    gap: 63% !important;
  }

  .lg\:gap-largeBlockContentWidth {
    grid-gap: 71.625rem !important;
    gap: 71.625rem !important;
  }

  .lg\:col-gap-0 {
    grid-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }

  .lg\:col-gap-1 {
    grid-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .lg\:col-gap-2 {
    grid-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .lg\:col-gap-3 {
    grid-column-gap: 0.75rem !important;
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .lg\:col-gap-4 {
    grid-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .lg\:col-gap-5 {
    grid-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .lg\:col-gap-6 {
    grid-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .lg\:col-gap-8 {
    grid-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .lg\:col-gap-9 {
    grid-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .lg\:col-gap-10 {
    grid-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .lg\:col-gap-12 {
    grid-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .lg\:col-gap-14 {
    grid-column-gap: 3.5rem !important;
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .lg\:col-gap-16 {
    grid-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .lg\:col-gap-18 {
    grid-column-gap: 4.5rem !important;
    -moz-column-gap: 4.5rem !important;
         column-gap: 4.5rem !important;
  }

  .lg\:col-gap-20 {
    grid-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .lg\:col-gap-22 {
    grid-column-gap: 5.626rem !important;
    -moz-column-gap: 5.626rem !important;
         column-gap: 5.626rem !important;
  }

  .lg\:col-gap-24 {
    grid-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .lg\:col-gap-26 {
    grid-column-gap: 6.25rem !important;
    -moz-column-gap: 6.25rem !important;
         column-gap: 6.25rem !important;
  }

  .lg\:col-gap-28 {
    grid-column-gap: 7rem !important;
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .lg\:col-gap-32 {
    grid-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .lg\:col-gap-34 {
    grid-column-gap: 8.5rem !important;
    -moz-column-gap: 8.5rem !important;
         column-gap: 8.5rem !important;
  }

  .lg\:col-gap-38 {
    grid-column-gap: 9.25rem !important;
    -moz-column-gap: 9.25rem !important;
         column-gap: 9.25rem !important;
  }

  .lg\:col-gap-40 {
    grid-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .lg\:col-gap-46 {
    grid-column-gap: 11.75rem !important;
    -moz-column-gap: 11.75rem !important;
         column-gap: 11.75rem !important;
  }

  .lg\:col-gap-48 {
    grid-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .lg\:col-gap-56 {
    grid-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .lg\:col-gap-64 {
    grid-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .lg\:col-gap-82 {
    grid-column-gap: 20.75rem !important;
    -moz-column-gap: 20.75rem !important;
         column-gap: 20.75rem !important;
  }

  .lg\:col-gap-px {
    grid-column-gap: 1px !important;
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .lg\:col-gap-tiny {
    grid-column-gap: 0.3rem !important;
    -moz-column-gap: 0.3rem !important;
         column-gap: 0.3rem !important;
  }

  .lg\:col-gap-quick-links {
    grid-column-gap: 26% !important;
    -moz-column-gap: 26% !important;
         column-gap: 26% !important;
  }

  .lg\:col-gap-pro-slid {
    grid-column-gap: 48% !important;
    -moz-column-gap: 48% !important;
         column-gap: 48% !important;
  }

  .lg\:col-gap-62p {
    grid-column-gap: 62% !important;
    -moz-column-gap: 62% !important;
         column-gap: 62% !important;
  }

  .lg\:col-gap-90p {
    grid-column-gap: 90% !important;
    -moz-column-gap: 90% !important;
         column-gap: 90% !important;
  }

  .lg\:col-gap-x-large {
    grid-column-gap: 27.5rem !important;
    -moz-column-gap: 27.5rem !important;
         column-gap: 27.5rem !important;
  }

  .lg\:col-gap-2px {
    grid-column-gap: 0.125rem !important;
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .lg\:col-gap-9px {
    grid-column-gap: 0.5625rem !important;
    -moz-column-gap: 0.5625rem !important;
         column-gap: 0.5625rem !important;
  }

  .lg\:col-gap-10px {
    grid-column-gap: 0.625rem !important;
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .lg\:col-gap-18px {
    grid-column-gap: 1.125rem !important;
    -moz-column-gap: 1.125rem !important;
         column-gap: 1.125rem !important;
  }

  .lg\:col-gap-20px {
    grid-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .lg\:col-gap-24px {
    grid-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .lg\:col-gap-26px {
    grid-column-gap: 1.625rem !important;
    -moz-column-gap: 1.625rem !important;
         column-gap: 1.625rem !important;
  }

  .lg\:col-gap-30px {
    grid-column-gap: 1.875rem !important;
    -moz-column-gap: 1.875rem !important;
         column-gap: 1.875rem !important;
  }

  .lg\:col-gap-38px {
    grid-column-gap: 2.375rem !important;
    -moz-column-gap: 2.375rem !important;
         column-gap: 2.375rem !important;
  }

  .lg\:col-gap-43px {
    grid-column-gap: 2.6875rem !important;
    -moz-column-gap: 2.6875rem !important;
         column-gap: 2.6875rem !important;
  }

  .lg\:col-gap-44px {
    grid-column-gap: 2.75rem !important;
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .lg\:col-gap-46px {
    grid-column-gap: 2.875rem !important;
    -moz-column-gap: 2.875rem !important;
         column-gap: 2.875rem !important;
  }

  .lg\:col-gap-53px {
    grid-column-gap: 3.3125rem !important;
    -moz-column-gap: 3.3125rem !important;
         column-gap: 3.3125rem !important;
  }

  .lg\:col-gap-54px {
    grid-column-gap: 3.375rem !important;
    -moz-column-gap: 3.375rem !important;
         column-gap: 3.375rem !important;
  }

  .lg\:col-gap-55px {
    grid-column-gap: 3.4375rem !important;
    -moz-column-gap: 3.4375rem !important;
         column-gap: 3.4375rem !important;
  }

  .lg\:col-gap-60px {
    grid-column-gap: 3.75rem !important;
    -moz-column-gap: 3.75rem !important;
         column-gap: 3.75rem !important;
  }

  .lg\:col-gap-67px {
    grid-column-gap: 4.1875rem !important;
    -moz-column-gap: 4.1875rem !important;
         column-gap: 4.1875rem !important;
  }

  .lg\:col-gap-73px {
    grid-column-gap: 4.5625rem !important;
    -moz-column-gap: 4.5625rem !important;
         column-gap: 4.5625rem !important;
  }

  .lg\:col-gap-80px {
    grid-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .lg\:col-gap-81px {
    grid-column-gap: 5.0625rem !important;
    -moz-column-gap: 5.0625rem !important;
         column-gap: 5.0625rem !important;
  }

  .lg\:col-gap-85px {
    grid-column-gap: 5.3125rem !important;
    -moz-column-gap: 5.3125rem !important;
         column-gap: 5.3125rem !important;
  }

  .lg\:col-gap-92px {
    grid-column-gap: 5.75rem !important;
    -moz-column-gap: 5.75rem !important;
         column-gap: 5.75rem !important;
  }

  .lg\:col-gap-100px {
    grid-column-gap: 6.25rem !important;
    -moz-column-gap: 6.25rem !important;
         column-gap: 6.25rem !important;
  }

  .lg\:col-gap-106px {
    grid-column-gap: 6.625rem !important;
    -moz-column-gap: 6.625rem !important;
         column-gap: 6.625rem !important;
  }

  .lg\:col-gap-123px {
    grid-column-gap: 7.6875rem !important;
    -moz-column-gap: 7.6875rem !important;
         column-gap: 7.6875rem !important;
  }

  .lg\:col-gap-126px {
    grid-column-gap: 7.875rem !important;
    -moz-column-gap: 7.875rem !important;
         column-gap: 7.875rem !important;
  }

  .lg\:col-gap-138px {
    grid-column-gap: 8.625rem !important;
    -moz-column-gap: 8.625rem !important;
         column-gap: 8.625rem !important;
  }

  .lg\:col-gap-140px {
    grid-column-gap: 8.75rem !important;
    -moz-column-gap: 8.75rem !important;
         column-gap: 8.75rem !important;
  }

  .lg\:col-gap-146px {
    grid-column-gap: 9.125rem !important;
    -moz-column-gap: 9.125rem !important;
         column-gap: 9.125rem !important;
  }

  .lg\:col-gap-152px {
    grid-column-gap: 9.5rem !important;
    -moz-column-gap: 9.5rem !important;
         column-gap: 9.5rem !important;
  }

  .lg\:col-gap-187px {
    grid-column-gap: 11.6875rem !important;
    -moz-column-gap: 11.6875rem !important;
         column-gap: 11.6875rem !important;
  }

  .lg\:col-gap-220px {
    grid-column-gap: 13.75rem !important;
    -moz-column-gap: 13.75rem !important;
         column-gap: 13.75rem !important;
  }

  .lg\:col-gap-253px {
    grid-column-gap: 15.8125rem !important;
    -moz-column-gap: 15.8125rem !important;
         column-gap: 15.8125rem !important;
  }

  .lg\:col-gap-320px {
    grid-column-gap: 20rem !important;
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .lg\:col-gap-400px {
    grid-column-gap: 25rem !important;
    -moz-column-gap: 25rem !important;
         column-gap: 25rem !important;
  }

  .lg\:col-gap-500px {
    grid-column-gap: 31.25rem !important;
    -moz-column-gap: 31.25rem !important;
         column-gap: 31.25rem !important;
  }

  .lg\:col-gap-lgPaddingTop {
    grid-column-gap: 15.8125rem !important;
    -moz-column-gap: 15.8125rem !important;
         column-gap: 15.8125rem !important;
  }

  .lg\:col-gap-phonePaddingTop {
    grid-column-gap: 9.875rem !important;
    -moz-column-gap: 9.875rem !important;
         column-gap: 9.875rem !important;
  }

  .lg\:col-gap-tabletPaddingTop {
    grid-column-gap: 6.625rem !important;
    -moz-column-gap: 6.625rem !important;
         column-gap: 6.625rem !important;
  }

  .lg\:col-gap-largePaddingTop {
    grid-column-gap: 13.75rem !important;
    -moz-column-gap: 13.75rem !important;
         column-gap: 13.75rem !important;
  }

  .lg\:col-gap-phoneTextContentMaxWidth {
    grid-column-gap: 57.0625rem !important;
    -moz-column-gap: 57.0625rem !important;
         column-gap: 57.0625rem !important;
  }

  .lg\:col-gap-phoneTextContentWidth {
    grid-column-gap: 63% !important;
    -moz-column-gap: 63% !important;
         column-gap: 63% !important;
  }

  .lg\:col-gap-phoneBlockContentWidth {
    grid-column-gap: 71.625rem !important;
    -moz-column-gap: 71.625rem !important;
         column-gap: 71.625rem !important;
  }

  .lg\:col-gap-tabletTextContentMaxWidth {
    grid-column-gap: 57.0625rem !important;
    -moz-column-gap: 57.0625rem !important;
         column-gap: 57.0625rem !important;
  }

  .lg\:col-gap-tabletTextContentWidth {
    grid-column-gap: 63% !important;
    -moz-column-gap: 63% !important;
         column-gap: 63% !important;
  }

  .lg\:col-gap-tabletBlockContentWidth {
    grid-column-gap: 71.625rem !important;
    -moz-column-gap: 71.625rem !important;
         column-gap: 71.625rem !important;
  }

  .lg\:col-gap-largeTextContentMaxWidth {
    grid-column-gap: 57.0625rem !important;
    -moz-column-gap: 57.0625rem !important;
         column-gap: 57.0625rem !important;
  }

  .lg\:col-gap-largeTextContentWidth {
    grid-column-gap: 63% !important;
    -moz-column-gap: 63% !important;
         column-gap: 63% !important;
  }

  .lg\:col-gap-largeBlockContentWidth {
    grid-column-gap: 71.625rem !important;
    -moz-column-gap: 71.625rem !important;
         column-gap: 71.625rem !important;
  }

  .lg\:gap-x-0 {
    grid-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }

  .lg\:gap-x-1 {
    grid-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .lg\:gap-x-2 {
    grid-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .lg\:gap-x-3 {
    grid-column-gap: 0.75rem !important;
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .lg\:gap-x-4 {
    grid-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .lg\:gap-x-5 {
    grid-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .lg\:gap-x-6 {
    grid-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .lg\:gap-x-8 {
    grid-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .lg\:gap-x-9 {
    grid-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .lg\:gap-x-10 {
    grid-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .lg\:gap-x-12 {
    grid-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .lg\:gap-x-14 {
    grid-column-gap: 3.5rem !important;
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .lg\:gap-x-16 {
    grid-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .lg\:gap-x-18 {
    grid-column-gap: 4.5rem !important;
    -moz-column-gap: 4.5rem !important;
         column-gap: 4.5rem !important;
  }

  .lg\:gap-x-20 {
    grid-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .lg\:gap-x-22 {
    grid-column-gap: 5.626rem !important;
    -moz-column-gap: 5.626rem !important;
         column-gap: 5.626rem !important;
  }

  .lg\:gap-x-24 {
    grid-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .lg\:gap-x-26 {
    grid-column-gap: 6.25rem !important;
    -moz-column-gap: 6.25rem !important;
         column-gap: 6.25rem !important;
  }

  .lg\:gap-x-28 {
    grid-column-gap: 7rem !important;
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .lg\:gap-x-32 {
    grid-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .lg\:gap-x-34 {
    grid-column-gap: 8.5rem !important;
    -moz-column-gap: 8.5rem !important;
         column-gap: 8.5rem !important;
  }

  .lg\:gap-x-38 {
    grid-column-gap: 9.25rem !important;
    -moz-column-gap: 9.25rem !important;
         column-gap: 9.25rem !important;
  }

  .lg\:gap-x-40 {
    grid-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .lg\:gap-x-46 {
    grid-column-gap: 11.75rem !important;
    -moz-column-gap: 11.75rem !important;
         column-gap: 11.75rem !important;
  }

  .lg\:gap-x-48 {
    grid-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .lg\:gap-x-56 {
    grid-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .lg\:gap-x-64 {
    grid-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .lg\:gap-x-82 {
    grid-column-gap: 20.75rem !important;
    -moz-column-gap: 20.75rem !important;
         column-gap: 20.75rem !important;
  }

  .lg\:gap-x-px {
    grid-column-gap: 1px !important;
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .lg\:gap-x-tiny {
    grid-column-gap: 0.3rem !important;
    -moz-column-gap: 0.3rem !important;
         column-gap: 0.3rem !important;
  }

  .lg\:gap-x-quick-links {
    grid-column-gap: 26% !important;
    -moz-column-gap: 26% !important;
         column-gap: 26% !important;
  }

  .lg\:gap-x-pro-slid {
    grid-column-gap: 48% !important;
    -moz-column-gap: 48% !important;
         column-gap: 48% !important;
  }

  .lg\:gap-x-62p {
    grid-column-gap: 62% !important;
    -moz-column-gap: 62% !important;
         column-gap: 62% !important;
  }

  .lg\:gap-x-90p {
    grid-column-gap: 90% !important;
    -moz-column-gap: 90% !important;
         column-gap: 90% !important;
  }

  .lg\:gap-x-x-large {
    grid-column-gap: 27.5rem !important;
    -moz-column-gap: 27.5rem !important;
         column-gap: 27.5rem !important;
  }

  .lg\:gap-x-2px {
    grid-column-gap: 0.125rem !important;
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .lg\:gap-x-9px {
    grid-column-gap: 0.5625rem !important;
    -moz-column-gap: 0.5625rem !important;
         column-gap: 0.5625rem !important;
  }

  .lg\:gap-x-10px {
    grid-column-gap: 0.625rem !important;
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .lg\:gap-x-18px {
    grid-column-gap: 1.125rem !important;
    -moz-column-gap: 1.125rem !important;
         column-gap: 1.125rem !important;
  }

  .lg\:gap-x-20px {
    grid-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .lg\:gap-x-24px {
    grid-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .lg\:gap-x-26px {
    grid-column-gap: 1.625rem !important;
    -moz-column-gap: 1.625rem !important;
         column-gap: 1.625rem !important;
  }

  .lg\:gap-x-30px {
    grid-column-gap: 1.875rem !important;
    -moz-column-gap: 1.875rem !important;
         column-gap: 1.875rem !important;
  }

  .lg\:gap-x-38px {
    grid-column-gap: 2.375rem !important;
    -moz-column-gap: 2.375rem !important;
         column-gap: 2.375rem !important;
  }

  .lg\:gap-x-43px {
    grid-column-gap: 2.6875rem !important;
    -moz-column-gap: 2.6875rem !important;
         column-gap: 2.6875rem !important;
  }

  .lg\:gap-x-44px {
    grid-column-gap: 2.75rem !important;
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .lg\:gap-x-46px {
    grid-column-gap: 2.875rem !important;
    -moz-column-gap: 2.875rem !important;
         column-gap: 2.875rem !important;
  }

  .lg\:gap-x-53px {
    grid-column-gap: 3.3125rem !important;
    -moz-column-gap: 3.3125rem !important;
         column-gap: 3.3125rem !important;
  }

  .lg\:gap-x-54px {
    grid-column-gap: 3.375rem !important;
    -moz-column-gap: 3.375rem !important;
         column-gap: 3.375rem !important;
  }

  .lg\:gap-x-55px {
    grid-column-gap: 3.4375rem !important;
    -moz-column-gap: 3.4375rem !important;
         column-gap: 3.4375rem !important;
  }

  .lg\:gap-x-60px {
    grid-column-gap: 3.75rem !important;
    -moz-column-gap: 3.75rem !important;
         column-gap: 3.75rem !important;
  }

  .lg\:gap-x-67px {
    grid-column-gap: 4.1875rem !important;
    -moz-column-gap: 4.1875rem !important;
         column-gap: 4.1875rem !important;
  }

  .lg\:gap-x-73px {
    grid-column-gap: 4.5625rem !important;
    -moz-column-gap: 4.5625rem !important;
         column-gap: 4.5625rem !important;
  }

  .lg\:gap-x-80px {
    grid-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .lg\:gap-x-81px {
    grid-column-gap: 5.0625rem !important;
    -moz-column-gap: 5.0625rem !important;
         column-gap: 5.0625rem !important;
  }

  .lg\:gap-x-85px {
    grid-column-gap: 5.3125rem !important;
    -moz-column-gap: 5.3125rem !important;
         column-gap: 5.3125rem !important;
  }

  .lg\:gap-x-92px {
    grid-column-gap: 5.75rem !important;
    -moz-column-gap: 5.75rem !important;
         column-gap: 5.75rem !important;
  }

  .lg\:gap-x-100px {
    grid-column-gap: 6.25rem !important;
    -moz-column-gap: 6.25rem !important;
         column-gap: 6.25rem !important;
  }

  .lg\:gap-x-106px {
    grid-column-gap: 6.625rem !important;
    -moz-column-gap: 6.625rem !important;
         column-gap: 6.625rem !important;
  }

  .lg\:gap-x-123px {
    grid-column-gap: 7.6875rem !important;
    -moz-column-gap: 7.6875rem !important;
         column-gap: 7.6875rem !important;
  }

  .lg\:gap-x-126px {
    grid-column-gap: 7.875rem !important;
    -moz-column-gap: 7.875rem !important;
         column-gap: 7.875rem !important;
  }

  .lg\:gap-x-138px {
    grid-column-gap: 8.625rem !important;
    -moz-column-gap: 8.625rem !important;
         column-gap: 8.625rem !important;
  }

  .lg\:gap-x-140px {
    grid-column-gap: 8.75rem !important;
    -moz-column-gap: 8.75rem !important;
         column-gap: 8.75rem !important;
  }

  .lg\:gap-x-146px {
    grid-column-gap: 9.125rem !important;
    -moz-column-gap: 9.125rem !important;
         column-gap: 9.125rem !important;
  }

  .lg\:gap-x-152px {
    grid-column-gap: 9.5rem !important;
    -moz-column-gap: 9.5rem !important;
         column-gap: 9.5rem !important;
  }

  .lg\:gap-x-187px {
    grid-column-gap: 11.6875rem !important;
    -moz-column-gap: 11.6875rem !important;
         column-gap: 11.6875rem !important;
  }

  .lg\:gap-x-220px {
    grid-column-gap: 13.75rem !important;
    -moz-column-gap: 13.75rem !important;
         column-gap: 13.75rem !important;
  }

  .lg\:gap-x-253px {
    grid-column-gap: 15.8125rem !important;
    -moz-column-gap: 15.8125rem !important;
         column-gap: 15.8125rem !important;
  }

  .lg\:gap-x-320px {
    grid-column-gap: 20rem !important;
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .lg\:gap-x-400px {
    grid-column-gap: 25rem !important;
    -moz-column-gap: 25rem !important;
         column-gap: 25rem !important;
  }

  .lg\:gap-x-500px {
    grid-column-gap: 31.25rem !important;
    -moz-column-gap: 31.25rem !important;
         column-gap: 31.25rem !important;
  }

  .lg\:gap-x-lgPaddingTop {
    grid-column-gap: 15.8125rem !important;
    -moz-column-gap: 15.8125rem !important;
         column-gap: 15.8125rem !important;
  }

  .lg\:gap-x-phonePaddingTop {
    grid-column-gap: 9.875rem !important;
    -moz-column-gap: 9.875rem !important;
         column-gap: 9.875rem !important;
  }

  .lg\:gap-x-tabletPaddingTop {
    grid-column-gap: 6.625rem !important;
    -moz-column-gap: 6.625rem !important;
         column-gap: 6.625rem !important;
  }

  .lg\:gap-x-largePaddingTop {
    grid-column-gap: 13.75rem !important;
    -moz-column-gap: 13.75rem !important;
         column-gap: 13.75rem !important;
  }

  .lg\:gap-x-phoneTextContentMaxWidth {
    grid-column-gap: 57.0625rem !important;
    -moz-column-gap: 57.0625rem !important;
         column-gap: 57.0625rem !important;
  }

  .lg\:gap-x-phoneTextContentWidth {
    grid-column-gap: 63% !important;
    -moz-column-gap: 63% !important;
         column-gap: 63% !important;
  }

  .lg\:gap-x-phoneBlockContentWidth {
    grid-column-gap: 71.625rem !important;
    -moz-column-gap: 71.625rem !important;
         column-gap: 71.625rem !important;
  }

  .lg\:gap-x-tabletTextContentMaxWidth {
    grid-column-gap: 57.0625rem !important;
    -moz-column-gap: 57.0625rem !important;
         column-gap: 57.0625rem !important;
  }

  .lg\:gap-x-tabletTextContentWidth {
    grid-column-gap: 63% !important;
    -moz-column-gap: 63% !important;
         column-gap: 63% !important;
  }

  .lg\:gap-x-tabletBlockContentWidth {
    grid-column-gap: 71.625rem !important;
    -moz-column-gap: 71.625rem !important;
         column-gap: 71.625rem !important;
  }

  .lg\:gap-x-largeTextContentMaxWidth {
    grid-column-gap: 57.0625rem !important;
    -moz-column-gap: 57.0625rem !important;
         column-gap: 57.0625rem !important;
  }

  .lg\:gap-x-largeTextContentWidth {
    grid-column-gap: 63% !important;
    -moz-column-gap: 63% !important;
         column-gap: 63% !important;
  }

  .lg\:gap-x-largeBlockContentWidth {
    grid-column-gap: 71.625rem !important;
    -moz-column-gap: 71.625rem !important;
         column-gap: 71.625rem !important;
  }

  .lg\:row-gap-0 {
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .lg\:row-gap-1 {
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .lg\:row-gap-2 {
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .lg\:row-gap-3 {
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .lg\:row-gap-4 {
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .lg\:row-gap-5 {
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .lg\:row-gap-6 {
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .lg\:row-gap-8 {
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .lg\:row-gap-9 {
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .lg\:row-gap-10 {
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .lg\:row-gap-12 {
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .lg\:row-gap-14 {
    grid-row-gap: 3.5rem !important;
    row-gap: 3.5rem !important;
  }

  .lg\:row-gap-16 {
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .lg\:row-gap-18 {
    grid-row-gap: 4.5rem !important;
    row-gap: 4.5rem !important;
  }

  .lg\:row-gap-20 {
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .lg\:row-gap-22 {
    grid-row-gap: 5.626rem !important;
    row-gap: 5.626rem !important;
  }

  .lg\:row-gap-24 {
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .lg\:row-gap-26 {
    grid-row-gap: 6.25rem !important;
    row-gap: 6.25rem !important;
  }

  .lg\:row-gap-28 {
    grid-row-gap: 7rem !important;
    row-gap: 7rem !important;
  }

  .lg\:row-gap-32 {
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .lg\:row-gap-34 {
    grid-row-gap: 8.5rem !important;
    row-gap: 8.5rem !important;
  }

  .lg\:row-gap-38 {
    grid-row-gap: 9.25rem !important;
    row-gap: 9.25rem !important;
  }

  .lg\:row-gap-40 {
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .lg\:row-gap-46 {
    grid-row-gap: 11.75rem !important;
    row-gap: 11.75rem !important;
  }

  .lg\:row-gap-48 {
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .lg\:row-gap-56 {
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .lg\:row-gap-64 {
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .lg\:row-gap-82 {
    grid-row-gap: 20.75rem !important;
    row-gap: 20.75rem !important;
  }

  .lg\:row-gap-px {
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .lg\:row-gap-tiny {
    grid-row-gap: 0.3rem !important;
    row-gap: 0.3rem !important;
  }

  .lg\:row-gap-quick-links {
    grid-row-gap: 26% !important;
    row-gap: 26% !important;
  }

  .lg\:row-gap-pro-slid {
    grid-row-gap: 48% !important;
    row-gap: 48% !important;
  }

  .lg\:row-gap-62p {
    grid-row-gap: 62% !important;
    row-gap: 62% !important;
  }

  .lg\:row-gap-90p {
    grid-row-gap: 90% !important;
    row-gap: 90% !important;
  }

  .lg\:row-gap-x-large {
    grid-row-gap: 27.5rem !important;
    row-gap: 27.5rem !important;
  }

  .lg\:row-gap-2px {
    grid-row-gap: 0.125rem !important;
    row-gap: 0.125rem !important;
  }

  .lg\:row-gap-9px {
    grid-row-gap: 0.5625rem !important;
    row-gap: 0.5625rem !important;
  }

  .lg\:row-gap-10px {
    grid-row-gap: 0.625rem !important;
    row-gap: 0.625rem !important;
  }

  .lg\:row-gap-18px {
    grid-row-gap: 1.125rem !important;
    row-gap: 1.125rem !important;
  }

  .lg\:row-gap-20px {
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .lg\:row-gap-24px {
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .lg\:row-gap-26px {
    grid-row-gap: 1.625rem !important;
    row-gap: 1.625rem !important;
  }

  .lg\:row-gap-30px {
    grid-row-gap: 1.875rem !important;
    row-gap: 1.875rem !important;
  }

  .lg\:row-gap-38px {
    grid-row-gap: 2.375rem !important;
    row-gap: 2.375rem !important;
  }

  .lg\:row-gap-43px {
    grid-row-gap: 2.6875rem !important;
    row-gap: 2.6875rem !important;
  }

  .lg\:row-gap-44px {
    grid-row-gap: 2.75rem !important;
    row-gap: 2.75rem !important;
  }

  .lg\:row-gap-46px {
    grid-row-gap: 2.875rem !important;
    row-gap: 2.875rem !important;
  }

  .lg\:row-gap-53px {
    grid-row-gap: 3.3125rem !important;
    row-gap: 3.3125rem !important;
  }

  .lg\:row-gap-54px {
    grid-row-gap: 3.375rem !important;
    row-gap: 3.375rem !important;
  }

  .lg\:row-gap-55px {
    grid-row-gap: 3.4375rem !important;
    row-gap: 3.4375rem !important;
  }

  .lg\:row-gap-60px {
    grid-row-gap: 3.75rem !important;
    row-gap: 3.75rem !important;
  }

  .lg\:row-gap-67px {
    grid-row-gap: 4.1875rem !important;
    row-gap: 4.1875rem !important;
  }

  .lg\:row-gap-73px {
    grid-row-gap: 4.5625rem !important;
    row-gap: 4.5625rem !important;
  }

  .lg\:row-gap-80px {
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .lg\:row-gap-81px {
    grid-row-gap: 5.0625rem !important;
    row-gap: 5.0625rem !important;
  }

  .lg\:row-gap-85px {
    grid-row-gap: 5.3125rem !important;
    row-gap: 5.3125rem !important;
  }

  .lg\:row-gap-92px {
    grid-row-gap: 5.75rem !important;
    row-gap: 5.75rem !important;
  }

  .lg\:row-gap-100px {
    grid-row-gap: 6.25rem !important;
    row-gap: 6.25rem !important;
  }

  .lg\:row-gap-106px {
    grid-row-gap: 6.625rem !important;
    row-gap: 6.625rem !important;
  }

  .lg\:row-gap-123px {
    grid-row-gap: 7.6875rem !important;
    row-gap: 7.6875rem !important;
  }

  .lg\:row-gap-126px {
    grid-row-gap: 7.875rem !important;
    row-gap: 7.875rem !important;
  }

  .lg\:row-gap-138px {
    grid-row-gap: 8.625rem !important;
    row-gap: 8.625rem !important;
  }

  .lg\:row-gap-140px {
    grid-row-gap: 8.75rem !important;
    row-gap: 8.75rem !important;
  }

  .lg\:row-gap-146px {
    grid-row-gap: 9.125rem !important;
    row-gap: 9.125rem !important;
  }

  .lg\:row-gap-152px {
    grid-row-gap: 9.5rem !important;
    row-gap: 9.5rem !important;
  }

  .lg\:row-gap-187px {
    grid-row-gap: 11.6875rem !important;
    row-gap: 11.6875rem !important;
  }

  .lg\:row-gap-220px {
    grid-row-gap: 13.75rem !important;
    row-gap: 13.75rem !important;
  }

  .lg\:row-gap-253px {
    grid-row-gap: 15.8125rem !important;
    row-gap: 15.8125rem !important;
  }

  .lg\:row-gap-320px {
    grid-row-gap: 20rem !important;
    row-gap: 20rem !important;
  }

  .lg\:row-gap-400px {
    grid-row-gap: 25rem !important;
    row-gap: 25rem !important;
  }

  .lg\:row-gap-500px {
    grid-row-gap: 31.25rem !important;
    row-gap: 31.25rem !important;
  }

  .lg\:row-gap-lgPaddingTop {
    grid-row-gap: 15.8125rem !important;
    row-gap: 15.8125rem !important;
  }

  .lg\:row-gap-phonePaddingTop {
    grid-row-gap: 9.875rem !important;
    row-gap: 9.875rem !important;
  }

  .lg\:row-gap-tabletPaddingTop {
    grid-row-gap: 6.625rem !important;
    row-gap: 6.625rem !important;
  }

  .lg\:row-gap-largePaddingTop {
    grid-row-gap: 13.75rem !important;
    row-gap: 13.75rem !important;
  }

  .lg\:row-gap-phoneTextContentMaxWidth {
    grid-row-gap: 57.0625rem !important;
    row-gap: 57.0625rem !important;
  }

  .lg\:row-gap-phoneTextContentWidth {
    grid-row-gap: 63% !important;
    row-gap: 63% !important;
  }

  .lg\:row-gap-phoneBlockContentWidth {
    grid-row-gap: 71.625rem !important;
    row-gap: 71.625rem !important;
  }

  .lg\:row-gap-tabletTextContentMaxWidth {
    grid-row-gap: 57.0625rem !important;
    row-gap: 57.0625rem !important;
  }

  .lg\:row-gap-tabletTextContentWidth {
    grid-row-gap: 63% !important;
    row-gap: 63% !important;
  }

  .lg\:row-gap-tabletBlockContentWidth {
    grid-row-gap: 71.625rem !important;
    row-gap: 71.625rem !important;
  }

  .lg\:row-gap-largeTextContentMaxWidth {
    grid-row-gap: 57.0625rem !important;
    row-gap: 57.0625rem !important;
  }

  .lg\:row-gap-largeTextContentWidth {
    grid-row-gap: 63% !important;
    row-gap: 63% !important;
  }

  .lg\:row-gap-largeBlockContentWidth {
    grid-row-gap: 71.625rem !important;
    row-gap: 71.625rem !important;
  }

  .lg\:gap-y-0 {
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .lg\:gap-y-1 {
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .lg\:gap-y-2 {
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .lg\:gap-y-3 {
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .lg\:gap-y-4 {
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .lg\:gap-y-5 {
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .lg\:gap-y-6 {
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .lg\:gap-y-8 {
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .lg\:gap-y-9 {
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .lg\:gap-y-10 {
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .lg\:gap-y-12 {
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .lg\:gap-y-14 {
    grid-row-gap: 3.5rem !important;
    row-gap: 3.5rem !important;
  }

  .lg\:gap-y-16 {
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .lg\:gap-y-18 {
    grid-row-gap: 4.5rem !important;
    row-gap: 4.5rem !important;
  }

  .lg\:gap-y-20 {
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .lg\:gap-y-22 {
    grid-row-gap: 5.626rem !important;
    row-gap: 5.626rem !important;
  }

  .lg\:gap-y-24 {
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .lg\:gap-y-26 {
    grid-row-gap: 6.25rem !important;
    row-gap: 6.25rem !important;
  }

  .lg\:gap-y-28 {
    grid-row-gap: 7rem !important;
    row-gap: 7rem !important;
  }

  .lg\:gap-y-32 {
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .lg\:gap-y-34 {
    grid-row-gap: 8.5rem !important;
    row-gap: 8.5rem !important;
  }

  .lg\:gap-y-38 {
    grid-row-gap: 9.25rem !important;
    row-gap: 9.25rem !important;
  }

  .lg\:gap-y-40 {
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .lg\:gap-y-46 {
    grid-row-gap: 11.75rem !important;
    row-gap: 11.75rem !important;
  }

  .lg\:gap-y-48 {
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .lg\:gap-y-56 {
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .lg\:gap-y-64 {
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .lg\:gap-y-82 {
    grid-row-gap: 20.75rem !important;
    row-gap: 20.75rem !important;
  }

  .lg\:gap-y-px {
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .lg\:gap-y-tiny {
    grid-row-gap: 0.3rem !important;
    row-gap: 0.3rem !important;
  }

  .lg\:gap-y-quick-links {
    grid-row-gap: 26% !important;
    row-gap: 26% !important;
  }

  .lg\:gap-y-pro-slid {
    grid-row-gap: 48% !important;
    row-gap: 48% !important;
  }

  .lg\:gap-y-62p {
    grid-row-gap: 62% !important;
    row-gap: 62% !important;
  }

  .lg\:gap-y-90p {
    grid-row-gap: 90% !important;
    row-gap: 90% !important;
  }

  .lg\:gap-y-x-large {
    grid-row-gap: 27.5rem !important;
    row-gap: 27.5rem !important;
  }

  .lg\:gap-y-2px {
    grid-row-gap: 0.125rem !important;
    row-gap: 0.125rem !important;
  }

  .lg\:gap-y-9px {
    grid-row-gap: 0.5625rem !important;
    row-gap: 0.5625rem !important;
  }

  .lg\:gap-y-10px {
    grid-row-gap: 0.625rem !important;
    row-gap: 0.625rem !important;
  }

  .lg\:gap-y-18px {
    grid-row-gap: 1.125rem !important;
    row-gap: 1.125rem !important;
  }

  .lg\:gap-y-20px {
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .lg\:gap-y-24px {
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .lg\:gap-y-26px {
    grid-row-gap: 1.625rem !important;
    row-gap: 1.625rem !important;
  }

  .lg\:gap-y-30px {
    grid-row-gap: 1.875rem !important;
    row-gap: 1.875rem !important;
  }

  .lg\:gap-y-38px {
    grid-row-gap: 2.375rem !important;
    row-gap: 2.375rem !important;
  }

  .lg\:gap-y-43px {
    grid-row-gap: 2.6875rem !important;
    row-gap: 2.6875rem !important;
  }

  .lg\:gap-y-44px {
    grid-row-gap: 2.75rem !important;
    row-gap: 2.75rem !important;
  }

  .lg\:gap-y-46px {
    grid-row-gap: 2.875rem !important;
    row-gap: 2.875rem !important;
  }

  .lg\:gap-y-53px {
    grid-row-gap: 3.3125rem !important;
    row-gap: 3.3125rem !important;
  }

  .lg\:gap-y-54px {
    grid-row-gap: 3.375rem !important;
    row-gap: 3.375rem !important;
  }

  .lg\:gap-y-55px {
    grid-row-gap: 3.4375rem !important;
    row-gap: 3.4375rem !important;
  }

  .lg\:gap-y-60px {
    grid-row-gap: 3.75rem !important;
    row-gap: 3.75rem !important;
  }

  .lg\:gap-y-67px {
    grid-row-gap: 4.1875rem !important;
    row-gap: 4.1875rem !important;
  }

  .lg\:gap-y-73px {
    grid-row-gap: 4.5625rem !important;
    row-gap: 4.5625rem !important;
  }

  .lg\:gap-y-80px {
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .lg\:gap-y-81px {
    grid-row-gap: 5.0625rem !important;
    row-gap: 5.0625rem !important;
  }

  .lg\:gap-y-85px {
    grid-row-gap: 5.3125rem !important;
    row-gap: 5.3125rem !important;
  }

  .lg\:gap-y-92px {
    grid-row-gap: 5.75rem !important;
    row-gap: 5.75rem !important;
  }

  .lg\:gap-y-100px {
    grid-row-gap: 6.25rem !important;
    row-gap: 6.25rem !important;
  }

  .lg\:gap-y-106px {
    grid-row-gap: 6.625rem !important;
    row-gap: 6.625rem !important;
  }

  .lg\:gap-y-123px {
    grid-row-gap: 7.6875rem !important;
    row-gap: 7.6875rem !important;
  }

  .lg\:gap-y-126px {
    grid-row-gap: 7.875rem !important;
    row-gap: 7.875rem !important;
  }

  .lg\:gap-y-138px {
    grid-row-gap: 8.625rem !important;
    row-gap: 8.625rem !important;
  }

  .lg\:gap-y-140px {
    grid-row-gap: 8.75rem !important;
    row-gap: 8.75rem !important;
  }

  .lg\:gap-y-146px {
    grid-row-gap: 9.125rem !important;
    row-gap: 9.125rem !important;
  }

  .lg\:gap-y-152px {
    grid-row-gap: 9.5rem !important;
    row-gap: 9.5rem !important;
  }

  .lg\:gap-y-187px {
    grid-row-gap: 11.6875rem !important;
    row-gap: 11.6875rem !important;
  }

  .lg\:gap-y-220px {
    grid-row-gap: 13.75rem !important;
    row-gap: 13.75rem !important;
  }

  .lg\:gap-y-253px {
    grid-row-gap: 15.8125rem !important;
    row-gap: 15.8125rem !important;
  }

  .lg\:gap-y-320px {
    grid-row-gap: 20rem !important;
    row-gap: 20rem !important;
  }

  .lg\:gap-y-400px {
    grid-row-gap: 25rem !important;
    row-gap: 25rem !important;
  }

  .lg\:gap-y-500px {
    grid-row-gap: 31.25rem !important;
    row-gap: 31.25rem !important;
  }

  .lg\:gap-y-lgPaddingTop {
    grid-row-gap: 15.8125rem !important;
    row-gap: 15.8125rem !important;
  }

  .lg\:gap-y-phonePaddingTop {
    grid-row-gap: 9.875rem !important;
    row-gap: 9.875rem !important;
  }

  .lg\:gap-y-tabletPaddingTop {
    grid-row-gap: 6.625rem !important;
    row-gap: 6.625rem !important;
  }

  .lg\:gap-y-largePaddingTop {
    grid-row-gap: 13.75rem !important;
    row-gap: 13.75rem !important;
  }

  .lg\:gap-y-phoneTextContentMaxWidth {
    grid-row-gap: 57.0625rem !important;
    row-gap: 57.0625rem !important;
  }

  .lg\:gap-y-phoneTextContentWidth {
    grid-row-gap: 63% !important;
    row-gap: 63% !important;
  }

  .lg\:gap-y-phoneBlockContentWidth {
    grid-row-gap: 71.625rem !important;
    row-gap: 71.625rem !important;
  }

  .lg\:gap-y-tabletTextContentMaxWidth {
    grid-row-gap: 57.0625rem !important;
    row-gap: 57.0625rem !important;
  }

  .lg\:gap-y-tabletTextContentWidth {
    grid-row-gap: 63% !important;
    row-gap: 63% !important;
  }

  .lg\:gap-y-tabletBlockContentWidth {
    grid-row-gap: 71.625rem !important;
    row-gap: 71.625rem !important;
  }

  .lg\:gap-y-largeTextContentMaxWidth {
    grid-row-gap: 57.0625rem !important;
    row-gap: 57.0625rem !important;
  }

  .lg\:gap-y-largeTextContentWidth {
    grid-row-gap: 63% !important;
    row-gap: 63% !important;
  }

  .lg\:gap-y-largeBlockContentWidth {
    grid-row-gap: 71.625rem !important;
    row-gap: 71.625rem !important;
  }

  .lg\:grid-flow-row {
    grid-auto-flow: row !important;
  }

  .lg\:grid-flow-col {
    grid-auto-flow: column !important;
  }

  .lg\:grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .lg\:grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:grid-cols-none {
    grid-template-columns: none !important;
  }

  .lg\:auto-cols-auto {
    grid-auto-columns: auto !important;
  }

  .lg\:auto-cols-min {
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .lg\:auto-cols-max {
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .lg\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .lg\:col-auto {
    grid-column: auto !important;
  }

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

  .lg\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

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

  .lg\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .lg\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .lg\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .lg\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .lg\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

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

  .lg\:col-start-1 {
    grid-column-start: 1 !important;
  }

  .lg\:col-start-2 {
    grid-column-start: 2 !important;
  }

  .lg\:col-start-3 {
    grid-column-start: 3 !important;
  }

  .lg\:col-start-4 {
    grid-column-start: 4 !important;
  }

  .lg\:col-start-5 {
    grid-column-start: 5 !important;
  }

  .lg\:col-start-6 {
    grid-column-start: 6 !important;
  }

  .lg\:col-start-7 {
    grid-column-start: 7 !important;
  }

  .lg\:col-start-8 {
    grid-column-start: 8 !important;
  }

  .lg\:col-start-9 {
    grid-column-start: 9 !important;
  }

  .lg\:col-start-10 {
    grid-column-start: 10 !important;
  }

  .lg\:col-start-11 {
    grid-column-start: 11 !important;
  }

  .lg\:col-start-12 {
    grid-column-start: 12 !important;
  }

  .lg\:col-start-13 {
    grid-column-start: 13 !important;
  }

  .lg\:col-start-auto {
    grid-column-start: auto !important;
  }

  .lg\:col-end-1 {
    grid-column-end: 1 !important;
  }

  .lg\:col-end-2 {
    grid-column-end: 2 !important;
  }

  .lg\:col-end-3 {
    grid-column-end: 3 !important;
  }

  .lg\:col-end-4 {
    grid-column-end: 4 !important;
  }

  .lg\:col-end-5 {
    grid-column-end: 5 !important;
  }

  .lg\:col-end-6 {
    grid-column-end: 6 !important;
  }

  .lg\:col-end-7 {
    grid-column-end: 7 !important;
  }

  .lg\:col-end-8 {
    grid-column-end: 8 !important;
  }

  .lg\:col-end-9 {
    grid-column-end: 9 !important;
  }

  .lg\:col-end-10 {
    grid-column-end: 10 !important;
  }

  .lg\:col-end-11 {
    grid-column-end: 11 !important;
  }

  .lg\:col-end-12 {
    grid-column-end: 12 !important;
  }

  .lg\:col-end-13 {
    grid-column-end: 13 !important;
  }

  .lg\:col-end-auto {
    grid-column-end: auto !important;
  }

  .lg\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

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

  .lg\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-none {
    grid-template-rows: none !important;
  }

  .lg\:auto-rows-auto {
    grid-auto-rows: auto !important;
  }

  .lg\:auto-rows-min {
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .lg\:auto-rows-max {
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

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

  .lg\:row-auto {
    grid-row: auto !important;
  }

  .lg\:row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .lg\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .lg\:row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .lg\:row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .lg\:row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .lg\:row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .lg\:row-span-full {
    grid-row: 1 / -1 !important;
  }

  .lg\:row-start-1 {
    grid-row-start: 1 !important;
  }

  .lg\:row-start-2 {
    grid-row-start: 2 !important;
  }

  .lg\:row-start-3 {
    grid-row-start: 3 !important;
  }

  .lg\:row-start-4 {
    grid-row-start: 4 !important;
  }

  .lg\:row-start-5 {
    grid-row-start: 5 !important;
  }

  .lg\:row-start-6 {
    grid-row-start: 6 !important;
  }

  .lg\:row-start-7 {
    grid-row-start: 7 !important;
  }

  .lg\:row-start-auto {
    grid-row-start: auto !important;
  }

  .lg\:row-end-1 {
    grid-row-end: 1 !important;
  }

  .lg\:row-end-2 {
    grid-row-end: 2 !important;
  }

  .lg\:row-end-3 {
    grid-row-end: 3 !important;
  }

  .lg\:row-end-4 {
    grid-row-end: 4 !important;
  }

  .lg\:row-end-5 {
    grid-row-end: 5 !important;
  }

  .lg\:row-end-6 {
    grid-row-end: 6 !important;
  }

  .lg\:row-end-7 {
    grid-row-end: 7 !important;
  }

  .lg\:row-end-auto {
    grid-row-end: auto !important;
  }

  .lg\:transform {
    --transform-translate-x: 0 !important;
    --transform-translate-y: 0 !important;
    --transform-rotate: 0 !important;
    --transform-skew-x: 0 !important;
    --transform-skew-y: 0 !important;
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
  }

  .lg\:transform-none {
    transform: none !important;
  }

  .lg\:origin-center {
    transform-origin: center !important;
  }

  .lg\:origin-top {
    transform-origin: top !important;
  }

  .lg\:origin-top-right {
    transform-origin: top right !important;
  }

  .lg\:origin-right {
    transform-origin: right !important;
  }

  .lg\:origin-bottom-right {
    transform-origin: bottom right !important;
  }

  .lg\:origin-bottom {
    transform-origin: bottom !important;
  }

  .lg\:origin-bottom-left {
    transform-origin: bottom left !important;
  }

  .lg\:origin-left {
    transform-origin: left !important;
  }

  .lg\:origin-top-left {
    transform-origin: top left !important;
  }

  .lg\:scale-0 {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .lg\:scale-50 {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .lg\:scale-75 {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .lg\:scale-90 {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .lg\:scale-95 {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .lg\:scale-100 {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .lg\:scale-105 {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .lg\:scale-110 {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .lg\:scale-125 {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .lg\:scale-150 {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .lg\:scale-x-0 {
    --transform-scale-x: 0 !important;
  }

  .lg\:scale-x-50 {
    --transform-scale-x: .5 !important;
  }

  .lg\:scale-x-75 {
    --transform-scale-x: .75 !important;
  }

  .lg\:scale-x-90 {
    --transform-scale-x: .9 !important;
  }

  .lg\:scale-x-95 {
    --transform-scale-x: .95 !important;
  }

  .lg\:scale-x-100 {
    --transform-scale-x: 1 !important;
  }

  .lg\:scale-x-105 {
    --transform-scale-x: 1.05 !important;
  }

  .lg\:scale-x-110 {
    --transform-scale-x: 1.1 !important;
  }

  .lg\:scale-x-125 {
    --transform-scale-x: 1.25 !important;
  }

  .lg\:scale-x-150 {
    --transform-scale-x: 1.5 !important;
  }

  .lg\:scale-y-0 {
    --transform-scale-y: 0 !important;
  }

  .lg\:scale-y-50 {
    --transform-scale-y: .5 !important;
  }

  .lg\:scale-y-75 {
    --transform-scale-y: .75 !important;
  }

  .lg\:scale-y-90 {
    --transform-scale-y: .9 !important;
  }

  .lg\:scale-y-95 {
    --transform-scale-y: .95 !important;
  }

  .lg\:scale-y-100 {
    --transform-scale-y: 1 !important;
  }

  .lg\:scale-y-105 {
    --transform-scale-y: 1.05 !important;
  }

  .lg\:scale-y-110 {
    --transform-scale-y: 1.1 !important;
  }

  .lg\:scale-y-125 {
    --transform-scale-y: 1.25 !important;
  }

  .lg\:scale-y-150 {
    --transform-scale-y: 1.5 !important;
  }

  .lg\:hover\:scale-0:hover {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .lg\:hover\:scale-50:hover {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .lg\:hover\:scale-75:hover {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .lg\:hover\:scale-90:hover {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .lg\:hover\:scale-95:hover {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .lg\:hover\:scale-100:hover {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .lg\:hover\:scale-105:hover {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .lg\:hover\:scale-110:hover {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .lg\:hover\:scale-125:hover {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .lg\:hover\:scale-150:hover {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .lg\:hover\:scale-x-0:hover {
    --transform-scale-x: 0 !important;
  }

  .lg\:hover\:scale-x-50:hover {
    --transform-scale-x: .5 !important;
  }

  .lg\:hover\:scale-x-75:hover {
    --transform-scale-x: .75 !important;
  }

  .lg\:hover\:scale-x-90:hover {
    --transform-scale-x: .9 !important;
  }

  .lg\:hover\:scale-x-95:hover {
    --transform-scale-x: .95 !important;
  }

  .lg\:hover\:scale-x-100:hover {
    --transform-scale-x: 1 !important;
  }

  .lg\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05 !important;
  }

  .lg\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1 !important;
  }

  .lg\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25 !important;
  }

  .lg\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5 !important;
  }

  .lg\:hover\:scale-y-0:hover {
    --transform-scale-y: 0 !important;
  }

  .lg\:hover\:scale-y-50:hover {
    --transform-scale-y: .5 !important;
  }

  .lg\:hover\:scale-y-75:hover {
    --transform-scale-y: .75 !important;
  }

  .lg\:hover\:scale-y-90:hover {
    --transform-scale-y: .9 !important;
  }

  .lg\:hover\:scale-y-95:hover {
    --transform-scale-y: .95 !important;
  }

  .lg\:hover\:scale-y-100:hover {
    --transform-scale-y: 1 !important;
  }

  .lg\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05 !important;
  }

  .lg\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1 !important;
  }

  .lg\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25 !important;
  }

  .lg\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5 !important;
  }

  .lg\:focus\:scale-0:focus {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .lg\:focus\:scale-50:focus {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .lg\:focus\:scale-75:focus {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .lg\:focus\:scale-90:focus {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .lg\:focus\:scale-95:focus {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .lg\:focus\:scale-100:focus {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .lg\:focus\:scale-105:focus {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .lg\:focus\:scale-110:focus {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .lg\:focus\:scale-125:focus {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .lg\:focus\:scale-150:focus {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .lg\:focus\:scale-x-0:focus {
    --transform-scale-x: 0 !important;
  }

  .lg\:focus\:scale-x-50:focus {
    --transform-scale-x: .5 !important;
  }

  .lg\:focus\:scale-x-75:focus {
    --transform-scale-x: .75 !important;
  }

  .lg\:focus\:scale-x-90:focus {
    --transform-scale-x: .9 !important;
  }

  .lg\:focus\:scale-x-95:focus {
    --transform-scale-x: .95 !important;
  }

  .lg\:focus\:scale-x-100:focus {
    --transform-scale-x: 1 !important;
  }

  .lg\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05 !important;
  }

  .lg\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1 !important;
  }

  .lg\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25 !important;
  }

  .lg\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5 !important;
  }

  .lg\:focus\:scale-y-0:focus {
    --transform-scale-y: 0 !important;
  }

  .lg\:focus\:scale-y-50:focus {
    --transform-scale-y: .5 !important;
  }

  .lg\:focus\:scale-y-75:focus {
    --transform-scale-y: .75 !important;
  }

  .lg\:focus\:scale-y-90:focus {
    --transform-scale-y: .9 !important;
  }

  .lg\:focus\:scale-y-95:focus {
    --transform-scale-y: .95 !important;
  }

  .lg\:focus\:scale-y-100:focus {
    --transform-scale-y: 1 !important;
  }

  .lg\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05 !important;
  }

  .lg\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1 !important;
  }

  .lg\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25 !important;
  }

  .lg\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5 !important;
  }

  .lg\:rotate-0 {
    --transform-rotate: 0 !important;
  }

  .lg\:rotate-1 {
    --transform-rotate: 1deg !important;
  }

  .lg\:rotate-2 {
    --transform-rotate: 2deg !important;
  }

  .lg\:rotate-3 {
    --transform-rotate: 3deg !important;
  }

  .lg\:rotate-6 {
    --transform-rotate: 6deg !important;
  }

  .lg\:rotate-12 {
    --transform-rotate: 12deg !important;
  }

  .lg\:rotate-45 {
    --transform-rotate: 45deg !important;
  }

  .lg\:rotate-90 {
    --transform-rotate: 90deg !important;
  }

  .lg\:rotate-180 {
    --transform-rotate: 180deg !important;
  }

  .lg\:-rotate-180 {
    --transform-rotate: -180deg !important;
  }

  .lg\:-rotate-90 {
    --transform-rotate: -90deg !important;
  }

  .lg\:-rotate-45 {
    --transform-rotate: -45deg !important;
  }

  .lg\:-rotate-12 {
    --transform-rotate: -12deg !important;
  }

  .lg\:-rotate-6 {
    --transform-rotate: -6deg !important;
  }

  .lg\:-rotate-3 {
    --transform-rotate: -3deg !important;
  }

  .lg\:-rotate-2 {
    --transform-rotate: -2deg !important;
  }

  .lg\:-rotate-1 {
    --transform-rotate: -1deg !important;
  }

  .lg\:hover\:rotate-0:hover {
    --transform-rotate: 0 !important;
  }

  .lg\:hover\:rotate-1:hover {
    --transform-rotate: 1deg !important;
  }

  .lg\:hover\:rotate-2:hover {
    --transform-rotate: 2deg !important;
  }

  .lg\:hover\:rotate-3:hover {
    --transform-rotate: 3deg !important;
  }

  .lg\:hover\:rotate-6:hover {
    --transform-rotate: 6deg !important;
  }

  .lg\:hover\:rotate-12:hover {
    --transform-rotate: 12deg !important;
  }

  .lg\:hover\:rotate-45:hover {
    --transform-rotate: 45deg !important;
  }

  .lg\:hover\:rotate-90:hover {
    --transform-rotate: 90deg !important;
  }

  .lg\:hover\:rotate-180:hover {
    --transform-rotate: 180deg !important;
  }

  .lg\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg !important;
  }

  .lg\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg !important;
  }

  .lg\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg !important;
  }

  .lg\:hover\:-rotate-12:hover {
    --transform-rotate: -12deg !important;
  }

  .lg\:hover\:-rotate-6:hover {
    --transform-rotate: -6deg !important;
  }

  .lg\:hover\:-rotate-3:hover {
    --transform-rotate: -3deg !important;
  }

  .lg\:hover\:-rotate-2:hover {
    --transform-rotate: -2deg !important;
  }

  .lg\:hover\:-rotate-1:hover {
    --transform-rotate: -1deg !important;
  }

  .lg\:focus\:rotate-0:focus {
    --transform-rotate: 0 !important;
  }

  .lg\:focus\:rotate-1:focus {
    --transform-rotate: 1deg !important;
  }

  .lg\:focus\:rotate-2:focus {
    --transform-rotate: 2deg !important;
  }

  .lg\:focus\:rotate-3:focus {
    --transform-rotate: 3deg !important;
  }

  .lg\:focus\:rotate-6:focus {
    --transform-rotate: 6deg !important;
  }

  .lg\:focus\:rotate-12:focus {
    --transform-rotate: 12deg !important;
  }

  .lg\:focus\:rotate-45:focus {
    --transform-rotate: 45deg !important;
  }

  .lg\:focus\:rotate-90:focus {
    --transform-rotate: 90deg !important;
  }

  .lg\:focus\:rotate-180:focus {
    --transform-rotate: 180deg !important;
  }

  .lg\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg !important;
  }

  .lg\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg !important;
  }

  .lg\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg !important;
  }

  .lg\:focus\:-rotate-12:focus {
    --transform-rotate: -12deg !important;
  }

  .lg\:focus\:-rotate-6:focus {
    --transform-rotate: -6deg !important;
  }

  .lg\:focus\:-rotate-3:focus {
    --transform-rotate: -3deg !important;
  }

  .lg\:focus\:-rotate-2:focus {
    --transform-rotate: -2deg !important;
  }

  .lg\:focus\:-rotate-1:focus {
    --transform-rotate: -1deg !important;
  }

  .lg\:translate-x-0 {
    --transform-translate-x: 0 !important;
  }

  .lg\:translate-x-1 {
    --transform-translate-x: 0.25rem !important;
  }

  .lg\:translate-x-2 {
    --transform-translate-x: 0.5rem !important;
  }

  .lg\:translate-x-3 {
    --transform-translate-x: 0.75rem !important;
  }

  .lg\:translate-x-4 {
    --transform-translate-x: 1rem !important;
  }

  .lg\:translate-x-5 {
    --transform-translate-x: 1.25rem !important;
  }

  .lg\:translate-x-6 {
    --transform-translate-x: 1.5rem !important;
  }

  .lg\:translate-x-8 {
    --transform-translate-x: 2rem !important;
  }

  .lg\:translate-x-9 {
    --transform-translate-x: 2.5rem !important;
  }

  .lg\:translate-x-10 {
    --transform-translate-x: 2.5rem !important;
  }

  .lg\:translate-x-12 {
    --transform-translate-x: 3rem !important;
  }

  .lg\:translate-x-14 {
    --transform-translate-x: 3.5rem !important;
  }

  .lg\:translate-x-16 {
    --transform-translate-x: 4rem !important;
  }

  .lg\:translate-x-18 {
    --transform-translate-x: 4.5rem !important;
  }

  .lg\:translate-x-20 {
    --transform-translate-x: 5rem !important;
  }

  .lg\:translate-x-22 {
    --transform-translate-x: 5.626rem !important;
  }

  .lg\:translate-x-24 {
    --transform-translate-x: 6rem !important;
  }

  .lg\:translate-x-26 {
    --transform-translate-x: 6.25rem !important;
  }

  .lg\:translate-x-28 {
    --transform-translate-x: 7rem !important;
  }

  .lg\:translate-x-32 {
    --transform-translate-x: 8rem !important;
  }

  .lg\:translate-x-34 {
    --transform-translate-x: 8.5rem !important;
  }

  .lg\:translate-x-38 {
    --transform-translate-x: 9.25rem !important;
  }

  .lg\:translate-x-40 {
    --transform-translate-x: 10rem !important;
  }

  .lg\:translate-x-46 {
    --transform-translate-x: 11.75rem !important;
  }

  .lg\:translate-x-48 {
    --transform-translate-x: 12rem !important;
  }

  .lg\:translate-x-56 {
    --transform-translate-x: 14rem !important;
  }

  .lg\:translate-x-64 {
    --transform-translate-x: 16rem !important;
  }

  .lg\:translate-x-82 {
    --transform-translate-x: 20.75rem !important;
  }

  .lg\:translate-x-px {
    --transform-translate-x: 1px !important;
  }

  .lg\:translate-x-tiny {
    --transform-translate-x: 0.3rem !important;
  }

  .lg\:translate-x-quick-links {
    --transform-translate-x: 26% !important;
  }

  .lg\:translate-x-pro-slid {
    --transform-translate-x: 48% !important;
  }

  .lg\:translate-x-62p {
    --transform-translate-x: 62% !important;
  }

  .lg\:translate-x-90p {
    --transform-translate-x: 90% !important;
  }

  .lg\:translate-x-x-large {
    --transform-translate-x: 27.5rem !important;
  }

  .lg\:translate-x-2px {
    --transform-translate-x: 0.125rem !important;
  }

  .lg\:translate-x-9px {
    --transform-translate-x: 0.5625rem !important;
  }

  .lg\:translate-x-10px {
    --transform-translate-x: 0.625rem !important;
  }

  .lg\:translate-x-18px {
    --transform-translate-x: 1.125rem !important;
  }

  .lg\:translate-x-20px {
    --transform-translate-x: 1.25rem !important;
  }

  .lg\:translate-x-24px {
    --transform-translate-x: 1.5rem !important;
  }

  .lg\:translate-x-26px {
    --transform-translate-x: 1.625rem !important;
  }

  .lg\:translate-x-30px {
    --transform-translate-x: 1.875rem !important;
  }

  .lg\:translate-x-38px {
    --transform-translate-x: 2.375rem !important;
  }

  .lg\:translate-x-43px {
    --transform-translate-x: 2.6875rem !important;
  }

  .lg\:translate-x-44px {
    --transform-translate-x: 2.75rem !important;
  }

  .lg\:translate-x-46px {
    --transform-translate-x: 2.875rem !important;
  }

  .lg\:translate-x-53px {
    --transform-translate-x: 3.3125rem !important;
  }

  .lg\:translate-x-54px {
    --transform-translate-x: 3.375rem !important;
  }

  .lg\:translate-x-55px {
    --transform-translate-x: 3.4375rem !important;
  }

  .lg\:translate-x-60px {
    --transform-translate-x: 3.75rem !important;
  }

  .lg\:translate-x-67px {
    --transform-translate-x: 4.1875rem !important;
  }

  .lg\:translate-x-73px {
    --transform-translate-x: 4.5625rem !important;
  }

  .lg\:translate-x-80px {
    --transform-translate-x: 5rem !important;
  }

  .lg\:translate-x-81px {
    --transform-translate-x: 5.0625rem !important;
  }

  .lg\:translate-x-85px {
    --transform-translate-x: 5.3125rem !important;
  }

  .lg\:translate-x-92px {
    --transform-translate-x: 5.75rem !important;
  }

  .lg\:translate-x-100px {
    --transform-translate-x: 6.25rem !important;
  }

  .lg\:translate-x-106px {
    --transform-translate-x: 6.625rem !important;
  }

  .lg\:translate-x-123px {
    --transform-translate-x: 7.6875rem !important;
  }

  .lg\:translate-x-126px {
    --transform-translate-x: 7.875rem !important;
  }

  .lg\:translate-x-138px {
    --transform-translate-x: 8.625rem !important;
  }

  .lg\:translate-x-140px {
    --transform-translate-x: 8.75rem !important;
  }

  .lg\:translate-x-146px {
    --transform-translate-x: 9.125rem !important;
  }

  .lg\:translate-x-152px {
    --transform-translate-x: 9.5rem !important;
  }

  .lg\:translate-x-187px {
    --transform-translate-x: 11.6875rem !important;
  }

  .lg\:translate-x-220px {
    --transform-translate-x: 13.75rem !important;
  }

  .lg\:translate-x-253px {
    --transform-translate-x: 15.8125rem !important;
  }

  .lg\:translate-x-320px {
    --transform-translate-x: 20rem !important;
  }

  .lg\:translate-x-400px {
    --transform-translate-x: 25rem !important;
  }

  .lg\:translate-x-500px {
    --transform-translate-x: 31.25rem !important;
  }

  .lg\:translate-x-lgPaddingTop {
    --transform-translate-x: 15.8125rem !important;
  }

  .lg\:translate-x-phonePaddingTop {
    --transform-translate-x: 9.875rem !important;
  }

  .lg\:translate-x-tabletPaddingTop {
    --transform-translate-x: 6.625rem !important;
  }

  .lg\:translate-x-largePaddingTop {
    --transform-translate-x: 13.75rem !important;
  }

  .lg\:translate-x-phoneTextContentMaxWidth {
    --transform-translate-x: 57.0625rem !important;
  }

  .lg\:translate-x-phoneTextContentWidth {
    --transform-translate-x: 63% !important;
  }

  .lg\:translate-x-phoneBlockContentWidth {
    --transform-translate-x: 71.625rem !important;
  }

  .lg\:translate-x-tabletTextContentMaxWidth {
    --transform-translate-x: 57.0625rem !important;
  }

  .lg\:translate-x-tabletTextContentWidth {
    --transform-translate-x: 63% !important;
  }

  .lg\:translate-x-tabletBlockContentWidth {
    --transform-translate-x: 71.625rem !important;
  }

  .lg\:translate-x-largeTextContentMaxWidth {
    --transform-translate-x: 57.0625rem !important;
  }

  .lg\:translate-x-largeTextContentWidth {
    --transform-translate-x: 63% !important;
  }

  .lg\:translate-x-largeBlockContentWidth {
    --transform-translate-x: 71.625rem !important;
  }

  .lg\:-translate-x-1 {
    --transform-translate-x: -0.25rem !important;
  }

  .lg\:-translate-x-2 {
    --transform-translate-x: -0.5rem !important;
  }

  .lg\:-translate-x-3 {
    --transform-translate-x: -0.75rem !important;
  }

  .lg\:-translate-x-4 {
    --transform-translate-x: -1rem !important;
  }

  .lg\:-translate-x-5 {
    --transform-translate-x: -1.25rem !important;
  }

  .lg\:-translate-x-6 {
    --transform-translate-x: -1.5rem !important;
  }

  .lg\:-translate-x-8 {
    --transform-translate-x: -2rem !important;
  }

  .lg\:-translate-x-9 {
    --transform-translate-x: -2.5rem !important;
  }

  .lg\:-translate-x-10 {
    --transform-translate-x: -2.5rem !important;
  }

  .lg\:-translate-x-12 {
    --transform-translate-x: -3rem !important;
  }

  .lg\:-translate-x-14 {
    --transform-translate-x: -3.5rem !important;
  }

  .lg\:-translate-x-16 {
    --transform-translate-x: -4rem !important;
  }

  .lg\:-translate-x-18 {
    --transform-translate-x: -4.5rem !important;
  }

  .lg\:-translate-x-20 {
    --transform-translate-x: -5rem !important;
  }

  .lg\:-translate-x-22 {
    --transform-translate-x: -5.626rem !important;
  }

  .lg\:-translate-x-24 {
    --transform-translate-x: -6rem !important;
  }

  .lg\:-translate-x-26 {
    --transform-translate-x: -6.25rem !important;
  }

  .lg\:-translate-x-28 {
    --transform-translate-x: -7rem !important;
  }

  .lg\:-translate-x-32 {
    --transform-translate-x: -8rem !important;
  }

  .lg\:-translate-x-34 {
    --transform-translate-x: -8.5rem !important;
  }

  .lg\:-translate-x-38 {
    --transform-translate-x: -9.25rem !important;
  }

  .lg\:-translate-x-40 {
    --transform-translate-x: -10rem !important;
  }

  .lg\:-translate-x-46 {
    --transform-translate-x: -11.75rem !important;
  }

  .lg\:-translate-x-48 {
    --transform-translate-x: -12rem !important;
  }

  .lg\:-translate-x-56 {
    --transform-translate-x: -14rem !important;
  }

  .lg\:-translate-x-64 {
    --transform-translate-x: -16rem !important;
  }

  .lg\:-translate-x-82 {
    --transform-translate-x: -20.75rem !important;
  }

  .lg\:-translate-x-px {
    --transform-translate-x: -1px !important;
  }

  .lg\:-translate-x-tiny {
    --transform-translate-x: -0.3rem !important;
  }

  .lg\:-translate-x-quick-links {
    --transform-translate-x: -26% !important;
  }

  .lg\:-translate-x-pro-slid {
    --transform-translate-x: -48% !important;
  }

  .lg\:-translate-x-62p {
    --transform-translate-x: -62% !important;
  }

  .lg\:-translate-x-90p {
    --transform-translate-x: -90% !important;
  }

  .lg\:-translate-x-x-large {
    --transform-translate-x: -27.5rem !important;
  }

  .lg\:-translate-x-2px {
    --transform-translate-x: -0.125rem !important;
  }

  .lg\:-translate-x-9px {
    --transform-translate-x: -0.5625rem !important;
  }

  .lg\:-translate-x-10px {
    --transform-translate-x: -0.625rem !important;
  }

  .lg\:-translate-x-18px {
    --transform-translate-x: -1.125rem !important;
  }

  .lg\:-translate-x-20px {
    --transform-translate-x: -1.25rem !important;
  }

  .lg\:-translate-x-24px {
    --transform-translate-x: -1.5rem !important;
  }

  .lg\:-translate-x-26px {
    --transform-translate-x: -1.625rem !important;
  }

  .lg\:-translate-x-30px {
    --transform-translate-x: -1.875rem !important;
  }

  .lg\:-translate-x-38px {
    --transform-translate-x: -2.375rem !important;
  }

  .lg\:-translate-x-43px {
    --transform-translate-x: -2.6875rem !important;
  }

  .lg\:-translate-x-44px {
    --transform-translate-x: -2.75rem !important;
  }

  .lg\:-translate-x-46px {
    --transform-translate-x: -2.875rem !important;
  }

  .lg\:-translate-x-53px {
    --transform-translate-x: -3.3125rem !important;
  }

  .lg\:-translate-x-54px {
    --transform-translate-x: -3.375rem !important;
  }

  .lg\:-translate-x-55px {
    --transform-translate-x: -3.4375rem !important;
  }

  .lg\:-translate-x-60px {
    --transform-translate-x: -3.75rem !important;
  }

  .lg\:-translate-x-67px {
    --transform-translate-x: -4.1875rem !important;
  }

  .lg\:-translate-x-73px {
    --transform-translate-x: -4.5625rem !important;
  }

  .lg\:-translate-x-80px {
    --transform-translate-x: -5rem !important;
  }

  .lg\:-translate-x-81px {
    --transform-translate-x: -5.0625rem !important;
  }

  .lg\:-translate-x-85px {
    --transform-translate-x: -5.3125rem !important;
  }

  .lg\:-translate-x-92px {
    --transform-translate-x: -5.75rem !important;
  }

  .lg\:-translate-x-100px {
    --transform-translate-x: -6.25rem !important;
  }

  .lg\:-translate-x-106px {
    --transform-translate-x: -6.625rem !important;
  }

  .lg\:-translate-x-123px {
    --transform-translate-x: -7.6875rem !important;
  }

  .lg\:-translate-x-126px {
    --transform-translate-x: -7.875rem !important;
  }

  .lg\:-translate-x-138px {
    --transform-translate-x: -8.625rem !important;
  }

  .lg\:-translate-x-140px {
    --transform-translate-x: -8.75rem !important;
  }

  .lg\:-translate-x-146px {
    --transform-translate-x: -9.125rem !important;
  }

  .lg\:-translate-x-152px {
    --transform-translate-x: -9.5rem !important;
  }

  .lg\:-translate-x-187px {
    --transform-translate-x: -11.6875rem !important;
  }

  .lg\:-translate-x-220px {
    --transform-translate-x: -13.75rem !important;
  }

  .lg\:-translate-x-253px {
    --transform-translate-x: -15.8125rem !important;
  }

  .lg\:-translate-x-320px {
    --transform-translate-x: -20rem !important;
  }

  .lg\:-translate-x-400px {
    --transform-translate-x: -25rem !important;
  }

  .lg\:-translate-x-500px {
    --transform-translate-x: -31.25rem !important;
  }

  .lg\:-translate-x-lgPaddingTop {
    --transform-translate-x: -15.8125rem !important;
  }

  .lg\:-translate-x-phonePaddingTop {
    --transform-translate-x: -9.875rem !important;
  }

  .lg\:-translate-x-tabletPaddingTop {
    --transform-translate-x: -6.625rem !important;
  }

  .lg\:-translate-x-largePaddingTop {
    --transform-translate-x: -13.75rem !important;
  }

  .lg\:-translate-x-phoneTextContentMaxWidth {
    --transform-translate-x: -57.0625rem !important;
  }

  .lg\:-translate-x-phoneTextContentWidth {
    --transform-translate-x: -63% !important;
  }

  .lg\:-translate-x-phoneBlockContentWidth {
    --transform-translate-x: -71.625rem !important;
  }

  .lg\:-translate-x-tabletTextContentMaxWidth {
    --transform-translate-x: -57.0625rem !important;
  }

  .lg\:-translate-x-tabletTextContentWidth {
    --transform-translate-x: -63% !important;
  }

  .lg\:-translate-x-tabletBlockContentWidth {
    --transform-translate-x: -71.625rem !important;
  }

  .lg\:-translate-x-largeTextContentMaxWidth {
    --transform-translate-x: -57.0625rem !important;
  }

  .lg\:-translate-x-largeTextContentWidth {
    --transform-translate-x: -63% !important;
  }

  .lg\:-translate-x-largeBlockContentWidth {
    --transform-translate-x: -71.625rem !important;
  }

  .lg\:-translate-x-full {
    --transform-translate-x: -100% !important;
  }

  .lg\:-translate-x-1\/2 {
    --transform-translate-x: -50% !important;
  }

  .lg\:translate-x-1\/2 {
    --transform-translate-x: 50% !important;
  }

  .lg\:translate-x-full {
    --transform-translate-x: 100% !important;
  }

  .lg\:translate-y-0 {
    --transform-translate-y: 0 !important;
  }

  .lg\:translate-y-1 {
    --transform-translate-y: 0.25rem !important;
  }

  .lg\:translate-y-2 {
    --transform-translate-y: 0.5rem !important;
  }

  .lg\:translate-y-3 {
    --transform-translate-y: 0.75rem !important;
  }

  .lg\:translate-y-4 {
    --transform-translate-y: 1rem !important;
  }

  .lg\:translate-y-5 {
    --transform-translate-y: 1.25rem !important;
  }

  .lg\:translate-y-6 {
    --transform-translate-y: 1.5rem !important;
  }

  .lg\:translate-y-8 {
    --transform-translate-y: 2rem !important;
  }

  .lg\:translate-y-9 {
    --transform-translate-y: 2.5rem !important;
  }

  .lg\:translate-y-10 {
    --transform-translate-y: 2.5rem !important;
  }

  .lg\:translate-y-12 {
    --transform-translate-y: 3rem !important;
  }

  .lg\:translate-y-14 {
    --transform-translate-y: 3.5rem !important;
  }

  .lg\:translate-y-16 {
    --transform-translate-y: 4rem !important;
  }

  .lg\:translate-y-18 {
    --transform-translate-y: 4.5rem !important;
  }

  .lg\:translate-y-20 {
    --transform-translate-y: 5rem !important;
  }

  .lg\:translate-y-22 {
    --transform-translate-y: 5.626rem !important;
  }

  .lg\:translate-y-24 {
    --transform-translate-y: 6rem !important;
  }

  .lg\:translate-y-26 {
    --transform-translate-y: 6.25rem !important;
  }

  .lg\:translate-y-28 {
    --transform-translate-y: 7rem !important;
  }

  .lg\:translate-y-32 {
    --transform-translate-y: 8rem !important;
  }

  .lg\:translate-y-34 {
    --transform-translate-y: 8.5rem !important;
  }

  .lg\:translate-y-38 {
    --transform-translate-y: 9.25rem !important;
  }

  .lg\:translate-y-40 {
    --transform-translate-y: 10rem !important;
  }

  .lg\:translate-y-46 {
    --transform-translate-y: 11.75rem !important;
  }

  .lg\:translate-y-48 {
    --transform-translate-y: 12rem !important;
  }

  .lg\:translate-y-56 {
    --transform-translate-y: 14rem !important;
  }

  .lg\:translate-y-64 {
    --transform-translate-y: 16rem !important;
  }

  .lg\:translate-y-82 {
    --transform-translate-y: 20.75rem !important;
  }

  .lg\:translate-y-px {
    --transform-translate-y: 1px !important;
  }

  .lg\:translate-y-tiny {
    --transform-translate-y: 0.3rem !important;
  }

  .lg\:translate-y-quick-links {
    --transform-translate-y: 26% !important;
  }

  .lg\:translate-y-pro-slid {
    --transform-translate-y: 48% !important;
  }

  .lg\:translate-y-62p {
    --transform-translate-y: 62% !important;
  }

  .lg\:translate-y-90p {
    --transform-translate-y: 90% !important;
  }

  .lg\:translate-y-x-large {
    --transform-translate-y: 27.5rem !important;
  }

  .lg\:translate-y-2px {
    --transform-translate-y: 0.125rem !important;
  }

  .lg\:translate-y-9px {
    --transform-translate-y: 0.5625rem !important;
  }

  .lg\:translate-y-10px {
    --transform-translate-y: 0.625rem !important;
  }

  .lg\:translate-y-18px {
    --transform-translate-y: 1.125rem !important;
  }

  .lg\:translate-y-20px {
    --transform-translate-y: 1.25rem !important;
  }

  .lg\:translate-y-24px {
    --transform-translate-y: 1.5rem !important;
  }

  .lg\:translate-y-26px {
    --transform-translate-y: 1.625rem !important;
  }

  .lg\:translate-y-30px {
    --transform-translate-y: 1.875rem !important;
  }

  .lg\:translate-y-38px {
    --transform-translate-y: 2.375rem !important;
  }

  .lg\:translate-y-43px {
    --transform-translate-y: 2.6875rem !important;
  }

  .lg\:translate-y-44px {
    --transform-translate-y: 2.75rem !important;
  }

  .lg\:translate-y-46px {
    --transform-translate-y: 2.875rem !important;
  }

  .lg\:translate-y-53px {
    --transform-translate-y: 3.3125rem !important;
  }

  .lg\:translate-y-54px {
    --transform-translate-y: 3.375rem !important;
  }

  .lg\:translate-y-55px {
    --transform-translate-y: 3.4375rem !important;
  }

  .lg\:translate-y-60px {
    --transform-translate-y: 3.75rem !important;
  }

  .lg\:translate-y-67px {
    --transform-translate-y: 4.1875rem !important;
  }

  .lg\:translate-y-73px {
    --transform-translate-y: 4.5625rem !important;
  }

  .lg\:translate-y-80px {
    --transform-translate-y: 5rem !important;
  }

  .lg\:translate-y-81px {
    --transform-translate-y: 5.0625rem !important;
  }

  .lg\:translate-y-85px {
    --transform-translate-y: 5.3125rem !important;
  }

  .lg\:translate-y-92px {
    --transform-translate-y: 5.75rem !important;
  }

  .lg\:translate-y-100px {
    --transform-translate-y: 6.25rem !important;
  }

  .lg\:translate-y-106px {
    --transform-translate-y: 6.625rem !important;
  }

  .lg\:translate-y-123px {
    --transform-translate-y: 7.6875rem !important;
  }

  .lg\:translate-y-126px {
    --transform-translate-y: 7.875rem !important;
  }

  .lg\:translate-y-138px {
    --transform-translate-y: 8.625rem !important;
  }

  .lg\:translate-y-140px {
    --transform-translate-y: 8.75rem !important;
  }

  .lg\:translate-y-146px {
    --transform-translate-y: 9.125rem !important;
  }

  .lg\:translate-y-152px {
    --transform-translate-y: 9.5rem !important;
  }

  .lg\:translate-y-187px {
    --transform-translate-y: 11.6875rem !important;
  }

  .lg\:translate-y-220px {
    --transform-translate-y: 13.75rem !important;
  }

  .lg\:translate-y-253px {
    --transform-translate-y: 15.8125rem !important;
  }

  .lg\:translate-y-320px {
    --transform-translate-y: 20rem !important;
  }

  .lg\:translate-y-400px {
    --transform-translate-y: 25rem !important;
  }

  .lg\:translate-y-500px {
    --transform-translate-y: 31.25rem !important;
  }

  .lg\:translate-y-lgPaddingTop {
    --transform-translate-y: 15.8125rem !important;
  }

  .lg\:translate-y-phonePaddingTop {
    --transform-translate-y: 9.875rem !important;
  }

  .lg\:translate-y-tabletPaddingTop {
    --transform-translate-y: 6.625rem !important;
  }

  .lg\:translate-y-largePaddingTop {
    --transform-translate-y: 13.75rem !important;
  }

  .lg\:translate-y-phoneTextContentMaxWidth {
    --transform-translate-y: 57.0625rem !important;
  }

  .lg\:translate-y-phoneTextContentWidth {
    --transform-translate-y: 63% !important;
  }

  .lg\:translate-y-phoneBlockContentWidth {
    --transform-translate-y: 71.625rem !important;
  }

  .lg\:translate-y-tabletTextContentMaxWidth {
    --transform-translate-y: 57.0625rem !important;
  }

  .lg\:translate-y-tabletTextContentWidth {
    --transform-translate-y: 63% !important;
  }

  .lg\:translate-y-tabletBlockContentWidth {
    --transform-translate-y: 71.625rem !important;
  }

  .lg\:translate-y-largeTextContentMaxWidth {
    --transform-translate-y: 57.0625rem !important;
  }

  .lg\:translate-y-largeTextContentWidth {
    --transform-translate-y: 63% !important;
  }

  .lg\:translate-y-largeBlockContentWidth {
    --transform-translate-y: 71.625rem !important;
  }

  .lg\:-translate-y-1 {
    --transform-translate-y: -0.25rem !important;
  }

  .lg\:-translate-y-2 {
    --transform-translate-y: -0.5rem !important;
  }

  .lg\:-translate-y-3 {
    --transform-translate-y: -0.75rem !important;
  }

  .lg\:-translate-y-4 {
    --transform-translate-y: -1rem !important;
  }

  .lg\:-translate-y-5 {
    --transform-translate-y: -1.25rem !important;
  }

  .lg\:-translate-y-6 {
    --transform-translate-y: -1.5rem !important;
  }

  .lg\:-translate-y-8 {
    --transform-translate-y: -2rem !important;
  }

  .lg\:-translate-y-9 {
    --transform-translate-y: -2.5rem !important;
  }

  .lg\:-translate-y-10 {
    --transform-translate-y: -2.5rem !important;
  }

  .lg\:-translate-y-12 {
    --transform-translate-y: -3rem !important;
  }

  .lg\:-translate-y-14 {
    --transform-translate-y: -3.5rem !important;
  }

  .lg\:-translate-y-16 {
    --transform-translate-y: -4rem !important;
  }

  .lg\:-translate-y-18 {
    --transform-translate-y: -4.5rem !important;
  }

  .lg\:-translate-y-20 {
    --transform-translate-y: -5rem !important;
  }

  .lg\:-translate-y-22 {
    --transform-translate-y: -5.626rem !important;
  }

  .lg\:-translate-y-24 {
    --transform-translate-y: -6rem !important;
  }

  .lg\:-translate-y-26 {
    --transform-translate-y: -6.25rem !important;
  }

  .lg\:-translate-y-28 {
    --transform-translate-y: -7rem !important;
  }

  .lg\:-translate-y-32 {
    --transform-translate-y: -8rem !important;
  }

  .lg\:-translate-y-34 {
    --transform-translate-y: -8.5rem !important;
  }

  .lg\:-translate-y-38 {
    --transform-translate-y: -9.25rem !important;
  }

  .lg\:-translate-y-40 {
    --transform-translate-y: -10rem !important;
  }

  .lg\:-translate-y-46 {
    --transform-translate-y: -11.75rem !important;
  }

  .lg\:-translate-y-48 {
    --transform-translate-y: -12rem !important;
  }

  .lg\:-translate-y-56 {
    --transform-translate-y: -14rem !important;
  }

  .lg\:-translate-y-64 {
    --transform-translate-y: -16rem !important;
  }

  .lg\:-translate-y-82 {
    --transform-translate-y: -20.75rem !important;
  }

  .lg\:-translate-y-px {
    --transform-translate-y: -1px !important;
  }

  .lg\:-translate-y-tiny {
    --transform-translate-y: -0.3rem !important;
  }

  .lg\:-translate-y-quick-links {
    --transform-translate-y: -26% !important;
  }

  .lg\:-translate-y-pro-slid {
    --transform-translate-y: -48% !important;
  }

  .lg\:-translate-y-62p {
    --transform-translate-y: -62% !important;
  }

  .lg\:-translate-y-90p {
    --transform-translate-y: -90% !important;
  }

  .lg\:-translate-y-x-large {
    --transform-translate-y: -27.5rem !important;
  }

  .lg\:-translate-y-2px {
    --transform-translate-y: -0.125rem !important;
  }

  .lg\:-translate-y-9px {
    --transform-translate-y: -0.5625rem !important;
  }

  .lg\:-translate-y-10px {
    --transform-translate-y: -0.625rem !important;
  }

  .lg\:-translate-y-18px {
    --transform-translate-y: -1.125rem !important;
  }

  .lg\:-translate-y-20px {
    --transform-translate-y: -1.25rem !important;
  }

  .lg\:-translate-y-24px {
    --transform-translate-y: -1.5rem !important;
  }

  .lg\:-translate-y-26px {
    --transform-translate-y: -1.625rem !important;
  }

  .lg\:-translate-y-30px {
    --transform-translate-y: -1.875rem !important;
  }

  .lg\:-translate-y-38px {
    --transform-translate-y: -2.375rem !important;
  }

  .lg\:-translate-y-43px {
    --transform-translate-y: -2.6875rem !important;
  }

  .lg\:-translate-y-44px {
    --transform-translate-y: -2.75rem !important;
  }

  .lg\:-translate-y-46px {
    --transform-translate-y: -2.875rem !important;
  }

  .lg\:-translate-y-53px {
    --transform-translate-y: -3.3125rem !important;
  }

  .lg\:-translate-y-54px {
    --transform-translate-y: -3.375rem !important;
  }

  .lg\:-translate-y-55px {
    --transform-translate-y: -3.4375rem !important;
  }

  .lg\:-translate-y-60px {
    --transform-translate-y: -3.75rem !important;
  }

  .lg\:-translate-y-67px {
    --transform-translate-y: -4.1875rem !important;
  }

  .lg\:-translate-y-73px {
    --transform-translate-y: -4.5625rem !important;
  }

  .lg\:-translate-y-80px {
    --transform-translate-y: -5rem !important;
  }

  .lg\:-translate-y-81px {
    --transform-translate-y: -5.0625rem !important;
  }

  .lg\:-translate-y-85px {
    --transform-translate-y: -5.3125rem !important;
  }

  .lg\:-translate-y-92px {
    --transform-translate-y: -5.75rem !important;
  }

  .lg\:-translate-y-100px {
    --transform-translate-y: -6.25rem !important;
  }

  .lg\:-translate-y-106px {
    --transform-translate-y: -6.625rem !important;
  }

  .lg\:-translate-y-123px {
    --transform-translate-y: -7.6875rem !important;
  }

  .lg\:-translate-y-126px {
    --transform-translate-y: -7.875rem !important;
  }

  .lg\:-translate-y-138px {
    --transform-translate-y: -8.625rem !important;
  }

  .lg\:-translate-y-140px {
    --transform-translate-y: -8.75rem !important;
  }

  .lg\:-translate-y-146px {
    --transform-translate-y: -9.125rem !important;
  }

  .lg\:-translate-y-152px {
    --transform-translate-y: -9.5rem !important;
  }

  .lg\:-translate-y-187px {
    --transform-translate-y: -11.6875rem !important;
  }

  .lg\:-translate-y-220px {
    --transform-translate-y: -13.75rem !important;
  }

  .lg\:-translate-y-253px {
    --transform-translate-y: -15.8125rem !important;
  }

  .lg\:-translate-y-320px {
    --transform-translate-y: -20rem !important;
  }

  .lg\:-translate-y-400px {
    --transform-translate-y: -25rem !important;
  }

  .lg\:-translate-y-500px {
    --transform-translate-y: -31.25rem !important;
  }

  .lg\:-translate-y-lgPaddingTop {
    --transform-translate-y: -15.8125rem !important;
  }

  .lg\:-translate-y-phonePaddingTop {
    --transform-translate-y: -9.875rem !important;
  }

  .lg\:-translate-y-tabletPaddingTop {
    --transform-translate-y: -6.625rem !important;
  }

  .lg\:-translate-y-largePaddingTop {
    --transform-translate-y: -13.75rem !important;
  }

  .lg\:-translate-y-phoneTextContentMaxWidth {
    --transform-translate-y: -57.0625rem !important;
  }

  .lg\:-translate-y-phoneTextContentWidth {
    --transform-translate-y: -63% !important;
  }

  .lg\:-translate-y-phoneBlockContentWidth {
    --transform-translate-y: -71.625rem !important;
  }

  .lg\:-translate-y-tabletTextContentMaxWidth {
    --transform-translate-y: -57.0625rem !important;
  }

  .lg\:-translate-y-tabletTextContentWidth {
    --transform-translate-y: -63% !important;
  }

  .lg\:-translate-y-tabletBlockContentWidth {
    --transform-translate-y: -71.625rem !important;
  }

  .lg\:-translate-y-largeTextContentMaxWidth {
    --transform-translate-y: -57.0625rem !important;
  }

  .lg\:-translate-y-largeTextContentWidth {
    --transform-translate-y: -63% !important;
  }

  .lg\:-translate-y-largeBlockContentWidth {
    --transform-translate-y: -71.625rem !important;
  }

  .lg\:-translate-y-full {
    --transform-translate-y: -100% !important;
  }

  .lg\:-translate-y-1\/2 {
    --transform-translate-y: -50% !important;
  }

  .lg\:translate-y-1\/2 {
    --transform-translate-y: 50% !important;
  }

  .lg\:translate-y-full {
    --transform-translate-y: 100% !important;
  }

  .lg\:hover\:translate-x-0:hover {
    --transform-translate-x: 0 !important;
  }

  .lg\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem !important;
  }

  .lg\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem !important;
  }

  .lg\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem !important;
  }

  .lg\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem !important;
  }

  .lg\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.25rem !important;
  }

  .lg\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem !important;
  }

  .lg\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem !important;
  }

  .lg\:hover\:translate-x-9:hover {
    --transform-translate-x: 2.5rem !important;
  }

  .lg\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem !important;
  }

  .lg\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem !important;
  }

  .lg\:hover\:translate-x-14:hover {
    --transform-translate-x: 3.5rem !important;
  }

  .lg\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem !important;
  }

  .lg\:hover\:translate-x-18:hover {
    --transform-translate-x: 4.5rem !important;
  }

  .lg\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem !important;
  }

  .lg\:hover\:translate-x-22:hover {
    --transform-translate-x: 5.626rem !important;
  }

  .lg\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem !important;
  }

  .lg\:hover\:translate-x-26:hover {
    --transform-translate-x: 6.25rem !important;
  }

  .lg\:hover\:translate-x-28:hover {
    --transform-translate-x: 7rem !important;
  }

  .lg\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem !important;
  }

  .lg\:hover\:translate-x-34:hover {
    --transform-translate-x: 8.5rem !important;
  }

  .lg\:hover\:translate-x-38:hover {
    --transform-translate-x: 9.25rem !important;
  }

  .lg\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem !important;
  }

  .lg\:hover\:translate-x-46:hover {
    --transform-translate-x: 11.75rem !important;
  }

  .lg\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem !important;
  }

  .lg\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem !important;
  }

  .lg\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem !important;
  }

  .lg\:hover\:translate-x-82:hover {
    --transform-translate-x: 20.75rem !important;
  }

  .lg\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px !important;
  }

  .lg\:hover\:translate-x-tiny:hover {
    --transform-translate-x: 0.3rem !important;
  }

  .lg\:hover\:translate-x-quick-links:hover {
    --transform-translate-x: 26% !important;
  }

  .lg\:hover\:translate-x-pro-slid:hover {
    --transform-translate-x: 48% !important;
  }

  .lg\:hover\:translate-x-62p:hover {
    --transform-translate-x: 62% !important;
  }

  .lg\:hover\:translate-x-90p:hover {
    --transform-translate-x: 90% !important;
  }

  .lg\:hover\:translate-x-x-large:hover {
    --transform-translate-x: 27.5rem !important;
  }

  .lg\:hover\:translate-x-2px:hover {
    --transform-translate-x: 0.125rem !important;
  }

  .lg\:hover\:translate-x-9px:hover {
    --transform-translate-x: 0.5625rem !important;
  }

  .lg\:hover\:translate-x-10px:hover {
    --transform-translate-x: 0.625rem !important;
  }

  .lg\:hover\:translate-x-18px:hover {
    --transform-translate-x: 1.125rem !important;
  }

  .lg\:hover\:translate-x-20px:hover {
    --transform-translate-x: 1.25rem !important;
  }

  .lg\:hover\:translate-x-24px:hover {
    --transform-translate-x: 1.5rem !important;
  }

  .lg\:hover\:translate-x-26px:hover {
    --transform-translate-x: 1.625rem !important;
  }

  .lg\:hover\:translate-x-30px:hover {
    --transform-translate-x: 1.875rem !important;
  }

  .lg\:hover\:translate-x-38px:hover {
    --transform-translate-x: 2.375rem !important;
  }

  .lg\:hover\:translate-x-43px:hover {
    --transform-translate-x: 2.6875rem !important;
  }

  .lg\:hover\:translate-x-44px:hover {
    --transform-translate-x: 2.75rem !important;
  }

  .lg\:hover\:translate-x-46px:hover {
    --transform-translate-x: 2.875rem !important;
  }

  .lg\:hover\:translate-x-53px:hover {
    --transform-translate-x: 3.3125rem !important;
  }

  .lg\:hover\:translate-x-54px:hover {
    --transform-translate-x: 3.375rem !important;
  }

  .lg\:hover\:translate-x-55px:hover {
    --transform-translate-x: 3.4375rem !important;
  }

  .lg\:hover\:translate-x-60px:hover {
    --transform-translate-x: 3.75rem !important;
  }

  .lg\:hover\:translate-x-67px:hover {
    --transform-translate-x: 4.1875rem !important;
  }

  .lg\:hover\:translate-x-73px:hover {
    --transform-translate-x: 4.5625rem !important;
  }

  .lg\:hover\:translate-x-80px:hover {
    --transform-translate-x: 5rem !important;
  }

  .lg\:hover\:translate-x-81px:hover {
    --transform-translate-x: 5.0625rem !important;
  }

  .lg\:hover\:translate-x-85px:hover {
    --transform-translate-x: 5.3125rem !important;
  }

  .lg\:hover\:translate-x-92px:hover {
    --transform-translate-x: 5.75rem !important;
  }

  .lg\:hover\:translate-x-100px:hover {
    --transform-translate-x: 6.25rem !important;
  }

  .lg\:hover\:translate-x-106px:hover {
    --transform-translate-x: 6.625rem !important;
  }

  .lg\:hover\:translate-x-123px:hover {
    --transform-translate-x: 7.6875rem !important;
  }

  .lg\:hover\:translate-x-126px:hover {
    --transform-translate-x: 7.875rem !important;
  }

  .lg\:hover\:translate-x-138px:hover {
    --transform-translate-x: 8.625rem !important;
  }

  .lg\:hover\:translate-x-140px:hover {
    --transform-translate-x: 8.75rem !important;
  }

  .lg\:hover\:translate-x-146px:hover {
    --transform-translate-x: 9.125rem !important;
  }

  .lg\:hover\:translate-x-152px:hover {
    --transform-translate-x: 9.5rem !important;
  }

  .lg\:hover\:translate-x-187px:hover {
    --transform-translate-x: 11.6875rem !important;
  }

  .lg\:hover\:translate-x-220px:hover {
    --transform-translate-x: 13.75rem !important;
  }

  .lg\:hover\:translate-x-253px:hover {
    --transform-translate-x: 15.8125rem !important;
  }

  .lg\:hover\:translate-x-320px:hover {
    --transform-translate-x: 20rem !important;
  }

  .lg\:hover\:translate-x-400px:hover {
    --transform-translate-x: 25rem !important;
  }

  .lg\:hover\:translate-x-500px:hover {
    --transform-translate-x: 31.25rem !important;
  }

  .lg\:hover\:translate-x-lgPaddingTop:hover {
    --transform-translate-x: 15.8125rem !important;
  }

  .lg\:hover\:translate-x-phonePaddingTop:hover {
    --transform-translate-x: 9.875rem !important;
  }

  .lg\:hover\:translate-x-tabletPaddingTop:hover {
    --transform-translate-x: 6.625rem !important;
  }

  .lg\:hover\:translate-x-largePaddingTop:hover {
    --transform-translate-x: 13.75rem !important;
  }

  .lg\:hover\:translate-x-phoneTextContentMaxWidth:hover {
    --transform-translate-x: 57.0625rem !important;
  }

  .lg\:hover\:translate-x-phoneTextContentWidth:hover {
    --transform-translate-x: 63% !important;
  }

  .lg\:hover\:translate-x-phoneBlockContentWidth:hover {
    --transform-translate-x: 71.625rem !important;
  }

  .lg\:hover\:translate-x-tabletTextContentMaxWidth:hover {
    --transform-translate-x: 57.0625rem !important;
  }

  .lg\:hover\:translate-x-tabletTextContentWidth:hover {
    --transform-translate-x: 63% !important;
  }

  .lg\:hover\:translate-x-tabletBlockContentWidth:hover {
    --transform-translate-x: 71.625rem !important;
  }

  .lg\:hover\:translate-x-largeTextContentMaxWidth:hover {
    --transform-translate-x: 57.0625rem !important;
  }

  .lg\:hover\:translate-x-largeTextContentWidth:hover {
    --transform-translate-x: 63% !important;
  }

  .lg\:hover\:translate-x-largeBlockContentWidth:hover {
    --transform-translate-x: 71.625rem !important;
  }

  .lg\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem !important;
  }

  .lg\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem !important;
  }

  .lg\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem !important;
  }

  .lg\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem !important;
  }

  .lg\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.25rem !important;
  }

  .lg\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem !important;
  }

  .lg\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem !important;
  }

  .lg\:hover\:-translate-x-9:hover {
    --transform-translate-x: -2.5rem !important;
  }

  .lg\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem !important;
  }

  .lg\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem !important;
  }

  .lg\:hover\:-translate-x-14:hover {
    --transform-translate-x: -3.5rem !important;
  }

  .lg\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem !important;
  }

  .lg\:hover\:-translate-x-18:hover {
    --transform-translate-x: -4.5rem !important;
  }

  .lg\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem !important;
  }

  .lg\:hover\:-translate-x-22:hover {
    --transform-translate-x: -5.626rem !important;
  }

  .lg\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem !important;
  }

  .lg\:hover\:-translate-x-26:hover {
    --transform-translate-x: -6.25rem !important;
  }

  .lg\:hover\:-translate-x-28:hover {
    --transform-translate-x: -7rem !important;
  }

  .lg\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem !important;
  }

  .lg\:hover\:-translate-x-34:hover {
    --transform-translate-x: -8.5rem !important;
  }

  .lg\:hover\:-translate-x-38:hover {
    --transform-translate-x: -9.25rem !important;
  }

  .lg\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem !important;
  }

  .lg\:hover\:-translate-x-46:hover {
    --transform-translate-x: -11.75rem !important;
  }

  .lg\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem !important;
  }

  .lg\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem !important;
  }

  .lg\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem !important;
  }

  .lg\:hover\:-translate-x-82:hover {
    --transform-translate-x: -20.75rem !important;
  }

  .lg\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px !important;
  }

  .lg\:hover\:-translate-x-tiny:hover {
    --transform-translate-x: -0.3rem !important;
  }

  .lg\:hover\:-translate-x-quick-links:hover {
    --transform-translate-x: -26% !important;
  }

  .lg\:hover\:-translate-x-pro-slid:hover {
    --transform-translate-x: -48% !important;
  }

  .lg\:hover\:-translate-x-62p:hover {
    --transform-translate-x: -62% !important;
  }

  .lg\:hover\:-translate-x-90p:hover {
    --transform-translate-x: -90% !important;
  }

  .lg\:hover\:-translate-x-x-large:hover {
    --transform-translate-x: -27.5rem !important;
  }

  .lg\:hover\:-translate-x-2px:hover {
    --transform-translate-x: -0.125rem !important;
  }

  .lg\:hover\:-translate-x-9px:hover {
    --transform-translate-x: -0.5625rem !important;
  }

  .lg\:hover\:-translate-x-10px:hover {
    --transform-translate-x: -0.625rem !important;
  }

  .lg\:hover\:-translate-x-18px:hover {
    --transform-translate-x: -1.125rem !important;
  }

  .lg\:hover\:-translate-x-20px:hover {
    --transform-translate-x: -1.25rem !important;
  }

  .lg\:hover\:-translate-x-24px:hover {
    --transform-translate-x: -1.5rem !important;
  }

  .lg\:hover\:-translate-x-26px:hover {
    --transform-translate-x: -1.625rem !important;
  }

  .lg\:hover\:-translate-x-30px:hover {
    --transform-translate-x: -1.875rem !important;
  }

  .lg\:hover\:-translate-x-38px:hover {
    --transform-translate-x: -2.375rem !important;
  }

  .lg\:hover\:-translate-x-43px:hover {
    --transform-translate-x: -2.6875rem !important;
  }

  .lg\:hover\:-translate-x-44px:hover {
    --transform-translate-x: -2.75rem !important;
  }

  .lg\:hover\:-translate-x-46px:hover {
    --transform-translate-x: -2.875rem !important;
  }

  .lg\:hover\:-translate-x-53px:hover {
    --transform-translate-x: -3.3125rem !important;
  }

  .lg\:hover\:-translate-x-54px:hover {
    --transform-translate-x: -3.375rem !important;
  }

  .lg\:hover\:-translate-x-55px:hover {
    --transform-translate-x: -3.4375rem !important;
  }

  .lg\:hover\:-translate-x-60px:hover {
    --transform-translate-x: -3.75rem !important;
  }

  .lg\:hover\:-translate-x-67px:hover {
    --transform-translate-x: -4.1875rem !important;
  }

  .lg\:hover\:-translate-x-73px:hover {
    --transform-translate-x: -4.5625rem !important;
  }

  .lg\:hover\:-translate-x-80px:hover {
    --transform-translate-x: -5rem !important;
  }

  .lg\:hover\:-translate-x-81px:hover {
    --transform-translate-x: -5.0625rem !important;
  }

  .lg\:hover\:-translate-x-85px:hover {
    --transform-translate-x: -5.3125rem !important;
  }

  .lg\:hover\:-translate-x-92px:hover {
    --transform-translate-x: -5.75rem !important;
  }

  .lg\:hover\:-translate-x-100px:hover {
    --transform-translate-x: -6.25rem !important;
  }

  .lg\:hover\:-translate-x-106px:hover {
    --transform-translate-x: -6.625rem !important;
  }

  .lg\:hover\:-translate-x-123px:hover {
    --transform-translate-x: -7.6875rem !important;
  }

  .lg\:hover\:-translate-x-126px:hover {
    --transform-translate-x: -7.875rem !important;
  }

  .lg\:hover\:-translate-x-138px:hover {
    --transform-translate-x: -8.625rem !important;
  }

  .lg\:hover\:-translate-x-140px:hover {
    --transform-translate-x: -8.75rem !important;
  }

  .lg\:hover\:-translate-x-146px:hover {
    --transform-translate-x: -9.125rem !important;
  }

  .lg\:hover\:-translate-x-152px:hover {
    --transform-translate-x: -9.5rem !important;
  }

  .lg\:hover\:-translate-x-187px:hover {
    --transform-translate-x: -11.6875rem !important;
  }

  .lg\:hover\:-translate-x-220px:hover {
    --transform-translate-x: -13.75rem !important;
  }

  .lg\:hover\:-translate-x-253px:hover {
    --transform-translate-x: -15.8125rem !important;
  }

  .lg\:hover\:-translate-x-320px:hover {
    --transform-translate-x: -20rem !important;
  }

  .lg\:hover\:-translate-x-400px:hover {
    --transform-translate-x: -25rem !important;
  }

  .lg\:hover\:-translate-x-500px:hover {
    --transform-translate-x: -31.25rem !important;
  }

  .lg\:hover\:-translate-x-lgPaddingTop:hover {
    --transform-translate-x: -15.8125rem !important;
  }

  .lg\:hover\:-translate-x-phonePaddingTop:hover {
    --transform-translate-x: -9.875rem !important;
  }

  .lg\:hover\:-translate-x-tabletPaddingTop:hover {
    --transform-translate-x: -6.625rem !important;
  }

  .lg\:hover\:-translate-x-largePaddingTop:hover {
    --transform-translate-x: -13.75rem !important;
  }

  .lg\:hover\:-translate-x-phoneTextContentMaxWidth:hover {
    --transform-translate-x: -57.0625rem !important;
  }

  .lg\:hover\:-translate-x-phoneTextContentWidth:hover {
    --transform-translate-x: -63% !important;
  }

  .lg\:hover\:-translate-x-phoneBlockContentWidth:hover {
    --transform-translate-x: -71.625rem !important;
  }

  .lg\:hover\:-translate-x-tabletTextContentMaxWidth:hover {
    --transform-translate-x: -57.0625rem !important;
  }

  .lg\:hover\:-translate-x-tabletTextContentWidth:hover {
    --transform-translate-x: -63% !important;
  }

  .lg\:hover\:-translate-x-tabletBlockContentWidth:hover {
    --transform-translate-x: -71.625rem !important;
  }

  .lg\:hover\:-translate-x-largeTextContentMaxWidth:hover {
    --transform-translate-x: -57.0625rem !important;
  }

  .lg\:hover\:-translate-x-largeTextContentWidth:hover {
    --transform-translate-x: -63% !important;
  }

  .lg\:hover\:-translate-x-largeBlockContentWidth:hover {
    --transform-translate-x: -71.625rem !important;
  }

  .lg\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100% !important;
  }

  .lg\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50% !important;
  }

  .lg\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50% !important;
  }

  .lg\:hover\:translate-x-full:hover {
    --transform-translate-x: 100% !important;
  }

  .lg\:hover\:translate-y-0:hover {
    --transform-translate-y: 0 !important;
  }

  .lg\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem !important;
  }

  .lg\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem !important;
  }

  .lg\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem !important;
  }

  .lg\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem !important;
  }

  .lg\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.25rem !important;
  }

  .lg\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem !important;
  }

  .lg\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem !important;
  }

  .lg\:hover\:translate-y-9:hover {
    --transform-translate-y: 2.5rem !important;
  }

  .lg\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem !important;
  }

  .lg\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem !important;
  }

  .lg\:hover\:translate-y-14:hover {
    --transform-translate-y: 3.5rem !important;
  }

  .lg\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem !important;
  }

  .lg\:hover\:translate-y-18:hover {
    --transform-translate-y: 4.5rem !important;
  }

  .lg\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem !important;
  }

  .lg\:hover\:translate-y-22:hover {
    --transform-translate-y: 5.626rem !important;
  }

  .lg\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem !important;
  }

  .lg\:hover\:translate-y-26:hover {
    --transform-translate-y: 6.25rem !important;
  }

  .lg\:hover\:translate-y-28:hover {
    --transform-translate-y: 7rem !important;
  }

  .lg\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem !important;
  }

  .lg\:hover\:translate-y-34:hover {
    --transform-translate-y: 8.5rem !important;
  }

  .lg\:hover\:translate-y-38:hover {
    --transform-translate-y: 9.25rem !important;
  }

  .lg\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem !important;
  }

  .lg\:hover\:translate-y-46:hover {
    --transform-translate-y: 11.75rem !important;
  }

  .lg\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem !important;
  }

  .lg\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem !important;
  }

  .lg\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem !important;
  }

  .lg\:hover\:translate-y-82:hover {
    --transform-translate-y: 20.75rem !important;
  }

  .lg\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px !important;
  }

  .lg\:hover\:translate-y-tiny:hover {
    --transform-translate-y: 0.3rem !important;
  }

  .lg\:hover\:translate-y-quick-links:hover {
    --transform-translate-y: 26% !important;
  }

  .lg\:hover\:translate-y-pro-slid:hover {
    --transform-translate-y: 48% !important;
  }

  .lg\:hover\:translate-y-62p:hover {
    --transform-translate-y: 62% !important;
  }

  .lg\:hover\:translate-y-90p:hover {
    --transform-translate-y: 90% !important;
  }

  .lg\:hover\:translate-y-x-large:hover {
    --transform-translate-y: 27.5rem !important;
  }

  .lg\:hover\:translate-y-2px:hover {
    --transform-translate-y: 0.125rem !important;
  }

  .lg\:hover\:translate-y-9px:hover {
    --transform-translate-y: 0.5625rem !important;
  }

  .lg\:hover\:translate-y-10px:hover {
    --transform-translate-y: 0.625rem !important;
  }

  .lg\:hover\:translate-y-18px:hover {
    --transform-translate-y: 1.125rem !important;
  }

  .lg\:hover\:translate-y-20px:hover {
    --transform-translate-y: 1.25rem !important;
  }

  .lg\:hover\:translate-y-24px:hover {
    --transform-translate-y: 1.5rem !important;
  }

  .lg\:hover\:translate-y-26px:hover {
    --transform-translate-y: 1.625rem !important;
  }

  .lg\:hover\:translate-y-30px:hover {
    --transform-translate-y: 1.875rem !important;
  }

  .lg\:hover\:translate-y-38px:hover {
    --transform-translate-y: 2.375rem !important;
  }

  .lg\:hover\:translate-y-43px:hover {
    --transform-translate-y: 2.6875rem !important;
  }

  .lg\:hover\:translate-y-44px:hover {
    --transform-translate-y: 2.75rem !important;
  }

  .lg\:hover\:translate-y-46px:hover {
    --transform-translate-y: 2.875rem !important;
  }

  .lg\:hover\:translate-y-53px:hover {
    --transform-translate-y: 3.3125rem !important;
  }

  .lg\:hover\:translate-y-54px:hover {
    --transform-translate-y: 3.375rem !important;
  }

  .lg\:hover\:translate-y-55px:hover {
    --transform-translate-y: 3.4375rem !important;
  }

  .lg\:hover\:translate-y-60px:hover {
    --transform-translate-y: 3.75rem !important;
  }

  .lg\:hover\:translate-y-67px:hover {
    --transform-translate-y: 4.1875rem !important;
  }

  .lg\:hover\:translate-y-73px:hover {
    --transform-translate-y: 4.5625rem !important;
  }

  .lg\:hover\:translate-y-80px:hover {
    --transform-translate-y: 5rem !important;
  }

  .lg\:hover\:translate-y-81px:hover {
    --transform-translate-y: 5.0625rem !important;
  }

  .lg\:hover\:translate-y-85px:hover {
    --transform-translate-y: 5.3125rem !important;
  }

  .lg\:hover\:translate-y-92px:hover {
    --transform-translate-y: 5.75rem !important;
  }

  .lg\:hover\:translate-y-100px:hover {
    --transform-translate-y: 6.25rem !important;
  }

  .lg\:hover\:translate-y-106px:hover {
    --transform-translate-y: 6.625rem !important;
  }

  .lg\:hover\:translate-y-123px:hover {
    --transform-translate-y: 7.6875rem !important;
  }

  .lg\:hover\:translate-y-126px:hover {
    --transform-translate-y: 7.875rem !important;
  }

  .lg\:hover\:translate-y-138px:hover {
    --transform-translate-y: 8.625rem !important;
  }

  .lg\:hover\:translate-y-140px:hover {
    --transform-translate-y: 8.75rem !important;
  }

  .lg\:hover\:translate-y-146px:hover {
    --transform-translate-y: 9.125rem !important;
  }

  .lg\:hover\:translate-y-152px:hover {
    --transform-translate-y: 9.5rem !important;
  }

  .lg\:hover\:translate-y-187px:hover {
    --transform-translate-y: 11.6875rem !important;
  }

  .lg\:hover\:translate-y-220px:hover {
    --transform-translate-y: 13.75rem !important;
  }

  .lg\:hover\:translate-y-253px:hover {
    --transform-translate-y: 15.8125rem !important;
  }

  .lg\:hover\:translate-y-320px:hover {
    --transform-translate-y: 20rem !important;
  }

  .lg\:hover\:translate-y-400px:hover {
    --transform-translate-y: 25rem !important;
  }

  .lg\:hover\:translate-y-500px:hover {
    --transform-translate-y: 31.25rem !important;
  }

  .lg\:hover\:translate-y-lgPaddingTop:hover {
    --transform-translate-y: 15.8125rem !important;
  }

  .lg\:hover\:translate-y-phonePaddingTop:hover {
    --transform-translate-y: 9.875rem !important;
  }

  .lg\:hover\:translate-y-tabletPaddingTop:hover {
    --transform-translate-y: 6.625rem !important;
  }

  .lg\:hover\:translate-y-largePaddingTop:hover {
    --transform-translate-y: 13.75rem !important;
  }

  .lg\:hover\:translate-y-phoneTextContentMaxWidth:hover {
    --transform-translate-y: 57.0625rem !important;
  }

  .lg\:hover\:translate-y-phoneTextContentWidth:hover {
    --transform-translate-y: 63% !important;
  }

  .lg\:hover\:translate-y-phoneBlockContentWidth:hover {
    --transform-translate-y: 71.625rem !important;
  }

  .lg\:hover\:translate-y-tabletTextContentMaxWidth:hover {
    --transform-translate-y: 57.0625rem !important;
  }

  .lg\:hover\:translate-y-tabletTextContentWidth:hover {
    --transform-translate-y: 63% !important;
  }

  .lg\:hover\:translate-y-tabletBlockContentWidth:hover {
    --transform-translate-y: 71.625rem !important;
  }

  .lg\:hover\:translate-y-largeTextContentMaxWidth:hover {
    --transform-translate-y: 57.0625rem !important;
  }

  .lg\:hover\:translate-y-largeTextContentWidth:hover {
    --transform-translate-y: 63% !important;
  }

  .lg\:hover\:translate-y-largeBlockContentWidth:hover {
    --transform-translate-y: 71.625rem !important;
  }

  .lg\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem !important;
  }

  .lg\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem !important;
  }

  .lg\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem !important;
  }

  .lg\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem !important;
  }

  .lg\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.25rem !important;
  }

  .lg\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem !important;
  }

  .lg\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem !important;
  }

  .lg\:hover\:-translate-y-9:hover {
    --transform-translate-y: -2.5rem !important;
  }

  .lg\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem !important;
  }

  .lg\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem !important;
  }

  .lg\:hover\:-translate-y-14:hover {
    --transform-translate-y: -3.5rem !important;
  }

  .lg\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem !important;
  }

  .lg\:hover\:-translate-y-18:hover {
    --transform-translate-y: -4.5rem !important;
  }

  .lg\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem !important;
  }

  .lg\:hover\:-translate-y-22:hover {
    --transform-translate-y: -5.626rem !important;
  }

  .lg\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem !important;
  }

  .lg\:hover\:-translate-y-26:hover {
    --transform-translate-y: -6.25rem !important;
  }

  .lg\:hover\:-translate-y-28:hover {
    --transform-translate-y: -7rem !important;
  }

  .lg\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem !important;
  }

  .lg\:hover\:-translate-y-34:hover {
    --transform-translate-y: -8.5rem !important;
  }

  .lg\:hover\:-translate-y-38:hover {
    --transform-translate-y: -9.25rem !important;
  }

  .lg\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem !important;
  }

  .lg\:hover\:-translate-y-46:hover {
    --transform-translate-y: -11.75rem !important;
  }

  .lg\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem !important;
  }

  .lg\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem !important;
  }

  .lg\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem !important;
  }

  .lg\:hover\:-translate-y-82:hover {
    --transform-translate-y: -20.75rem !important;
  }

  .lg\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px !important;
  }

  .lg\:hover\:-translate-y-tiny:hover {
    --transform-translate-y: -0.3rem !important;
  }

  .lg\:hover\:-translate-y-quick-links:hover {
    --transform-translate-y: -26% !important;
  }

  .lg\:hover\:-translate-y-pro-slid:hover {
    --transform-translate-y: -48% !important;
  }

  .lg\:hover\:-translate-y-62p:hover {
    --transform-translate-y: -62% !important;
  }

  .lg\:hover\:-translate-y-90p:hover {
    --transform-translate-y: -90% !important;
  }

  .lg\:hover\:-translate-y-x-large:hover {
    --transform-translate-y: -27.5rem !important;
  }

  .lg\:hover\:-translate-y-2px:hover {
    --transform-translate-y: -0.125rem !important;
  }

  .lg\:hover\:-translate-y-9px:hover {
    --transform-translate-y: -0.5625rem !important;
  }

  .lg\:hover\:-translate-y-10px:hover {
    --transform-translate-y: -0.625rem !important;
  }

  .lg\:hover\:-translate-y-18px:hover {
    --transform-translate-y: -1.125rem !important;
  }

  .lg\:hover\:-translate-y-20px:hover {
    --transform-translate-y: -1.25rem !important;
  }

  .lg\:hover\:-translate-y-24px:hover {
    --transform-translate-y: -1.5rem !important;
  }

  .lg\:hover\:-translate-y-26px:hover {
    --transform-translate-y: -1.625rem !important;
  }

  .lg\:hover\:-translate-y-30px:hover {
    --transform-translate-y: -1.875rem !important;
  }

  .lg\:hover\:-translate-y-38px:hover {
    --transform-translate-y: -2.375rem !important;
  }

  .lg\:hover\:-translate-y-43px:hover {
    --transform-translate-y: -2.6875rem !important;
  }

  .lg\:hover\:-translate-y-44px:hover {
    --transform-translate-y: -2.75rem !important;
  }

  .lg\:hover\:-translate-y-46px:hover {
    --transform-translate-y: -2.875rem !important;
  }

  .lg\:hover\:-translate-y-53px:hover {
    --transform-translate-y: -3.3125rem !important;
  }

  .lg\:hover\:-translate-y-54px:hover {
    --transform-translate-y: -3.375rem !important;
  }

  .lg\:hover\:-translate-y-55px:hover {
    --transform-translate-y: -3.4375rem !important;
  }

  .lg\:hover\:-translate-y-60px:hover {
    --transform-translate-y: -3.75rem !important;
  }

  .lg\:hover\:-translate-y-67px:hover {
    --transform-translate-y: -4.1875rem !important;
  }

  .lg\:hover\:-translate-y-73px:hover {
    --transform-translate-y: -4.5625rem !important;
  }

  .lg\:hover\:-translate-y-80px:hover {
    --transform-translate-y: -5rem !important;
  }

  .lg\:hover\:-translate-y-81px:hover {
    --transform-translate-y: -5.0625rem !important;
  }

  .lg\:hover\:-translate-y-85px:hover {
    --transform-translate-y: -5.3125rem !important;
  }

  .lg\:hover\:-translate-y-92px:hover {
    --transform-translate-y: -5.75rem !important;
  }

  .lg\:hover\:-translate-y-100px:hover {
    --transform-translate-y: -6.25rem !important;
  }

  .lg\:hover\:-translate-y-106px:hover {
    --transform-translate-y: -6.625rem !important;
  }

  .lg\:hover\:-translate-y-123px:hover {
    --transform-translate-y: -7.6875rem !important;
  }

  .lg\:hover\:-translate-y-126px:hover {
    --transform-translate-y: -7.875rem !important;
  }

  .lg\:hover\:-translate-y-138px:hover {
    --transform-translate-y: -8.625rem !important;
  }

  .lg\:hover\:-translate-y-140px:hover {
    --transform-translate-y: -8.75rem !important;
  }

  .lg\:hover\:-translate-y-146px:hover {
    --transform-translate-y: -9.125rem !important;
  }

  .lg\:hover\:-translate-y-152px:hover {
    --transform-translate-y: -9.5rem !important;
  }

  .lg\:hover\:-translate-y-187px:hover {
    --transform-translate-y: -11.6875rem !important;
  }

  .lg\:hover\:-translate-y-220px:hover {
    --transform-translate-y: -13.75rem !important;
  }

  .lg\:hover\:-translate-y-253px:hover {
    --transform-translate-y: -15.8125rem !important;
  }

  .lg\:hover\:-translate-y-320px:hover {
    --transform-translate-y: -20rem !important;
  }

  .lg\:hover\:-translate-y-400px:hover {
    --transform-translate-y: -25rem !important;
  }

  .lg\:hover\:-translate-y-500px:hover {
    --transform-translate-y: -31.25rem !important;
  }

  .lg\:hover\:-translate-y-lgPaddingTop:hover {
    --transform-translate-y: -15.8125rem !important;
  }

  .lg\:hover\:-translate-y-phonePaddingTop:hover {
    --transform-translate-y: -9.875rem !important;
  }

  .lg\:hover\:-translate-y-tabletPaddingTop:hover {
    --transform-translate-y: -6.625rem !important;
  }

  .lg\:hover\:-translate-y-largePaddingTop:hover {
    --transform-translate-y: -13.75rem !important;
  }

  .lg\:hover\:-translate-y-phoneTextContentMaxWidth:hover {
    --transform-translate-y: -57.0625rem !important;
  }

  .lg\:hover\:-translate-y-phoneTextContentWidth:hover {
    --transform-translate-y: -63% !important;
  }

  .lg\:hover\:-translate-y-phoneBlockContentWidth:hover {
    --transform-translate-y: -71.625rem !important;
  }

  .lg\:hover\:-translate-y-tabletTextContentMaxWidth:hover {
    --transform-translate-y: -57.0625rem !important;
  }

  .lg\:hover\:-translate-y-tabletTextContentWidth:hover {
    --transform-translate-y: -63% !important;
  }

  .lg\:hover\:-translate-y-tabletBlockContentWidth:hover {
    --transform-translate-y: -71.625rem !important;
  }

  .lg\:hover\:-translate-y-largeTextContentMaxWidth:hover {
    --transform-translate-y: -57.0625rem !important;
  }

  .lg\:hover\:-translate-y-largeTextContentWidth:hover {
    --transform-translate-y: -63% !important;
  }

  .lg\:hover\:-translate-y-largeBlockContentWidth:hover {
    --transform-translate-y: -71.625rem !important;
  }

  .lg\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100% !important;
  }

  .lg\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50% !important;
  }

  .lg\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50% !important;
  }

  .lg\:hover\:translate-y-full:hover {
    --transform-translate-y: 100% !important;
  }

  .lg\:focus\:translate-x-0:focus {
    --transform-translate-x: 0 !important;
  }

  .lg\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem !important;
  }

  .lg\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem !important;
  }

  .lg\:focus\:translate-x-3:focus {
    --transform-translate-x: 0.75rem !important;
  }

  .lg\:focus\:translate-x-4:focus {
    --transform-translate-x: 1rem !important;
  }

  .lg\:focus\:translate-x-5:focus {
    --transform-translate-x: 1.25rem !important;
  }

  .lg\:focus\:translate-x-6:focus {
    --transform-translate-x: 1.5rem !important;
  }

  .lg\:focus\:translate-x-8:focus {
    --transform-translate-x: 2rem !important;
  }

  .lg\:focus\:translate-x-9:focus {
    --transform-translate-x: 2.5rem !important;
  }

  .lg\:focus\:translate-x-10:focus {
    --transform-translate-x: 2.5rem !important;
  }

  .lg\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem !important;
  }

  .lg\:focus\:translate-x-14:focus {
    --transform-translate-x: 3.5rem !important;
  }

  .lg\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem !important;
  }

  .lg\:focus\:translate-x-18:focus {
    --transform-translate-x: 4.5rem !important;
  }

  .lg\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem !important;
  }

  .lg\:focus\:translate-x-22:focus {
    --transform-translate-x: 5.626rem !important;
  }

  .lg\:focus\:translate-x-24:focus {
    --transform-translate-x: 6rem !important;
  }

  .lg\:focus\:translate-x-26:focus {
    --transform-translate-x: 6.25rem !important;
  }

  .lg\:focus\:translate-x-28:focus {
    --transform-translate-x: 7rem !important;
  }

  .lg\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem !important;
  }

  .lg\:focus\:translate-x-34:focus {
    --transform-translate-x: 8.5rem !important;
  }

  .lg\:focus\:translate-x-38:focus {
    --transform-translate-x: 9.25rem !important;
  }

  .lg\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem !important;
  }

  .lg\:focus\:translate-x-46:focus {
    --transform-translate-x: 11.75rem !important;
  }

  .lg\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem !important;
  }

  .lg\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem !important;
  }

  .lg\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem !important;
  }

  .lg\:focus\:translate-x-82:focus {
    --transform-translate-x: 20.75rem !important;
  }

  .lg\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px !important;
  }

  .lg\:focus\:translate-x-tiny:focus {
    --transform-translate-x: 0.3rem !important;
  }

  .lg\:focus\:translate-x-quick-links:focus {
    --transform-translate-x: 26% !important;
  }

  .lg\:focus\:translate-x-pro-slid:focus {
    --transform-translate-x: 48% !important;
  }

  .lg\:focus\:translate-x-62p:focus {
    --transform-translate-x: 62% !important;
  }

  .lg\:focus\:translate-x-90p:focus {
    --transform-translate-x: 90% !important;
  }

  .lg\:focus\:translate-x-x-large:focus {
    --transform-translate-x: 27.5rem !important;
  }

  .lg\:focus\:translate-x-2px:focus {
    --transform-translate-x: 0.125rem !important;
  }

  .lg\:focus\:translate-x-9px:focus {
    --transform-translate-x: 0.5625rem !important;
  }

  .lg\:focus\:translate-x-10px:focus {
    --transform-translate-x: 0.625rem !important;
  }

  .lg\:focus\:translate-x-18px:focus {
    --transform-translate-x: 1.125rem !important;
  }

  .lg\:focus\:translate-x-20px:focus {
    --transform-translate-x: 1.25rem !important;
  }

  .lg\:focus\:translate-x-24px:focus {
    --transform-translate-x: 1.5rem !important;
  }

  .lg\:focus\:translate-x-26px:focus {
    --transform-translate-x: 1.625rem !important;
  }

  .lg\:focus\:translate-x-30px:focus {
    --transform-translate-x: 1.875rem !important;
  }

  .lg\:focus\:translate-x-38px:focus {
    --transform-translate-x: 2.375rem !important;
  }

  .lg\:focus\:translate-x-43px:focus {
    --transform-translate-x: 2.6875rem !important;
  }

  .lg\:focus\:translate-x-44px:focus {
    --transform-translate-x: 2.75rem !important;
  }

  .lg\:focus\:translate-x-46px:focus {
    --transform-translate-x: 2.875rem !important;
  }

  .lg\:focus\:translate-x-53px:focus {
    --transform-translate-x: 3.3125rem !important;
  }

  .lg\:focus\:translate-x-54px:focus {
    --transform-translate-x: 3.375rem !important;
  }

  .lg\:focus\:translate-x-55px:focus {
    --transform-translate-x: 3.4375rem !important;
  }

  .lg\:focus\:translate-x-60px:focus {
    --transform-translate-x: 3.75rem !important;
  }

  .lg\:focus\:translate-x-67px:focus {
    --transform-translate-x: 4.1875rem !important;
  }

  .lg\:focus\:translate-x-73px:focus {
    --transform-translate-x: 4.5625rem !important;
  }

  .lg\:focus\:translate-x-80px:focus {
    --transform-translate-x: 5rem !important;
  }

  .lg\:focus\:translate-x-81px:focus {
    --transform-translate-x: 5.0625rem !important;
  }

  .lg\:focus\:translate-x-85px:focus {
    --transform-translate-x: 5.3125rem !important;
  }

  .lg\:focus\:translate-x-92px:focus {
    --transform-translate-x: 5.75rem !important;
  }

  .lg\:focus\:translate-x-100px:focus {
    --transform-translate-x: 6.25rem !important;
  }

  .lg\:focus\:translate-x-106px:focus {
    --transform-translate-x: 6.625rem !important;
  }

  .lg\:focus\:translate-x-123px:focus {
    --transform-translate-x: 7.6875rem !important;
  }

  .lg\:focus\:translate-x-126px:focus {
    --transform-translate-x: 7.875rem !important;
  }

  .lg\:focus\:translate-x-138px:focus {
    --transform-translate-x: 8.625rem !important;
  }

  .lg\:focus\:translate-x-140px:focus {
    --transform-translate-x: 8.75rem !important;
  }

  .lg\:focus\:translate-x-146px:focus {
    --transform-translate-x: 9.125rem !important;
  }

  .lg\:focus\:translate-x-152px:focus {
    --transform-translate-x: 9.5rem !important;
  }

  .lg\:focus\:translate-x-187px:focus {
    --transform-translate-x: 11.6875rem !important;
  }

  .lg\:focus\:translate-x-220px:focus {
    --transform-translate-x: 13.75rem !important;
  }

  .lg\:focus\:translate-x-253px:focus {
    --transform-translate-x: 15.8125rem !important;
  }

  .lg\:focus\:translate-x-320px:focus {
    --transform-translate-x: 20rem !important;
  }

  .lg\:focus\:translate-x-400px:focus {
    --transform-translate-x: 25rem !important;
  }

  .lg\:focus\:translate-x-500px:focus {
    --transform-translate-x: 31.25rem !important;
  }

  .lg\:focus\:translate-x-lgPaddingTop:focus {
    --transform-translate-x: 15.8125rem !important;
  }

  .lg\:focus\:translate-x-phonePaddingTop:focus {
    --transform-translate-x: 9.875rem !important;
  }

  .lg\:focus\:translate-x-tabletPaddingTop:focus {
    --transform-translate-x: 6.625rem !important;
  }

  .lg\:focus\:translate-x-largePaddingTop:focus {
    --transform-translate-x: 13.75rem !important;
  }

  .lg\:focus\:translate-x-phoneTextContentMaxWidth:focus {
    --transform-translate-x: 57.0625rem !important;
  }

  .lg\:focus\:translate-x-phoneTextContentWidth:focus {
    --transform-translate-x: 63% !important;
  }

  .lg\:focus\:translate-x-phoneBlockContentWidth:focus {
    --transform-translate-x: 71.625rem !important;
  }

  .lg\:focus\:translate-x-tabletTextContentMaxWidth:focus {
    --transform-translate-x: 57.0625rem !important;
  }

  .lg\:focus\:translate-x-tabletTextContentWidth:focus {
    --transform-translate-x: 63% !important;
  }

  .lg\:focus\:translate-x-tabletBlockContentWidth:focus {
    --transform-translate-x: 71.625rem !important;
  }

  .lg\:focus\:translate-x-largeTextContentMaxWidth:focus {
    --transform-translate-x: 57.0625rem !important;
  }

  .lg\:focus\:translate-x-largeTextContentWidth:focus {
    --transform-translate-x: 63% !important;
  }

  .lg\:focus\:translate-x-largeBlockContentWidth:focus {
    --transform-translate-x: 71.625rem !important;
  }

  .lg\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem !important;
  }

  .lg\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem !important;
  }

  .lg\:focus\:-translate-x-3:focus {
    --transform-translate-x: -0.75rem !important;
  }

  .lg\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1rem !important;
  }

  .lg\:focus\:-translate-x-5:focus {
    --transform-translate-x: -1.25rem !important;
  }

  .lg\:focus\:-translate-x-6:focus {
    --transform-translate-x: -1.5rem !important;
  }

  .lg\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2rem !important;
  }

  .lg\:focus\:-translate-x-9:focus {
    --transform-translate-x: -2.5rem !important;
  }

  .lg\:focus\:-translate-x-10:focus {
    --transform-translate-x: -2.5rem !important;
  }

  .lg\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem !important;
  }

  .lg\:focus\:-translate-x-14:focus {
    --transform-translate-x: -3.5rem !important;
  }

  .lg\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem !important;
  }

  .lg\:focus\:-translate-x-18:focus {
    --transform-translate-x: -4.5rem !important;
  }

  .lg\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem !important;
  }

  .lg\:focus\:-translate-x-22:focus {
    --transform-translate-x: -5.626rem !important;
  }

  .lg\:focus\:-translate-x-24:focus {
    --transform-translate-x: -6rem !important;
  }

  .lg\:focus\:-translate-x-26:focus {
    --transform-translate-x: -6.25rem !important;
  }

  .lg\:focus\:-translate-x-28:focus {
    --transform-translate-x: -7rem !important;
  }

  .lg\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem !important;
  }

  .lg\:focus\:-translate-x-34:focus {
    --transform-translate-x: -8.5rem !important;
  }

  .lg\:focus\:-translate-x-38:focus {
    --transform-translate-x: -9.25rem !important;
  }

  .lg\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem !important;
  }

  .lg\:focus\:-translate-x-46:focus {
    --transform-translate-x: -11.75rem !important;
  }

  .lg\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem !important;
  }

  .lg\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem !important;
  }

  .lg\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem !important;
  }

  .lg\:focus\:-translate-x-82:focus {
    --transform-translate-x: -20.75rem !important;
  }

  .lg\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px !important;
  }

  .lg\:focus\:-translate-x-tiny:focus {
    --transform-translate-x: -0.3rem !important;
  }

  .lg\:focus\:-translate-x-quick-links:focus {
    --transform-translate-x: -26% !important;
  }

  .lg\:focus\:-translate-x-pro-slid:focus {
    --transform-translate-x: -48% !important;
  }

  .lg\:focus\:-translate-x-62p:focus {
    --transform-translate-x: -62% !important;
  }

  .lg\:focus\:-translate-x-90p:focus {
    --transform-translate-x: -90% !important;
  }

  .lg\:focus\:-translate-x-x-large:focus {
    --transform-translate-x: -27.5rem !important;
  }

  .lg\:focus\:-translate-x-2px:focus {
    --transform-translate-x: -0.125rem !important;
  }

  .lg\:focus\:-translate-x-9px:focus {
    --transform-translate-x: -0.5625rem !important;
  }

  .lg\:focus\:-translate-x-10px:focus {
    --transform-translate-x: -0.625rem !important;
  }

  .lg\:focus\:-translate-x-18px:focus {
    --transform-translate-x: -1.125rem !important;
  }

  .lg\:focus\:-translate-x-20px:focus {
    --transform-translate-x: -1.25rem !important;
  }

  .lg\:focus\:-translate-x-24px:focus {
    --transform-translate-x: -1.5rem !important;
  }

  .lg\:focus\:-translate-x-26px:focus {
    --transform-translate-x: -1.625rem !important;
  }

  .lg\:focus\:-translate-x-30px:focus {
    --transform-translate-x: -1.875rem !important;
  }

  .lg\:focus\:-translate-x-38px:focus {
    --transform-translate-x: -2.375rem !important;
  }

  .lg\:focus\:-translate-x-43px:focus {
    --transform-translate-x: -2.6875rem !important;
  }

  .lg\:focus\:-translate-x-44px:focus {
    --transform-translate-x: -2.75rem !important;
  }

  .lg\:focus\:-translate-x-46px:focus {
    --transform-translate-x: -2.875rem !important;
  }

  .lg\:focus\:-translate-x-53px:focus {
    --transform-translate-x: -3.3125rem !important;
  }

  .lg\:focus\:-translate-x-54px:focus {
    --transform-translate-x: -3.375rem !important;
  }

  .lg\:focus\:-translate-x-55px:focus {
    --transform-translate-x: -3.4375rem !important;
  }

  .lg\:focus\:-translate-x-60px:focus {
    --transform-translate-x: -3.75rem !important;
  }

  .lg\:focus\:-translate-x-67px:focus {
    --transform-translate-x: -4.1875rem !important;
  }

  .lg\:focus\:-translate-x-73px:focus {
    --transform-translate-x: -4.5625rem !important;
  }

  .lg\:focus\:-translate-x-80px:focus {
    --transform-translate-x: -5rem !important;
  }

  .lg\:focus\:-translate-x-81px:focus {
    --transform-translate-x: -5.0625rem !important;
  }

  .lg\:focus\:-translate-x-85px:focus {
    --transform-translate-x: -5.3125rem !important;
  }

  .lg\:focus\:-translate-x-92px:focus {
    --transform-translate-x: -5.75rem !important;
  }

  .lg\:focus\:-translate-x-100px:focus {
    --transform-translate-x: -6.25rem !important;
  }

  .lg\:focus\:-translate-x-106px:focus {
    --transform-translate-x: -6.625rem !important;
  }

  .lg\:focus\:-translate-x-123px:focus {
    --transform-translate-x: -7.6875rem !important;
  }

  .lg\:focus\:-translate-x-126px:focus {
    --transform-translate-x: -7.875rem !important;
  }

  .lg\:focus\:-translate-x-138px:focus {
    --transform-translate-x: -8.625rem !important;
  }

  .lg\:focus\:-translate-x-140px:focus {
    --transform-translate-x: -8.75rem !important;
  }

  .lg\:focus\:-translate-x-146px:focus {
    --transform-translate-x: -9.125rem !important;
  }

  .lg\:focus\:-translate-x-152px:focus {
    --transform-translate-x: -9.5rem !important;
  }

  .lg\:focus\:-translate-x-187px:focus {
    --transform-translate-x: -11.6875rem !important;
  }

  .lg\:focus\:-translate-x-220px:focus {
    --transform-translate-x: -13.75rem !important;
  }

  .lg\:focus\:-translate-x-253px:focus {
    --transform-translate-x: -15.8125rem !important;
  }

  .lg\:focus\:-translate-x-320px:focus {
    --transform-translate-x: -20rem !important;
  }

  .lg\:focus\:-translate-x-400px:focus {
    --transform-translate-x: -25rem !important;
  }

  .lg\:focus\:-translate-x-500px:focus {
    --transform-translate-x: -31.25rem !important;
  }

  .lg\:focus\:-translate-x-lgPaddingTop:focus {
    --transform-translate-x: -15.8125rem !important;
  }

  .lg\:focus\:-translate-x-phonePaddingTop:focus {
    --transform-translate-x: -9.875rem !important;
  }

  .lg\:focus\:-translate-x-tabletPaddingTop:focus {
    --transform-translate-x: -6.625rem !important;
  }

  .lg\:focus\:-translate-x-largePaddingTop:focus {
    --transform-translate-x: -13.75rem !important;
  }

  .lg\:focus\:-translate-x-phoneTextContentMaxWidth:focus {
    --transform-translate-x: -57.0625rem !important;
  }

  .lg\:focus\:-translate-x-phoneTextContentWidth:focus {
    --transform-translate-x: -63% !important;
  }

  .lg\:focus\:-translate-x-phoneBlockContentWidth:focus {
    --transform-translate-x: -71.625rem !important;
  }

  .lg\:focus\:-translate-x-tabletTextContentMaxWidth:focus {
    --transform-translate-x: -57.0625rem !important;
  }

  .lg\:focus\:-translate-x-tabletTextContentWidth:focus {
    --transform-translate-x: -63% !important;
  }

  .lg\:focus\:-translate-x-tabletBlockContentWidth:focus {
    --transform-translate-x: -71.625rem !important;
  }

  .lg\:focus\:-translate-x-largeTextContentMaxWidth:focus {
    --transform-translate-x: -57.0625rem !important;
  }

  .lg\:focus\:-translate-x-largeTextContentWidth:focus {
    --transform-translate-x: -63% !important;
  }

  .lg\:focus\:-translate-x-largeBlockContentWidth:focus {
    --transform-translate-x: -71.625rem !important;
  }

  .lg\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100% !important;
  }

  .lg\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50% !important;
  }

  .lg\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50% !important;
  }

  .lg\:focus\:translate-x-full:focus {
    --transform-translate-x: 100% !important;
  }

  .lg\:focus\:translate-y-0:focus {
    --transform-translate-y: 0 !important;
  }

  .lg\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem !important;
  }

  .lg\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem !important;
  }

  .lg\:focus\:translate-y-3:focus {
    --transform-translate-y: 0.75rem !important;
  }

  .lg\:focus\:translate-y-4:focus {
    --transform-translate-y: 1rem !important;
  }

  .lg\:focus\:translate-y-5:focus {
    --transform-translate-y: 1.25rem !important;
  }

  .lg\:focus\:translate-y-6:focus {
    --transform-translate-y: 1.5rem !important;
  }

  .lg\:focus\:translate-y-8:focus {
    --transform-translate-y: 2rem !important;
  }

  .lg\:focus\:translate-y-9:focus {
    --transform-translate-y: 2.5rem !important;
  }

  .lg\:focus\:translate-y-10:focus {
    --transform-translate-y: 2.5rem !important;
  }

  .lg\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem !important;
  }

  .lg\:focus\:translate-y-14:focus {
    --transform-translate-y: 3.5rem !important;
  }

  .lg\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem !important;
  }

  .lg\:focus\:translate-y-18:focus {
    --transform-translate-y: 4.5rem !important;
  }

  .lg\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem !important;
  }

  .lg\:focus\:translate-y-22:focus {
    --transform-translate-y: 5.626rem !important;
  }

  .lg\:focus\:translate-y-24:focus {
    --transform-translate-y: 6rem !important;
  }

  .lg\:focus\:translate-y-26:focus {
    --transform-translate-y: 6.25rem !important;
  }

  .lg\:focus\:translate-y-28:focus {
    --transform-translate-y: 7rem !important;
  }

  .lg\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem !important;
  }

  .lg\:focus\:translate-y-34:focus {
    --transform-translate-y: 8.5rem !important;
  }

  .lg\:focus\:translate-y-38:focus {
    --transform-translate-y: 9.25rem !important;
  }

  .lg\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem !important;
  }

  .lg\:focus\:translate-y-46:focus {
    --transform-translate-y: 11.75rem !important;
  }

  .lg\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem !important;
  }

  .lg\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem !important;
  }

  .lg\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem !important;
  }

  .lg\:focus\:translate-y-82:focus {
    --transform-translate-y: 20.75rem !important;
  }

  .lg\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px !important;
  }

  .lg\:focus\:translate-y-tiny:focus {
    --transform-translate-y: 0.3rem !important;
  }

  .lg\:focus\:translate-y-quick-links:focus {
    --transform-translate-y: 26% !important;
  }

  .lg\:focus\:translate-y-pro-slid:focus {
    --transform-translate-y: 48% !important;
  }

  .lg\:focus\:translate-y-62p:focus {
    --transform-translate-y: 62% !important;
  }

  .lg\:focus\:translate-y-90p:focus {
    --transform-translate-y: 90% !important;
  }

  .lg\:focus\:translate-y-x-large:focus {
    --transform-translate-y: 27.5rem !important;
  }

  .lg\:focus\:translate-y-2px:focus {
    --transform-translate-y: 0.125rem !important;
  }

  .lg\:focus\:translate-y-9px:focus {
    --transform-translate-y: 0.5625rem !important;
  }

  .lg\:focus\:translate-y-10px:focus {
    --transform-translate-y: 0.625rem !important;
  }

  .lg\:focus\:translate-y-18px:focus {
    --transform-translate-y: 1.125rem !important;
  }

  .lg\:focus\:translate-y-20px:focus {
    --transform-translate-y: 1.25rem !important;
  }

  .lg\:focus\:translate-y-24px:focus {
    --transform-translate-y: 1.5rem !important;
  }

  .lg\:focus\:translate-y-26px:focus {
    --transform-translate-y: 1.625rem !important;
  }

  .lg\:focus\:translate-y-30px:focus {
    --transform-translate-y: 1.875rem !important;
  }

  .lg\:focus\:translate-y-38px:focus {
    --transform-translate-y: 2.375rem !important;
  }

  .lg\:focus\:translate-y-43px:focus {
    --transform-translate-y: 2.6875rem !important;
  }

  .lg\:focus\:translate-y-44px:focus {
    --transform-translate-y: 2.75rem !important;
  }

  .lg\:focus\:translate-y-46px:focus {
    --transform-translate-y: 2.875rem !important;
  }

  .lg\:focus\:translate-y-53px:focus {
    --transform-translate-y: 3.3125rem !important;
  }

  .lg\:focus\:translate-y-54px:focus {
    --transform-translate-y: 3.375rem !important;
  }

  .lg\:focus\:translate-y-55px:focus {
    --transform-translate-y: 3.4375rem !important;
  }

  .lg\:focus\:translate-y-60px:focus {
    --transform-translate-y: 3.75rem !important;
  }

  .lg\:focus\:translate-y-67px:focus {
    --transform-translate-y: 4.1875rem !important;
  }

  .lg\:focus\:translate-y-73px:focus {
    --transform-translate-y: 4.5625rem !important;
  }

  .lg\:focus\:translate-y-80px:focus {
    --transform-translate-y: 5rem !important;
  }

  .lg\:focus\:translate-y-81px:focus {
    --transform-translate-y: 5.0625rem !important;
  }

  .lg\:focus\:translate-y-85px:focus {
    --transform-translate-y: 5.3125rem !important;
  }

  .lg\:focus\:translate-y-92px:focus {
    --transform-translate-y: 5.75rem !important;
  }

  .lg\:focus\:translate-y-100px:focus {
    --transform-translate-y: 6.25rem !important;
  }

  .lg\:focus\:translate-y-106px:focus {
    --transform-translate-y: 6.625rem !important;
  }

  .lg\:focus\:translate-y-123px:focus {
    --transform-translate-y: 7.6875rem !important;
  }

  .lg\:focus\:translate-y-126px:focus {
    --transform-translate-y: 7.875rem !important;
  }

  .lg\:focus\:translate-y-138px:focus {
    --transform-translate-y: 8.625rem !important;
  }

  .lg\:focus\:translate-y-140px:focus {
    --transform-translate-y: 8.75rem !important;
  }

  .lg\:focus\:translate-y-146px:focus {
    --transform-translate-y: 9.125rem !important;
  }

  .lg\:focus\:translate-y-152px:focus {
    --transform-translate-y: 9.5rem !important;
  }

  .lg\:focus\:translate-y-187px:focus {
    --transform-translate-y: 11.6875rem !important;
  }

  .lg\:focus\:translate-y-220px:focus {
    --transform-translate-y: 13.75rem !important;
  }

  .lg\:focus\:translate-y-253px:focus {
    --transform-translate-y: 15.8125rem !important;
  }

  .lg\:focus\:translate-y-320px:focus {
    --transform-translate-y: 20rem !important;
  }

  .lg\:focus\:translate-y-400px:focus {
    --transform-translate-y: 25rem !important;
  }

  .lg\:focus\:translate-y-500px:focus {
    --transform-translate-y: 31.25rem !important;
  }

  .lg\:focus\:translate-y-lgPaddingTop:focus {
    --transform-translate-y: 15.8125rem !important;
  }

  .lg\:focus\:translate-y-phonePaddingTop:focus {
    --transform-translate-y: 9.875rem !important;
  }

  .lg\:focus\:translate-y-tabletPaddingTop:focus {
    --transform-translate-y: 6.625rem !important;
  }

  .lg\:focus\:translate-y-largePaddingTop:focus {
    --transform-translate-y: 13.75rem !important;
  }

  .lg\:focus\:translate-y-phoneTextContentMaxWidth:focus {
    --transform-translate-y: 57.0625rem !important;
  }

  .lg\:focus\:translate-y-phoneTextContentWidth:focus {
    --transform-translate-y: 63% !important;
  }

  .lg\:focus\:translate-y-phoneBlockContentWidth:focus {
    --transform-translate-y: 71.625rem !important;
  }

  .lg\:focus\:translate-y-tabletTextContentMaxWidth:focus {
    --transform-translate-y: 57.0625rem !important;
  }

  .lg\:focus\:translate-y-tabletTextContentWidth:focus {
    --transform-translate-y: 63% !important;
  }

  .lg\:focus\:translate-y-tabletBlockContentWidth:focus {
    --transform-translate-y: 71.625rem !important;
  }

  .lg\:focus\:translate-y-largeTextContentMaxWidth:focus {
    --transform-translate-y: 57.0625rem !important;
  }

  .lg\:focus\:translate-y-largeTextContentWidth:focus {
    --transform-translate-y: 63% !important;
  }

  .lg\:focus\:translate-y-largeBlockContentWidth:focus {
    --transform-translate-y: 71.625rem !important;
  }

  .lg\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem !important;
  }

  .lg\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem !important;
  }

  .lg\:focus\:-translate-y-3:focus {
    --transform-translate-y: -0.75rem !important;
  }

  .lg\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1rem !important;
  }

  .lg\:focus\:-translate-y-5:focus {
    --transform-translate-y: -1.25rem !important;
  }

  .lg\:focus\:-translate-y-6:focus {
    --transform-translate-y: -1.5rem !important;
  }

  .lg\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2rem !important;
  }

  .lg\:focus\:-translate-y-9:focus {
    --transform-translate-y: -2.5rem !important;
  }

  .lg\:focus\:-translate-y-10:focus {
    --transform-translate-y: -2.5rem !important;
  }

  .lg\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem !important;
  }

  .lg\:focus\:-translate-y-14:focus {
    --transform-translate-y: -3.5rem !important;
  }

  .lg\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem !important;
  }

  .lg\:focus\:-translate-y-18:focus {
    --transform-translate-y: -4.5rem !important;
  }

  .lg\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem !important;
  }

  .lg\:focus\:-translate-y-22:focus {
    --transform-translate-y: -5.626rem !important;
  }

  .lg\:focus\:-translate-y-24:focus {
    --transform-translate-y: -6rem !important;
  }

  .lg\:focus\:-translate-y-26:focus {
    --transform-translate-y: -6.25rem !important;
  }

  .lg\:focus\:-translate-y-28:focus {
    --transform-translate-y: -7rem !important;
  }

  .lg\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem !important;
  }

  .lg\:focus\:-translate-y-34:focus {
    --transform-translate-y: -8.5rem !important;
  }

  .lg\:focus\:-translate-y-38:focus {
    --transform-translate-y: -9.25rem !important;
  }

  .lg\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem !important;
  }

  .lg\:focus\:-translate-y-46:focus {
    --transform-translate-y: -11.75rem !important;
  }

  .lg\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem !important;
  }

  .lg\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem !important;
  }

  .lg\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem !important;
  }

  .lg\:focus\:-translate-y-82:focus {
    --transform-translate-y: -20.75rem !important;
  }

  .lg\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px !important;
  }

  .lg\:focus\:-translate-y-tiny:focus {
    --transform-translate-y: -0.3rem !important;
  }

  .lg\:focus\:-translate-y-quick-links:focus {
    --transform-translate-y: -26% !important;
  }

  .lg\:focus\:-translate-y-pro-slid:focus {
    --transform-translate-y: -48% !important;
  }

  .lg\:focus\:-translate-y-62p:focus {
    --transform-translate-y: -62% !important;
  }

  .lg\:focus\:-translate-y-90p:focus {
    --transform-translate-y: -90% !important;
  }

  .lg\:focus\:-translate-y-x-large:focus {
    --transform-translate-y: -27.5rem !important;
  }

  .lg\:focus\:-translate-y-2px:focus {
    --transform-translate-y: -0.125rem !important;
  }

  .lg\:focus\:-translate-y-9px:focus {
    --transform-translate-y: -0.5625rem !important;
  }

  .lg\:focus\:-translate-y-10px:focus {
    --transform-translate-y: -0.625rem !important;
  }

  .lg\:focus\:-translate-y-18px:focus {
    --transform-translate-y: -1.125rem !important;
  }

  .lg\:focus\:-translate-y-20px:focus {
    --transform-translate-y: -1.25rem !important;
  }

  .lg\:focus\:-translate-y-24px:focus {
    --transform-translate-y: -1.5rem !important;
  }

  .lg\:focus\:-translate-y-26px:focus {
    --transform-translate-y: -1.625rem !important;
  }

  .lg\:focus\:-translate-y-30px:focus {
    --transform-translate-y: -1.875rem !important;
  }

  .lg\:focus\:-translate-y-38px:focus {
    --transform-translate-y: -2.375rem !important;
  }

  .lg\:focus\:-translate-y-43px:focus {
    --transform-translate-y: -2.6875rem !important;
  }

  .lg\:focus\:-translate-y-44px:focus {
    --transform-translate-y: -2.75rem !important;
  }

  .lg\:focus\:-translate-y-46px:focus {
    --transform-translate-y: -2.875rem !important;
  }

  .lg\:focus\:-translate-y-53px:focus {
    --transform-translate-y: -3.3125rem !important;
  }

  .lg\:focus\:-translate-y-54px:focus {
    --transform-translate-y: -3.375rem !important;
  }

  .lg\:focus\:-translate-y-55px:focus {
    --transform-translate-y: -3.4375rem !important;
  }

  .lg\:focus\:-translate-y-60px:focus {
    --transform-translate-y: -3.75rem !important;
  }

  .lg\:focus\:-translate-y-67px:focus {
    --transform-translate-y: -4.1875rem !important;
  }

  .lg\:focus\:-translate-y-73px:focus {
    --transform-translate-y: -4.5625rem !important;
  }

  .lg\:focus\:-translate-y-80px:focus {
    --transform-translate-y: -5rem !important;
  }

  .lg\:focus\:-translate-y-81px:focus {
    --transform-translate-y: -5.0625rem !important;
  }

  .lg\:focus\:-translate-y-85px:focus {
    --transform-translate-y: -5.3125rem !important;
  }

  .lg\:focus\:-translate-y-92px:focus {
    --transform-translate-y: -5.75rem !important;
  }

  .lg\:focus\:-translate-y-100px:focus {
    --transform-translate-y: -6.25rem !important;
  }

  .lg\:focus\:-translate-y-106px:focus {
    --transform-translate-y: -6.625rem !important;
  }

  .lg\:focus\:-translate-y-123px:focus {
    --transform-translate-y: -7.6875rem !important;
  }

  .lg\:focus\:-translate-y-126px:focus {
    --transform-translate-y: -7.875rem !important;
  }

  .lg\:focus\:-translate-y-138px:focus {
    --transform-translate-y: -8.625rem !important;
  }

  .lg\:focus\:-translate-y-140px:focus {
    --transform-translate-y: -8.75rem !important;
  }

  .lg\:focus\:-translate-y-146px:focus {
    --transform-translate-y: -9.125rem !important;
  }

  .lg\:focus\:-translate-y-152px:focus {
    --transform-translate-y: -9.5rem !important;
  }

  .lg\:focus\:-translate-y-187px:focus {
    --transform-translate-y: -11.6875rem !important;
  }

  .lg\:focus\:-translate-y-220px:focus {
    --transform-translate-y: -13.75rem !important;
  }

  .lg\:focus\:-translate-y-253px:focus {
    --transform-translate-y: -15.8125rem !important;
  }

  .lg\:focus\:-translate-y-320px:focus {
    --transform-translate-y: -20rem !important;
  }

  .lg\:focus\:-translate-y-400px:focus {
    --transform-translate-y: -25rem !important;
  }

  .lg\:focus\:-translate-y-500px:focus {
    --transform-translate-y: -31.25rem !important;
  }

  .lg\:focus\:-translate-y-lgPaddingTop:focus {
    --transform-translate-y: -15.8125rem !important;
  }

  .lg\:focus\:-translate-y-phonePaddingTop:focus {
    --transform-translate-y: -9.875rem !important;
  }

  .lg\:focus\:-translate-y-tabletPaddingTop:focus {
    --transform-translate-y: -6.625rem !important;
  }

  .lg\:focus\:-translate-y-largePaddingTop:focus {
    --transform-translate-y: -13.75rem !important;
  }

  .lg\:focus\:-translate-y-phoneTextContentMaxWidth:focus {
    --transform-translate-y: -57.0625rem !important;
  }

  .lg\:focus\:-translate-y-phoneTextContentWidth:focus {
    --transform-translate-y: -63% !important;
  }

  .lg\:focus\:-translate-y-phoneBlockContentWidth:focus {
    --transform-translate-y: -71.625rem !important;
  }

  .lg\:focus\:-translate-y-tabletTextContentMaxWidth:focus {
    --transform-translate-y: -57.0625rem !important;
  }

  .lg\:focus\:-translate-y-tabletTextContentWidth:focus {
    --transform-translate-y: -63% !important;
  }

  .lg\:focus\:-translate-y-tabletBlockContentWidth:focus {
    --transform-translate-y: -71.625rem !important;
  }

  .lg\:focus\:-translate-y-largeTextContentMaxWidth:focus {
    --transform-translate-y: -57.0625rem !important;
  }

  .lg\:focus\:-translate-y-largeTextContentWidth:focus {
    --transform-translate-y: -63% !important;
  }

  .lg\:focus\:-translate-y-largeBlockContentWidth:focus {
    --transform-translate-y: -71.625rem !important;
  }

  .lg\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100% !important;
  }

  .lg\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50% !important;
  }

  .lg\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50% !important;
  }

  .lg\:focus\:translate-y-full:focus {
    --transform-translate-y: 100% !important;
  }

  .lg\:skew-x-0 {
    --transform-skew-x: 0 !important;
  }

  .lg\:skew-x-1 {
    --transform-skew-x: 1deg !important;
  }

  .lg\:skew-x-2 {
    --transform-skew-x: 2deg !important;
  }

  .lg\:skew-x-3 {
    --transform-skew-x: 3deg !important;
  }

  .lg\:skew-x-6 {
    --transform-skew-x: 6deg !important;
  }

  .lg\:skew-x-12 {
    --transform-skew-x: 12deg !important;
  }

  .lg\:-skew-x-12 {
    --transform-skew-x: -12deg !important;
  }

  .lg\:-skew-x-6 {
    --transform-skew-x: -6deg !important;
  }

  .lg\:-skew-x-3 {
    --transform-skew-x: -3deg !important;
  }

  .lg\:-skew-x-2 {
    --transform-skew-x: -2deg !important;
  }

  .lg\:-skew-x-1 {
    --transform-skew-x: -1deg !important;
  }

  .lg\:skew-y-0 {
    --transform-skew-y: 0 !important;
  }

  .lg\:skew-y-1 {
    --transform-skew-y: 1deg !important;
  }

  .lg\:skew-y-2 {
    --transform-skew-y: 2deg !important;
  }

  .lg\:skew-y-3 {
    --transform-skew-y: 3deg !important;
  }

  .lg\:skew-y-6 {
    --transform-skew-y: 6deg !important;
  }

  .lg\:skew-y-12 {
    --transform-skew-y: 12deg !important;
  }

  .lg\:-skew-y-12 {
    --transform-skew-y: -12deg !important;
  }

  .lg\:-skew-y-6 {
    --transform-skew-y: -6deg !important;
  }

  .lg\:-skew-y-3 {
    --transform-skew-y: -3deg !important;
  }

  .lg\:-skew-y-2 {
    --transform-skew-y: -2deg !important;
  }

  .lg\:-skew-y-1 {
    --transform-skew-y: -1deg !important;
  }

  .lg\:hover\:skew-x-0:hover {
    --transform-skew-x: 0 !important;
  }

  .lg\:hover\:skew-x-1:hover {
    --transform-skew-x: 1deg !important;
  }

  .lg\:hover\:skew-x-2:hover {
    --transform-skew-x: 2deg !important;
  }

  .lg\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg !important;
  }

  .lg\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg !important;
  }

  .lg\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg !important;
  }

  .lg\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg !important;
  }

  .lg\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg !important;
  }

  .lg\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg !important;
  }

  .lg\:hover\:-skew-x-2:hover {
    --transform-skew-x: -2deg !important;
  }

  .lg\:hover\:-skew-x-1:hover {
    --transform-skew-x: -1deg !important;
  }

  .lg\:hover\:skew-y-0:hover {
    --transform-skew-y: 0 !important;
  }

  .lg\:hover\:skew-y-1:hover {
    --transform-skew-y: 1deg !important;
  }

  .lg\:hover\:skew-y-2:hover {
    --transform-skew-y: 2deg !important;
  }

  .lg\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg !important;
  }

  .lg\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg !important;
  }

  .lg\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg !important;
  }

  .lg\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg !important;
  }

  .lg\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg !important;
  }

  .lg\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg !important;
  }

  .lg\:hover\:-skew-y-2:hover {
    --transform-skew-y: -2deg !important;
  }

  .lg\:hover\:-skew-y-1:hover {
    --transform-skew-y: -1deg !important;
  }

  .lg\:focus\:skew-x-0:focus {
    --transform-skew-x: 0 !important;
  }

  .lg\:focus\:skew-x-1:focus {
    --transform-skew-x: 1deg !important;
  }

  .lg\:focus\:skew-x-2:focus {
    --transform-skew-x: 2deg !important;
  }

  .lg\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg !important;
  }

  .lg\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg !important;
  }

  .lg\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg !important;
  }

  .lg\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg !important;
  }

  .lg\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg !important;
  }

  .lg\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg !important;
  }

  .lg\:focus\:-skew-x-2:focus {
    --transform-skew-x: -2deg !important;
  }

  .lg\:focus\:-skew-x-1:focus {
    --transform-skew-x: -1deg !important;
  }

  .lg\:focus\:skew-y-0:focus {
    --transform-skew-y: 0 !important;
  }

  .lg\:focus\:skew-y-1:focus {
    --transform-skew-y: 1deg !important;
  }

  .lg\:focus\:skew-y-2:focus {
    --transform-skew-y: 2deg !important;
  }

  .lg\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg !important;
  }

  .lg\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg !important;
  }

  .lg\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg !important;
  }

  .lg\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg !important;
  }

  .lg\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg !important;
  }

  .lg\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg !important;
  }

  .lg\:focus\:-skew-y-2:focus {
    --transform-skew-y: -2deg !important;
  }

  .lg\:focus\:-skew-y-1:focus {
    --transform-skew-y: -1deg !important;
  }

  .lg\:transition-none {
    transition-property: none !important;
  }

  .lg\:transition-all {
    transition-property: all !important;
  }

  .lg\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
  }

  .lg\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  .lg\:transition-opacity {
    transition-property: opacity !important;
  }

  .lg\:transition-shadow {
    transition-property: box-shadow !important;
  }

  .lg\:transition-transform {
    transition-property: transform !important;
  }

  .lg\:ease-linear {
    transition-timing-function: linear !important;
  }

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

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

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

  .lg\:duration-75 {
    transition-duration: 75ms !important;
  }

  .lg\:duration-100 {
    transition-duration: 100ms !important;
  }

  .lg\:duration-150 {
    transition-duration: 150ms !important;
  }

  .lg\:duration-200 {
    transition-duration: 200ms !important;
  }

  .lg\:duration-300 {
    transition-duration: 300ms !important;
  }

  .lg\:duration-500 {
    transition-duration: 500ms !important;
  }

  .lg\:duration-700 {
    transition-duration: 700ms !important;
  }

  .lg\:duration-1000 {
    transition-duration: 1000ms !important;
  }

  .lg\:delay-75 {
    transition-delay: 75ms !important;
  }

  .lg\:delay-100 {
    transition-delay: 100ms !important;
  }

  .lg\:delay-150 {
    transition-delay: 150ms !important;
  }

  .lg\:delay-200 {
    transition-delay: 200ms !important;
  }

  .lg\:delay-300 {
    transition-delay: 300ms !important;
  }

  .lg\:delay-500 {
    transition-delay: 500ms !important;
  }

  .lg\:delay-700 {
    transition-delay: 700ms !important;
  }

  .lg\:delay-1000 {
    transition-delay: 1000ms !important;
  }

  .lg\:animate-none {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .lg\:animate-spin {
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

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

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

  .lg\:animate-bounce {
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !important;
  }
}

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

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

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

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

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

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

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

  .\31xl\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(4.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4.5rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(4.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(4.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5.626rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5.626rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5.626rem * var(--space-x-reverse)) !important;
    margin-left: calc(5.626rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-26 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(6.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6.25rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-26 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(6.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(6.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-34 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(8.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8.5rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-34 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(8.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(8.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-38 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(9.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(9.25rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-38 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(9.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(9.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-46 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(11.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(11.75rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-46 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(11.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(11.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-82 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(20.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(20.75rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-82 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(20.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(20.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-tiny > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.3rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-tiny > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.3rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-quick-links > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(26% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(26% * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-quick-links > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(26% * var(--space-x-reverse)) !important;
    margin-left: calc(26% * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-pro-slid > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(48% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(48% * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-pro-slid > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(48% * var(--space-x-reverse)) !important;
    margin-left: calc(48% * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-62p > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(62% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(62% * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-62p > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(62% * var(--space-x-reverse)) !important;
    margin-left: calc(62% * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-90p > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(90% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(90% * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-90p > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(90% * var(--space-x-reverse)) !important;
    margin-left: calc(90% * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-x-large > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(27.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(27.5rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-x-large > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(27.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(27.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-2px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.125rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-2px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.125rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-9px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.5625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.5625rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-9px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.5625rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.5625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-10px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.625rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-10px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-18px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.125rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-18px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.125rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-20px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-20px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-24px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-24px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-26px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.625rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-26px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-30px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.875rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-30px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.875rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-38px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.375rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.375rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-38px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.375rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.375rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-43px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.6875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.6875rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-43px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.6875rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.6875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-44px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-44px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-46px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.875rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-46px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.875rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-53px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(3.3125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3.3125rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-53px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(3.3125rem * var(--space-x-reverse)) !important;
    margin-left: calc(3.3125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-54px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(3.375rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3.375rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-54px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(3.375rem * var(--space-x-reverse)) !important;
    margin-left: calc(3.375rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-55px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(3.4375rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3.4375rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-55px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(3.4375rem * var(--space-x-reverse)) !important;
    margin-left: calc(3.4375rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-60px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3.75rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-60px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(3.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(3.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-67px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(4.1875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4.1875rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-67px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(4.1875rem * var(--space-x-reverse)) !important;
    margin-left: calc(4.1875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-73px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(4.5625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4.5625rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-73px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(4.5625rem * var(--space-x-reverse)) !important;
    margin-left: calc(4.5625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-80px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-80px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-81px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5.0625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5.0625rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-81px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5.0625rem * var(--space-x-reverse)) !important;
    margin-left: calc(5.0625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-85px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5.3125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5.3125rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-85px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5.3125rem * var(--space-x-reverse)) !important;
    margin-left: calc(5.3125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-92px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5.75rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-92px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(5.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-100px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(6.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6.25rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-100px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(6.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(6.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-106px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(6.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6.625rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-106px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(6.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(6.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-123px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(7.6875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(7.6875rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-123px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(7.6875rem * var(--space-x-reverse)) !important;
    margin-left: calc(7.6875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-126px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(7.875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(7.875rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-126px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(7.875rem * var(--space-x-reverse)) !important;
    margin-left: calc(7.875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-138px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(8.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8.625rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-138px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(8.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(8.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-140px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(8.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8.75rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-140px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(8.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(8.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-146px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(9.125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(9.125rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-146px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(9.125rem * var(--space-x-reverse)) !important;
    margin-left: calc(9.125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-152px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(9.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(9.5rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-152px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(9.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(9.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-187px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(11.6875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(11.6875rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-187px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(11.6875rem * var(--space-x-reverse)) !important;
    margin-left: calc(11.6875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-220px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(13.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(13.75rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-220px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(13.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(13.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-253px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(15.8125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(15.8125rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-253px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(15.8125rem * var(--space-x-reverse)) !important;
    margin-left: calc(15.8125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-320px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-320px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-400px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(25rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-400px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(25rem * var(--space-x-reverse)) !important;
    margin-left: calc(25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-500px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(31.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(31.25rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-500px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(31.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(31.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-lgPaddingTop > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(15.8125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(15.8125rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-lgPaddingTop > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(15.8125rem * var(--space-x-reverse)) !important;
    margin-left: calc(15.8125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-phonePaddingTop > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(9.875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(9.875rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-phonePaddingTop > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(9.875rem * var(--space-x-reverse)) !important;
    margin-left: calc(9.875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-tabletPaddingTop > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(6.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6.625rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-tabletPaddingTop > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(6.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(6.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-largePaddingTop > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(13.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(13.75rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-largePaddingTop > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(13.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(13.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-phoneTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(57.0625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(57.0625rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-phoneTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(57.0625rem * var(--space-x-reverse)) !important;
    margin-left: calc(57.0625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-phoneTextContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(63% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(63% * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-phoneTextContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(63% * var(--space-x-reverse)) !important;
    margin-left: calc(63% * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-phoneBlockContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(71.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(71.625rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-phoneBlockContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(71.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(71.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-tabletTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(57.0625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(57.0625rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-tabletTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(57.0625rem * var(--space-x-reverse)) !important;
    margin-left: calc(57.0625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-tabletTextContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(63% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(63% * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-tabletTextContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(63% * var(--space-x-reverse)) !important;
    margin-left: calc(63% * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-tabletBlockContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(71.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(71.625rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-tabletBlockContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(71.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(71.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-largeTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(57.0625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(57.0625rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-largeTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(57.0625rem * var(--space-x-reverse)) !important;
    margin-left: calc(57.0625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-largeTextContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(63% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(63% * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-largeTextContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(63% * var(--space-x-reverse)) !important;
    margin-left: calc(63% * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-largeBlockContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(71.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(71.625rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:space-x-largeBlockContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(71.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(71.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-4.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4.5rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-4.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5.626rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5.626rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5.626rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5.626rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-26 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-6.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6.25rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-26 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-6.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-34 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-8.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8.5rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-34 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-8.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-38 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-9.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-9.25rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-38 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-9.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-9.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-46 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-11.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-11.75rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-46 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-11.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-11.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-82 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-20.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-20.75rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-82 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-20.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-20.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-tiny > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.3rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-tiny > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.3rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-quick-links > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-26% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-26% * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-quick-links > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-26% * var(--space-x-reverse)) !important;
    margin-left: calc(-26% * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-pro-slid > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-48% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-48% * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-pro-slid > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-48% * var(--space-x-reverse)) !important;
    margin-left: calc(-48% * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-62p > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-62% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-62% * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-62p > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-62% * var(--space-x-reverse)) !important;
    margin-left: calc(-62% * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-90p > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-90% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-90% * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-90p > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-90% * var(--space-x-reverse)) !important;
    margin-left: calc(-90% * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-x-large > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-27.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-27.5rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-x-large > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-27.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-27.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-2px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.125rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-2px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.125rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-9px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.5625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.5625rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-9px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.5625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.5625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-10px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.625rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-10px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-18px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.125rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-18px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.125rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-20px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-20px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-24px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-24px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-26px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.625rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-26px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-30px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.875rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-30px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.875rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-38px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.375rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.375rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-38px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.375rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.375rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-43px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.6875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.6875rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-43px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.6875rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.6875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-44px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-44px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-46px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.875rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-46px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.875rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-53px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3.3125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3.3125rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-53px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3.3125rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3.3125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-54px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3.375rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3.375rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-54px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3.375rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3.375rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-55px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3.4375rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3.4375rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-55px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3.4375rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3.4375rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-60px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3.75rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-60px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-67px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-4.1875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4.1875rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-67px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-4.1875rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4.1875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-73px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-4.5625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4.5625rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-73px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-4.5625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4.5625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-80px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-80px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-81px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5.0625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5.0625rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-81px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5.0625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5.0625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-85px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5.3125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5.3125rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-85px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5.3125rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5.3125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-92px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5.75rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-92px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-100px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-6.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6.25rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-100px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-6.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-106px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-6.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6.625rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-106px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-6.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-123px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-7.6875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-7.6875rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-123px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-7.6875rem * var(--space-x-reverse)) !important;
    margin-left: calc(-7.6875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-126px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-7.875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-7.875rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-126px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-7.875rem * var(--space-x-reverse)) !important;
    margin-left: calc(-7.875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-138px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-8.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8.625rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-138px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-8.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-140px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-8.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8.75rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-140px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-8.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-146px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-9.125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-9.125rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-146px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-9.125rem * var(--space-x-reverse)) !important;
    margin-left: calc(-9.125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-152px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-9.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-9.5rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-152px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-9.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-9.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-187px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-11.6875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-11.6875rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-187px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-11.6875rem * var(--space-x-reverse)) !important;
    margin-left: calc(-11.6875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-220px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-13.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-13.75rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-220px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-13.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-13.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-253px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-15.8125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-15.8125rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-253px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-15.8125rem * var(--space-x-reverse)) !important;
    margin-left: calc(-15.8125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-320px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-320px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-400px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-25rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-400px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-500px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-31.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-31.25rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-500px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-31.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-31.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-lgPaddingTop > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-15.8125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-15.8125rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-lgPaddingTop > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-15.8125rem * var(--space-x-reverse)) !important;
    margin-left: calc(-15.8125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-phonePaddingTop > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-9.875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-9.875rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-phonePaddingTop > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-9.875rem * var(--space-x-reverse)) !important;
    margin-left: calc(-9.875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-tabletPaddingTop > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-6.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6.625rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-tabletPaddingTop > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-6.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-largePaddingTop > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-13.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-13.75rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-largePaddingTop > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-13.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-13.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-phoneTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-57.0625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-57.0625rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-phoneTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-57.0625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-57.0625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-phoneTextContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-63% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-63% * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-phoneTextContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-63% * var(--space-x-reverse)) !important;
    margin-left: calc(-63% * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-phoneBlockContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-71.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-71.625rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-phoneBlockContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-71.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-71.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-tabletTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-57.0625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-57.0625rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-tabletTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-57.0625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-57.0625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-tabletTextContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-63% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-63% * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-tabletTextContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-63% * var(--space-x-reverse)) !important;
    margin-left: calc(-63% * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-tabletBlockContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-71.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-71.625rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-tabletBlockContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-71.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-71.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-largeTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-57.0625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-57.0625rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-largeTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-57.0625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-57.0625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-largeTextContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-63% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-63% * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-largeTextContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-63% * var(--space-x-reverse)) !important;
    margin-left: calc(-63% * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:-space-y-largeBlockContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-71.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-71.625rem * var(--space-y-reverse)) !important;
  }

  .\31xl\:-space-x-largeBlockContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-71.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-71.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\31xl\:space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1 !important;
  }

  .\31xl\:space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1 !important;
  }

  .\31xl\:divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--divide-y-reverse)) !important;
  }

  .\31xl\:divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .\31xl\:divide-y-0px > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--divide-y-reverse)) !important;
  }

  .\31xl\:divide-x-0px > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .\31xl\:divide-y-18px > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(18px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(18px * var(--divide-y-reverse)) !important;
  }

  .\31xl\:divide-x-18px > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(18px * var(--divide-x-reverse)) !important;
    border-left-width: calc(18px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .\31xl\:divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1 !important;
  }

  .\31xl\:divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1 !important;
  }

  .\31xl\:divide-transparent > :not(template) ~ :not(template) {
    border-color: transparent !important;
  }

  .\31xl\:divide-current > :not(template) ~ :not(template) {
    border-color: currentColor !important;
  }

  .\31xl\:divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #000000 !important;
    border-color: rgba(0, 0, 0, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #FFFFFF !important;
    border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-gray > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #727272 !important;
    border-color: rgba(114, 114, 114, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-red > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #E12A09 !important;
    border-color: rgba(225, 42, 9, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-orange > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #F29C2B !important;
    border-color: rgba(242, 156, 43, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-yellow > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #FFEB9A !important;
    border-color: rgba(255, 235, 154, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-green-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-green-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-green-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-green-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-green-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-green-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-green-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-green-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-green-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-teal-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-teal-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-teal-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-teal-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-teal-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-teal-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-teal-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-teal-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-teal-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-blue-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-blue-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-blue-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-blue-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-blue-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-blue-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-blue-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-blue-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-blue-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-indigo-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-indigo-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-indigo-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-indigo-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-indigo-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-indigo-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-indigo-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-indigo-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-indigo-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-purple-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-purple-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-purple-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-purple-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-purple-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-purple-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-purple-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-purple-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-purple-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-pink-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-pink-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-pink-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-pink-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-pink-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-pink-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-pink-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-pink-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-pink-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-navy-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #23345A !important;
    border-color: rgba(35, 52, 90, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-cyan > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #40C8EA !important;
    border-color: rgba(64, 200, 234, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-yellowOrange > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #F8E9A7 !important;
    border-color: rgba(248, 233, 167, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-light-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #C9EAF4 !important;
    border-color: rgba(201, 234, 244, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-lightest-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #EBFAFF !important;
    border-color: rgba(235, 250, 255, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-blueGreen > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #148093 !important;
    border-color: rgba(20, 128, 147, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-mediumGray > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #97A2B0 !important;
    border-color: rgba(151, 162, 176, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-light-gray > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ACACB4 !important;
    border-color: rgba(172, 172, 180, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-lightestGray > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #F2F2F2 !important;
    border-color: rgba(242, 242, 242, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-dark-gray > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #64626F !important;
    border-color: rgba(100, 98, 111, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-nav-gray > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #65718C !important;
    border-color: rgba(101, 113, 140, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-bullet-gray > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #F1F1F2 !important;
    border-color: rgba(241, 241, 242, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-dark-red > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #951700 !important;
    border-color: rgba(149, 23, 0, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-navy > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #182F50 !important;
    border-color: rgba(24, 47, 80, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-lightNavy > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #687FA0 !important;
    border-color: rgba(104, 127, 160, var(--divide-opacity)) !important;
  }

  .\31xl\:divide-solid > :not(template) ~ :not(template) {
    border-style: solid !important;
  }

  .\31xl\:divide-dashed > :not(template) ~ :not(template) {
    border-style: dashed !important;
  }

  .\31xl\:divide-dotted > :not(template) ~ :not(template) {
    border-style: dotted !important;
  }

  .\31xl\:divide-double > :not(template) ~ :not(template) {
    border-style: double !important;
  }

  .\31xl\:divide-none > :not(template) ~ :not(template) {
    border-style: none !important;
  }

  .\31xl\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0 !important;
  }

  .\31xl\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25 !important;
  }

  .\31xl\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5 !important;
  }

  .\31xl\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75 !important;
  }

  .\31xl\:divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

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

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

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

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

  .\31xl\:appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .\31xl\:bg-fixed {
    background-attachment: fixed !important;
  }

  .\31xl\:bg-local {
    background-attachment: local !important;
  }

  .\31xl\:bg-scroll {
    background-attachment: scroll !important;
  }

  .\31xl\:bg-clip-border {
    background-clip: border-box !important;
  }

  .\31xl\:bg-clip-padding {
    background-clip: padding-box !important;
  }

  .\31xl\:bg-clip-content {
    background-clip: content-box !important;
  }

  .\31xl\:bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

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

  .\31xl\:bg-current {
    background-color: currentColor !important;
  }

  .\31xl\:bg-black {
    --bg-opacity: 1 !important;
    background-color: #000000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-white {
    --bg-opacity: 1 !important;
    background-color: #FFFFFF !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-gray {
    --bg-opacity: 1 !important;
    background-color: #727272 !important;
    background-color: rgba(114, 114, 114, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-red {
    --bg-opacity: 1 !important;
    background-color: #E12A09 !important;
    background-color: rgba(225, 42, 9, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-orange {
    --bg-opacity: 1 !important;
    background-color: #F29C2B !important;
    background-color: rgba(242, 156, 43, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-yellow {
    --bg-opacity: 1 !important;
    background-color: #FFEB9A !important;
    background-color: rgba(255, 235, 154, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-green-100 {
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-green-200 {
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-green-300 {
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-green-400 {
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-green-500 {
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-green-600 {
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-green-700 {
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-green-800 {
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-green-900 {
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-teal-100 {
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-teal-200 {
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-teal-300 {
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-teal-400 {
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-teal-500 {
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-teal-600 {
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-teal-700 {
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-teal-800 {
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-teal-900 {
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-blue-100 {
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-blue-200 {
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-blue-300 {
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-blue-400 {
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-blue-500 {
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-blue-600 {
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-blue-700 {
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-blue-800 {
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-blue-900 {
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-indigo-100 {
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-indigo-200 {
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-indigo-300 {
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-indigo-400 {
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-indigo-500 {
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-indigo-600 {
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-indigo-700 {
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-indigo-800 {
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-indigo-900 {
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-purple-100 {
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-purple-200 {
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-purple-300 {
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-purple-400 {
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-purple-500 {
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-purple-600 {
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-purple-700 {
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-purple-800 {
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-purple-900 {
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-pink-100 {
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-pink-200 {
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-pink-300 {
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-pink-400 {
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-pink-500 {
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-pink-600 {
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-pink-700 {
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-pink-800 {
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-pink-900 {
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-navy-blue {
    --bg-opacity: 1 !important;
    background-color: #23345A !important;
    background-color: rgba(35, 52, 90, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-cyan {
    --bg-opacity: 1 !important;
    background-color: #40C8EA !important;
    background-color: rgba(64, 200, 234, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-yellowOrange {
    --bg-opacity: 1 !important;
    background-color: #F8E9A7 !important;
    background-color: rgba(248, 233, 167, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-light-blue {
    --bg-opacity: 1 !important;
    background-color: #C9EAF4 !important;
    background-color: rgba(201, 234, 244, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-lightest-blue {
    --bg-opacity: 1 !important;
    background-color: #EBFAFF !important;
    background-color: rgba(235, 250, 255, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-blueGreen {
    --bg-opacity: 1 !important;
    background-color: #148093 !important;
    background-color: rgba(20, 128, 147, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-mediumGray {
    --bg-opacity: 1 !important;
    background-color: #97A2B0 !important;
    background-color: rgba(151, 162, 176, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-light-gray {
    --bg-opacity: 1 !important;
    background-color: #ACACB4 !important;
    background-color: rgba(172, 172, 180, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-lightestGray {
    --bg-opacity: 1 !important;
    background-color: #F2F2F2 !important;
    background-color: rgba(242, 242, 242, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-dark-gray {
    --bg-opacity: 1 !important;
    background-color: #64626F !important;
    background-color: rgba(100, 98, 111, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-nav-gray {
    --bg-opacity: 1 !important;
    background-color: #65718C !important;
    background-color: rgba(101, 113, 140, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-bullet-gray {
    --bg-opacity: 1 !important;
    background-color: #F1F1F2 !important;
    background-color: rgba(241, 241, 242, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-dark-red {
    --bg-opacity: 1 !important;
    background-color: #951700 !important;
    background-color: rgba(149, 23, 0, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-navy {
    --bg-opacity: 1 !important;
    background-color: #182F50 !important;
    background-color: rgba(24, 47, 80, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-lightNavy {
    --bg-opacity: 1 !important;
    background-color: #687FA0 !important;
    background-color: rgba(104, 127, 160, var(--bg-opacity)) !important;
  }

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

  .\31xl\:hover\:bg-current:hover {
    background-color: currentColor !important;
  }

  .\31xl\:hover\:bg-black:hover {
    --bg-opacity: 1 !important;
    background-color: #000000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-white:hover {
    --bg-opacity: 1 !important;
    background-color: #FFFFFF !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-gray:hover {
    --bg-opacity: 1 !important;
    background-color: #727272 !important;
    background-color: rgba(114, 114, 114, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-red:hover {
    --bg-opacity: 1 !important;
    background-color: #E12A09 !important;
    background-color: rgba(225, 42, 9, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-orange:hover {
    --bg-opacity: 1 !important;
    background-color: #F29C2B !important;
    background-color: rgba(242, 156, 43, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-yellow:hover {
    --bg-opacity: 1 !important;
    background-color: #FFEB9A !important;
    background-color: rgba(255, 235, 154, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-green-100:hover {
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-green-200:hover {
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-green-300:hover {
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-green-400:hover {
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-green-500:hover {
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-green-600:hover {
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-green-700:hover {
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-green-800:hover {
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-green-900:hover {
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-teal-100:hover {
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-teal-200:hover {
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-teal-300:hover {
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-teal-400:hover {
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-teal-500:hover {
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-teal-600:hover {
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-teal-700:hover {
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-teal-800:hover {
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-teal-900:hover {
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-blue-100:hover {
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-blue-200:hover {
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-blue-300:hover {
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-blue-400:hover {
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-blue-500:hover {
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-blue-600:hover {
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-blue-700:hover {
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-blue-800:hover {
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-blue-900:hover {
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-indigo-100:hover {
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-indigo-200:hover {
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-indigo-300:hover {
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-indigo-400:hover {
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-indigo-500:hover {
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-indigo-600:hover {
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-indigo-700:hover {
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-indigo-800:hover {
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-indigo-900:hover {
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-purple-100:hover {
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-purple-200:hover {
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-purple-300:hover {
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-purple-400:hover {
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-purple-500:hover {
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-purple-600:hover {
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-purple-700:hover {
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-purple-800:hover {
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-purple-900:hover {
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-pink-100:hover {
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-pink-200:hover {
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-pink-300:hover {
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-pink-400:hover {
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-pink-500:hover {
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-pink-600:hover {
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-pink-700:hover {
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-pink-800:hover {
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-pink-900:hover {
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-navy-blue:hover {
    --bg-opacity: 1 !important;
    background-color: #23345A !important;
    background-color: rgba(35, 52, 90, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-cyan:hover {
    --bg-opacity: 1 !important;
    background-color: #40C8EA !important;
    background-color: rgba(64, 200, 234, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-yellowOrange:hover {
    --bg-opacity: 1 !important;
    background-color: #F8E9A7 !important;
    background-color: rgba(248, 233, 167, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-light-blue:hover {
    --bg-opacity: 1 !important;
    background-color: #C9EAF4 !important;
    background-color: rgba(201, 234, 244, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-lightest-blue:hover {
    --bg-opacity: 1 !important;
    background-color: #EBFAFF !important;
    background-color: rgba(235, 250, 255, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-blueGreen:hover {
    --bg-opacity: 1 !important;
    background-color: #148093 !important;
    background-color: rgba(20, 128, 147, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-mediumGray:hover {
    --bg-opacity: 1 !important;
    background-color: #97A2B0 !important;
    background-color: rgba(151, 162, 176, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-light-gray:hover {
    --bg-opacity: 1 !important;
    background-color: #ACACB4 !important;
    background-color: rgba(172, 172, 180, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-lightestGray:hover {
    --bg-opacity: 1 !important;
    background-color: #F2F2F2 !important;
    background-color: rgba(242, 242, 242, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-dark-gray:hover {
    --bg-opacity: 1 !important;
    background-color: #64626F !important;
    background-color: rgba(100, 98, 111, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-nav-gray:hover {
    --bg-opacity: 1 !important;
    background-color: #65718C !important;
    background-color: rgba(101, 113, 140, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-bullet-gray:hover {
    --bg-opacity: 1 !important;
    background-color: #F1F1F2 !important;
    background-color: rgba(241, 241, 242, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-dark-red:hover {
    --bg-opacity: 1 !important;
    background-color: #951700 !important;
    background-color: rgba(149, 23, 0, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-navy:hover {
    --bg-opacity: 1 !important;
    background-color: #182F50 !important;
    background-color: rgba(24, 47, 80, var(--bg-opacity)) !important;
  }

  .\31xl\:hover\:bg-lightNavy:hover {
    --bg-opacity: 1 !important;
    background-color: #687FA0 !important;
    background-color: rgba(104, 127, 160, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-transparent {
    background-color: transparent !important;
  }

  .group:hover .\31xl\:group-hover\:bg-current {
    background-color: currentColor !important;
  }

  .group:hover .\31xl\:group-hover\:bg-black {
    --bg-opacity: 1 !important;
    background-color: #000000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-white {
    --bg-opacity: 1 !important;
    background-color: #FFFFFF !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-gray {
    --bg-opacity: 1 !important;
    background-color: #727272 !important;
    background-color: rgba(114, 114, 114, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-red {
    --bg-opacity: 1 !important;
    background-color: #E12A09 !important;
    background-color: rgba(225, 42, 9, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-orange {
    --bg-opacity: 1 !important;
    background-color: #F29C2B !important;
    background-color: rgba(242, 156, 43, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-yellow {
    --bg-opacity: 1 !important;
    background-color: #FFEB9A !important;
    background-color: rgba(255, 235, 154, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-green-100 {
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-green-200 {
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-green-300 {
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-green-400 {
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-green-500 {
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-green-600 {
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-green-700 {
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-green-800 {
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-green-900 {
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-teal-100 {
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-teal-200 {
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-teal-300 {
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-teal-400 {
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-teal-500 {
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-teal-600 {
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-teal-700 {
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-teal-800 {
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-teal-900 {
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-blue-100 {
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-blue-200 {
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-blue-300 {
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-blue-400 {
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-blue-500 {
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-blue-600 {
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-blue-700 {
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-blue-800 {
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-blue-900 {
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-indigo-100 {
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-indigo-200 {
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-indigo-300 {
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-indigo-400 {
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-indigo-500 {
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-indigo-600 {
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-indigo-700 {
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-indigo-800 {
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-indigo-900 {
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-purple-100 {
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-purple-200 {
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-purple-300 {
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-purple-400 {
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-purple-500 {
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-purple-600 {
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-purple-700 {
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-purple-800 {
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-purple-900 {
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-pink-100 {
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-pink-200 {
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-pink-300 {
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-pink-400 {
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-pink-500 {
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-pink-600 {
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-pink-700 {
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-pink-800 {
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-pink-900 {
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-navy-blue {
    --bg-opacity: 1 !important;
    background-color: #23345A !important;
    background-color: rgba(35, 52, 90, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-cyan {
    --bg-opacity: 1 !important;
    background-color: #40C8EA !important;
    background-color: rgba(64, 200, 234, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-yellowOrange {
    --bg-opacity: 1 !important;
    background-color: #F8E9A7 !important;
    background-color: rgba(248, 233, 167, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-light-blue {
    --bg-opacity: 1 !important;
    background-color: #C9EAF4 !important;
    background-color: rgba(201, 234, 244, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-lightest-blue {
    --bg-opacity: 1 !important;
    background-color: #EBFAFF !important;
    background-color: rgba(235, 250, 255, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-blueGreen {
    --bg-opacity: 1 !important;
    background-color: #148093 !important;
    background-color: rgba(20, 128, 147, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-mediumGray {
    --bg-opacity: 1 !important;
    background-color: #97A2B0 !important;
    background-color: rgba(151, 162, 176, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-light-gray {
    --bg-opacity: 1 !important;
    background-color: #ACACB4 !important;
    background-color: rgba(172, 172, 180, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-lightestGray {
    --bg-opacity: 1 !important;
    background-color: #F2F2F2 !important;
    background-color: rgba(242, 242, 242, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-dark-gray {
    --bg-opacity: 1 !important;
    background-color: #64626F !important;
    background-color: rgba(100, 98, 111, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-nav-gray {
    --bg-opacity: 1 !important;
    background-color: #65718C !important;
    background-color: rgba(101, 113, 140, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-bullet-gray {
    --bg-opacity: 1 !important;
    background-color: #F1F1F2 !important;
    background-color: rgba(241, 241, 242, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-dark-red {
    --bg-opacity: 1 !important;
    background-color: #951700 !important;
    background-color: rgba(149, 23, 0, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-navy {
    --bg-opacity: 1 !important;
    background-color: #182F50 !important;
    background-color: rgba(24, 47, 80, var(--bg-opacity)) !important;
  }

  .group:hover .\31xl\:group-hover\:bg-lightNavy {
    --bg-opacity: 1 !important;
    background-color: #687FA0 !important;
    background-color: rgba(104, 127, 160, var(--bg-opacity)) !important;
  }

  .\31xl\:bg-none {
    background-image: none !important;
  }

  .\31xl\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--gradient-color-stops)) !important;
  }

  .\31xl\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
  }

  .\31xl\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
  }

  .\31xl\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
  }

  .\31xl\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important;
  }

  .\31xl\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
  }

  .\31xl\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
  }

  .\31xl\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important;
  }

  .\31xl\:from-transparent {
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .\31xl\:from-current {
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .\31xl\:from-black {
    --gradient-from-color: #000000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .\31xl\:from-white {
    --gradient-from-color: #FFFFFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .\31xl\:from-gray {
    --gradient-from-color: #727272 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(114, 114, 114, 0)) !important;
  }

  .\31xl\:from-red {
    --gradient-from-color: #E12A09 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(225, 42, 9, 0)) !important;
  }

  .\31xl\:from-orange {
    --gradient-from-color: #F29C2B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 156, 43, 0)) !important;
  }

  .\31xl\:from-yellow {
    --gradient-from-color: #FFEB9A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 235, 154, 0)) !important;
  }

  .\31xl\:from-green-100 {
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .\31xl\:from-green-200 {
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .\31xl\:from-green-300 {
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .\31xl\:from-green-400 {
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .\31xl\:from-green-500 {
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .\31xl\:from-green-600 {
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .\31xl\:from-green-700 {
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .\31xl\:from-green-800 {
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .\31xl\:from-green-900 {
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .\31xl\:from-teal-100 {
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .\31xl\:from-teal-200 {
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .\31xl\:from-teal-300 {
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .\31xl\:from-teal-400 {
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .\31xl\:from-teal-500 {
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .\31xl\:from-teal-600 {
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .\31xl\:from-teal-700 {
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .\31xl\:from-teal-800 {
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .\31xl\:from-teal-900 {
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .\31xl\:from-blue-100 {
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .\31xl\:from-blue-200 {
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .\31xl\:from-blue-300 {
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .\31xl\:from-blue-400 {
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .\31xl\:from-blue-500 {
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .\31xl\:from-blue-600 {
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .\31xl\:from-blue-700 {
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .\31xl\:from-blue-800 {
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .\31xl\:from-blue-900 {
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .\31xl\:from-indigo-100 {
    --gradient-from-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .\31xl\:from-indigo-200 {
    --gradient-from-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .\31xl\:from-indigo-300 {
    --gradient-from-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .\31xl\:from-indigo-400 {
    --gradient-from-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .\31xl\:from-indigo-500 {
    --gradient-from-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .\31xl\:from-indigo-600 {
    --gradient-from-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .\31xl\:from-indigo-700 {
    --gradient-from-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .\31xl\:from-indigo-800 {
    --gradient-from-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .\31xl\:from-indigo-900 {
    --gradient-from-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .\31xl\:from-purple-100 {
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .\31xl\:from-purple-200 {
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .\31xl\:from-purple-300 {
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .\31xl\:from-purple-400 {
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .\31xl\:from-purple-500 {
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .\31xl\:from-purple-600 {
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .\31xl\:from-purple-700 {
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .\31xl\:from-purple-800 {
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .\31xl\:from-purple-900 {
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .\31xl\:from-pink-100 {
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .\31xl\:from-pink-200 {
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .\31xl\:from-pink-300 {
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .\31xl\:from-pink-400 {
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .\31xl\:from-pink-500 {
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .\31xl\:from-pink-600 {
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .\31xl\:from-pink-700 {
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .\31xl\:from-pink-800 {
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .\31xl\:from-pink-900 {
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .\31xl\:from-navy-blue {
    --gradient-from-color: #23345A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 52, 90, 0)) !important;
  }

  .\31xl\:from-cyan {
    --gradient-from-color: #40C8EA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 200, 234, 0)) !important;
  }

  .\31xl\:from-yellowOrange {
    --gradient-from-color: #F8E9A7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 233, 167, 0)) !important;
  }

  .\31xl\:from-light-blue {
    --gradient-from-color: #C9EAF4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(201, 234, 244, 0)) !important;
  }

  .\31xl\:from-lightest-blue {
    --gradient-from-color: #EBFAFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 250, 255, 0)) !important;
  }

  .\31xl\:from-blueGreen {
    --gradient-from-color: #148093 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 128, 147, 0)) !important;
  }

  .\31xl\:from-mediumGray {
    --gradient-from-color: #97A2B0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 162, 176, 0)) !important;
  }

  .\31xl\:from-light-gray {
    --gradient-from-color: #ACACB4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(172, 172, 180, 0)) !important;
  }

  .\31xl\:from-lightestGray {
    --gradient-from-color: #F2F2F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .\31xl\:from-dark-gray {
    --gradient-from-color: #64626F !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(100, 98, 111, 0)) !important;
  }

  .\31xl\:from-nav-gray {
    --gradient-from-color: #65718C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(101, 113, 140, 0)) !important;
  }

  .\31xl\:from-bullet-gray {
    --gradient-from-color: #F1F1F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 241, 242, 0)) !important;
  }

  .\31xl\:from-dark-red {
    --gradient-from-color: #951700 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 23, 0, 0)) !important;
  }

  .\31xl\:from-navy {
    --gradient-from-color: #182F50 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(24, 47, 80, 0)) !important;
  }

  .\31xl\:from-lightNavy {
    --gradient-from-color: #687FA0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 127, 160, 0)) !important;
  }

  .\31xl\:via-transparent {
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .\31xl\:via-current {
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .\31xl\:via-black {
    --gradient-via-color: #000000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .\31xl\:via-white {
    --gradient-via-color: #FFFFFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .\31xl\:via-gray {
    --gradient-via-color: #727272 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(114, 114, 114, 0)) !important;
  }

  .\31xl\:via-red {
    --gradient-via-color: #E12A09 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(225, 42, 9, 0)) !important;
  }

  .\31xl\:via-orange {
    --gradient-via-color: #F29C2B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 156, 43, 0)) !important;
  }

  .\31xl\:via-yellow {
    --gradient-via-color: #FFEB9A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 235, 154, 0)) !important;
  }

  .\31xl\:via-green-100 {
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .\31xl\:via-green-200 {
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .\31xl\:via-green-300 {
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .\31xl\:via-green-400 {
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .\31xl\:via-green-500 {
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .\31xl\:via-green-600 {
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .\31xl\:via-green-700 {
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .\31xl\:via-green-800 {
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .\31xl\:via-green-900 {
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .\31xl\:via-teal-100 {
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .\31xl\:via-teal-200 {
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .\31xl\:via-teal-300 {
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .\31xl\:via-teal-400 {
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .\31xl\:via-teal-500 {
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .\31xl\:via-teal-600 {
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .\31xl\:via-teal-700 {
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .\31xl\:via-teal-800 {
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .\31xl\:via-teal-900 {
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .\31xl\:via-blue-100 {
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .\31xl\:via-blue-200 {
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .\31xl\:via-blue-300 {
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .\31xl\:via-blue-400 {
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .\31xl\:via-blue-500 {
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .\31xl\:via-blue-600 {
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .\31xl\:via-blue-700 {
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .\31xl\:via-blue-800 {
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .\31xl\:via-blue-900 {
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .\31xl\:via-indigo-100 {
    --gradient-via-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .\31xl\:via-indigo-200 {
    --gradient-via-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .\31xl\:via-indigo-300 {
    --gradient-via-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .\31xl\:via-indigo-400 {
    --gradient-via-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .\31xl\:via-indigo-500 {
    --gradient-via-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .\31xl\:via-indigo-600 {
    --gradient-via-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .\31xl\:via-indigo-700 {
    --gradient-via-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .\31xl\:via-indigo-800 {
    --gradient-via-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .\31xl\:via-indigo-900 {
    --gradient-via-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .\31xl\:via-purple-100 {
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .\31xl\:via-purple-200 {
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .\31xl\:via-purple-300 {
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .\31xl\:via-purple-400 {
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .\31xl\:via-purple-500 {
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .\31xl\:via-purple-600 {
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .\31xl\:via-purple-700 {
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .\31xl\:via-purple-800 {
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .\31xl\:via-purple-900 {
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .\31xl\:via-pink-100 {
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .\31xl\:via-pink-200 {
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .\31xl\:via-pink-300 {
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .\31xl\:via-pink-400 {
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .\31xl\:via-pink-500 {
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .\31xl\:via-pink-600 {
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .\31xl\:via-pink-700 {
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .\31xl\:via-pink-800 {
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .\31xl\:via-pink-900 {
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .\31xl\:via-navy-blue {
    --gradient-via-color: #23345A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 52, 90, 0)) !important;
  }

  .\31xl\:via-cyan {
    --gradient-via-color: #40C8EA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 200, 234, 0)) !important;
  }

  .\31xl\:via-yellowOrange {
    --gradient-via-color: #F8E9A7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 233, 167, 0)) !important;
  }

  .\31xl\:via-light-blue {
    --gradient-via-color: #C9EAF4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(201, 234, 244, 0)) !important;
  }

  .\31xl\:via-lightest-blue {
    --gradient-via-color: #EBFAFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 250, 255, 0)) !important;
  }

  .\31xl\:via-blueGreen {
    --gradient-via-color: #148093 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 128, 147, 0)) !important;
  }

  .\31xl\:via-mediumGray {
    --gradient-via-color: #97A2B0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 162, 176, 0)) !important;
  }

  .\31xl\:via-light-gray {
    --gradient-via-color: #ACACB4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(172, 172, 180, 0)) !important;
  }

  .\31xl\:via-lightestGray {
    --gradient-via-color: #F2F2F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .\31xl\:via-dark-gray {
    --gradient-via-color: #64626F !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(100, 98, 111, 0)) !important;
  }

  .\31xl\:via-nav-gray {
    --gradient-via-color: #65718C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(101, 113, 140, 0)) !important;
  }

  .\31xl\:via-bullet-gray {
    --gradient-via-color: #F1F1F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 241, 242, 0)) !important;
  }

  .\31xl\:via-dark-red {
    --gradient-via-color: #951700 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 23, 0, 0)) !important;
  }

  .\31xl\:via-navy {
    --gradient-via-color: #182F50 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(24, 47, 80, 0)) !important;
  }

  .\31xl\:via-lightNavy {
    --gradient-via-color: #687FA0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 127, 160, 0)) !important;
  }

  .\31xl\:to-transparent {
    --gradient-to-color: transparent !important;
  }

  .\31xl\:to-current {
    --gradient-to-color: currentColor !important;
  }

  .\31xl\:to-black {
    --gradient-to-color: #000000 !important;
  }

  .\31xl\:to-white {
    --gradient-to-color: #FFFFFF !important;
  }

  .\31xl\:to-gray {
    --gradient-to-color: #727272 !important;
  }

  .\31xl\:to-red {
    --gradient-to-color: #E12A09 !important;
  }

  .\31xl\:to-orange {
    --gradient-to-color: #F29C2B !important;
  }

  .\31xl\:to-yellow {
    --gradient-to-color: #FFEB9A !important;
  }

  .\31xl\:to-green-100 {
    --gradient-to-color: #f0fff4 !important;
  }

  .\31xl\:to-green-200 {
    --gradient-to-color: #c6f6d5 !important;
  }

  .\31xl\:to-green-300 {
    --gradient-to-color: #9ae6b4 !important;
  }

  .\31xl\:to-green-400 {
    --gradient-to-color: #68d391 !important;
  }

  .\31xl\:to-green-500 {
    --gradient-to-color: #48bb78 !important;
  }

  .\31xl\:to-green-600 {
    --gradient-to-color: #38a169 !important;
  }

  .\31xl\:to-green-700 {
    --gradient-to-color: #2f855a !important;
  }

  .\31xl\:to-green-800 {
    --gradient-to-color: #276749 !important;
  }

  .\31xl\:to-green-900 {
    --gradient-to-color: #22543d !important;
  }

  .\31xl\:to-teal-100 {
    --gradient-to-color: #e6fffa !important;
  }

  .\31xl\:to-teal-200 {
    --gradient-to-color: #b2f5ea !important;
  }

  .\31xl\:to-teal-300 {
    --gradient-to-color: #81e6d9 !important;
  }

  .\31xl\:to-teal-400 {
    --gradient-to-color: #4fd1c5 !important;
  }

  .\31xl\:to-teal-500 {
    --gradient-to-color: #38b2ac !important;
  }

  .\31xl\:to-teal-600 {
    --gradient-to-color: #319795 !important;
  }

  .\31xl\:to-teal-700 {
    --gradient-to-color: #2c7a7b !important;
  }

  .\31xl\:to-teal-800 {
    --gradient-to-color: #285e61 !important;
  }

  .\31xl\:to-teal-900 {
    --gradient-to-color: #234e52 !important;
  }

  .\31xl\:to-blue-100 {
    --gradient-to-color: #ebf8ff !important;
  }

  .\31xl\:to-blue-200 {
    --gradient-to-color: #bee3f8 !important;
  }

  .\31xl\:to-blue-300 {
    --gradient-to-color: #90cdf4 !important;
  }

  .\31xl\:to-blue-400 {
    --gradient-to-color: #63b3ed !important;
  }

  .\31xl\:to-blue-500 {
    --gradient-to-color: #4299e1 !important;
  }

  .\31xl\:to-blue-600 {
    --gradient-to-color: #3182ce !important;
  }

  .\31xl\:to-blue-700 {
    --gradient-to-color: #2b6cb0 !important;
  }

  .\31xl\:to-blue-800 {
    --gradient-to-color: #2c5282 !important;
  }

  .\31xl\:to-blue-900 {
    --gradient-to-color: #2a4365 !important;
  }

  .\31xl\:to-indigo-100 {
    --gradient-to-color: #ebf4ff !important;
  }

  .\31xl\:to-indigo-200 {
    --gradient-to-color: #c3dafe !important;
  }

  .\31xl\:to-indigo-300 {
    --gradient-to-color: #a3bffa !important;
  }

  .\31xl\:to-indigo-400 {
    --gradient-to-color: #7f9cf5 !important;
  }

  .\31xl\:to-indigo-500 {
    --gradient-to-color: #667eea !important;
  }

  .\31xl\:to-indigo-600 {
    --gradient-to-color: #5a67d8 !important;
  }

  .\31xl\:to-indigo-700 {
    --gradient-to-color: #4c51bf !important;
  }

  .\31xl\:to-indigo-800 {
    --gradient-to-color: #434190 !important;
  }

  .\31xl\:to-indigo-900 {
    --gradient-to-color: #3c366b !important;
  }

  .\31xl\:to-purple-100 {
    --gradient-to-color: #faf5ff !important;
  }

  .\31xl\:to-purple-200 {
    --gradient-to-color: #e9d8fd !important;
  }

  .\31xl\:to-purple-300 {
    --gradient-to-color: #d6bcfa !important;
  }

  .\31xl\:to-purple-400 {
    --gradient-to-color: #b794f4 !important;
  }

  .\31xl\:to-purple-500 {
    --gradient-to-color: #9f7aea !important;
  }

  .\31xl\:to-purple-600 {
    --gradient-to-color: #805ad5 !important;
  }

  .\31xl\:to-purple-700 {
    --gradient-to-color: #6b46c1 !important;
  }

  .\31xl\:to-purple-800 {
    --gradient-to-color: #553c9a !important;
  }

  .\31xl\:to-purple-900 {
    --gradient-to-color: #44337a !important;
  }

  .\31xl\:to-pink-100 {
    --gradient-to-color: #fff5f7 !important;
  }

  .\31xl\:to-pink-200 {
    --gradient-to-color: #fed7e2 !important;
  }

  .\31xl\:to-pink-300 {
    --gradient-to-color: #fbb6ce !important;
  }

  .\31xl\:to-pink-400 {
    --gradient-to-color: #f687b3 !important;
  }

  .\31xl\:to-pink-500 {
    --gradient-to-color: #ed64a6 !important;
  }

  .\31xl\:to-pink-600 {
    --gradient-to-color: #d53f8c !important;
  }

  .\31xl\:to-pink-700 {
    --gradient-to-color: #b83280 !important;
  }

  .\31xl\:to-pink-800 {
    --gradient-to-color: #97266d !important;
  }

  .\31xl\:to-pink-900 {
    --gradient-to-color: #702459 !important;
  }

  .\31xl\:to-navy-blue {
    --gradient-to-color: #23345A !important;
  }

  .\31xl\:to-cyan {
    --gradient-to-color: #40C8EA !important;
  }

  .\31xl\:to-yellowOrange {
    --gradient-to-color: #F8E9A7 !important;
  }

  .\31xl\:to-light-blue {
    --gradient-to-color: #C9EAF4 !important;
  }

  .\31xl\:to-lightest-blue {
    --gradient-to-color: #EBFAFF !important;
  }

  .\31xl\:to-blueGreen {
    --gradient-to-color: #148093 !important;
  }

  .\31xl\:to-mediumGray {
    --gradient-to-color: #97A2B0 !important;
  }

  .\31xl\:to-light-gray {
    --gradient-to-color: #ACACB4 !important;
  }

  .\31xl\:to-lightestGray {
    --gradient-to-color: #F2F2F2 !important;
  }

  .\31xl\:to-dark-gray {
    --gradient-to-color: #64626F !important;
  }

  .\31xl\:to-nav-gray {
    --gradient-to-color: #65718C !important;
  }

  .\31xl\:to-bullet-gray {
    --gradient-to-color: #F1F1F2 !important;
  }

  .\31xl\:to-dark-red {
    --gradient-to-color: #951700 !important;
  }

  .\31xl\:to-navy {
    --gradient-to-color: #182F50 !important;
  }

  .\31xl\:to-lightNavy {
    --gradient-to-color: #687FA0 !important;
  }

  .\31xl\:hover\:from-transparent:hover {
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .\31xl\:hover\:from-current:hover {
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .\31xl\:hover\:from-black:hover {
    --gradient-from-color: #000000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .\31xl\:hover\:from-white:hover {
    --gradient-from-color: #FFFFFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .\31xl\:hover\:from-gray:hover {
    --gradient-from-color: #727272 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(114, 114, 114, 0)) !important;
  }

  .\31xl\:hover\:from-red:hover {
    --gradient-from-color: #E12A09 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(225, 42, 9, 0)) !important;
  }

  .\31xl\:hover\:from-orange:hover {
    --gradient-from-color: #F29C2B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 156, 43, 0)) !important;
  }

  .\31xl\:hover\:from-yellow:hover {
    --gradient-from-color: #FFEB9A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 235, 154, 0)) !important;
  }

  .\31xl\:hover\:from-green-100:hover {
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .\31xl\:hover\:from-green-200:hover {
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .\31xl\:hover\:from-green-300:hover {
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .\31xl\:hover\:from-green-400:hover {
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .\31xl\:hover\:from-green-500:hover {
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .\31xl\:hover\:from-green-600:hover {
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .\31xl\:hover\:from-green-700:hover {
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .\31xl\:hover\:from-green-800:hover {
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .\31xl\:hover\:from-green-900:hover {
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .\31xl\:hover\:from-teal-100:hover {
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .\31xl\:hover\:from-teal-200:hover {
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .\31xl\:hover\:from-teal-300:hover {
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .\31xl\:hover\:from-teal-400:hover {
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .\31xl\:hover\:from-teal-500:hover {
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .\31xl\:hover\:from-teal-600:hover {
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .\31xl\:hover\:from-teal-700:hover {
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .\31xl\:hover\:from-teal-800:hover {
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .\31xl\:hover\:from-teal-900:hover {
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .\31xl\:hover\:from-blue-100:hover {
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .\31xl\:hover\:from-blue-200:hover {
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .\31xl\:hover\:from-blue-300:hover {
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .\31xl\:hover\:from-blue-400:hover {
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .\31xl\:hover\:from-blue-500:hover {
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .\31xl\:hover\:from-blue-600:hover {
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .\31xl\:hover\:from-blue-700:hover {
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .\31xl\:hover\:from-blue-800:hover {
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .\31xl\:hover\:from-blue-900:hover {
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .\31xl\:hover\:from-indigo-100:hover {
    --gradient-from-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .\31xl\:hover\:from-indigo-200:hover {
    --gradient-from-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .\31xl\:hover\:from-indigo-300:hover {
    --gradient-from-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .\31xl\:hover\:from-indigo-400:hover {
    --gradient-from-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .\31xl\:hover\:from-indigo-500:hover {
    --gradient-from-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .\31xl\:hover\:from-indigo-600:hover {
    --gradient-from-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .\31xl\:hover\:from-indigo-700:hover {
    --gradient-from-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .\31xl\:hover\:from-indigo-800:hover {
    --gradient-from-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .\31xl\:hover\:from-indigo-900:hover {
    --gradient-from-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .\31xl\:hover\:from-purple-100:hover {
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .\31xl\:hover\:from-purple-200:hover {
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .\31xl\:hover\:from-purple-300:hover {
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .\31xl\:hover\:from-purple-400:hover {
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .\31xl\:hover\:from-purple-500:hover {
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .\31xl\:hover\:from-purple-600:hover {
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .\31xl\:hover\:from-purple-700:hover {
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .\31xl\:hover\:from-purple-800:hover {
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .\31xl\:hover\:from-purple-900:hover {
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .\31xl\:hover\:from-pink-100:hover {
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .\31xl\:hover\:from-pink-200:hover {
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .\31xl\:hover\:from-pink-300:hover {
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .\31xl\:hover\:from-pink-400:hover {
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .\31xl\:hover\:from-pink-500:hover {
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .\31xl\:hover\:from-pink-600:hover {
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .\31xl\:hover\:from-pink-700:hover {
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .\31xl\:hover\:from-pink-800:hover {
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .\31xl\:hover\:from-pink-900:hover {
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .\31xl\:hover\:from-navy-blue:hover {
    --gradient-from-color: #23345A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 52, 90, 0)) !important;
  }

  .\31xl\:hover\:from-cyan:hover {
    --gradient-from-color: #40C8EA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 200, 234, 0)) !important;
  }

  .\31xl\:hover\:from-yellowOrange:hover {
    --gradient-from-color: #F8E9A7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 233, 167, 0)) !important;
  }

  .\31xl\:hover\:from-light-blue:hover {
    --gradient-from-color: #C9EAF4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(201, 234, 244, 0)) !important;
  }

  .\31xl\:hover\:from-lightest-blue:hover {
    --gradient-from-color: #EBFAFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 250, 255, 0)) !important;
  }

  .\31xl\:hover\:from-blueGreen:hover {
    --gradient-from-color: #148093 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 128, 147, 0)) !important;
  }

  .\31xl\:hover\:from-mediumGray:hover {
    --gradient-from-color: #97A2B0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 162, 176, 0)) !important;
  }

  .\31xl\:hover\:from-light-gray:hover {
    --gradient-from-color: #ACACB4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(172, 172, 180, 0)) !important;
  }

  .\31xl\:hover\:from-lightestGray:hover {
    --gradient-from-color: #F2F2F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .\31xl\:hover\:from-dark-gray:hover {
    --gradient-from-color: #64626F !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(100, 98, 111, 0)) !important;
  }

  .\31xl\:hover\:from-nav-gray:hover {
    --gradient-from-color: #65718C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(101, 113, 140, 0)) !important;
  }

  .\31xl\:hover\:from-bullet-gray:hover {
    --gradient-from-color: #F1F1F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 241, 242, 0)) !important;
  }

  .\31xl\:hover\:from-dark-red:hover {
    --gradient-from-color: #951700 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 23, 0, 0)) !important;
  }

  .\31xl\:hover\:from-navy:hover {
    --gradient-from-color: #182F50 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(24, 47, 80, 0)) !important;
  }

  .\31xl\:hover\:from-lightNavy:hover {
    --gradient-from-color: #687FA0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 127, 160, 0)) !important;
  }

  .\31xl\:hover\:via-transparent:hover {
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .\31xl\:hover\:via-current:hover {
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .\31xl\:hover\:via-black:hover {
    --gradient-via-color: #000000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .\31xl\:hover\:via-white:hover {
    --gradient-via-color: #FFFFFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .\31xl\:hover\:via-gray:hover {
    --gradient-via-color: #727272 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(114, 114, 114, 0)) !important;
  }

  .\31xl\:hover\:via-red:hover {
    --gradient-via-color: #E12A09 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(225, 42, 9, 0)) !important;
  }

  .\31xl\:hover\:via-orange:hover {
    --gradient-via-color: #F29C2B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 156, 43, 0)) !important;
  }

  .\31xl\:hover\:via-yellow:hover {
    --gradient-via-color: #FFEB9A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 235, 154, 0)) !important;
  }

  .\31xl\:hover\:via-green-100:hover {
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .\31xl\:hover\:via-green-200:hover {
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .\31xl\:hover\:via-green-300:hover {
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .\31xl\:hover\:via-green-400:hover {
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .\31xl\:hover\:via-green-500:hover {
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .\31xl\:hover\:via-green-600:hover {
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .\31xl\:hover\:via-green-700:hover {
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .\31xl\:hover\:via-green-800:hover {
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .\31xl\:hover\:via-green-900:hover {
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .\31xl\:hover\:via-teal-100:hover {
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .\31xl\:hover\:via-teal-200:hover {
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .\31xl\:hover\:via-teal-300:hover {
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .\31xl\:hover\:via-teal-400:hover {
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .\31xl\:hover\:via-teal-500:hover {
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .\31xl\:hover\:via-teal-600:hover {
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .\31xl\:hover\:via-teal-700:hover {
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .\31xl\:hover\:via-teal-800:hover {
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .\31xl\:hover\:via-teal-900:hover {
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .\31xl\:hover\:via-blue-100:hover {
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .\31xl\:hover\:via-blue-200:hover {
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .\31xl\:hover\:via-blue-300:hover {
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .\31xl\:hover\:via-blue-400:hover {
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .\31xl\:hover\:via-blue-500:hover {
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .\31xl\:hover\:via-blue-600:hover {
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .\31xl\:hover\:via-blue-700:hover {
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .\31xl\:hover\:via-blue-800:hover {
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .\31xl\:hover\:via-blue-900:hover {
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .\31xl\:hover\:via-indigo-100:hover {
    --gradient-via-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .\31xl\:hover\:via-indigo-200:hover {
    --gradient-via-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .\31xl\:hover\:via-indigo-300:hover {
    --gradient-via-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .\31xl\:hover\:via-indigo-400:hover {
    --gradient-via-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .\31xl\:hover\:via-indigo-500:hover {
    --gradient-via-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .\31xl\:hover\:via-indigo-600:hover {
    --gradient-via-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .\31xl\:hover\:via-indigo-700:hover {
    --gradient-via-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .\31xl\:hover\:via-indigo-800:hover {
    --gradient-via-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .\31xl\:hover\:via-indigo-900:hover {
    --gradient-via-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .\31xl\:hover\:via-purple-100:hover {
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .\31xl\:hover\:via-purple-200:hover {
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .\31xl\:hover\:via-purple-300:hover {
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .\31xl\:hover\:via-purple-400:hover {
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .\31xl\:hover\:via-purple-500:hover {
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .\31xl\:hover\:via-purple-600:hover {
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .\31xl\:hover\:via-purple-700:hover {
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .\31xl\:hover\:via-purple-800:hover {
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .\31xl\:hover\:via-purple-900:hover {
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .\31xl\:hover\:via-pink-100:hover {
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .\31xl\:hover\:via-pink-200:hover {
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .\31xl\:hover\:via-pink-300:hover {
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .\31xl\:hover\:via-pink-400:hover {
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .\31xl\:hover\:via-pink-500:hover {
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .\31xl\:hover\:via-pink-600:hover {
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .\31xl\:hover\:via-pink-700:hover {
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .\31xl\:hover\:via-pink-800:hover {
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .\31xl\:hover\:via-pink-900:hover {
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .\31xl\:hover\:via-navy-blue:hover {
    --gradient-via-color: #23345A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 52, 90, 0)) !important;
  }

  .\31xl\:hover\:via-cyan:hover {
    --gradient-via-color: #40C8EA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 200, 234, 0)) !important;
  }

  .\31xl\:hover\:via-yellowOrange:hover {
    --gradient-via-color: #F8E9A7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 233, 167, 0)) !important;
  }

  .\31xl\:hover\:via-light-blue:hover {
    --gradient-via-color: #C9EAF4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(201, 234, 244, 0)) !important;
  }

  .\31xl\:hover\:via-lightest-blue:hover {
    --gradient-via-color: #EBFAFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 250, 255, 0)) !important;
  }

  .\31xl\:hover\:via-blueGreen:hover {
    --gradient-via-color: #148093 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 128, 147, 0)) !important;
  }

  .\31xl\:hover\:via-mediumGray:hover {
    --gradient-via-color: #97A2B0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 162, 176, 0)) !important;
  }

  .\31xl\:hover\:via-light-gray:hover {
    --gradient-via-color: #ACACB4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(172, 172, 180, 0)) !important;
  }

  .\31xl\:hover\:via-lightestGray:hover {
    --gradient-via-color: #F2F2F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .\31xl\:hover\:via-dark-gray:hover {
    --gradient-via-color: #64626F !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(100, 98, 111, 0)) !important;
  }

  .\31xl\:hover\:via-nav-gray:hover {
    --gradient-via-color: #65718C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(101, 113, 140, 0)) !important;
  }

  .\31xl\:hover\:via-bullet-gray:hover {
    --gradient-via-color: #F1F1F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 241, 242, 0)) !important;
  }

  .\31xl\:hover\:via-dark-red:hover {
    --gradient-via-color: #951700 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 23, 0, 0)) !important;
  }

  .\31xl\:hover\:via-navy:hover {
    --gradient-via-color: #182F50 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(24, 47, 80, 0)) !important;
  }

  .\31xl\:hover\:via-lightNavy:hover {
    --gradient-via-color: #687FA0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 127, 160, 0)) !important;
  }

  .\31xl\:hover\:to-transparent:hover {
    --gradient-to-color: transparent !important;
  }

  .\31xl\:hover\:to-current:hover {
    --gradient-to-color: currentColor !important;
  }

  .\31xl\:hover\:to-black:hover {
    --gradient-to-color: #000000 !important;
  }

  .\31xl\:hover\:to-white:hover {
    --gradient-to-color: #FFFFFF !important;
  }

  .\31xl\:hover\:to-gray:hover {
    --gradient-to-color: #727272 !important;
  }

  .\31xl\:hover\:to-red:hover {
    --gradient-to-color: #E12A09 !important;
  }

  .\31xl\:hover\:to-orange:hover {
    --gradient-to-color: #F29C2B !important;
  }

  .\31xl\:hover\:to-yellow:hover {
    --gradient-to-color: #FFEB9A !important;
  }

  .\31xl\:hover\:to-green-100:hover {
    --gradient-to-color: #f0fff4 !important;
  }

  .\31xl\:hover\:to-green-200:hover {
    --gradient-to-color: #c6f6d5 !important;
  }

  .\31xl\:hover\:to-green-300:hover {
    --gradient-to-color: #9ae6b4 !important;
  }

  .\31xl\:hover\:to-green-400:hover {
    --gradient-to-color: #68d391 !important;
  }

  .\31xl\:hover\:to-green-500:hover {
    --gradient-to-color: #48bb78 !important;
  }

  .\31xl\:hover\:to-green-600:hover {
    --gradient-to-color: #38a169 !important;
  }

  .\31xl\:hover\:to-green-700:hover {
    --gradient-to-color: #2f855a !important;
  }

  .\31xl\:hover\:to-green-800:hover {
    --gradient-to-color: #276749 !important;
  }

  .\31xl\:hover\:to-green-900:hover {
    --gradient-to-color: #22543d !important;
  }

  .\31xl\:hover\:to-teal-100:hover {
    --gradient-to-color: #e6fffa !important;
  }

  .\31xl\:hover\:to-teal-200:hover {
    --gradient-to-color: #b2f5ea !important;
  }

  .\31xl\:hover\:to-teal-300:hover {
    --gradient-to-color: #81e6d9 !important;
  }

  .\31xl\:hover\:to-teal-400:hover {
    --gradient-to-color: #4fd1c5 !important;
  }

  .\31xl\:hover\:to-teal-500:hover {
    --gradient-to-color: #38b2ac !important;
  }

  .\31xl\:hover\:to-teal-600:hover {
    --gradient-to-color: #319795 !important;
  }

  .\31xl\:hover\:to-teal-700:hover {
    --gradient-to-color: #2c7a7b !important;
  }

  .\31xl\:hover\:to-teal-800:hover {
    --gradient-to-color: #285e61 !important;
  }

  .\31xl\:hover\:to-teal-900:hover {
    --gradient-to-color: #234e52 !important;
  }

  .\31xl\:hover\:to-blue-100:hover {
    --gradient-to-color: #ebf8ff !important;
  }

  .\31xl\:hover\:to-blue-200:hover {
    --gradient-to-color: #bee3f8 !important;
  }

  .\31xl\:hover\:to-blue-300:hover {
    --gradient-to-color: #90cdf4 !important;
  }

  .\31xl\:hover\:to-blue-400:hover {
    --gradient-to-color: #63b3ed !important;
  }

  .\31xl\:hover\:to-blue-500:hover {
    --gradient-to-color: #4299e1 !important;
  }

  .\31xl\:hover\:to-blue-600:hover {
    --gradient-to-color: #3182ce !important;
  }

  .\31xl\:hover\:to-blue-700:hover {
    --gradient-to-color: #2b6cb0 !important;
  }

  .\31xl\:hover\:to-blue-800:hover {
    --gradient-to-color: #2c5282 !important;
  }

  .\31xl\:hover\:to-blue-900:hover {
    --gradient-to-color: #2a4365 !important;
  }

  .\31xl\:hover\:to-indigo-100:hover {
    --gradient-to-color: #ebf4ff !important;
  }

  .\31xl\:hover\:to-indigo-200:hover {
    --gradient-to-color: #c3dafe !important;
  }

  .\31xl\:hover\:to-indigo-300:hover {
    --gradient-to-color: #a3bffa !important;
  }

  .\31xl\:hover\:to-indigo-400:hover {
    --gradient-to-color: #7f9cf5 !important;
  }

  .\31xl\:hover\:to-indigo-500:hover {
    --gradient-to-color: #667eea !important;
  }

  .\31xl\:hover\:to-indigo-600:hover {
    --gradient-to-color: #5a67d8 !important;
  }

  .\31xl\:hover\:to-indigo-700:hover {
    --gradient-to-color: #4c51bf !important;
  }

  .\31xl\:hover\:to-indigo-800:hover {
    --gradient-to-color: #434190 !important;
  }

  .\31xl\:hover\:to-indigo-900:hover {
    --gradient-to-color: #3c366b !important;
  }

  .\31xl\:hover\:to-purple-100:hover {
    --gradient-to-color: #faf5ff !important;
  }

  .\31xl\:hover\:to-purple-200:hover {
    --gradient-to-color: #e9d8fd !important;
  }

  .\31xl\:hover\:to-purple-300:hover {
    --gradient-to-color: #d6bcfa !important;
  }

  .\31xl\:hover\:to-purple-400:hover {
    --gradient-to-color: #b794f4 !important;
  }

  .\31xl\:hover\:to-purple-500:hover {
    --gradient-to-color: #9f7aea !important;
  }

  .\31xl\:hover\:to-purple-600:hover {
    --gradient-to-color: #805ad5 !important;
  }

  .\31xl\:hover\:to-purple-700:hover {
    --gradient-to-color: #6b46c1 !important;
  }

  .\31xl\:hover\:to-purple-800:hover {
    --gradient-to-color: #553c9a !important;
  }

  .\31xl\:hover\:to-purple-900:hover {
    --gradient-to-color: #44337a !important;
  }

  .\31xl\:hover\:to-pink-100:hover {
    --gradient-to-color: #fff5f7 !important;
  }

  .\31xl\:hover\:to-pink-200:hover {
    --gradient-to-color: #fed7e2 !important;
  }

  .\31xl\:hover\:to-pink-300:hover {
    --gradient-to-color: #fbb6ce !important;
  }

  .\31xl\:hover\:to-pink-400:hover {
    --gradient-to-color: #f687b3 !important;
  }

  .\31xl\:hover\:to-pink-500:hover {
    --gradient-to-color: #ed64a6 !important;
  }

  .\31xl\:hover\:to-pink-600:hover {
    --gradient-to-color: #d53f8c !important;
  }

  .\31xl\:hover\:to-pink-700:hover {
    --gradient-to-color: #b83280 !important;
  }

  .\31xl\:hover\:to-pink-800:hover {
    --gradient-to-color: #97266d !important;
  }

  .\31xl\:hover\:to-pink-900:hover {
    --gradient-to-color: #702459 !important;
  }

  .\31xl\:hover\:to-navy-blue:hover {
    --gradient-to-color: #23345A !important;
  }

  .\31xl\:hover\:to-cyan:hover {
    --gradient-to-color: #40C8EA !important;
  }

  .\31xl\:hover\:to-yellowOrange:hover {
    --gradient-to-color: #F8E9A7 !important;
  }

  .\31xl\:hover\:to-light-blue:hover {
    --gradient-to-color: #C9EAF4 !important;
  }

  .\31xl\:hover\:to-lightest-blue:hover {
    --gradient-to-color: #EBFAFF !important;
  }

  .\31xl\:hover\:to-blueGreen:hover {
    --gradient-to-color: #148093 !important;
  }

  .\31xl\:hover\:to-mediumGray:hover {
    --gradient-to-color: #97A2B0 !important;
  }

  .\31xl\:hover\:to-light-gray:hover {
    --gradient-to-color: #ACACB4 !important;
  }

  .\31xl\:hover\:to-lightestGray:hover {
    --gradient-to-color: #F2F2F2 !important;
  }

  .\31xl\:hover\:to-dark-gray:hover {
    --gradient-to-color: #64626F !important;
  }

  .\31xl\:hover\:to-nav-gray:hover {
    --gradient-to-color: #65718C !important;
  }

  .\31xl\:hover\:to-bullet-gray:hover {
    --gradient-to-color: #F1F1F2 !important;
  }

  .\31xl\:hover\:to-dark-red:hover {
    --gradient-to-color: #951700 !important;
  }

  .\31xl\:hover\:to-navy:hover {
    --gradient-to-color: #182F50 !important;
  }

  .\31xl\:hover\:to-lightNavy:hover {
    --gradient-to-color: #687FA0 !important;
  }

  .\31xl\:focus\:from-transparent:focus {
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .\31xl\:focus\:from-current:focus {
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .\31xl\:focus\:from-black:focus {
    --gradient-from-color: #000000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .\31xl\:focus\:from-white:focus {
    --gradient-from-color: #FFFFFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .\31xl\:focus\:from-gray:focus {
    --gradient-from-color: #727272 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(114, 114, 114, 0)) !important;
  }

  .\31xl\:focus\:from-red:focus {
    --gradient-from-color: #E12A09 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(225, 42, 9, 0)) !important;
  }

  .\31xl\:focus\:from-orange:focus {
    --gradient-from-color: #F29C2B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 156, 43, 0)) !important;
  }

  .\31xl\:focus\:from-yellow:focus {
    --gradient-from-color: #FFEB9A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 235, 154, 0)) !important;
  }

  .\31xl\:focus\:from-green-100:focus {
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .\31xl\:focus\:from-green-200:focus {
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .\31xl\:focus\:from-green-300:focus {
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .\31xl\:focus\:from-green-400:focus {
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .\31xl\:focus\:from-green-500:focus {
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .\31xl\:focus\:from-green-600:focus {
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .\31xl\:focus\:from-green-700:focus {
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .\31xl\:focus\:from-green-800:focus {
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .\31xl\:focus\:from-green-900:focus {
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .\31xl\:focus\:from-teal-100:focus {
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .\31xl\:focus\:from-teal-200:focus {
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .\31xl\:focus\:from-teal-300:focus {
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .\31xl\:focus\:from-teal-400:focus {
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .\31xl\:focus\:from-teal-500:focus {
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .\31xl\:focus\:from-teal-600:focus {
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .\31xl\:focus\:from-teal-700:focus {
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .\31xl\:focus\:from-teal-800:focus {
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .\31xl\:focus\:from-teal-900:focus {
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .\31xl\:focus\:from-blue-100:focus {
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .\31xl\:focus\:from-blue-200:focus {
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .\31xl\:focus\:from-blue-300:focus {
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .\31xl\:focus\:from-blue-400:focus {
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .\31xl\:focus\:from-blue-500:focus {
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .\31xl\:focus\:from-blue-600:focus {
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .\31xl\:focus\:from-blue-700:focus {
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .\31xl\:focus\:from-blue-800:focus {
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .\31xl\:focus\:from-blue-900:focus {
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .\31xl\:focus\:from-indigo-100:focus {
    --gradient-from-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .\31xl\:focus\:from-indigo-200:focus {
    --gradient-from-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .\31xl\:focus\:from-indigo-300:focus {
    --gradient-from-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .\31xl\:focus\:from-indigo-400:focus {
    --gradient-from-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .\31xl\:focus\:from-indigo-500:focus {
    --gradient-from-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .\31xl\:focus\:from-indigo-600:focus {
    --gradient-from-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .\31xl\:focus\:from-indigo-700:focus {
    --gradient-from-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .\31xl\:focus\:from-indigo-800:focus {
    --gradient-from-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .\31xl\:focus\:from-indigo-900:focus {
    --gradient-from-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .\31xl\:focus\:from-purple-100:focus {
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .\31xl\:focus\:from-purple-200:focus {
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .\31xl\:focus\:from-purple-300:focus {
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .\31xl\:focus\:from-purple-400:focus {
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .\31xl\:focus\:from-purple-500:focus {
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .\31xl\:focus\:from-purple-600:focus {
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .\31xl\:focus\:from-purple-700:focus {
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .\31xl\:focus\:from-purple-800:focus {
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .\31xl\:focus\:from-purple-900:focus {
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .\31xl\:focus\:from-pink-100:focus {
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .\31xl\:focus\:from-pink-200:focus {
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .\31xl\:focus\:from-pink-300:focus {
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .\31xl\:focus\:from-pink-400:focus {
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .\31xl\:focus\:from-pink-500:focus {
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .\31xl\:focus\:from-pink-600:focus {
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .\31xl\:focus\:from-pink-700:focus {
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .\31xl\:focus\:from-pink-800:focus {
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .\31xl\:focus\:from-pink-900:focus {
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .\31xl\:focus\:from-navy-blue:focus {
    --gradient-from-color: #23345A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 52, 90, 0)) !important;
  }

  .\31xl\:focus\:from-cyan:focus {
    --gradient-from-color: #40C8EA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 200, 234, 0)) !important;
  }

  .\31xl\:focus\:from-yellowOrange:focus {
    --gradient-from-color: #F8E9A7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 233, 167, 0)) !important;
  }

  .\31xl\:focus\:from-light-blue:focus {
    --gradient-from-color: #C9EAF4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(201, 234, 244, 0)) !important;
  }

  .\31xl\:focus\:from-lightest-blue:focus {
    --gradient-from-color: #EBFAFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 250, 255, 0)) !important;
  }

  .\31xl\:focus\:from-blueGreen:focus {
    --gradient-from-color: #148093 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 128, 147, 0)) !important;
  }

  .\31xl\:focus\:from-mediumGray:focus {
    --gradient-from-color: #97A2B0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 162, 176, 0)) !important;
  }

  .\31xl\:focus\:from-light-gray:focus {
    --gradient-from-color: #ACACB4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(172, 172, 180, 0)) !important;
  }

  .\31xl\:focus\:from-lightestGray:focus {
    --gradient-from-color: #F2F2F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .\31xl\:focus\:from-dark-gray:focus {
    --gradient-from-color: #64626F !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(100, 98, 111, 0)) !important;
  }

  .\31xl\:focus\:from-nav-gray:focus {
    --gradient-from-color: #65718C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(101, 113, 140, 0)) !important;
  }

  .\31xl\:focus\:from-bullet-gray:focus {
    --gradient-from-color: #F1F1F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 241, 242, 0)) !important;
  }

  .\31xl\:focus\:from-dark-red:focus {
    --gradient-from-color: #951700 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 23, 0, 0)) !important;
  }

  .\31xl\:focus\:from-navy:focus {
    --gradient-from-color: #182F50 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(24, 47, 80, 0)) !important;
  }

  .\31xl\:focus\:from-lightNavy:focus {
    --gradient-from-color: #687FA0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 127, 160, 0)) !important;
  }

  .\31xl\:focus\:via-transparent:focus {
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .\31xl\:focus\:via-current:focus {
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .\31xl\:focus\:via-black:focus {
    --gradient-via-color: #000000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .\31xl\:focus\:via-white:focus {
    --gradient-via-color: #FFFFFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .\31xl\:focus\:via-gray:focus {
    --gradient-via-color: #727272 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(114, 114, 114, 0)) !important;
  }

  .\31xl\:focus\:via-red:focus {
    --gradient-via-color: #E12A09 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(225, 42, 9, 0)) !important;
  }

  .\31xl\:focus\:via-orange:focus {
    --gradient-via-color: #F29C2B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 156, 43, 0)) !important;
  }

  .\31xl\:focus\:via-yellow:focus {
    --gradient-via-color: #FFEB9A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 235, 154, 0)) !important;
  }

  .\31xl\:focus\:via-green-100:focus {
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .\31xl\:focus\:via-green-200:focus {
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .\31xl\:focus\:via-green-300:focus {
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .\31xl\:focus\:via-green-400:focus {
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .\31xl\:focus\:via-green-500:focus {
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .\31xl\:focus\:via-green-600:focus {
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .\31xl\:focus\:via-green-700:focus {
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .\31xl\:focus\:via-green-800:focus {
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .\31xl\:focus\:via-green-900:focus {
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .\31xl\:focus\:via-teal-100:focus {
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .\31xl\:focus\:via-teal-200:focus {
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .\31xl\:focus\:via-teal-300:focus {
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .\31xl\:focus\:via-teal-400:focus {
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .\31xl\:focus\:via-teal-500:focus {
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .\31xl\:focus\:via-teal-600:focus {
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .\31xl\:focus\:via-teal-700:focus {
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .\31xl\:focus\:via-teal-800:focus {
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .\31xl\:focus\:via-teal-900:focus {
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .\31xl\:focus\:via-blue-100:focus {
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .\31xl\:focus\:via-blue-200:focus {
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .\31xl\:focus\:via-blue-300:focus {
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .\31xl\:focus\:via-blue-400:focus {
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .\31xl\:focus\:via-blue-500:focus {
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .\31xl\:focus\:via-blue-600:focus {
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .\31xl\:focus\:via-blue-700:focus {
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .\31xl\:focus\:via-blue-800:focus {
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .\31xl\:focus\:via-blue-900:focus {
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .\31xl\:focus\:via-indigo-100:focus {
    --gradient-via-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .\31xl\:focus\:via-indigo-200:focus {
    --gradient-via-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .\31xl\:focus\:via-indigo-300:focus {
    --gradient-via-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .\31xl\:focus\:via-indigo-400:focus {
    --gradient-via-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .\31xl\:focus\:via-indigo-500:focus {
    --gradient-via-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .\31xl\:focus\:via-indigo-600:focus {
    --gradient-via-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .\31xl\:focus\:via-indigo-700:focus {
    --gradient-via-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .\31xl\:focus\:via-indigo-800:focus {
    --gradient-via-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .\31xl\:focus\:via-indigo-900:focus {
    --gradient-via-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .\31xl\:focus\:via-purple-100:focus {
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .\31xl\:focus\:via-purple-200:focus {
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .\31xl\:focus\:via-purple-300:focus {
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .\31xl\:focus\:via-purple-400:focus {
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .\31xl\:focus\:via-purple-500:focus {
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .\31xl\:focus\:via-purple-600:focus {
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .\31xl\:focus\:via-purple-700:focus {
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .\31xl\:focus\:via-purple-800:focus {
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .\31xl\:focus\:via-purple-900:focus {
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .\31xl\:focus\:via-pink-100:focus {
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .\31xl\:focus\:via-pink-200:focus {
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .\31xl\:focus\:via-pink-300:focus {
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .\31xl\:focus\:via-pink-400:focus {
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .\31xl\:focus\:via-pink-500:focus {
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .\31xl\:focus\:via-pink-600:focus {
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .\31xl\:focus\:via-pink-700:focus {
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .\31xl\:focus\:via-pink-800:focus {
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .\31xl\:focus\:via-pink-900:focus {
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .\31xl\:focus\:via-navy-blue:focus {
    --gradient-via-color: #23345A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 52, 90, 0)) !important;
  }

  .\31xl\:focus\:via-cyan:focus {
    --gradient-via-color: #40C8EA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 200, 234, 0)) !important;
  }

  .\31xl\:focus\:via-yellowOrange:focus {
    --gradient-via-color: #F8E9A7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 233, 167, 0)) !important;
  }

  .\31xl\:focus\:via-light-blue:focus {
    --gradient-via-color: #C9EAF4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(201, 234, 244, 0)) !important;
  }

  .\31xl\:focus\:via-lightest-blue:focus {
    --gradient-via-color: #EBFAFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 250, 255, 0)) !important;
  }

  .\31xl\:focus\:via-blueGreen:focus {
    --gradient-via-color: #148093 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 128, 147, 0)) !important;
  }

  .\31xl\:focus\:via-mediumGray:focus {
    --gradient-via-color: #97A2B0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 162, 176, 0)) !important;
  }

  .\31xl\:focus\:via-light-gray:focus {
    --gradient-via-color: #ACACB4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(172, 172, 180, 0)) !important;
  }

  .\31xl\:focus\:via-lightestGray:focus {
    --gradient-via-color: #F2F2F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .\31xl\:focus\:via-dark-gray:focus {
    --gradient-via-color: #64626F !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(100, 98, 111, 0)) !important;
  }

  .\31xl\:focus\:via-nav-gray:focus {
    --gradient-via-color: #65718C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(101, 113, 140, 0)) !important;
  }

  .\31xl\:focus\:via-bullet-gray:focus {
    --gradient-via-color: #F1F1F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 241, 242, 0)) !important;
  }

  .\31xl\:focus\:via-dark-red:focus {
    --gradient-via-color: #951700 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 23, 0, 0)) !important;
  }

  .\31xl\:focus\:via-navy:focus {
    --gradient-via-color: #182F50 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(24, 47, 80, 0)) !important;
  }

  .\31xl\:focus\:via-lightNavy:focus {
    --gradient-via-color: #687FA0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 127, 160, 0)) !important;
  }

  .\31xl\:focus\:to-transparent:focus {
    --gradient-to-color: transparent !important;
  }

  .\31xl\:focus\:to-current:focus {
    --gradient-to-color: currentColor !important;
  }

  .\31xl\:focus\:to-black:focus {
    --gradient-to-color: #000000 !important;
  }

  .\31xl\:focus\:to-white:focus {
    --gradient-to-color: #FFFFFF !important;
  }

  .\31xl\:focus\:to-gray:focus {
    --gradient-to-color: #727272 !important;
  }

  .\31xl\:focus\:to-red:focus {
    --gradient-to-color: #E12A09 !important;
  }

  .\31xl\:focus\:to-orange:focus {
    --gradient-to-color: #F29C2B !important;
  }

  .\31xl\:focus\:to-yellow:focus {
    --gradient-to-color: #FFEB9A !important;
  }

  .\31xl\:focus\:to-green-100:focus {
    --gradient-to-color: #f0fff4 !important;
  }

  .\31xl\:focus\:to-green-200:focus {
    --gradient-to-color: #c6f6d5 !important;
  }

  .\31xl\:focus\:to-green-300:focus {
    --gradient-to-color: #9ae6b4 !important;
  }

  .\31xl\:focus\:to-green-400:focus {
    --gradient-to-color: #68d391 !important;
  }

  .\31xl\:focus\:to-green-500:focus {
    --gradient-to-color: #48bb78 !important;
  }

  .\31xl\:focus\:to-green-600:focus {
    --gradient-to-color: #38a169 !important;
  }

  .\31xl\:focus\:to-green-700:focus {
    --gradient-to-color: #2f855a !important;
  }

  .\31xl\:focus\:to-green-800:focus {
    --gradient-to-color: #276749 !important;
  }

  .\31xl\:focus\:to-green-900:focus {
    --gradient-to-color: #22543d !important;
  }

  .\31xl\:focus\:to-teal-100:focus {
    --gradient-to-color: #e6fffa !important;
  }

  .\31xl\:focus\:to-teal-200:focus {
    --gradient-to-color: #b2f5ea !important;
  }

  .\31xl\:focus\:to-teal-300:focus {
    --gradient-to-color: #81e6d9 !important;
  }

  .\31xl\:focus\:to-teal-400:focus {
    --gradient-to-color: #4fd1c5 !important;
  }

  .\31xl\:focus\:to-teal-500:focus {
    --gradient-to-color: #38b2ac !important;
  }

  .\31xl\:focus\:to-teal-600:focus {
    --gradient-to-color: #319795 !important;
  }

  .\31xl\:focus\:to-teal-700:focus {
    --gradient-to-color: #2c7a7b !important;
  }

  .\31xl\:focus\:to-teal-800:focus {
    --gradient-to-color: #285e61 !important;
  }

  .\31xl\:focus\:to-teal-900:focus {
    --gradient-to-color: #234e52 !important;
  }

  .\31xl\:focus\:to-blue-100:focus {
    --gradient-to-color: #ebf8ff !important;
  }

  .\31xl\:focus\:to-blue-200:focus {
    --gradient-to-color: #bee3f8 !important;
  }

  .\31xl\:focus\:to-blue-300:focus {
    --gradient-to-color: #90cdf4 !important;
  }

  .\31xl\:focus\:to-blue-400:focus {
    --gradient-to-color: #63b3ed !important;
  }

  .\31xl\:focus\:to-blue-500:focus {
    --gradient-to-color: #4299e1 !important;
  }

  .\31xl\:focus\:to-blue-600:focus {
    --gradient-to-color: #3182ce !important;
  }

  .\31xl\:focus\:to-blue-700:focus {
    --gradient-to-color: #2b6cb0 !important;
  }

  .\31xl\:focus\:to-blue-800:focus {
    --gradient-to-color: #2c5282 !important;
  }

  .\31xl\:focus\:to-blue-900:focus {
    --gradient-to-color: #2a4365 !important;
  }

  .\31xl\:focus\:to-indigo-100:focus {
    --gradient-to-color: #ebf4ff !important;
  }

  .\31xl\:focus\:to-indigo-200:focus {
    --gradient-to-color: #c3dafe !important;
  }

  .\31xl\:focus\:to-indigo-300:focus {
    --gradient-to-color: #a3bffa !important;
  }

  .\31xl\:focus\:to-indigo-400:focus {
    --gradient-to-color: #7f9cf5 !important;
  }

  .\31xl\:focus\:to-indigo-500:focus {
    --gradient-to-color: #667eea !important;
  }

  .\31xl\:focus\:to-indigo-600:focus {
    --gradient-to-color: #5a67d8 !important;
  }

  .\31xl\:focus\:to-indigo-700:focus {
    --gradient-to-color: #4c51bf !important;
  }

  .\31xl\:focus\:to-indigo-800:focus {
    --gradient-to-color: #434190 !important;
  }

  .\31xl\:focus\:to-indigo-900:focus {
    --gradient-to-color: #3c366b !important;
  }

  .\31xl\:focus\:to-purple-100:focus {
    --gradient-to-color: #faf5ff !important;
  }

  .\31xl\:focus\:to-purple-200:focus {
    --gradient-to-color: #e9d8fd !important;
  }

  .\31xl\:focus\:to-purple-300:focus {
    --gradient-to-color: #d6bcfa !important;
  }

  .\31xl\:focus\:to-purple-400:focus {
    --gradient-to-color: #b794f4 !important;
  }

  .\31xl\:focus\:to-purple-500:focus {
    --gradient-to-color: #9f7aea !important;
  }

  .\31xl\:focus\:to-purple-600:focus {
    --gradient-to-color: #805ad5 !important;
  }

  .\31xl\:focus\:to-purple-700:focus {
    --gradient-to-color: #6b46c1 !important;
  }

  .\31xl\:focus\:to-purple-800:focus {
    --gradient-to-color: #553c9a !important;
  }

  .\31xl\:focus\:to-purple-900:focus {
    --gradient-to-color: #44337a !important;
  }

  .\31xl\:focus\:to-pink-100:focus {
    --gradient-to-color: #fff5f7 !important;
  }

  .\31xl\:focus\:to-pink-200:focus {
    --gradient-to-color: #fed7e2 !important;
  }

  .\31xl\:focus\:to-pink-300:focus {
    --gradient-to-color: #fbb6ce !important;
  }

  .\31xl\:focus\:to-pink-400:focus {
    --gradient-to-color: #f687b3 !important;
  }

  .\31xl\:focus\:to-pink-500:focus {
    --gradient-to-color: #ed64a6 !important;
  }

  .\31xl\:focus\:to-pink-600:focus {
    --gradient-to-color: #d53f8c !important;
  }

  .\31xl\:focus\:to-pink-700:focus {
    --gradient-to-color: #b83280 !important;
  }

  .\31xl\:focus\:to-pink-800:focus {
    --gradient-to-color: #97266d !important;
  }

  .\31xl\:focus\:to-pink-900:focus {
    --gradient-to-color: #702459 !important;
  }

  .\31xl\:focus\:to-navy-blue:focus {
    --gradient-to-color: #23345A !important;
  }

  .\31xl\:focus\:to-cyan:focus {
    --gradient-to-color: #40C8EA !important;
  }

  .\31xl\:focus\:to-yellowOrange:focus {
    --gradient-to-color: #F8E9A7 !important;
  }

  .\31xl\:focus\:to-light-blue:focus {
    --gradient-to-color: #C9EAF4 !important;
  }

  .\31xl\:focus\:to-lightest-blue:focus {
    --gradient-to-color: #EBFAFF !important;
  }

  .\31xl\:focus\:to-blueGreen:focus {
    --gradient-to-color: #148093 !important;
  }

  .\31xl\:focus\:to-mediumGray:focus {
    --gradient-to-color: #97A2B0 !important;
  }

  .\31xl\:focus\:to-light-gray:focus {
    --gradient-to-color: #ACACB4 !important;
  }

  .\31xl\:focus\:to-lightestGray:focus {
    --gradient-to-color: #F2F2F2 !important;
  }

  .\31xl\:focus\:to-dark-gray:focus {
    --gradient-to-color: #64626F !important;
  }

  .\31xl\:focus\:to-nav-gray:focus {
    --gradient-to-color: #65718C !important;
  }

  .\31xl\:focus\:to-bullet-gray:focus {
    --gradient-to-color: #F1F1F2 !important;
  }

  .\31xl\:focus\:to-dark-red:focus {
    --gradient-to-color: #951700 !important;
  }

  .\31xl\:focus\:to-navy:focus {
    --gradient-to-color: #182F50 !important;
  }

  .\31xl\:focus\:to-lightNavy:focus {
    --gradient-to-color: #687FA0 !important;
  }

  .\31xl\:bg-opacity-0 {
    --bg-opacity: 0 !important;
  }

  .\31xl\:bg-opacity-25 {
    --bg-opacity: 0.25 !important;
  }

  .\31xl\:bg-opacity-50 {
    --bg-opacity: 0.5 !important;
  }

  .\31xl\:bg-opacity-75 {
    --bg-opacity: 0.75 !important;
  }

  .\31xl\:bg-opacity-100 {
    --bg-opacity: 1 !important;
  }

  .\31xl\:hover\:bg-opacity-0:hover {
    --bg-opacity: 0 !important;
  }

  .\31xl\:hover\:bg-opacity-25:hover {
    --bg-opacity: 0.25 !important;
  }

  .\31xl\:hover\:bg-opacity-50:hover {
    --bg-opacity: 0.5 !important;
  }

  .\31xl\:hover\:bg-opacity-75:hover {
    --bg-opacity: 0.75 !important;
  }

  .\31xl\:hover\:bg-opacity-100:hover {
    --bg-opacity: 1 !important;
  }

  .\31xl\:focus\:bg-opacity-0:focus {
    --bg-opacity: 0 !important;
  }

  .\31xl\:focus\:bg-opacity-25:focus {
    --bg-opacity: 0.25 !important;
  }

  .\31xl\:focus\:bg-opacity-50:focus {
    --bg-opacity: 0.5 !important;
  }

  .\31xl\:focus\:bg-opacity-75:focus {
    --bg-opacity: 0.75 !important;
  }

  .\31xl\:focus\:bg-opacity-100:focus {
    --bg-opacity: 1 !important;
  }

  .\31xl\:bg-bottom {
    background-position: bottom !important;
  }

  .\31xl\:bg-center {
    background-position: center !important;
  }

  .\31xl\:bg-left {
    background-position: left !important;
  }

  .\31xl\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .\31xl\:bg-left-top {
    background-position: left top !important;
  }

  .\31xl\:bg-right {
    background-position: right !important;
  }

  .\31xl\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .\31xl\:bg-right-top {
    background-position: right top !important;
  }

  .\31xl\:bg-top {
    background-position: top !important;
  }

  .\31xl\:bg-repeat {
    background-repeat: repeat !important;
  }

  .\31xl\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .\31xl\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .\31xl\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .\31xl\:bg-repeat-round {
    background-repeat: round !important;
  }

  .\31xl\:bg-repeat-space {
    background-repeat: space !important;
  }

  .\31xl\:bg-auto {
    background-size: auto !important;
  }

  .\31xl\:bg-cover {
    background-size: cover !important;
  }

  .\31xl\:bg-contain {
    background-size: contain !important;
  }

  .\31xl\:border-collapse {
    border-collapse: collapse !important;
  }

  .\31xl\:border-separate {
    border-collapse: separate !important;
  }

  .\31xl\:border-opacity-0 {
    --border-opacity: 0 !important;
  }

  .\31xl\:border-opacity-25 {
    --border-opacity: 0.25 !important;
  }

  .\31xl\:border-opacity-50 {
    --border-opacity: 0.5 !important;
  }

  .\31xl\:border-opacity-75 {
    --border-opacity: 0.75 !important;
  }

  .\31xl\:border-opacity-100 {
    --border-opacity: 1 !important;
  }

  .\31xl\:hover\:border-opacity-0:hover {
    --border-opacity: 0 !important;
  }

  .\31xl\:hover\:border-opacity-25:hover {
    --border-opacity: 0.25 !important;
  }

  .\31xl\:hover\:border-opacity-50:hover {
    --border-opacity: 0.5 !important;
  }

  .\31xl\:hover\:border-opacity-75:hover {
    --border-opacity: 0.75 !important;
  }

  .\31xl\:hover\:border-opacity-100:hover {
    --border-opacity: 1 !important;
  }

  .\31xl\:focus\:border-opacity-0:focus {
    --border-opacity: 0 !important;
  }

  .\31xl\:focus\:border-opacity-25:focus {
    --border-opacity: 0.25 !important;
  }

  .\31xl\:focus\:border-opacity-50:focus {
    --border-opacity: 0.5 !important;
  }

  .\31xl\:focus\:border-opacity-75:focus {
    --border-opacity: 0.75 !important;
  }

  .\31xl\:focus\:border-opacity-100:focus {
    --border-opacity: 1 !important;
  }

  .\31xl\:rounded-none {
    border-radius: 0 !important;
  }

  .\31xl\:rounded-sm {
    border-radius: 0.125rem !important;
  }

  .\31xl\:rounded {
    border-radius: 0.25rem !important;
  }

  .\31xl\:rounded-md {
    border-radius: 0.375rem !important;
  }

  .\31xl\:rounded-lg {
    border-radius: 0.5rem !important;
  }

  .\31xl\:rounded-xl {
    border-radius: 0.75rem !important;
  }

  .\31xl\:rounded-2xl {
    border-radius: 1rem !important;
  }

  .\31xl\:rounded-3xl {
    border-radius: 1.5rem !important;
  }

  .\31xl\:rounded-full {
    border-radius: 9999px !important;
  }

  .\31xl\:rounded-t-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .\31xl\:rounded-r-none {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .\31xl\:rounded-b-none {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .\31xl\:rounded-l-none {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .\31xl\:rounded-t-sm {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .\31xl\:rounded-r-sm {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .\31xl\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .\31xl\:rounded-l-sm {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .\31xl\:rounded-t {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .\31xl\:rounded-r {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .\31xl\:rounded-b {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .\31xl\:rounded-l {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .\31xl\:rounded-t-md {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .\31xl\:rounded-r-md {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .\31xl\:rounded-b-md {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .\31xl\:rounded-l-md {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .\31xl\:rounded-t-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .\31xl\:rounded-r-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .\31xl\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .\31xl\:rounded-l-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .\31xl\:rounded-t-xl {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .\31xl\:rounded-r-xl {
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .\31xl\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .\31xl\:rounded-l-xl {
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .\31xl\:rounded-t-2xl {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .\31xl\:rounded-r-2xl {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .\31xl\:rounded-b-2xl {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .\31xl\:rounded-l-2xl {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .\31xl\:rounded-t-3xl {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .\31xl\:rounded-r-3xl {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .\31xl\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .\31xl\:rounded-l-3xl {
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .\31xl\:rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .\31xl\:rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .\31xl\:rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .\31xl\:rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .\31xl\:rounded-tl-none {
    border-top-left-radius: 0 !important;
  }

  .\31xl\:rounded-tr-none {
    border-top-right-radius: 0 !important;
  }

  .\31xl\:rounded-br-none {
    border-bottom-right-radius: 0 !important;
  }

  .\31xl\:rounded-bl-none {
    border-bottom-left-radius: 0 !important;
  }

  .\31xl\:rounded-tl-sm {
    border-top-left-radius: 0.125rem !important;
  }

  .\31xl\:rounded-tr-sm {
    border-top-right-radius: 0.125rem !important;
  }

  .\31xl\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem !important;
  }

  .\31xl\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem !important;
  }

  .\31xl\:rounded-tl {
    border-top-left-radius: 0.25rem !important;
  }

  .\31xl\:rounded-tr {
    border-top-right-radius: 0.25rem !important;
  }

  .\31xl\:rounded-br {
    border-bottom-right-radius: 0.25rem !important;
  }

  .\31xl\:rounded-bl {
    border-bottom-left-radius: 0.25rem !important;
  }

  .\31xl\:rounded-tl-md {
    border-top-left-radius: 0.375rem !important;
  }

  .\31xl\:rounded-tr-md {
    border-top-right-radius: 0.375rem !important;
  }

  .\31xl\:rounded-br-md {
    border-bottom-right-radius: 0.375rem !important;
  }

  .\31xl\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem !important;
  }

  .\31xl\:rounded-tl-lg {
    border-top-left-radius: 0.5rem !important;
  }

  .\31xl\:rounded-tr-lg {
    border-top-right-radius: 0.5rem !important;
  }

  .\31xl\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem !important;
  }

  .\31xl\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem !important;
  }

  .\31xl\:rounded-tl-xl {
    border-top-left-radius: 0.75rem !important;
  }

  .\31xl\:rounded-tr-xl {
    border-top-right-radius: 0.75rem !important;
  }

  .\31xl\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem !important;
  }

  .\31xl\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem !important;
  }

  .\31xl\:rounded-tl-2xl {
    border-top-left-radius: 1rem !important;
  }

  .\31xl\:rounded-tr-2xl {
    border-top-right-radius: 1rem !important;
  }

  .\31xl\:rounded-br-2xl {
    border-bottom-right-radius: 1rem !important;
  }

  .\31xl\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem !important;
  }

  .\31xl\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem !important;
  }

  .\31xl\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem !important;
  }

  .\31xl\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem !important;
  }

  .\31xl\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem !important;
  }

  .\31xl\:rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .\31xl\:rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .\31xl\:rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .\31xl\:rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .\31xl\:border-solid {
    border-style: solid !important;
  }

  .\31xl\:border-dashed {
    border-style: dashed !important;
  }

  .\31xl\:border-dotted {
    border-style: dotted !important;
  }

  .\31xl\:border-double {
    border-style: double !important;
  }

  .\31xl\:border-none {
    border-style: none !important;
  }

  .\31xl\:hover\:border-solid:hover {
    border-style: solid !important;
  }

  .\31xl\:hover\:border-dashed:hover {
    border-style: dashed !important;
  }

  .\31xl\:hover\:border-dotted:hover {
    border-style: dotted !important;
  }

  .\31xl\:hover\:border-double:hover {
    border-style: double !important;
  }

  .\31xl\:hover\:border-none:hover {
    border-style: none !important;
  }

  .group:hover .\31xl\:group-hover\:border-solid {
    border-style: solid !important;
  }

  .group:hover .\31xl\:group-hover\:border-dashed {
    border-style: dashed !important;
  }

  .group:hover .\31xl\:group-hover\:border-dotted {
    border-style: dotted !important;
  }

  .group:hover .\31xl\:group-hover\:border-double {
    border-style: double !important;
  }

  .group:hover .\31xl\:group-hover\:border-none {
    border-style: none !important;
  }

  .\31xl\:border-2 {
    border-width: 2px !important;
  }

  .\31xl\:border-0px {
    border-width: 0px !important;
  }

  .\31xl\:border-18px {
    border-width: 18px !important;
  }

  .\31xl\:border-t-2 {
    border-top-width: 2px !important;
  }

  .\31xl\:border-r-2 {
    border-right-width: 2px !important;
  }

  .\31xl\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .\31xl\:border-l-2 {
    border-left-width: 2px !important;
  }

  .\31xl\:border-t-0px {
    border-top-width: 0px !important;
  }

  .\31xl\:border-r-0px {
    border-right-width: 0px !important;
  }

  .\31xl\:border-b-0px {
    border-bottom-width: 0px !important;
  }

  .\31xl\:border-l-0px {
    border-left-width: 0px !important;
  }

  .\31xl\:border-t-18px {
    border-top-width: 18px !important;
  }

  .\31xl\:border-r-18px {
    border-right-width: 18px !important;
  }

  .\31xl\:border-b-18px {
    border-bottom-width: 18px !important;
  }

  .\31xl\:border-l-18px {
    border-left-width: 18px !important;
  }

  .\31xl\:hover\:border-2:hover {
    border-width: 2px !important;
  }

  .\31xl\:hover\:border-0px:hover {
    border-width: 0px !important;
  }

  .\31xl\:hover\:border-18px:hover {
    border-width: 18px !important;
  }

  .\31xl\:hover\:border-t-2:hover {
    border-top-width: 2px !important;
  }

  .\31xl\:hover\:border-r-2:hover {
    border-right-width: 2px !important;
  }

  .\31xl\:hover\:border-b-2:hover {
    border-bottom-width: 2px !important;
  }

  .\31xl\:hover\:border-l-2:hover {
    border-left-width: 2px !important;
  }

  .\31xl\:hover\:border-t-0px:hover {
    border-top-width: 0px !important;
  }

  .\31xl\:hover\:border-r-0px:hover {
    border-right-width: 0px !important;
  }

  .\31xl\:hover\:border-b-0px:hover {
    border-bottom-width: 0px !important;
  }

  .\31xl\:hover\:border-l-0px:hover {
    border-left-width: 0px !important;
  }

  .\31xl\:hover\:border-t-18px:hover {
    border-top-width: 18px !important;
  }

  .\31xl\:hover\:border-r-18px:hover {
    border-right-width: 18px !important;
  }

  .\31xl\:hover\:border-b-18px:hover {
    border-bottom-width: 18px !important;
  }

  .\31xl\:hover\:border-l-18px:hover {
    border-left-width: 18px !important;
  }

  .group:hover .\31xl\:group-hover\:border-2 {
    border-width: 2px !important;
  }

  .group:hover .\31xl\:group-hover\:border-0px {
    border-width: 0px !important;
  }

  .group:hover .\31xl\:group-hover\:border-18px {
    border-width: 18px !important;
  }

  .group:hover .\31xl\:group-hover\:border-t-2 {
    border-top-width: 2px !important;
  }

  .group:hover .\31xl\:group-hover\:border-r-2 {
    border-right-width: 2px !important;
  }

  .group:hover .\31xl\:group-hover\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .group:hover .\31xl\:group-hover\:border-l-2 {
    border-left-width: 2px !important;
  }

  .group:hover .\31xl\:group-hover\:border-t-0px {
    border-top-width: 0px !important;
  }

  .group:hover .\31xl\:group-hover\:border-r-0px {
    border-right-width: 0px !important;
  }

  .group:hover .\31xl\:group-hover\:border-b-0px {
    border-bottom-width: 0px !important;
  }

  .group:hover .\31xl\:group-hover\:border-l-0px {
    border-left-width: 0px !important;
  }

  .group:hover .\31xl\:group-hover\:border-t-18px {
    border-top-width: 18px !important;
  }

  .group:hover .\31xl\:group-hover\:border-r-18px {
    border-right-width: 18px !important;
  }

  .group:hover .\31xl\:group-hover\:border-b-18px {
    border-bottom-width: 18px !important;
  }

  .group:hover .\31xl\:group-hover\:border-l-18px {
    border-left-width: 18px !important;
  }

  .\31xl\:box-border {
    box-sizing: border-box !important;
  }

  .\31xl\:box-content {
    box-sizing: content-box !important;
  }

  .\31xl\:cursor-auto {
    cursor: auto !important;
  }

  .\31xl\:cursor-default {
    cursor: default !important;
  }

  .\31xl\:cursor-pointer {
    cursor: pointer !important;
  }

  .\31xl\:cursor-wait {
    cursor: wait !important;
  }

  .\31xl\:cursor-text {
    cursor: text !important;
  }

  .\31xl\:cursor-move {
    cursor: move !important;
  }

  .\31xl\:cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .\31xl\:block {
    display: block !important;
  }

  .\31xl\:inline-block {
    display: inline-block !important;
  }

  .\31xl\:inline {
    display: inline !important;
  }

  .\31xl\:flex {
    display: flex !important;
  }

  .\31xl\:inline-flex {
    display: inline-flex !important;
  }

  .\31xl\:table {
    display: table !important;
  }

  .\31xl\:table-caption {
    display: table-caption !important;
  }

  .\31xl\:table-cell {
    display: table-cell !important;
  }

  .\31xl\:table-column {
    display: table-column !important;
  }

  .\31xl\:table-column-group {
    display: table-column-group !important;
  }

  .\31xl\:table-footer-group {
    display: table-footer-group !important;
  }

  .\31xl\:table-header-group {
    display: table-header-group !important;
  }

  .\31xl\:table-row-group {
    display: table-row-group !important;
  }

  .\31xl\:table-row {
    display: table-row !important;
  }

  .\31xl\:flow-root {
    display: flow-root !important;
  }

  .\31xl\:grid {
    display: grid !important;
  }

  .\31xl\:inline-grid {
    display: inline-grid !important;
  }

  .\31xl\:contents {
    display: contents !important;
  }

  .\31xl\:hidden {
    display: none !important;
  }

  .\31xl\:flex-row {
    flex-direction: row !important;
  }

  .\31xl\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .\31xl\:flex-col {
    flex-direction: column !important;
  }

  .\31xl\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .\31xl\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .\31xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .\31xl\:flex-no-wrap {
    flex-wrap: nowrap !important;
  }

  .\31xl\:place-items-auto {
    place-items: auto !important;
  }

  .\31xl\:place-items-start {
    place-items: start !important;
  }

  .\31xl\:place-items-end {
    place-items: end !important;
  }

  .\31xl\:place-items-center {
    place-items: center !important;
  }

  .\31xl\:place-items-stretch {
    place-items: stretch !important;
  }

  .\31xl\:place-content-center {
    place-content: center !important;
  }

  .\31xl\:place-content-start {
    place-content: start !important;
  }

  .\31xl\:place-content-end {
    place-content: end !important;
  }

  .\31xl\:place-content-between {
    place-content: space-between !important;
  }

  .\31xl\:place-content-around {
    place-content: space-around !important;
  }

  .\31xl\:place-content-evenly {
    place-content: space-evenly !important;
  }

  .\31xl\:place-content-stretch {
    place-content: stretch !important;
  }

  .\31xl\:place-self-auto {
    place-self: auto !important;
  }

  .\31xl\:place-self-start {
    place-self: start !important;
  }

  .\31xl\:place-self-end {
    place-self: end !important;
  }

  .\31xl\:place-self-center {
    place-self: center !important;
  }

  .\31xl\:place-self-stretch {
    place-self: stretch !important;
  }

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

  .\31xl\:items-end {
    align-items: flex-end !important;
  }

  .\31xl\:items-center {
    align-items: center !important;
  }

  .\31xl\:items-baseline {
    align-items: baseline !important;
  }

  .\31xl\:items-stretch {
    align-items: stretch !important;
  }

  .\31xl\:content-center {
    align-content: center !important;
  }

  .\31xl\:content-start {
    align-content: flex-start !important;
  }

  .\31xl\:content-end {
    align-content: flex-end !important;
  }

  .\31xl\:content-between {
    align-content: space-between !important;
  }

  .\31xl\:content-around {
    align-content: space-around !important;
  }

  .\31xl\:content-evenly {
    align-content: space-evenly !important;
  }

  .\31xl\:self-auto {
    align-self: auto !important;
  }

  .\31xl\:self-start {
    align-self: flex-start !important;
  }

  .\31xl\:self-end {
    align-self: flex-end !important;
  }

  .\31xl\:self-center {
    align-self: center !important;
  }

  .\31xl\:self-stretch {
    align-self: stretch !important;
  }

  .\31xl\:justify-items-auto {
    justify-items: auto !important;
  }

  .\31xl\:justify-items-start {
    justify-items: start !important;
  }

  .\31xl\:justify-items-end {
    justify-items: end !important;
  }

  .\31xl\:justify-items-center {
    justify-items: center !important;
  }

  .\31xl\:justify-items-stretch {
    justify-items: stretch !important;
  }

  .\31xl\:justify-start {
    justify-content: flex-start !important;
  }

  .\31xl\:justify-end {
    justify-content: flex-end !important;
  }

  .\31xl\:justify-center {
    justify-content: center !important;
  }

  .\31xl\:justify-between {
    justify-content: space-between !important;
  }

  .\31xl\:justify-around {
    justify-content: space-around !important;
  }

  .\31xl\:justify-evenly {
    justify-content: space-evenly !important;
  }

  .\31xl\:justify-self-auto {
    justify-self: auto !important;
  }

  .\31xl\:justify-self-start {
    justify-self: start !important;
  }

  .\31xl\:justify-self-end {
    justify-self: end !important;
  }

  .\31xl\:justify-self-center {
    justify-self: center !important;
  }

  .\31xl\:justify-self-stretch {
    justify-self: stretch !important;
  }

  .\31xl\:flex-1 {
    flex: 1 1 0% !important;
  }

  .\31xl\:flex-auto {
    flex: 1 1 auto !important;
  }

  .\31xl\:flex-initial {
    flex: 0 1 auto !important;
  }

  .\31xl\:flex-none {
    flex: none !important;
  }

  .\31xl\:flex-grow-0 {
    flex-grow: 0 !important;
  }

  .\31xl\:flex-grow {
    flex-grow: 1 !important;
  }

  .\31xl\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .\31xl\:flex-shrink {
    flex-shrink: 1 !important;
  }

  .\31xl\:order-1 {
    order: 1 !important;
  }

  .\31xl\:order-2 {
    order: 2 !important;
  }

  .\31xl\:order-3 {
    order: 3 !important;
  }

  .\31xl\:order-4 {
    order: 4 !important;
  }

  .\31xl\:order-5 {
    order: 5 !important;
  }

  .\31xl\:order-6 {
    order: 6 !important;
  }

  .\31xl\:order-7 {
    order: 7 !important;
  }

  .\31xl\:order-8 {
    order: 8 !important;
  }

  .\31xl\:order-9 {
    order: 9 !important;
  }

  .\31xl\:order-10 {
    order: 10 !important;
  }

  .\31xl\:order-11 {
    order: 11 !important;
  }

  .\31xl\:order-12 {
    order: 12 !important;
  }

  .\31xl\:order-first {
    order: -9999 !important;
  }

  .\31xl\:order-last {
    order: 9999 !important;
  }

  .\31xl\:order-none {
    order: 0 !important;
  }

  .\31xl\:float-right {
    float: right !important;
  }

  .\31xl\:float-left {
    float: left !important;
  }

  .\31xl\:float-none {
    float: none !important;
  }

  .\31xl\:clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .\31xl\:clear-left {
    clear: left !important;
  }

  .\31xl\:clear-right {
    clear: right !important;
  }

  .\31xl\:clear-both {
    clear: both !important;
  }

  .\31xl\:clear-none {
    clear: none !important;
  }

  .\31xl\:font-body {
    font-family: Montserrat, sans-serif !important;
  }

  .\31xl\:font-hairline {
    font-weight: 100 !important;
  }

  .\31xl\:font-thin {
    font-weight: 200 !important;
  }

  .\31xl\:font-light {
    font-weight: 300 !important;
  }

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

  .\31xl\:font-medium {
    font-weight: 500 !important;
  }

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

  .\31xl\:font-bold {
    font-weight: 700 !important;
  }

  .\31xl\:font-extrabold {
    font-weight: 800 !important;
  }

  .\31xl\:font-black {
    font-weight: 900 !important;
  }

  .\31xl\:hover\:font-hairline:hover {
    font-weight: 100 !important;
  }

  .\31xl\:hover\:font-thin:hover {
    font-weight: 200 !important;
  }

  .\31xl\:hover\:font-light:hover {
    font-weight: 300 !important;
  }

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

  .\31xl\:hover\:font-medium:hover {
    font-weight: 500 !important;
  }

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

  .\31xl\:hover\:font-bold:hover {
    font-weight: 700 !important;
  }

  .\31xl\:hover\:font-extrabold:hover {
    font-weight: 800 !important;
  }

  .\31xl\:hover\:font-black:hover {
    font-weight: 900 !important;
  }

  .\31xl\:focus\:font-hairline:focus {
    font-weight: 100 !important;
  }

  .\31xl\:focus\:font-thin:focus {
    font-weight: 200 !important;
  }

  .\31xl\:focus\:font-light:focus {
    font-weight: 300 !important;
  }

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

  .\31xl\:focus\:font-medium:focus {
    font-weight: 500 !important;
  }

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

  .\31xl\:focus\:font-bold:focus {
    font-weight: 700 !important;
  }

  .\31xl\:focus\:font-extrabold:focus {
    font-weight: 800 !important;
  }

  .\31xl\:focus\:font-black:focus {
    font-weight: 900 !important;
  }

  .\31xl\:h-0 {
    height: 0 !important;
  }

  .\31xl\:h-1 {
    height: 0.25rem !important;
  }

  .\31xl\:h-2 {
    height: 0.5rem !important;
  }

  .\31xl\:h-3 {
    height: 0.75rem !important;
  }

  .\31xl\:h-4 {
    height: 1rem !important;
  }

  .\31xl\:h-5 {
    height: 1.25rem !important;
  }

  .\31xl\:h-6 {
    height: 1.5rem !important;
  }

  .\31xl\:h-8 {
    height: 2rem !important;
  }

  .\31xl\:h-9 {
    height: 2.5rem !important;
  }

  .\31xl\:h-10 {
    height: 2.5rem !important;
  }

  .\31xl\:h-12 {
    height: 3rem !important;
  }

  .\31xl\:h-14 {
    height: 3.5rem !important;
  }

  .\31xl\:h-16 {
    height: 4rem !important;
  }

  .\31xl\:h-18 {
    height: 4.5rem !important;
  }

  .\31xl\:h-20 {
    height: 5rem !important;
  }

  .\31xl\:h-22 {
    height: 5.626rem !important;
  }

  .\31xl\:h-24 {
    height: 6rem !important;
  }

  .\31xl\:h-26 {
    height: 6.25rem !important;
  }

  .\31xl\:h-28 {
    height: 7rem !important;
  }

  .\31xl\:h-32 {
    height: 8rem !important;
  }

  .\31xl\:h-34 {
    height: 8.5rem !important;
  }

  .\31xl\:h-38 {
    height: 9.25rem !important;
  }

  .\31xl\:h-40 {
    height: 10rem !important;
  }

  .\31xl\:h-46 {
    height: 11.75rem !important;
  }

  .\31xl\:h-48 {
    height: 12rem !important;
  }

  .\31xl\:h-56 {
    height: 14rem !important;
  }

  .\31xl\:h-64 {
    height: 16rem !important;
  }

  .\31xl\:h-82 {
    height: 20.75rem !important;
  }

  .\31xl\:h-auto {
    height: auto !important;
  }

  .\31xl\:h-px {
    height: 1px !important;
  }

  .\31xl\:h-tiny {
    height: 0.3rem !important;
  }

  .\31xl\:h-quick-links {
    height: 26% !important;
  }

  .\31xl\:h-pro-slid {
    height: 48% !important;
  }

  .\31xl\:h-62p {
    height: 62% !important;
  }

  .\31xl\:h-90p {
    height: 90% !important;
  }

  .\31xl\:h-x-large {
    height: 27.5rem !important;
  }

  .\31xl\:h-2px {
    height: 0.125rem !important;
  }

  .\31xl\:h-9px {
    height: 0.5625rem !important;
  }

  .\31xl\:h-10px {
    height: 0.625rem !important;
  }

  .\31xl\:h-18px {
    height: 1.125rem !important;
  }

  .\31xl\:h-20px {
    height: 1.25rem !important;
  }

  .\31xl\:h-24px {
    height: 1.5rem !important;
  }

  .\31xl\:h-26px {
    height: 1.625rem !important;
  }

  .\31xl\:h-30px {
    height: 1.875rem !important;
  }

  .\31xl\:h-38px {
    height: 2.375rem !important;
  }

  .\31xl\:h-43px {
    height: 2.6875rem !important;
  }

  .\31xl\:h-44px {
    height: 2.75rem !important;
  }

  .\31xl\:h-46px {
    height: 2.875rem !important;
  }

  .\31xl\:h-53px {
    height: 3.3125rem !important;
  }

  .\31xl\:h-54px {
    height: 3.375rem !important;
  }

  .\31xl\:h-55px {
    height: 3.4375rem !important;
  }

  .\31xl\:h-60px {
    height: 3.75rem !important;
  }

  .\31xl\:h-67px {
    height: 4.1875rem !important;
  }

  .\31xl\:h-73px {
    height: 4.5625rem !important;
  }

  .\31xl\:h-80px {
    height: 5rem !important;
  }

  .\31xl\:h-81px {
    height: 5.0625rem !important;
  }

  .\31xl\:h-85px {
    height: 5.3125rem !important;
  }

  .\31xl\:h-92px {
    height: 5.75rem !important;
  }

  .\31xl\:h-100px {
    height: 6.25rem !important;
  }

  .\31xl\:h-106px {
    height: 6.625rem !important;
  }

  .\31xl\:h-123px {
    height: 7.6875rem !important;
  }

  .\31xl\:h-126px {
    height: 7.875rem !important;
  }

  .\31xl\:h-138px {
    height: 8.625rem !important;
  }

  .\31xl\:h-140px {
    height: 8.75rem !important;
  }

  .\31xl\:h-146px {
    height: 9.125rem !important;
  }

  .\31xl\:h-152px {
    height: 9.5rem !important;
  }

  .\31xl\:h-187px {
    height: 11.6875rem !important;
  }

  .\31xl\:h-220px {
    height: 13.75rem !important;
  }

  .\31xl\:h-253px {
    height: 15.8125rem !important;
  }

  .\31xl\:h-320px {
    height: 20rem !important;
  }

  .\31xl\:h-400px {
    height: 25rem !important;
  }

  .\31xl\:h-500px {
    height: 31.25rem !important;
  }

  .\31xl\:h-lgPaddingTop {
    height: 15.8125rem !important;
  }

  .\31xl\:h-phonePaddingTop {
    height: 9.875rem !important;
  }

  .\31xl\:h-tabletPaddingTop {
    height: 6.625rem !important;
  }

  .\31xl\:h-largePaddingTop {
    height: 13.75rem !important;
  }

  .\31xl\:h-phoneTextContentMaxWidth {
    height: 57.0625rem !important;
  }

  .\31xl\:h-phoneTextContentWidth {
    height: 63% !important;
  }

  .\31xl\:h-phoneBlockContentWidth {
    height: 71.625rem !important;
  }

  .\31xl\:h-tabletTextContentMaxWidth {
    height: 57.0625rem !important;
  }

  .\31xl\:h-tabletTextContentWidth {
    height: 63% !important;
  }

  .\31xl\:h-tabletBlockContentWidth {
    height: 71.625rem !important;
  }

  .\31xl\:h-largeTextContentMaxWidth {
    height: 57.0625rem !important;
  }

  .\31xl\:h-largeTextContentWidth {
    height: 63% !important;
  }

  .\31xl\:h-largeBlockContentWidth {
    height: 71.625rem !important;
  }

  .\31xl\:h-full {
    height: 100% !important;
  }

  .\31xl\:h-screen {
    height: 100vh !important;
  }

  .\31xl\:text-20 {
    font-size: 1.25rem !important;
  }

  .\31xl\:text-22 {
    font-size: 1.375rem !important;
  }

  .\31xl\:text-24 {
    font-size: 1.5rem !important;
  }

  .\31xl\:text-26 {
    font-size: 1.625rem !important;
  }

  .\31xl\:text-28 {
    font-size: 1.75rem !important;
  }

  .\31xl\:text-30 {
    font-size: 1.875rem !important;
  }

  .\31xl\:text-32 {
    font-size: 2rem !important;
  }

  .\31xl\:text-34 {
    font-size: 2.125rem !important;
  }

  .\31xl\:text-36 {
    font-size: 2.25rem !important;
  }

  .\31xl\:text-38 {
    font-size: 2.375rem !important;
  }

  .\31xl\:text-40 {
    font-size: 2.5rem !important;
  }

  .\31xl\:text-44 {
    font-size: 2.75rem !important;
  }

  .\31xl\:text-46 {
    font-size: 2.875rem !important;
  }

  .\31xl\:text-50 {
    font-size: 3.125rem !important;
  }

  .\31xl\:text-52 {
    font-size: 3.25rem !important;
  }

  .\31xl\:text-55 {
    font-size: 3.4375rem !important;
  }

  .\31xl\:text-60 {
    font-size: 3.75rem !important;
  }

  .\31xl\:text-64 {
    font-size: 4rem !important;
  }

  .\31xl\:text-66 {
    font-size: 4.125rem !important;
  }

  .\31xl\:text-70 {
    font-size: 4.375rem !important;
  }

  .\31xl\:text-80 {
    font-size: 5rem !important;
  }

  .\31xl\:text-100 {
    font-size: 6.25rem !important;
  }

  .\31xl\:text-xs {
    font-size: 0.75rem !important;
  }

  .\31xl\:text-sm {
    font-size: 0.875rem !important;
  }

  .\31xl\:text-base {
    font-size: 1rem !important;
  }

  .\31xl\:text-lg {
    font-size: 1.125rem !important;
  }

  .\31xl\:text-xl {
    font-size: 1.1875rem !important;
  }

  .\31xl\:leading-3 {
    line-height: .75rem !important;
  }

  .\31xl\:leading-4 {
    line-height: 1rem !important;
  }

  .\31xl\:leading-5 {
    line-height: 1.25rem !important;
  }

  .\31xl\:leading-6 {
    line-height: 1.5rem !important;
  }

  .\31xl\:leading-7 {
    line-height: 1.75rem !important;
  }

  .\31xl\:leading-8 {
    line-height: 2rem !important;
  }

  .\31xl\:leading-9 {
    line-height: 2.25rem !important;
  }

  .\31xl\:leading-10 {
    line-height: 2.5rem !important;
  }

  .\31xl\:leading-none {
    line-height: 1 !important;
  }

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

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

  .\31xl\:leading-normal {
    line-height: 1.5 !important;
  }

  .\31xl\:leading-relaxed {
    line-height: 1.625 !important;
  }

  .\31xl\:leading-loose {
    line-height: 2 !important;
  }

  .\31xl\:list-inside {
    list-style-position: inside !important;
  }

  .\31xl\:list-outside {
    list-style-position: outside !important;
  }

  .\31xl\:list-none {
    list-style-type: none !important;
  }

  .\31xl\:list-disc {
    list-style-type: disc !important;
  }

  .\31xl\:list-decimal {
    list-style-type: decimal !important;
  }

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

  .\31xl\:m-1 {
    margin: 0.25rem !important;
  }

  .\31xl\:m-2 {
    margin: 0.5rem !important;
  }

  .\31xl\:m-3 {
    margin: 0.75rem !important;
  }

  .\31xl\:m-4 {
    margin: 1rem !important;
  }

  .\31xl\:m-5 {
    margin: 1.25rem !important;
  }

  .\31xl\:m-6 {
    margin: 1.5rem !important;
  }

  .\31xl\:m-8 {
    margin: 2rem !important;
  }

  .\31xl\:m-9 {
    margin: 2.5rem !important;
  }

  .\31xl\:m-10 {
    margin: 2.5rem !important;
  }

  .\31xl\:m-12 {
    margin: 3rem !important;
  }

  .\31xl\:m-14 {
    margin: 3.5rem !important;
  }

  .\31xl\:m-16 {
    margin: 4rem !important;
  }

  .\31xl\:m-18 {
    margin: 4.5rem !important;
  }

  .\31xl\:m-20 {
    margin: 5rem !important;
  }

  .\31xl\:m-22 {
    margin: 5.626rem !important;
  }

  .\31xl\:m-24 {
    margin: 6rem !important;
  }

  .\31xl\:m-26 {
    margin: 6.25rem !important;
  }

  .\31xl\:m-28 {
    margin: 7rem !important;
  }

  .\31xl\:m-32 {
    margin: 8rem !important;
  }

  .\31xl\:m-34 {
    margin: 8.5rem !important;
  }

  .\31xl\:m-38 {
    margin: 9.25rem !important;
  }

  .\31xl\:m-40 {
    margin: 10rem !important;
  }

  .\31xl\:m-46 {
    margin: 11.75rem !important;
  }

  .\31xl\:m-48 {
    margin: 12rem !important;
  }

  .\31xl\:m-56 {
    margin: 14rem !important;
  }

  .\31xl\:m-64 {
    margin: 16rem !important;
  }

  .\31xl\:m-82 {
    margin: 20.75rem !important;
  }

  .\31xl\:m-auto {
    margin: auto !important;
  }

  .\31xl\:m-px {
    margin: 1px !important;
  }

  .\31xl\:m-tiny {
    margin: 0.3rem !important;
  }

  .\31xl\:m-quick-links {
    margin: 26% !important;
  }

  .\31xl\:m-pro-slid {
    margin: 48% !important;
  }

  .\31xl\:m-62p {
    margin: 62% !important;
  }

  .\31xl\:m-90p {
    margin: 90% !important;
  }

  .\31xl\:m-x-large {
    margin: 27.5rem !important;
  }

  .\31xl\:m-2px {
    margin: 0.125rem !important;
  }

  .\31xl\:m-9px {
    margin: 0.5625rem !important;
  }

  .\31xl\:m-10px {
    margin: 0.625rem !important;
  }

  .\31xl\:m-18px {
    margin: 1.125rem !important;
  }

  .\31xl\:m-20px {
    margin: 1.25rem !important;
  }

  .\31xl\:m-24px {
    margin: 1.5rem !important;
  }

  .\31xl\:m-26px {
    margin: 1.625rem !important;
  }

  .\31xl\:m-30px {
    margin: 1.875rem !important;
  }

  .\31xl\:m-38px {
    margin: 2.375rem !important;
  }

  .\31xl\:m-43px {
    margin: 2.6875rem !important;
  }

  .\31xl\:m-44px {
    margin: 2.75rem !important;
  }

  .\31xl\:m-46px {
    margin: 2.875rem !important;
  }

  .\31xl\:m-53px {
    margin: 3.3125rem !important;
  }

  .\31xl\:m-54px {
    margin: 3.375rem !important;
  }

  .\31xl\:m-55px {
    margin: 3.4375rem !important;
  }

  .\31xl\:m-60px {
    margin: 3.75rem !important;
  }

  .\31xl\:m-67px {
    margin: 4.1875rem !important;
  }

  .\31xl\:m-73px {
    margin: 4.5625rem !important;
  }

  .\31xl\:m-80px {
    margin: 5rem !important;
  }

  .\31xl\:m-81px {
    margin: 5.0625rem !important;
  }

  .\31xl\:m-85px {
    margin: 5.3125rem !important;
  }

  .\31xl\:m-92px {
    margin: 5.75rem !important;
  }

  .\31xl\:m-100px {
    margin: 6.25rem !important;
  }

  .\31xl\:m-106px {
    margin: 6.625rem !important;
  }

  .\31xl\:m-123px {
    margin: 7.6875rem !important;
  }

  .\31xl\:m-126px {
    margin: 7.875rem !important;
  }

  .\31xl\:m-138px {
    margin: 8.625rem !important;
  }

  .\31xl\:m-140px {
    margin: 8.75rem !important;
  }

  .\31xl\:m-146px {
    margin: 9.125rem !important;
  }

  .\31xl\:m-152px {
    margin: 9.5rem !important;
  }

  .\31xl\:m-187px {
    margin: 11.6875rem !important;
  }

  .\31xl\:m-220px {
    margin: 13.75rem !important;
  }

  .\31xl\:m-253px {
    margin: 15.8125rem !important;
  }

  .\31xl\:m-320px {
    margin: 20rem !important;
  }

  .\31xl\:m-400px {
    margin: 25rem !important;
  }

  .\31xl\:m-500px {
    margin: 31.25rem !important;
  }

  .\31xl\:m-lgPaddingTop {
    margin: 15.8125rem !important;
  }

  .\31xl\:m-phonePaddingTop {
    margin: 9.875rem !important;
  }

  .\31xl\:m-tabletPaddingTop {
    margin: 6.625rem !important;
  }

  .\31xl\:m-largePaddingTop {
    margin: 13.75rem !important;
  }

  .\31xl\:m-phoneTextContentMaxWidth {
    margin: 57.0625rem !important;
  }

  .\31xl\:m-phoneTextContentWidth {
    margin: 63% !important;
  }

  .\31xl\:m-phoneBlockContentWidth {
    margin: 71.625rem !important;
  }

  .\31xl\:m-tabletTextContentMaxWidth {
    margin: 57.0625rem !important;
  }

  .\31xl\:m-tabletTextContentWidth {
    margin: 63% !important;
  }

  .\31xl\:m-tabletBlockContentWidth {
    margin: 71.625rem !important;
  }

  .\31xl\:m-largeTextContentMaxWidth {
    margin: 57.0625rem !important;
  }

  .\31xl\:m-largeTextContentWidth {
    margin: 63% !important;
  }

  .\31xl\:m-largeBlockContentWidth {
    margin: 71.625rem !important;
  }

  .\31xl\:-m-1 {
    margin: -0.25rem !important;
  }

  .\31xl\:-m-2 {
    margin: -0.5rem !important;
  }

  .\31xl\:-m-3 {
    margin: -0.75rem !important;
  }

  .\31xl\:-m-4 {
    margin: -1rem !important;
  }

  .\31xl\:-m-5 {
    margin: -1.25rem !important;
  }

  .\31xl\:-m-6 {
    margin: -1.5rem !important;
  }

  .\31xl\:-m-8 {
    margin: -2rem !important;
  }

  .\31xl\:-m-9 {
    margin: -2.5rem !important;
  }

  .\31xl\:-m-10 {
    margin: -2.5rem !important;
  }

  .\31xl\:-m-12 {
    margin: -3rem !important;
  }

  .\31xl\:-m-14 {
    margin: -3.5rem !important;
  }

  .\31xl\:-m-16 {
    margin: -4rem !important;
  }

  .\31xl\:-m-18 {
    margin: -4.5rem !important;
  }

  .\31xl\:-m-20 {
    margin: -5rem !important;
  }

  .\31xl\:-m-22 {
    margin: -5.626rem !important;
  }

  .\31xl\:-m-24 {
    margin: -6rem !important;
  }

  .\31xl\:-m-26 {
    margin: -6.25rem !important;
  }

  .\31xl\:-m-28 {
    margin: -7rem !important;
  }

  .\31xl\:-m-32 {
    margin: -8rem !important;
  }

  .\31xl\:-m-34 {
    margin: -8.5rem !important;
  }

  .\31xl\:-m-38 {
    margin: -9.25rem !important;
  }

  .\31xl\:-m-40 {
    margin: -10rem !important;
  }

  .\31xl\:-m-46 {
    margin: -11.75rem !important;
  }

  .\31xl\:-m-48 {
    margin: -12rem !important;
  }

  .\31xl\:-m-56 {
    margin: -14rem !important;
  }

  .\31xl\:-m-64 {
    margin: -16rem !important;
  }

  .\31xl\:-m-82 {
    margin: -20.75rem !important;
  }

  .\31xl\:-m-px {
    margin: -1px !important;
  }

  .\31xl\:-m-tiny {
    margin: -0.3rem !important;
  }

  .\31xl\:-m-quick-links {
    margin: -26% !important;
  }

  .\31xl\:-m-pro-slid {
    margin: -48% !important;
  }

  .\31xl\:-m-62p {
    margin: -62% !important;
  }

  .\31xl\:-m-90p {
    margin: -90% !important;
  }

  .\31xl\:-m-x-large {
    margin: -27.5rem !important;
  }

  .\31xl\:-m-2px {
    margin: -0.125rem !important;
  }

  .\31xl\:-m-9px {
    margin: -0.5625rem !important;
  }

  .\31xl\:-m-10px {
    margin: -0.625rem !important;
  }

  .\31xl\:-m-18px {
    margin: -1.125rem !important;
  }

  .\31xl\:-m-20px {
    margin: -1.25rem !important;
  }

  .\31xl\:-m-24px {
    margin: -1.5rem !important;
  }

  .\31xl\:-m-26px {
    margin: -1.625rem !important;
  }

  .\31xl\:-m-30px {
    margin: -1.875rem !important;
  }

  .\31xl\:-m-38px {
    margin: -2.375rem !important;
  }

  .\31xl\:-m-43px {
    margin: -2.6875rem !important;
  }

  .\31xl\:-m-44px {
    margin: -2.75rem !important;
  }

  .\31xl\:-m-46px {
    margin: -2.875rem !important;
  }

  .\31xl\:-m-53px {
    margin: -3.3125rem !important;
  }

  .\31xl\:-m-54px {
    margin: -3.375rem !important;
  }

  .\31xl\:-m-55px {
    margin: -3.4375rem !important;
  }

  .\31xl\:-m-60px {
    margin: -3.75rem !important;
  }

  .\31xl\:-m-67px {
    margin: -4.1875rem !important;
  }

  .\31xl\:-m-73px {
    margin: -4.5625rem !important;
  }

  .\31xl\:-m-80px {
    margin: -5rem !important;
  }

  .\31xl\:-m-81px {
    margin: -5.0625rem !important;
  }

  .\31xl\:-m-85px {
    margin: -5.3125rem !important;
  }

  .\31xl\:-m-92px {
    margin: -5.75rem !important;
  }

  .\31xl\:-m-100px {
    margin: -6.25rem !important;
  }

  .\31xl\:-m-106px {
    margin: -6.625rem !important;
  }

  .\31xl\:-m-123px {
    margin: -7.6875rem !important;
  }

  .\31xl\:-m-126px {
    margin: -7.875rem !important;
  }

  .\31xl\:-m-138px {
    margin: -8.625rem !important;
  }

  .\31xl\:-m-140px {
    margin: -8.75rem !important;
  }

  .\31xl\:-m-146px {
    margin: -9.125rem !important;
  }

  .\31xl\:-m-152px {
    margin: -9.5rem !important;
  }

  .\31xl\:-m-187px {
    margin: -11.6875rem !important;
  }

  .\31xl\:-m-220px {
    margin: -13.75rem !important;
  }

  .\31xl\:-m-253px {
    margin: -15.8125rem !important;
  }

  .\31xl\:-m-320px {
    margin: -20rem !important;
  }

  .\31xl\:-m-400px {
    margin: -25rem !important;
  }

  .\31xl\:-m-500px {
    margin: -31.25rem !important;
  }

  .\31xl\:-m-lgPaddingTop {
    margin: -15.8125rem !important;
  }

  .\31xl\:-m-phonePaddingTop {
    margin: -9.875rem !important;
  }

  .\31xl\:-m-tabletPaddingTop {
    margin: -6.625rem !important;
  }

  .\31xl\:-m-largePaddingTop {
    margin: -13.75rem !important;
  }

  .\31xl\:-m-phoneTextContentMaxWidth {
    margin: -57.0625rem !important;
  }

  .\31xl\:-m-phoneTextContentWidth {
    margin: -63% !important;
  }

  .\31xl\:-m-phoneBlockContentWidth {
    margin: -71.625rem !important;
  }

  .\31xl\:-m-tabletTextContentMaxWidth {
    margin: -57.0625rem !important;
  }

  .\31xl\:-m-tabletTextContentWidth {
    margin: -63% !important;
  }

  .\31xl\:-m-tabletBlockContentWidth {
    margin: -71.625rem !important;
  }

  .\31xl\:-m-largeTextContentMaxWidth {
    margin: -57.0625rem !important;
  }

  .\31xl\:-m-largeTextContentWidth {
    margin: -63% !important;
  }

  .\31xl\:-m-largeBlockContentWidth {
    margin: -71.625rem !important;
  }

  .\31xl\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .\31xl\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .\31xl\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .\31xl\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .\31xl\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .\31xl\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .\31xl\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .\31xl\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .\31xl\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .\31xl\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .\31xl\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .\31xl\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .\31xl\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .\31xl\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .\31xl\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .\31xl\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .\31xl\:my-9 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .\31xl\:mx-9 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .\31xl\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .\31xl\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .\31xl\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .\31xl\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .\31xl\:my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .\31xl\:mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .\31xl\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .\31xl\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .\31xl\:my-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .\31xl\:mx-18 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }

  .\31xl\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .\31xl\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .\31xl\:my-22 {
    margin-top: 5.626rem !important;
    margin-bottom: 5.626rem !important;
  }

  .\31xl\:mx-22 {
    margin-left: 5.626rem !important;
    margin-right: 5.626rem !important;
  }

  .\31xl\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .\31xl\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .\31xl\:my-26 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }

  .\31xl\:mx-26 {
    margin-left: 6.25rem !important;
    margin-right: 6.25rem !important;
  }

  .\31xl\:my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .\31xl\:mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .\31xl\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .\31xl\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .\31xl\:my-34 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }

  .\31xl\:mx-34 {
    margin-left: 8.5rem !important;
    margin-right: 8.5rem !important;
  }

  .\31xl\:my-38 {
    margin-top: 9.25rem !important;
    margin-bottom: 9.25rem !important;
  }

  .\31xl\:mx-38 {
    margin-left: 9.25rem !important;
    margin-right: 9.25rem !important;
  }

  .\31xl\:my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .\31xl\:mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .\31xl\:my-46 {
    margin-top: 11.75rem !important;
    margin-bottom: 11.75rem !important;
  }

  .\31xl\:mx-46 {
    margin-left: 11.75rem !important;
    margin-right: 11.75rem !important;
  }

  .\31xl\:my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .\31xl\:mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .\31xl\:my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .\31xl\:mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .\31xl\:my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .\31xl\:mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .\31xl\:my-82 {
    margin-top: 20.75rem !important;
    margin-bottom: 20.75rem !important;
  }

  .\31xl\:mx-82 {
    margin-left: 20.75rem !important;
    margin-right: 20.75rem !important;
  }

  .\31xl\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .\31xl\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .\31xl\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .\31xl\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .\31xl\:my-tiny {
    margin-top: 0.3rem !important;
    margin-bottom: 0.3rem !important;
  }

  .\31xl\:mx-tiny {
    margin-left: 0.3rem !important;
    margin-right: 0.3rem !important;
  }

  .\31xl\:my-quick-links {
    margin-top: 26% !important;
    margin-bottom: 26% !important;
  }

  .\31xl\:mx-quick-links {
    margin-left: 26% !important;
    margin-right: 26% !important;
  }

  .\31xl\:my-pro-slid {
    margin-top: 48% !important;
    margin-bottom: 48% !important;
  }

  .\31xl\:mx-pro-slid {
    margin-left: 48% !important;
    margin-right: 48% !important;
  }

  .\31xl\:my-62p {
    margin-top: 62% !important;
    margin-bottom: 62% !important;
  }

  .\31xl\:mx-62p {
    margin-left: 62% !important;
    margin-right: 62% !important;
  }

  .\31xl\:my-90p {
    margin-top: 90% !important;
    margin-bottom: 90% !important;
  }

  .\31xl\:mx-90p {
    margin-left: 90% !important;
    margin-right: 90% !important;
  }

  .\31xl\:my-x-large {
    margin-top: 27.5rem !important;
    margin-bottom: 27.5rem !important;
  }

  .\31xl\:mx-x-large {
    margin-left: 27.5rem !important;
    margin-right: 27.5rem !important;
  }

  .\31xl\:my-2px {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .\31xl\:mx-2px {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .\31xl\:my-9px {
    margin-top: 0.5625rem !important;
    margin-bottom: 0.5625rem !important;
  }

  .\31xl\:mx-9px {
    margin-left: 0.5625rem !important;
    margin-right: 0.5625rem !important;
  }

  .\31xl\:my-10px {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .\31xl\:mx-10px {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .\31xl\:my-18px {
    margin-top: 1.125rem !important;
    margin-bottom: 1.125rem !important;
  }

  .\31xl\:mx-18px {
    margin-left: 1.125rem !important;
    margin-right: 1.125rem !important;
  }

  .\31xl\:my-20px {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .\31xl\:mx-20px {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .\31xl\:my-24px {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .\31xl\:mx-24px {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .\31xl\:my-26px {
    margin-top: 1.625rem !important;
    margin-bottom: 1.625rem !important;
  }

  .\31xl\:mx-26px {
    margin-left: 1.625rem !important;
    margin-right: 1.625rem !important;
  }

  .\31xl\:my-30px {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }

  .\31xl\:mx-30px {
    margin-left: 1.875rem !important;
    margin-right: 1.875rem !important;
  }

  .\31xl\:my-38px {
    margin-top: 2.375rem !important;
    margin-bottom: 2.375rem !important;
  }

  .\31xl\:mx-38px {
    margin-left: 2.375rem !important;
    margin-right: 2.375rem !important;
  }

  .\31xl\:my-43px {
    margin-top: 2.6875rem !important;
    margin-bottom: 2.6875rem !important;
  }

  .\31xl\:mx-43px {
    margin-left: 2.6875rem !important;
    margin-right: 2.6875rem !important;
  }

  .\31xl\:my-44px {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .\31xl\:mx-44px {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .\31xl\:my-46px {
    margin-top: 2.875rem !important;
    margin-bottom: 2.875rem !important;
  }

  .\31xl\:mx-46px {
    margin-left: 2.875rem !important;
    margin-right: 2.875rem !important;
  }

  .\31xl\:my-53px {
    margin-top: 3.3125rem !important;
    margin-bottom: 3.3125rem !important;
  }

  .\31xl\:mx-53px {
    margin-left: 3.3125rem !important;
    margin-right: 3.3125rem !important;
  }

  .\31xl\:my-54px {
    margin-top: 3.375rem !important;
    margin-bottom: 3.375rem !important;
  }

  .\31xl\:mx-54px {
    margin-left: 3.375rem !important;
    margin-right: 3.375rem !important;
  }

  .\31xl\:my-55px {
    margin-top: 3.4375rem !important;
    margin-bottom: 3.4375rem !important;
  }

  .\31xl\:mx-55px {
    margin-left: 3.4375rem !important;
    margin-right: 3.4375rem !important;
  }

  .\31xl\:my-60px {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }

  .\31xl\:mx-60px {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important;
  }

  .\31xl\:my-67px {
    margin-top: 4.1875rem !important;
    margin-bottom: 4.1875rem !important;
  }

  .\31xl\:mx-67px {
    margin-left: 4.1875rem !important;
    margin-right: 4.1875rem !important;
  }

  .\31xl\:my-73px {
    margin-top: 4.5625rem !important;
    margin-bottom: 4.5625rem !important;
  }

  .\31xl\:mx-73px {
    margin-left: 4.5625rem !important;
    margin-right: 4.5625rem !important;
  }

  .\31xl\:my-80px {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .\31xl\:mx-80px {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .\31xl\:my-81px {
    margin-top: 5.0625rem !important;
    margin-bottom: 5.0625rem !important;
  }

  .\31xl\:mx-81px {
    margin-left: 5.0625rem !important;
    margin-right: 5.0625rem !important;
  }

  .\31xl\:my-85px {
    margin-top: 5.3125rem !important;
    margin-bottom: 5.3125rem !important;
  }

  .\31xl\:mx-85px {
    margin-left: 5.3125rem !important;
    margin-right: 5.3125rem !important;
  }

  .\31xl\:my-92px {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }

  .\31xl\:mx-92px {
    margin-left: 5.75rem !important;
    margin-right: 5.75rem !important;
  }

  .\31xl\:my-100px {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }

  .\31xl\:mx-100px {
    margin-left: 6.25rem !important;
    margin-right: 6.25rem !important;
  }

  .\31xl\:my-106px {
    margin-top: 6.625rem !important;
    margin-bottom: 6.625rem !important;
  }

  .\31xl\:mx-106px {
    margin-left: 6.625rem !important;
    margin-right: 6.625rem !important;
  }

  .\31xl\:my-123px {
    margin-top: 7.6875rem !important;
    margin-bottom: 7.6875rem !important;
  }

  .\31xl\:mx-123px {
    margin-left: 7.6875rem !important;
    margin-right: 7.6875rem !important;
  }

  .\31xl\:my-126px {
    margin-top: 7.875rem !important;
    margin-bottom: 7.875rem !important;
  }

  .\31xl\:mx-126px {
    margin-left: 7.875rem !important;
    margin-right: 7.875rem !important;
  }

  .\31xl\:my-138px {
    margin-top: 8.625rem !important;
    margin-bottom: 8.625rem !important;
  }

  .\31xl\:mx-138px {
    margin-left: 8.625rem !important;
    margin-right: 8.625rem !important;
  }

  .\31xl\:my-140px {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }

  .\31xl\:mx-140px {
    margin-left: 8.75rem !important;
    margin-right: 8.75rem !important;
  }

  .\31xl\:my-146px {
    margin-top: 9.125rem !important;
    margin-bottom: 9.125rem !important;
  }

  .\31xl\:mx-146px {
    margin-left: 9.125rem !important;
    margin-right: 9.125rem !important;
  }

  .\31xl\:my-152px {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }

  .\31xl\:mx-152px {
    margin-left: 9.5rem !important;
    margin-right: 9.5rem !important;
  }

  .\31xl\:my-187px {
    margin-top: 11.6875rem !important;
    margin-bottom: 11.6875rem !important;
  }

  .\31xl\:mx-187px {
    margin-left: 11.6875rem !important;
    margin-right: 11.6875rem !important;
  }

  .\31xl\:my-220px {
    margin-top: 13.75rem !important;
    margin-bottom: 13.75rem !important;
  }

  .\31xl\:mx-220px {
    margin-left: 13.75rem !important;
    margin-right: 13.75rem !important;
  }

  .\31xl\:my-253px {
    margin-top: 15.8125rem !important;
    margin-bottom: 15.8125rem !important;
  }

  .\31xl\:mx-253px {
    margin-left: 15.8125rem !important;
    margin-right: 15.8125rem !important;
  }

  .\31xl\:my-320px {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .\31xl\:mx-320px {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .\31xl\:my-400px {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }

  .\31xl\:mx-400px {
    margin-left: 25rem !important;
    margin-right: 25rem !important;
  }

  .\31xl\:my-500px {
    margin-top: 31.25rem !important;
    margin-bottom: 31.25rem !important;
  }

  .\31xl\:mx-500px {
    margin-left: 31.25rem !important;
    margin-right: 31.25rem !important;
  }

  .\31xl\:my-lgPaddingTop {
    margin-top: 15.8125rem !important;
    margin-bottom: 15.8125rem !important;
  }

  .\31xl\:mx-lgPaddingTop {
    margin-left: 15.8125rem !important;
    margin-right: 15.8125rem !important;
  }

  .\31xl\:my-phonePaddingTop {
    margin-top: 9.875rem !important;
    margin-bottom: 9.875rem !important;
  }

  .\31xl\:mx-phonePaddingTop {
    margin-left: 9.875rem !important;
    margin-right: 9.875rem !important;
  }

  .\31xl\:my-tabletPaddingTop {
    margin-top: 6.625rem !important;
    margin-bottom: 6.625rem !important;
  }

  .\31xl\:mx-tabletPaddingTop {
    margin-left: 6.625rem !important;
    margin-right: 6.625rem !important;
  }

  .\31xl\:my-largePaddingTop {
    margin-top: 13.75rem !important;
    margin-bottom: 13.75rem !important;
  }

  .\31xl\:mx-largePaddingTop {
    margin-left: 13.75rem !important;
    margin-right: 13.75rem !important;
  }

  .\31xl\:my-phoneTextContentMaxWidth {
    margin-top: 57.0625rem !important;
    margin-bottom: 57.0625rem !important;
  }

  .\31xl\:mx-phoneTextContentMaxWidth {
    margin-left: 57.0625rem !important;
    margin-right: 57.0625rem !important;
  }

  .\31xl\:my-phoneTextContentWidth {
    margin-top: 63% !important;
    margin-bottom: 63% !important;
  }

  .\31xl\:mx-phoneTextContentWidth {
    margin-left: 63% !important;
    margin-right: 63% !important;
  }

  .\31xl\:my-phoneBlockContentWidth {
    margin-top: 71.625rem !important;
    margin-bottom: 71.625rem !important;
  }

  .\31xl\:mx-phoneBlockContentWidth {
    margin-left: 71.625rem !important;
    margin-right: 71.625rem !important;
  }

  .\31xl\:my-tabletTextContentMaxWidth {
    margin-top: 57.0625rem !important;
    margin-bottom: 57.0625rem !important;
  }

  .\31xl\:mx-tabletTextContentMaxWidth {
    margin-left: 57.0625rem !important;
    margin-right: 57.0625rem !important;
  }

  .\31xl\:my-tabletTextContentWidth {
    margin-top: 63% !important;
    margin-bottom: 63% !important;
  }

  .\31xl\:mx-tabletTextContentWidth {
    margin-left: 63% !important;
    margin-right: 63% !important;
  }

  .\31xl\:my-tabletBlockContentWidth {
    margin-top: 71.625rem !important;
    margin-bottom: 71.625rem !important;
  }

  .\31xl\:mx-tabletBlockContentWidth {
    margin-left: 71.625rem !important;
    margin-right: 71.625rem !important;
  }

  .\31xl\:my-largeTextContentMaxWidth {
    margin-top: 57.0625rem !important;
    margin-bottom: 57.0625rem !important;
  }

  .\31xl\:mx-largeTextContentMaxWidth {
    margin-left: 57.0625rem !important;
    margin-right: 57.0625rem !important;
  }

  .\31xl\:my-largeTextContentWidth {
    margin-top: 63% !important;
    margin-bottom: 63% !important;
  }

  .\31xl\:mx-largeTextContentWidth {
    margin-left: 63% !important;
    margin-right: 63% !important;
  }

  .\31xl\:my-largeBlockContentWidth {
    margin-top: 71.625rem !important;
    margin-bottom: 71.625rem !important;
  }

  .\31xl\:mx-largeBlockContentWidth {
    margin-left: 71.625rem !important;
    margin-right: 71.625rem !important;
  }

  .\31xl\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .\31xl\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .\31xl\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .\31xl\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .\31xl\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .\31xl\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .\31xl\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .\31xl\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .\31xl\:-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .\31xl\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .\31xl\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .\31xl\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .\31xl\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .\31xl\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .\31xl\:-my-9 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .\31xl\:-mx-9 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .\31xl\:-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .\31xl\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .\31xl\:-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .\31xl\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .\31xl\:-my-14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .\31xl\:-mx-14 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .\31xl\:-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .\31xl\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .\31xl\:-my-18 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }

  .\31xl\:-mx-18 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important;
  }

  .\31xl\:-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .\31xl\:-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .\31xl\:-my-22 {
    margin-top: -5.626rem !important;
    margin-bottom: -5.626rem !important;
  }

  .\31xl\:-mx-22 {
    margin-left: -5.626rem !important;
    margin-right: -5.626rem !important;
  }

  .\31xl\:-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .\31xl\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .\31xl\:-my-26 {
    margin-top: -6.25rem !important;
    margin-bottom: -6.25rem !important;
  }

  .\31xl\:-mx-26 {
    margin-left: -6.25rem !important;
    margin-right: -6.25rem !important;
  }

  .\31xl\:-my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .\31xl\:-mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .\31xl\:-my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .\31xl\:-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .\31xl\:-my-34 {
    margin-top: -8.5rem !important;
    margin-bottom: -8.5rem !important;
  }

  .\31xl\:-mx-34 {
    margin-left: -8.5rem !important;
    margin-right: -8.5rem !important;
  }

  .\31xl\:-my-38 {
    margin-top: -9.25rem !important;
    margin-bottom: -9.25rem !important;
  }

  .\31xl\:-mx-38 {
    margin-left: -9.25rem !important;
    margin-right: -9.25rem !important;
  }

  .\31xl\:-my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .\31xl\:-mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .\31xl\:-my-46 {
    margin-top: -11.75rem !important;
    margin-bottom: -11.75rem !important;
  }

  .\31xl\:-mx-46 {
    margin-left: -11.75rem !important;
    margin-right: -11.75rem !important;
  }

  .\31xl\:-my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .\31xl\:-mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .\31xl\:-my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .\31xl\:-mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .\31xl\:-my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .\31xl\:-mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .\31xl\:-my-82 {
    margin-top: -20.75rem !important;
    margin-bottom: -20.75rem !important;
  }

  .\31xl\:-mx-82 {
    margin-left: -20.75rem !important;
    margin-right: -20.75rem !important;
  }

  .\31xl\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .\31xl\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .\31xl\:-my-tiny {
    margin-top: -0.3rem !important;
    margin-bottom: -0.3rem !important;
  }

  .\31xl\:-mx-tiny {
    margin-left: -0.3rem !important;
    margin-right: -0.3rem !important;
  }

  .\31xl\:-my-quick-links {
    margin-top: -26% !important;
    margin-bottom: -26% !important;
  }

  .\31xl\:-mx-quick-links {
    margin-left: -26% !important;
    margin-right: -26% !important;
  }

  .\31xl\:-my-pro-slid {
    margin-top: -48% !important;
    margin-bottom: -48% !important;
  }

  .\31xl\:-mx-pro-slid {
    margin-left: -48% !important;
    margin-right: -48% !important;
  }

  .\31xl\:-my-62p {
    margin-top: -62% !important;
    margin-bottom: -62% !important;
  }

  .\31xl\:-mx-62p {
    margin-left: -62% !important;
    margin-right: -62% !important;
  }

  .\31xl\:-my-90p {
    margin-top: -90% !important;
    margin-bottom: -90% !important;
  }

  .\31xl\:-mx-90p {
    margin-left: -90% !important;
    margin-right: -90% !important;
  }

  .\31xl\:-my-x-large {
    margin-top: -27.5rem !important;
    margin-bottom: -27.5rem !important;
  }

  .\31xl\:-mx-x-large {
    margin-left: -27.5rem !important;
    margin-right: -27.5rem !important;
  }

  .\31xl\:-my-2px {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .\31xl\:-mx-2px {
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .\31xl\:-my-9px {
    margin-top: -0.5625rem !important;
    margin-bottom: -0.5625rem !important;
  }

  .\31xl\:-mx-9px {
    margin-left: -0.5625rem !important;
    margin-right: -0.5625rem !important;
  }

  .\31xl\:-my-10px {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .\31xl\:-mx-10px {
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .\31xl\:-my-18px {
    margin-top: -1.125rem !important;
    margin-bottom: -1.125rem !important;
  }

  .\31xl\:-mx-18px {
    margin-left: -1.125rem !important;
    margin-right: -1.125rem !important;
  }

  .\31xl\:-my-20px {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .\31xl\:-mx-20px {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .\31xl\:-my-24px {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .\31xl\:-mx-24px {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .\31xl\:-my-26px {
    margin-top: -1.625rem !important;
    margin-bottom: -1.625rem !important;
  }

  .\31xl\:-mx-26px {
    margin-left: -1.625rem !important;
    margin-right: -1.625rem !important;
  }

  .\31xl\:-my-30px {
    margin-top: -1.875rem !important;
    margin-bottom: -1.875rem !important;
  }

  .\31xl\:-mx-30px {
    margin-left: -1.875rem !important;
    margin-right: -1.875rem !important;
  }

  .\31xl\:-my-38px {
    margin-top: -2.375rem !important;
    margin-bottom: -2.375rem !important;
  }

  .\31xl\:-mx-38px {
    margin-left: -2.375rem !important;
    margin-right: -2.375rem !important;
  }

  .\31xl\:-my-43px {
    margin-top: -2.6875rem !important;
    margin-bottom: -2.6875rem !important;
  }

  .\31xl\:-mx-43px {
    margin-left: -2.6875rem !important;
    margin-right: -2.6875rem !important;
  }

  .\31xl\:-my-44px {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .\31xl\:-mx-44px {
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }

  .\31xl\:-my-46px {
    margin-top: -2.875rem !important;
    margin-bottom: -2.875rem !important;
  }

  .\31xl\:-mx-46px {
    margin-left: -2.875rem !important;
    margin-right: -2.875rem !important;
  }

  .\31xl\:-my-53px {
    margin-top: -3.3125rem !important;
    margin-bottom: -3.3125rem !important;
  }

  .\31xl\:-mx-53px {
    margin-left: -3.3125rem !important;
    margin-right: -3.3125rem !important;
  }

  .\31xl\:-my-54px {
    margin-top: -3.375rem !important;
    margin-bottom: -3.375rem !important;
  }

  .\31xl\:-mx-54px {
    margin-left: -3.375rem !important;
    margin-right: -3.375rem !important;
  }

  .\31xl\:-my-55px {
    margin-top: -3.4375rem !important;
    margin-bottom: -3.4375rem !important;
  }

  .\31xl\:-mx-55px {
    margin-left: -3.4375rem !important;
    margin-right: -3.4375rem !important;
  }

  .\31xl\:-my-60px {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }

  .\31xl\:-mx-60px {
    margin-left: -3.75rem !important;
    margin-right: -3.75rem !important;
  }

  .\31xl\:-my-67px {
    margin-top: -4.1875rem !important;
    margin-bottom: -4.1875rem !important;
  }

  .\31xl\:-mx-67px {
    margin-left: -4.1875rem !important;
    margin-right: -4.1875rem !important;
  }

  .\31xl\:-my-73px {
    margin-top: -4.5625rem !important;
    margin-bottom: -4.5625rem !important;
  }

  .\31xl\:-mx-73px {
    margin-left: -4.5625rem !important;
    margin-right: -4.5625rem !important;
  }

  .\31xl\:-my-80px {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .\31xl\:-mx-80px {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .\31xl\:-my-81px {
    margin-top: -5.0625rem !important;
    margin-bottom: -5.0625rem !important;
  }

  .\31xl\:-mx-81px {
    margin-left: -5.0625rem !important;
    margin-right: -5.0625rem !important;
  }

  .\31xl\:-my-85px {
    margin-top: -5.3125rem !important;
    margin-bottom: -5.3125rem !important;
  }

  .\31xl\:-mx-85px {
    margin-left: -5.3125rem !important;
    margin-right: -5.3125rem !important;
  }

  .\31xl\:-my-92px {
    margin-top: -5.75rem !important;
    margin-bottom: -5.75rem !important;
  }

  .\31xl\:-mx-92px {
    margin-left: -5.75rem !important;
    margin-right: -5.75rem !important;
  }

  .\31xl\:-my-100px {
    margin-top: -6.25rem !important;
    margin-bottom: -6.25rem !important;
  }

  .\31xl\:-mx-100px {
    margin-left: -6.25rem !important;
    margin-right: -6.25rem !important;
  }

  .\31xl\:-my-106px {
    margin-top: -6.625rem !important;
    margin-bottom: -6.625rem !important;
  }

  .\31xl\:-mx-106px {
    margin-left: -6.625rem !important;
    margin-right: -6.625rem !important;
  }

  .\31xl\:-my-123px {
    margin-top: -7.6875rem !important;
    margin-bottom: -7.6875rem !important;
  }

  .\31xl\:-mx-123px {
    margin-left: -7.6875rem !important;
    margin-right: -7.6875rem !important;
  }

  .\31xl\:-my-126px {
    margin-top: -7.875rem !important;
    margin-bottom: -7.875rem !important;
  }

  .\31xl\:-mx-126px {
    margin-left: -7.875rem !important;
    margin-right: -7.875rem !important;
  }

  .\31xl\:-my-138px {
    margin-top: -8.625rem !important;
    margin-bottom: -8.625rem !important;
  }

  .\31xl\:-mx-138px {
    margin-left: -8.625rem !important;
    margin-right: -8.625rem !important;
  }

  .\31xl\:-my-140px {
    margin-top: -8.75rem !important;
    margin-bottom: -8.75rem !important;
  }

  .\31xl\:-mx-140px {
    margin-left: -8.75rem !important;
    margin-right: -8.75rem !important;
  }

  .\31xl\:-my-146px {
    margin-top: -9.125rem !important;
    margin-bottom: -9.125rem !important;
  }

  .\31xl\:-mx-146px {
    margin-left: -9.125rem !important;
    margin-right: -9.125rem !important;
  }

  .\31xl\:-my-152px {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important;
  }

  .\31xl\:-mx-152px {
    margin-left: -9.5rem !important;
    margin-right: -9.5rem !important;
  }

  .\31xl\:-my-187px {
    margin-top: -11.6875rem !important;
    margin-bottom: -11.6875rem !important;
  }

  .\31xl\:-mx-187px {
    margin-left: -11.6875rem !important;
    margin-right: -11.6875rem !important;
  }

  .\31xl\:-my-220px {
    margin-top: -13.75rem !important;
    margin-bottom: -13.75rem !important;
  }

  .\31xl\:-mx-220px {
    margin-left: -13.75rem !important;
    margin-right: -13.75rem !important;
  }

  .\31xl\:-my-253px {
    margin-top: -15.8125rem !important;
    margin-bottom: -15.8125rem !important;
  }

  .\31xl\:-mx-253px {
    margin-left: -15.8125rem !important;
    margin-right: -15.8125rem !important;
  }

  .\31xl\:-my-320px {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .\31xl\:-mx-320px {
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }

  .\31xl\:-my-400px {
    margin-top: -25rem !important;
    margin-bottom: -25rem !important;
  }

  .\31xl\:-mx-400px {
    margin-left: -25rem !important;
    margin-right: -25rem !important;
  }

  .\31xl\:-my-500px {
    margin-top: -31.25rem !important;
    margin-bottom: -31.25rem !important;
  }

  .\31xl\:-mx-500px {
    margin-left: -31.25rem !important;
    margin-right: -31.25rem !important;
  }

  .\31xl\:-my-lgPaddingTop {
    margin-top: -15.8125rem !important;
    margin-bottom: -15.8125rem !important;
  }

  .\31xl\:-mx-lgPaddingTop {
    margin-left: -15.8125rem !important;
    margin-right: -15.8125rem !important;
  }

  .\31xl\:-my-phonePaddingTop {
    margin-top: -9.875rem !important;
    margin-bottom: -9.875rem !important;
  }

  .\31xl\:-mx-phonePaddingTop {
    margin-left: -9.875rem !important;
    margin-right: -9.875rem !important;
  }

  .\31xl\:-my-tabletPaddingTop {
    margin-top: -6.625rem !important;
    margin-bottom: -6.625rem !important;
  }

  .\31xl\:-mx-tabletPaddingTop {
    margin-left: -6.625rem !important;
    margin-right: -6.625rem !important;
  }

  .\31xl\:-my-largePaddingTop {
    margin-top: -13.75rem !important;
    margin-bottom: -13.75rem !important;
  }

  .\31xl\:-mx-largePaddingTop {
    margin-left: -13.75rem !important;
    margin-right: -13.75rem !important;
  }

  .\31xl\:-my-phoneTextContentMaxWidth {
    margin-top: -57.0625rem !important;
    margin-bottom: -57.0625rem !important;
  }

  .\31xl\:-mx-phoneTextContentMaxWidth {
    margin-left: -57.0625rem !important;
    margin-right: -57.0625rem !important;
  }

  .\31xl\:-my-phoneTextContentWidth {
    margin-top: -63% !important;
    margin-bottom: -63% !important;
  }

  .\31xl\:-mx-phoneTextContentWidth {
    margin-left: -63% !important;
    margin-right: -63% !important;
  }

  .\31xl\:-my-phoneBlockContentWidth {
    margin-top: -71.625rem !important;
    margin-bottom: -71.625rem !important;
  }

  .\31xl\:-mx-phoneBlockContentWidth {
    margin-left: -71.625rem !important;
    margin-right: -71.625rem !important;
  }

  .\31xl\:-my-tabletTextContentMaxWidth {
    margin-top: -57.0625rem !important;
    margin-bottom: -57.0625rem !important;
  }

  .\31xl\:-mx-tabletTextContentMaxWidth {
    margin-left: -57.0625rem !important;
    margin-right: -57.0625rem !important;
  }

  .\31xl\:-my-tabletTextContentWidth {
    margin-top: -63% !important;
    margin-bottom: -63% !important;
  }

  .\31xl\:-mx-tabletTextContentWidth {
    margin-left: -63% !important;
    margin-right: -63% !important;
  }

  .\31xl\:-my-tabletBlockContentWidth {
    margin-top: -71.625rem !important;
    margin-bottom: -71.625rem !important;
  }

  .\31xl\:-mx-tabletBlockContentWidth {
    margin-left: -71.625rem !important;
    margin-right: -71.625rem !important;
  }

  .\31xl\:-my-largeTextContentMaxWidth {
    margin-top: -57.0625rem !important;
    margin-bottom: -57.0625rem !important;
  }

  .\31xl\:-mx-largeTextContentMaxWidth {
    margin-left: -57.0625rem !important;
    margin-right: -57.0625rem !important;
  }

  .\31xl\:-my-largeTextContentWidth {
    margin-top: -63% !important;
    margin-bottom: -63% !important;
  }

  .\31xl\:-mx-largeTextContentWidth {
    margin-left: -63% !important;
    margin-right: -63% !important;
  }

  .\31xl\:-my-largeBlockContentWidth {
    margin-top: -71.625rem !important;
    margin-bottom: -71.625rem !important;
  }

  .\31xl\:-mx-largeBlockContentWidth {
    margin-left: -71.625rem !important;
    margin-right: -71.625rem !important;
  }

  .\31xl\:mt-0 {
    margin-top: 0 !important;
  }

  .\31xl\:mr-0 {
    margin-right: 0 !important;
  }

  .\31xl\:mb-0 {
    margin-bottom: 0 !important;
  }

  .\31xl\:ml-0 {
    margin-left: 0 !important;
  }

  .\31xl\:mt-1 {
    margin-top: 0.25rem !important;
  }

  .\31xl\:mr-1 {
    margin-right: 0.25rem !important;
  }

  .\31xl\:mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .\31xl\:ml-1 {
    margin-left: 0.25rem !important;
  }

  .\31xl\:mt-2 {
    margin-top: 0.5rem !important;
  }

  .\31xl\:mr-2 {
    margin-right: 0.5rem !important;
  }

  .\31xl\:mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .\31xl\:ml-2 {
    margin-left: 0.5rem !important;
  }

  .\31xl\:mt-3 {
    margin-top: 0.75rem !important;
  }

  .\31xl\:mr-3 {
    margin-right: 0.75rem !important;
  }

  .\31xl\:mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .\31xl\:ml-3 {
    margin-left: 0.75rem !important;
  }

  .\31xl\:mt-4 {
    margin-top: 1rem !important;
  }

  .\31xl\:mr-4 {
    margin-right: 1rem !important;
  }

  .\31xl\:mb-4 {
    margin-bottom: 1rem !important;
  }

  .\31xl\:ml-4 {
    margin-left: 1rem !important;
  }

  .\31xl\:mt-5 {
    margin-top: 1.25rem !important;
  }

  .\31xl\:mr-5 {
    margin-right: 1.25rem !important;
  }

  .\31xl\:mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .\31xl\:ml-5 {
    margin-left: 1.25rem !important;
  }

  .\31xl\:mt-6 {
    margin-top: 1.5rem !important;
  }

  .\31xl\:mr-6 {
    margin-right: 1.5rem !important;
  }

  .\31xl\:mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .\31xl\:ml-6 {
    margin-left: 1.5rem !important;
  }

  .\31xl\:mt-8 {
    margin-top: 2rem !important;
  }

  .\31xl\:mr-8 {
    margin-right: 2rem !important;
  }

  .\31xl\:mb-8 {
    margin-bottom: 2rem !important;
  }

  .\31xl\:ml-8 {
    margin-left: 2rem !important;
  }

  .\31xl\:mt-9 {
    margin-top: 2.5rem !important;
  }

  .\31xl\:mr-9 {
    margin-right: 2.5rem !important;
  }

  .\31xl\:mb-9 {
    margin-bottom: 2.5rem !important;
  }

  .\31xl\:ml-9 {
    margin-left: 2.5rem !important;
  }

  .\31xl\:mt-10 {
    margin-top: 2.5rem !important;
  }

  .\31xl\:mr-10 {
    margin-right: 2.5rem !important;
  }

  .\31xl\:mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .\31xl\:ml-10 {
    margin-left: 2.5rem !important;
  }

  .\31xl\:mt-12 {
    margin-top: 3rem !important;
  }

  .\31xl\:mr-12 {
    margin-right: 3rem !important;
  }

  .\31xl\:mb-12 {
    margin-bottom: 3rem !important;
  }

  .\31xl\:ml-12 {
    margin-left: 3rem !important;
  }

  .\31xl\:mt-14 {
    margin-top: 3.5rem !important;
  }

  .\31xl\:mr-14 {
    margin-right: 3.5rem !important;
  }

  .\31xl\:mb-14 {
    margin-bottom: 3.5rem !important;
  }

  .\31xl\:ml-14 {
    margin-left: 3.5rem !important;
  }

  .\31xl\:mt-16 {
    margin-top: 4rem !important;
  }

  .\31xl\:mr-16 {
    margin-right: 4rem !important;
  }

  .\31xl\:mb-16 {
    margin-bottom: 4rem !important;
  }

  .\31xl\:ml-16 {
    margin-left: 4rem !important;
  }

  .\31xl\:mt-18 {
    margin-top: 4.5rem !important;
  }

  .\31xl\:mr-18 {
    margin-right: 4.5rem !important;
  }

  .\31xl\:mb-18 {
    margin-bottom: 4.5rem !important;
  }

  .\31xl\:ml-18 {
    margin-left: 4.5rem !important;
  }

  .\31xl\:mt-20 {
    margin-top: 5rem !important;
  }

  .\31xl\:mr-20 {
    margin-right: 5rem !important;
  }

  .\31xl\:mb-20 {
    margin-bottom: 5rem !important;
  }

  .\31xl\:ml-20 {
    margin-left: 5rem !important;
  }

  .\31xl\:mt-22 {
    margin-top: 5.626rem !important;
  }

  .\31xl\:mr-22 {
    margin-right: 5.626rem !important;
  }

  .\31xl\:mb-22 {
    margin-bottom: 5.626rem !important;
  }

  .\31xl\:ml-22 {
    margin-left: 5.626rem !important;
  }

  .\31xl\:mt-24 {
    margin-top: 6rem !important;
  }

  .\31xl\:mr-24 {
    margin-right: 6rem !important;
  }

  .\31xl\:mb-24 {
    margin-bottom: 6rem !important;
  }

  .\31xl\:ml-24 {
    margin-left: 6rem !important;
  }

  .\31xl\:mt-26 {
    margin-top: 6.25rem !important;
  }

  .\31xl\:mr-26 {
    margin-right: 6.25rem !important;
  }

  .\31xl\:mb-26 {
    margin-bottom: 6.25rem !important;
  }

  .\31xl\:ml-26 {
    margin-left: 6.25rem !important;
  }

  .\31xl\:mt-28 {
    margin-top: 7rem !important;
  }

  .\31xl\:mr-28 {
    margin-right: 7rem !important;
  }

  .\31xl\:mb-28 {
    margin-bottom: 7rem !important;
  }

  .\31xl\:ml-28 {
    margin-left: 7rem !important;
  }

  .\31xl\:mt-32 {
    margin-top: 8rem !important;
  }

  .\31xl\:mr-32 {
    margin-right: 8rem !important;
  }

  .\31xl\:mb-32 {
    margin-bottom: 8rem !important;
  }

  .\31xl\:ml-32 {
    margin-left: 8rem !important;
  }

  .\31xl\:mt-34 {
    margin-top: 8.5rem !important;
  }

  .\31xl\:mr-34 {
    margin-right: 8.5rem !important;
  }

  .\31xl\:mb-34 {
    margin-bottom: 8.5rem !important;
  }

  .\31xl\:ml-34 {
    margin-left: 8.5rem !important;
  }

  .\31xl\:mt-38 {
    margin-top: 9.25rem !important;
  }

  .\31xl\:mr-38 {
    margin-right: 9.25rem !important;
  }

  .\31xl\:mb-38 {
    margin-bottom: 9.25rem !important;
  }

  .\31xl\:ml-38 {
    margin-left: 9.25rem !important;
  }

  .\31xl\:mt-40 {
    margin-top: 10rem !important;
  }

  .\31xl\:mr-40 {
    margin-right: 10rem !important;
  }

  .\31xl\:mb-40 {
    margin-bottom: 10rem !important;
  }

  .\31xl\:ml-40 {
    margin-left: 10rem !important;
  }

  .\31xl\:mt-46 {
    margin-top: 11.75rem !important;
  }

  .\31xl\:mr-46 {
    margin-right: 11.75rem !important;
  }

  .\31xl\:mb-46 {
    margin-bottom: 11.75rem !important;
  }

  .\31xl\:ml-46 {
    margin-left: 11.75rem !important;
  }

  .\31xl\:mt-48 {
    margin-top: 12rem !important;
  }

  .\31xl\:mr-48 {
    margin-right: 12rem !important;
  }

  .\31xl\:mb-48 {
    margin-bottom: 12rem !important;
  }

  .\31xl\:ml-48 {
    margin-left: 12rem !important;
  }

  .\31xl\:mt-56 {
    margin-top: 14rem !important;
  }

  .\31xl\:mr-56 {
    margin-right: 14rem !important;
  }

  .\31xl\:mb-56 {
    margin-bottom: 14rem !important;
  }

  .\31xl\:ml-56 {
    margin-left: 14rem !important;
  }

  .\31xl\:mt-64 {
    margin-top: 16rem !important;
  }

  .\31xl\:mr-64 {
    margin-right: 16rem !important;
  }

  .\31xl\:mb-64 {
    margin-bottom: 16rem !important;
  }

  .\31xl\:ml-64 {
    margin-left: 16rem !important;
  }

  .\31xl\:mt-82 {
    margin-top: 20.75rem !important;
  }

  .\31xl\:mr-82 {
    margin-right: 20.75rem !important;
  }

  .\31xl\:mb-82 {
    margin-bottom: 20.75rem !important;
  }

  .\31xl\:ml-82 {
    margin-left: 20.75rem !important;
  }

  .\31xl\:mt-auto {
    margin-top: auto !important;
  }

  .\31xl\:mr-auto {
    margin-right: auto !important;
  }

  .\31xl\:mb-auto {
    margin-bottom: auto !important;
  }

  .\31xl\:ml-auto {
    margin-left: auto !important;
  }

  .\31xl\:mt-px {
    margin-top: 1px !important;
  }

  .\31xl\:mr-px {
    margin-right: 1px !important;
  }

  .\31xl\:mb-px {
    margin-bottom: 1px !important;
  }

  .\31xl\:ml-px {
    margin-left: 1px !important;
  }

  .\31xl\:mt-tiny {
    margin-top: 0.3rem !important;
  }

  .\31xl\:mr-tiny {
    margin-right: 0.3rem !important;
  }

  .\31xl\:mb-tiny {
    margin-bottom: 0.3rem !important;
  }

  .\31xl\:ml-tiny {
    margin-left: 0.3rem !important;
  }

  .\31xl\:mt-quick-links {
    margin-top: 26% !important;
  }

  .\31xl\:mr-quick-links {
    margin-right: 26% !important;
  }

  .\31xl\:mb-quick-links {
    margin-bottom: 26% !important;
  }

  .\31xl\:ml-quick-links {
    margin-left: 26% !important;
  }

  .\31xl\:mt-pro-slid {
    margin-top: 48% !important;
  }

  .\31xl\:mr-pro-slid {
    margin-right: 48% !important;
  }

  .\31xl\:mb-pro-slid {
    margin-bottom: 48% !important;
  }

  .\31xl\:ml-pro-slid {
    margin-left: 48% !important;
  }

  .\31xl\:mt-62p {
    margin-top: 62% !important;
  }

  .\31xl\:mr-62p {
    margin-right: 62% !important;
  }

  .\31xl\:mb-62p {
    margin-bottom: 62% !important;
  }

  .\31xl\:ml-62p {
    margin-left: 62% !important;
  }

  .\31xl\:mt-90p {
    margin-top: 90% !important;
  }

  .\31xl\:mr-90p {
    margin-right: 90% !important;
  }

  .\31xl\:mb-90p {
    margin-bottom: 90% !important;
  }

  .\31xl\:ml-90p {
    margin-left: 90% !important;
  }

  .\31xl\:mt-x-large {
    margin-top: 27.5rem !important;
  }

  .\31xl\:mr-x-large {
    margin-right: 27.5rem !important;
  }

  .\31xl\:mb-x-large {
    margin-bottom: 27.5rem !important;
  }

  .\31xl\:ml-x-large {
    margin-left: 27.5rem !important;
  }

  .\31xl\:mt-2px {
    margin-top: 0.125rem !important;
  }

  .\31xl\:mr-2px {
    margin-right: 0.125rem !important;
  }

  .\31xl\:mb-2px {
    margin-bottom: 0.125rem !important;
  }

  .\31xl\:ml-2px {
    margin-left: 0.125rem !important;
  }

  .\31xl\:mt-9px {
    margin-top: 0.5625rem !important;
  }

  .\31xl\:mr-9px {
    margin-right: 0.5625rem !important;
  }

  .\31xl\:mb-9px {
    margin-bottom: 0.5625rem !important;
  }

  .\31xl\:ml-9px {
    margin-left: 0.5625rem !important;
  }

  .\31xl\:mt-10px {
    margin-top: 0.625rem !important;
  }

  .\31xl\:mr-10px {
    margin-right: 0.625rem !important;
  }

  .\31xl\:mb-10px {
    margin-bottom: 0.625rem !important;
  }

  .\31xl\:ml-10px {
    margin-left: 0.625rem !important;
  }

  .\31xl\:mt-18px {
    margin-top: 1.125rem !important;
  }

  .\31xl\:mr-18px {
    margin-right: 1.125rem !important;
  }

  .\31xl\:mb-18px {
    margin-bottom: 1.125rem !important;
  }

  .\31xl\:ml-18px {
    margin-left: 1.125rem !important;
  }

  .\31xl\:mt-20px {
    margin-top: 1.25rem !important;
  }

  .\31xl\:mr-20px {
    margin-right: 1.25rem !important;
  }

  .\31xl\:mb-20px {
    margin-bottom: 1.25rem !important;
  }

  .\31xl\:ml-20px {
    margin-left: 1.25rem !important;
  }

  .\31xl\:mt-24px {
    margin-top: 1.5rem !important;
  }

  .\31xl\:mr-24px {
    margin-right: 1.5rem !important;
  }

  .\31xl\:mb-24px {
    margin-bottom: 1.5rem !important;
  }

  .\31xl\:ml-24px {
    margin-left: 1.5rem !important;
  }

  .\31xl\:mt-26px {
    margin-top: 1.625rem !important;
  }

  .\31xl\:mr-26px {
    margin-right: 1.625rem !important;
  }

  .\31xl\:mb-26px {
    margin-bottom: 1.625rem !important;
  }

  .\31xl\:ml-26px {
    margin-left: 1.625rem !important;
  }

  .\31xl\:mt-30px {
    margin-top: 1.875rem !important;
  }

  .\31xl\:mr-30px {
    margin-right: 1.875rem !important;
  }

  .\31xl\:mb-30px {
    margin-bottom: 1.875rem !important;
  }

  .\31xl\:ml-30px {
    margin-left: 1.875rem !important;
  }

  .\31xl\:mt-38px {
    margin-top: 2.375rem !important;
  }

  .\31xl\:mr-38px {
    margin-right: 2.375rem !important;
  }

  .\31xl\:mb-38px {
    margin-bottom: 2.375rem !important;
  }

  .\31xl\:ml-38px {
    margin-left: 2.375rem !important;
  }

  .\31xl\:mt-43px {
    margin-top: 2.6875rem !important;
  }

  .\31xl\:mr-43px {
    margin-right: 2.6875rem !important;
  }

  .\31xl\:mb-43px {
    margin-bottom: 2.6875rem !important;
  }

  .\31xl\:ml-43px {
    margin-left: 2.6875rem !important;
  }

  .\31xl\:mt-44px {
    margin-top: 2.75rem !important;
  }

  .\31xl\:mr-44px {
    margin-right: 2.75rem !important;
  }

  .\31xl\:mb-44px {
    margin-bottom: 2.75rem !important;
  }

  .\31xl\:ml-44px {
    margin-left: 2.75rem !important;
  }

  .\31xl\:mt-46px {
    margin-top: 2.875rem !important;
  }

  .\31xl\:mr-46px {
    margin-right: 2.875rem !important;
  }

  .\31xl\:mb-46px {
    margin-bottom: 2.875rem !important;
  }

  .\31xl\:ml-46px {
    margin-left: 2.875rem !important;
  }

  .\31xl\:mt-53px {
    margin-top: 3.3125rem !important;
  }

  .\31xl\:mr-53px {
    margin-right: 3.3125rem !important;
  }

  .\31xl\:mb-53px {
    margin-bottom: 3.3125rem !important;
  }

  .\31xl\:ml-53px {
    margin-left: 3.3125rem !important;
  }

  .\31xl\:mt-54px {
    margin-top: 3.375rem !important;
  }

  .\31xl\:mr-54px {
    margin-right: 3.375rem !important;
  }

  .\31xl\:mb-54px {
    margin-bottom: 3.375rem !important;
  }

  .\31xl\:ml-54px {
    margin-left: 3.375rem !important;
  }

  .\31xl\:mt-55px {
    margin-top: 3.4375rem !important;
  }

  .\31xl\:mr-55px {
    margin-right: 3.4375rem !important;
  }

  .\31xl\:mb-55px {
    margin-bottom: 3.4375rem !important;
  }

  .\31xl\:ml-55px {
    margin-left: 3.4375rem !important;
  }

  .\31xl\:mt-60px {
    margin-top: 3.75rem !important;
  }

  .\31xl\:mr-60px {
    margin-right: 3.75rem !important;
  }

  .\31xl\:mb-60px {
    margin-bottom: 3.75rem !important;
  }

  .\31xl\:ml-60px {
    margin-left: 3.75rem !important;
  }

  .\31xl\:mt-67px {
    margin-top: 4.1875rem !important;
  }

  .\31xl\:mr-67px {
    margin-right: 4.1875rem !important;
  }

  .\31xl\:mb-67px {
    margin-bottom: 4.1875rem !important;
  }

  .\31xl\:ml-67px {
    margin-left: 4.1875rem !important;
  }

  .\31xl\:mt-73px {
    margin-top: 4.5625rem !important;
  }

  .\31xl\:mr-73px {
    margin-right: 4.5625rem !important;
  }

  .\31xl\:mb-73px {
    margin-bottom: 4.5625rem !important;
  }

  .\31xl\:ml-73px {
    margin-left: 4.5625rem !important;
  }

  .\31xl\:mt-80px {
    margin-top: 5rem !important;
  }

  .\31xl\:mr-80px {
    margin-right: 5rem !important;
  }

  .\31xl\:mb-80px {
    margin-bottom: 5rem !important;
  }

  .\31xl\:ml-80px {
    margin-left: 5rem !important;
  }

  .\31xl\:mt-81px {
    margin-top: 5.0625rem !important;
  }

  .\31xl\:mr-81px {
    margin-right: 5.0625rem !important;
  }

  .\31xl\:mb-81px {
    margin-bottom: 5.0625rem !important;
  }

  .\31xl\:ml-81px {
    margin-left: 5.0625rem !important;
  }

  .\31xl\:mt-85px {
    margin-top: 5.3125rem !important;
  }

  .\31xl\:mr-85px {
    margin-right: 5.3125rem !important;
  }

  .\31xl\:mb-85px {
    margin-bottom: 5.3125rem !important;
  }

  .\31xl\:ml-85px {
    margin-left: 5.3125rem !important;
  }

  .\31xl\:mt-92px {
    margin-top: 5.75rem !important;
  }

  .\31xl\:mr-92px {
    margin-right: 5.75rem !important;
  }

  .\31xl\:mb-92px {
    margin-bottom: 5.75rem !important;
  }

  .\31xl\:ml-92px {
    margin-left: 5.75rem !important;
  }

  .\31xl\:mt-100px {
    margin-top: 6.25rem !important;
  }

  .\31xl\:mr-100px {
    margin-right: 6.25rem !important;
  }

  .\31xl\:mb-100px {
    margin-bottom: 6.25rem !important;
  }

  .\31xl\:ml-100px {
    margin-left: 6.25rem !important;
  }

  .\31xl\:mt-106px {
    margin-top: 6.625rem !important;
  }

  .\31xl\:mr-106px {
    margin-right: 6.625rem !important;
  }

  .\31xl\:mb-106px {
    margin-bottom: 6.625rem !important;
  }

  .\31xl\:ml-106px {
    margin-left: 6.625rem !important;
  }

  .\31xl\:mt-123px {
    margin-top: 7.6875rem !important;
  }

  .\31xl\:mr-123px {
    margin-right: 7.6875rem !important;
  }

  .\31xl\:mb-123px {
    margin-bottom: 7.6875rem !important;
  }

  .\31xl\:ml-123px {
    margin-left: 7.6875rem !important;
  }

  .\31xl\:mt-126px {
    margin-top: 7.875rem !important;
  }

  .\31xl\:mr-126px {
    margin-right: 7.875rem !important;
  }

  .\31xl\:mb-126px {
    margin-bottom: 7.875rem !important;
  }

  .\31xl\:ml-126px {
    margin-left: 7.875rem !important;
  }

  .\31xl\:mt-138px {
    margin-top: 8.625rem !important;
  }

  .\31xl\:mr-138px {
    margin-right: 8.625rem !important;
  }

  .\31xl\:mb-138px {
    margin-bottom: 8.625rem !important;
  }

  .\31xl\:ml-138px {
    margin-left: 8.625rem !important;
  }

  .\31xl\:mt-140px {
    margin-top: 8.75rem !important;
  }

  .\31xl\:mr-140px {
    margin-right: 8.75rem !important;
  }

  .\31xl\:mb-140px {
    margin-bottom: 8.75rem !important;
  }

  .\31xl\:ml-140px {
    margin-left: 8.75rem !important;
  }

  .\31xl\:mt-146px {
    margin-top: 9.125rem !important;
  }

  .\31xl\:mr-146px {
    margin-right: 9.125rem !important;
  }

  .\31xl\:mb-146px {
    margin-bottom: 9.125rem !important;
  }

  .\31xl\:ml-146px {
    margin-left: 9.125rem !important;
  }

  .\31xl\:mt-152px {
    margin-top: 9.5rem !important;
  }

  .\31xl\:mr-152px {
    margin-right: 9.5rem !important;
  }

  .\31xl\:mb-152px {
    margin-bottom: 9.5rem !important;
  }

  .\31xl\:ml-152px {
    margin-left: 9.5rem !important;
  }

  .\31xl\:mt-187px {
    margin-top: 11.6875rem !important;
  }

  .\31xl\:mr-187px {
    margin-right: 11.6875rem !important;
  }

  .\31xl\:mb-187px {
    margin-bottom: 11.6875rem !important;
  }

  .\31xl\:ml-187px {
    margin-left: 11.6875rem !important;
  }

  .\31xl\:mt-220px {
    margin-top: 13.75rem !important;
  }

  .\31xl\:mr-220px {
    margin-right: 13.75rem !important;
  }

  .\31xl\:mb-220px {
    margin-bottom: 13.75rem !important;
  }

  .\31xl\:ml-220px {
    margin-left: 13.75rem !important;
  }

  .\31xl\:mt-253px {
    margin-top: 15.8125rem !important;
  }

  .\31xl\:mr-253px {
    margin-right: 15.8125rem !important;
  }

  .\31xl\:mb-253px {
    margin-bottom: 15.8125rem !important;
  }

  .\31xl\:ml-253px {
    margin-left: 15.8125rem !important;
  }

  .\31xl\:mt-320px {
    margin-top: 20rem !important;
  }

  .\31xl\:mr-320px {
    margin-right: 20rem !important;
  }

  .\31xl\:mb-320px {
    margin-bottom: 20rem !important;
  }

  .\31xl\:ml-320px {
    margin-left: 20rem !important;
  }

  .\31xl\:mt-400px {
    margin-top: 25rem !important;
  }

  .\31xl\:mr-400px {
    margin-right: 25rem !important;
  }

  .\31xl\:mb-400px {
    margin-bottom: 25rem !important;
  }

  .\31xl\:ml-400px {
    margin-left: 25rem !important;
  }

  .\31xl\:mt-500px {
    margin-top: 31.25rem !important;
  }

  .\31xl\:mr-500px {
    margin-right: 31.25rem !important;
  }

  .\31xl\:mb-500px {
    margin-bottom: 31.25rem !important;
  }

  .\31xl\:ml-500px {
    margin-left: 31.25rem !important;
  }

  .\31xl\:mt-lgPaddingTop {
    margin-top: 15.8125rem !important;
  }

  .\31xl\:mr-lgPaddingTop {
    margin-right: 15.8125rem !important;
  }

  .\31xl\:mb-lgPaddingTop {
    margin-bottom: 15.8125rem !important;
  }

  .\31xl\:ml-lgPaddingTop {
    margin-left: 15.8125rem !important;
  }

  .\31xl\:mt-phonePaddingTop {
    margin-top: 9.875rem !important;
  }

  .\31xl\:mr-phonePaddingTop {
    margin-right: 9.875rem !important;
  }

  .\31xl\:mb-phonePaddingTop {
    margin-bottom: 9.875rem !important;
  }

  .\31xl\:ml-phonePaddingTop {
    margin-left: 9.875rem !important;
  }

  .\31xl\:mt-tabletPaddingTop {
    margin-top: 6.625rem !important;
  }

  .\31xl\:mr-tabletPaddingTop {
    margin-right: 6.625rem !important;
  }

  .\31xl\:mb-tabletPaddingTop {
    margin-bottom: 6.625rem !important;
  }

  .\31xl\:ml-tabletPaddingTop {
    margin-left: 6.625rem !important;
  }

  .\31xl\:mt-largePaddingTop {
    margin-top: 13.75rem !important;
  }

  .\31xl\:mr-largePaddingTop {
    margin-right: 13.75rem !important;
  }

  .\31xl\:mb-largePaddingTop {
    margin-bottom: 13.75rem !important;
  }

  .\31xl\:ml-largePaddingTop {
    margin-left: 13.75rem !important;
  }

  .\31xl\:mt-phoneTextContentMaxWidth {
    margin-top: 57.0625rem !important;
  }

  .\31xl\:mr-phoneTextContentMaxWidth {
    margin-right: 57.0625rem !important;
  }

  .\31xl\:mb-phoneTextContentMaxWidth {
    margin-bottom: 57.0625rem !important;
  }

  .\31xl\:ml-phoneTextContentMaxWidth {
    margin-left: 57.0625rem !important;
  }

  .\31xl\:mt-phoneTextContentWidth {
    margin-top: 63% !important;
  }

  .\31xl\:mr-phoneTextContentWidth {
    margin-right: 63% !important;
  }

  .\31xl\:mb-phoneTextContentWidth {
    margin-bottom: 63% !important;
  }

  .\31xl\:ml-phoneTextContentWidth {
    margin-left: 63% !important;
  }

  .\31xl\:mt-phoneBlockContentWidth {
    margin-top: 71.625rem !important;
  }

  .\31xl\:mr-phoneBlockContentWidth {
    margin-right: 71.625rem !important;
  }

  .\31xl\:mb-phoneBlockContentWidth {
    margin-bottom: 71.625rem !important;
  }

  .\31xl\:ml-phoneBlockContentWidth {
    margin-left: 71.625rem !important;
  }

  .\31xl\:mt-tabletTextContentMaxWidth {
    margin-top: 57.0625rem !important;
  }

  .\31xl\:mr-tabletTextContentMaxWidth {
    margin-right: 57.0625rem !important;
  }

  .\31xl\:mb-tabletTextContentMaxWidth {
    margin-bottom: 57.0625rem !important;
  }

  .\31xl\:ml-tabletTextContentMaxWidth {
    margin-left: 57.0625rem !important;
  }

  .\31xl\:mt-tabletTextContentWidth {
    margin-top: 63% !important;
  }

  .\31xl\:mr-tabletTextContentWidth {
    margin-right: 63% !important;
  }

  .\31xl\:mb-tabletTextContentWidth {
    margin-bottom: 63% !important;
  }

  .\31xl\:ml-tabletTextContentWidth {
    margin-left: 63% !important;
  }

  .\31xl\:mt-tabletBlockContentWidth {
    margin-top: 71.625rem !important;
  }

  .\31xl\:mr-tabletBlockContentWidth {
    margin-right: 71.625rem !important;
  }

  .\31xl\:mb-tabletBlockContentWidth {
    margin-bottom: 71.625rem !important;
  }

  .\31xl\:ml-tabletBlockContentWidth {
    margin-left: 71.625rem !important;
  }

  .\31xl\:mt-largeTextContentMaxWidth {
    margin-top: 57.0625rem !important;
  }

  .\31xl\:mr-largeTextContentMaxWidth {
    margin-right: 57.0625rem !important;
  }

  .\31xl\:mb-largeTextContentMaxWidth {
    margin-bottom: 57.0625rem !important;
  }

  .\31xl\:ml-largeTextContentMaxWidth {
    margin-left: 57.0625rem !important;
  }

  .\31xl\:mt-largeTextContentWidth {
    margin-top: 63% !important;
  }

  .\31xl\:mr-largeTextContentWidth {
    margin-right: 63% !important;
  }

  .\31xl\:mb-largeTextContentWidth {
    margin-bottom: 63% !important;
  }

  .\31xl\:ml-largeTextContentWidth {
    margin-left: 63% !important;
  }

  .\31xl\:mt-largeBlockContentWidth {
    margin-top: 71.625rem !important;
  }

  .\31xl\:mr-largeBlockContentWidth {
    margin-right: 71.625rem !important;
  }

  .\31xl\:mb-largeBlockContentWidth {
    margin-bottom: 71.625rem !important;
  }

  .\31xl\:ml-largeBlockContentWidth {
    margin-left: 71.625rem !important;
  }

  .\31xl\:-mt-1 {
    margin-top: -0.25rem !important;
  }

  .\31xl\:-mr-1 {
    margin-right: -0.25rem !important;
  }

  .\31xl\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .\31xl\:-ml-1 {
    margin-left: -0.25rem !important;
  }

  .\31xl\:-mt-2 {
    margin-top: -0.5rem !important;
  }

  .\31xl\:-mr-2 {
    margin-right: -0.5rem !important;
  }

  .\31xl\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .\31xl\:-ml-2 {
    margin-left: -0.5rem !important;
  }

  .\31xl\:-mt-3 {
    margin-top: -0.75rem !important;
  }

  .\31xl\:-mr-3 {
    margin-right: -0.75rem !important;
  }

  .\31xl\:-mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .\31xl\:-ml-3 {
    margin-left: -0.75rem !important;
  }

  .\31xl\:-mt-4 {
    margin-top: -1rem !important;
  }

  .\31xl\:-mr-4 {
    margin-right: -1rem !important;
  }

  .\31xl\:-mb-4 {
    margin-bottom: -1rem !important;
  }

  .\31xl\:-ml-4 {
    margin-left: -1rem !important;
  }

  .\31xl\:-mt-5 {
    margin-top: -1.25rem !important;
  }

  .\31xl\:-mr-5 {
    margin-right: -1.25rem !important;
  }

  .\31xl\:-mb-5 {
    margin-bottom: -1.25rem !important;
  }

  .\31xl\:-ml-5 {
    margin-left: -1.25rem !important;
  }

  .\31xl\:-mt-6 {
    margin-top: -1.5rem !important;
  }

  .\31xl\:-mr-6 {
    margin-right: -1.5rem !important;
  }

  .\31xl\:-mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .\31xl\:-ml-6 {
    margin-left: -1.5rem !important;
  }

  .\31xl\:-mt-8 {
    margin-top: -2rem !important;
  }

  .\31xl\:-mr-8 {
    margin-right: -2rem !important;
  }

  .\31xl\:-mb-8 {
    margin-bottom: -2rem !important;
  }

  .\31xl\:-ml-8 {
    margin-left: -2rem !important;
  }

  .\31xl\:-mt-9 {
    margin-top: -2.5rem !important;
  }

  .\31xl\:-mr-9 {
    margin-right: -2.5rem !important;
  }

  .\31xl\:-mb-9 {
    margin-bottom: -2.5rem !important;
  }

  .\31xl\:-ml-9 {
    margin-left: -2.5rem !important;
  }

  .\31xl\:-mt-10 {
    margin-top: -2.5rem !important;
  }

  .\31xl\:-mr-10 {
    margin-right: -2.5rem !important;
  }

  .\31xl\:-mb-10 {
    margin-bottom: -2.5rem !important;
  }

  .\31xl\:-ml-10 {
    margin-left: -2.5rem !important;
  }

  .\31xl\:-mt-12 {
    margin-top: -3rem !important;
  }

  .\31xl\:-mr-12 {
    margin-right: -3rem !important;
  }

  .\31xl\:-mb-12 {
    margin-bottom: -3rem !important;
  }

  .\31xl\:-ml-12 {
    margin-left: -3rem !important;
  }

  .\31xl\:-mt-14 {
    margin-top: -3.5rem !important;
  }

  .\31xl\:-mr-14 {
    margin-right: -3.5rem !important;
  }

  .\31xl\:-mb-14 {
    margin-bottom: -3.5rem !important;
  }

  .\31xl\:-ml-14 {
    margin-left: -3.5rem !important;
  }

  .\31xl\:-mt-16 {
    margin-top: -4rem !important;
  }

  .\31xl\:-mr-16 {
    margin-right: -4rem !important;
  }

  .\31xl\:-mb-16 {
    margin-bottom: -4rem !important;
  }

  .\31xl\:-ml-16 {
    margin-left: -4rem !important;
  }

  .\31xl\:-mt-18 {
    margin-top: -4.5rem !important;
  }

  .\31xl\:-mr-18 {
    margin-right: -4.5rem !important;
  }

  .\31xl\:-mb-18 {
    margin-bottom: -4.5rem !important;
  }

  .\31xl\:-ml-18 {
    margin-left: -4.5rem !important;
  }

  .\31xl\:-mt-20 {
    margin-top: -5rem !important;
  }

  .\31xl\:-mr-20 {
    margin-right: -5rem !important;
  }

  .\31xl\:-mb-20 {
    margin-bottom: -5rem !important;
  }

  .\31xl\:-ml-20 {
    margin-left: -5rem !important;
  }

  .\31xl\:-mt-22 {
    margin-top: -5.626rem !important;
  }

  .\31xl\:-mr-22 {
    margin-right: -5.626rem !important;
  }

  .\31xl\:-mb-22 {
    margin-bottom: -5.626rem !important;
  }

  .\31xl\:-ml-22 {
    margin-left: -5.626rem !important;
  }

  .\31xl\:-mt-24 {
    margin-top: -6rem !important;
  }

  .\31xl\:-mr-24 {
    margin-right: -6rem !important;
  }

  .\31xl\:-mb-24 {
    margin-bottom: -6rem !important;
  }

  .\31xl\:-ml-24 {
    margin-left: -6rem !important;
  }

  .\31xl\:-mt-26 {
    margin-top: -6.25rem !important;
  }

  .\31xl\:-mr-26 {
    margin-right: -6.25rem !important;
  }

  .\31xl\:-mb-26 {
    margin-bottom: -6.25rem !important;
  }

  .\31xl\:-ml-26 {
    margin-left: -6.25rem !important;
  }

  .\31xl\:-mt-28 {
    margin-top: -7rem !important;
  }

  .\31xl\:-mr-28 {
    margin-right: -7rem !important;
  }

  .\31xl\:-mb-28 {
    margin-bottom: -7rem !important;
  }

  .\31xl\:-ml-28 {
    margin-left: -7rem !important;
  }

  .\31xl\:-mt-32 {
    margin-top: -8rem !important;
  }

  .\31xl\:-mr-32 {
    margin-right: -8rem !important;
  }

  .\31xl\:-mb-32 {
    margin-bottom: -8rem !important;
  }

  .\31xl\:-ml-32 {
    margin-left: -8rem !important;
  }

  .\31xl\:-mt-34 {
    margin-top: -8.5rem !important;
  }

  .\31xl\:-mr-34 {
    margin-right: -8.5rem !important;
  }

  .\31xl\:-mb-34 {
    margin-bottom: -8.5rem !important;
  }

  .\31xl\:-ml-34 {
    margin-left: -8.5rem !important;
  }

  .\31xl\:-mt-38 {
    margin-top: -9.25rem !important;
  }

  .\31xl\:-mr-38 {
    margin-right: -9.25rem !important;
  }

  .\31xl\:-mb-38 {
    margin-bottom: -9.25rem !important;
  }

  .\31xl\:-ml-38 {
    margin-left: -9.25rem !important;
  }

  .\31xl\:-mt-40 {
    margin-top: -10rem !important;
  }

  .\31xl\:-mr-40 {
    margin-right: -10rem !important;
  }

  .\31xl\:-mb-40 {
    margin-bottom: -10rem !important;
  }

  .\31xl\:-ml-40 {
    margin-left: -10rem !important;
  }

  .\31xl\:-mt-46 {
    margin-top: -11.75rem !important;
  }

  .\31xl\:-mr-46 {
    margin-right: -11.75rem !important;
  }

  .\31xl\:-mb-46 {
    margin-bottom: -11.75rem !important;
  }

  .\31xl\:-ml-46 {
    margin-left: -11.75rem !important;
  }

  .\31xl\:-mt-48 {
    margin-top: -12rem !important;
  }

  .\31xl\:-mr-48 {
    margin-right: -12rem !important;
  }

  .\31xl\:-mb-48 {
    margin-bottom: -12rem !important;
  }

  .\31xl\:-ml-48 {
    margin-left: -12rem !important;
  }

  .\31xl\:-mt-56 {
    margin-top: -14rem !important;
  }

  .\31xl\:-mr-56 {
    margin-right: -14rem !important;
  }

  .\31xl\:-mb-56 {
    margin-bottom: -14rem !important;
  }

  .\31xl\:-ml-56 {
    margin-left: -14rem !important;
  }

  .\31xl\:-mt-64 {
    margin-top: -16rem !important;
  }

  .\31xl\:-mr-64 {
    margin-right: -16rem !important;
  }

  .\31xl\:-mb-64 {
    margin-bottom: -16rem !important;
  }

  .\31xl\:-ml-64 {
    margin-left: -16rem !important;
  }

  .\31xl\:-mt-82 {
    margin-top: -20.75rem !important;
  }

  .\31xl\:-mr-82 {
    margin-right: -20.75rem !important;
  }

  .\31xl\:-mb-82 {
    margin-bottom: -20.75rem !important;
  }

  .\31xl\:-ml-82 {
    margin-left: -20.75rem !important;
  }

  .\31xl\:-mt-px {
    margin-top: -1px !important;
  }

  .\31xl\:-mr-px {
    margin-right: -1px !important;
  }

  .\31xl\:-mb-px {
    margin-bottom: -1px !important;
  }

  .\31xl\:-ml-px {
    margin-left: -1px !important;
  }

  .\31xl\:-mt-tiny {
    margin-top: -0.3rem !important;
  }

  .\31xl\:-mr-tiny {
    margin-right: -0.3rem !important;
  }

  .\31xl\:-mb-tiny {
    margin-bottom: -0.3rem !important;
  }

  .\31xl\:-ml-tiny {
    margin-left: -0.3rem !important;
  }

  .\31xl\:-mt-quick-links {
    margin-top: -26% !important;
  }

  .\31xl\:-mr-quick-links {
    margin-right: -26% !important;
  }

  .\31xl\:-mb-quick-links {
    margin-bottom: -26% !important;
  }

  .\31xl\:-ml-quick-links {
    margin-left: -26% !important;
  }

  .\31xl\:-mt-pro-slid {
    margin-top: -48% !important;
  }

  .\31xl\:-mr-pro-slid {
    margin-right: -48% !important;
  }

  .\31xl\:-mb-pro-slid {
    margin-bottom: -48% !important;
  }

  .\31xl\:-ml-pro-slid {
    margin-left: -48% !important;
  }

  .\31xl\:-mt-62p {
    margin-top: -62% !important;
  }

  .\31xl\:-mr-62p {
    margin-right: -62% !important;
  }

  .\31xl\:-mb-62p {
    margin-bottom: -62% !important;
  }

  .\31xl\:-ml-62p {
    margin-left: -62% !important;
  }

  .\31xl\:-mt-90p {
    margin-top: -90% !important;
  }

  .\31xl\:-mr-90p {
    margin-right: -90% !important;
  }

  .\31xl\:-mb-90p {
    margin-bottom: -90% !important;
  }

  .\31xl\:-ml-90p {
    margin-left: -90% !important;
  }

  .\31xl\:-mt-x-large {
    margin-top: -27.5rem !important;
  }

  .\31xl\:-mr-x-large {
    margin-right: -27.5rem !important;
  }

  .\31xl\:-mb-x-large {
    margin-bottom: -27.5rem !important;
  }

  .\31xl\:-ml-x-large {
    margin-left: -27.5rem !important;
  }

  .\31xl\:-mt-2px {
    margin-top: -0.125rem !important;
  }

  .\31xl\:-mr-2px {
    margin-right: -0.125rem !important;
  }

  .\31xl\:-mb-2px {
    margin-bottom: -0.125rem !important;
  }

  .\31xl\:-ml-2px {
    margin-left: -0.125rem !important;
  }

  .\31xl\:-mt-9px {
    margin-top: -0.5625rem !important;
  }

  .\31xl\:-mr-9px {
    margin-right: -0.5625rem !important;
  }

  .\31xl\:-mb-9px {
    margin-bottom: -0.5625rem !important;
  }

  .\31xl\:-ml-9px {
    margin-left: -0.5625rem !important;
  }

  .\31xl\:-mt-10px {
    margin-top: -0.625rem !important;
  }

  .\31xl\:-mr-10px {
    margin-right: -0.625rem !important;
  }

  .\31xl\:-mb-10px {
    margin-bottom: -0.625rem !important;
  }

  .\31xl\:-ml-10px {
    margin-left: -0.625rem !important;
  }

  .\31xl\:-mt-18px {
    margin-top: -1.125rem !important;
  }

  .\31xl\:-mr-18px {
    margin-right: -1.125rem !important;
  }

  .\31xl\:-mb-18px {
    margin-bottom: -1.125rem !important;
  }

  .\31xl\:-ml-18px {
    margin-left: -1.125rem !important;
  }

  .\31xl\:-mt-20px {
    margin-top: -1.25rem !important;
  }

  .\31xl\:-mr-20px {
    margin-right: -1.25rem !important;
  }

  .\31xl\:-mb-20px {
    margin-bottom: -1.25rem !important;
  }

  .\31xl\:-ml-20px {
    margin-left: -1.25rem !important;
  }

  .\31xl\:-mt-24px {
    margin-top: -1.5rem !important;
  }

  .\31xl\:-mr-24px {
    margin-right: -1.5rem !important;
  }

  .\31xl\:-mb-24px {
    margin-bottom: -1.5rem !important;
  }

  .\31xl\:-ml-24px {
    margin-left: -1.5rem !important;
  }

  .\31xl\:-mt-26px {
    margin-top: -1.625rem !important;
  }

  .\31xl\:-mr-26px {
    margin-right: -1.625rem !important;
  }

  .\31xl\:-mb-26px {
    margin-bottom: -1.625rem !important;
  }

  .\31xl\:-ml-26px {
    margin-left: -1.625rem !important;
  }

  .\31xl\:-mt-30px {
    margin-top: -1.875rem !important;
  }

  .\31xl\:-mr-30px {
    margin-right: -1.875rem !important;
  }

  .\31xl\:-mb-30px {
    margin-bottom: -1.875rem !important;
  }

  .\31xl\:-ml-30px {
    margin-left: -1.875rem !important;
  }

  .\31xl\:-mt-38px {
    margin-top: -2.375rem !important;
  }

  .\31xl\:-mr-38px {
    margin-right: -2.375rem !important;
  }

  .\31xl\:-mb-38px {
    margin-bottom: -2.375rem !important;
  }

  .\31xl\:-ml-38px {
    margin-left: -2.375rem !important;
  }

  .\31xl\:-mt-43px {
    margin-top: -2.6875rem !important;
  }

  .\31xl\:-mr-43px {
    margin-right: -2.6875rem !important;
  }

  .\31xl\:-mb-43px {
    margin-bottom: -2.6875rem !important;
  }

  .\31xl\:-ml-43px {
    margin-left: -2.6875rem !important;
  }

  .\31xl\:-mt-44px {
    margin-top: -2.75rem !important;
  }

  .\31xl\:-mr-44px {
    margin-right: -2.75rem !important;
  }

  .\31xl\:-mb-44px {
    margin-bottom: -2.75rem !important;
  }

  .\31xl\:-ml-44px {
    margin-left: -2.75rem !important;
  }

  .\31xl\:-mt-46px {
    margin-top: -2.875rem !important;
  }

  .\31xl\:-mr-46px {
    margin-right: -2.875rem !important;
  }

  .\31xl\:-mb-46px {
    margin-bottom: -2.875rem !important;
  }

  .\31xl\:-ml-46px {
    margin-left: -2.875rem !important;
  }

  .\31xl\:-mt-53px {
    margin-top: -3.3125rem !important;
  }

  .\31xl\:-mr-53px {
    margin-right: -3.3125rem !important;
  }

  .\31xl\:-mb-53px {
    margin-bottom: -3.3125rem !important;
  }

  .\31xl\:-ml-53px {
    margin-left: -3.3125rem !important;
  }

  .\31xl\:-mt-54px {
    margin-top: -3.375rem !important;
  }

  .\31xl\:-mr-54px {
    margin-right: -3.375rem !important;
  }

  .\31xl\:-mb-54px {
    margin-bottom: -3.375rem !important;
  }

  .\31xl\:-ml-54px {
    margin-left: -3.375rem !important;
  }

  .\31xl\:-mt-55px {
    margin-top: -3.4375rem !important;
  }

  .\31xl\:-mr-55px {
    margin-right: -3.4375rem !important;
  }

  .\31xl\:-mb-55px {
    margin-bottom: -3.4375rem !important;
  }

  .\31xl\:-ml-55px {
    margin-left: -3.4375rem !important;
  }

  .\31xl\:-mt-60px {
    margin-top: -3.75rem !important;
  }

  .\31xl\:-mr-60px {
    margin-right: -3.75rem !important;
  }

  .\31xl\:-mb-60px {
    margin-bottom: -3.75rem !important;
  }

  .\31xl\:-ml-60px {
    margin-left: -3.75rem !important;
  }

  .\31xl\:-mt-67px {
    margin-top: -4.1875rem !important;
  }

  .\31xl\:-mr-67px {
    margin-right: -4.1875rem !important;
  }

  .\31xl\:-mb-67px {
    margin-bottom: -4.1875rem !important;
  }

  .\31xl\:-ml-67px {
    margin-left: -4.1875rem !important;
  }

  .\31xl\:-mt-73px {
    margin-top: -4.5625rem !important;
  }

  .\31xl\:-mr-73px {
    margin-right: -4.5625rem !important;
  }

  .\31xl\:-mb-73px {
    margin-bottom: -4.5625rem !important;
  }

  .\31xl\:-ml-73px {
    margin-left: -4.5625rem !important;
  }

  .\31xl\:-mt-80px {
    margin-top: -5rem !important;
  }

  .\31xl\:-mr-80px {
    margin-right: -5rem !important;
  }

  .\31xl\:-mb-80px {
    margin-bottom: -5rem !important;
  }

  .\31xl\:-ml-80px {
    margin-left: -5rem !important;
  }

  .\31xl\:-mt-81px {
    margin-top: -5.0625rem !important;
  }

  .\31xl\:-mr-81px {
    margin-right: -5.0625rem !important;
  }

  .\31xl\:-mb-81px {
    margin-bottom: -5.0625rem !important;
  }

  .\31xl\:-ml-81px {
    margin-left: -5.0625rem !important;
  }

  .\31xl\:-mt-85px {
    margin-top: -5.3125rem !important;
  }

  .\31xl\:-mr-85px {
    margin-right: -5.3125rem !important;
  }

  .\31xl\:-mb-85px {
    margin-bottom: -5.3125rem !important;
  }

  .\31xl\:-ml-85px {
    margin-left: -5.3125rem !important;
  }

  .\31xl\:-mt-92px {
    margin-top: -5.75rem !important;
  }

  .\31xl\:-mr-92px {
    margin-right: -5.75rem !important;
  }

  .\31xl\:-mb-92px {
    margin-bottom: -5.75rem !important;
  }

  .\31xl\:-ml-92px {
    margin-left: -5.75rem !important;
  }

  .\31xl\:-mt-100px {
    margin-top: -6.25rem !important;
  }

  .\31xl\:-mr-100px {
    margin-right: -6.25rem !important;
  }

  .\31xl\:-mb-100px {
    margin-bottom: -6.25rem !important;
  }

  .\31xl\:-ml-100px {
    margin-left: -6.25rem !important;
  }

  .\31xl\:-mt-106px {
    margin-top: -6.625rem !important;
  }

  .\31xl\:-mr-106px {
    margin-right: -6.625rem !important;
  }

  .\31xl\:-mb-106px {
    margin-bottom: -6.625rem !important;
  }

  .\31xl\:-ml-106px {
    margin-left: -6.625rem !important;
  }

  .\31xl\:-mt-123px {
    margin-top: -7.6875rem !important;
  }

  .\31xl\:-mr-123px {
    margin-right: -7.6875rem !important;
  }

  .\31xl\:-mb-123px {
    margin-bottom: -7.6875rem !important;
  }

  .\31xl\:-ml-123px {
    margin-left: -7.6875rem !important;
  }

  .\31xl\:-mt-126px {
    margin-top: -7.875rem !important;
  }

  .\31xl\:-mr-126px {
    margin-right: -7.875rem !important;
  }

  .\31xl\:-mb-126px {
    margin-bottom: -7.875rem !important;
  }

  .\31xl\:-ml-126px {
    margin-left: -7.875rem !important;
  }

  .\31xl\:-mt-138px {
    margin-top: -8.625rem !important;
  }

  .\31xl\:-mr-138px {
    margin-right: -8.625rem !important;
  }

  .\31xl\:-mb-138px {
    margin-bottom: -8.625rem !important;
  }

  .\31xl\:-ml-138px {
    margin-left: -8.625rem !important;
  }

  .\31xl\:-mt-140px {
    margin-top: -8.75rem !important;
  }

  .\31xl\:-mr-140px {
    margin-right: -8.75rem !important;
  }

  .\31xl\:-mb-140px {
    margin-bottom: -8.75rem !important;
  }

  .\31xl\:-ml-140px {
    margin-left: -8.75rem !important;
  }

  .\31xl\:-mt-146px {
    margin-top: -9.125rem !important;
  }

  .\31xl\:-mr-146px {
    margin-right: -9.125rem !important;
  }

  .\31xl\:-mb-146px {
    margin-bottom: -9.125rem !important;
  }

  .\31xl\:-ml-146px {
    margin-left: -9.125rem !important;
  }

  .\31xl\:-mt-152px {
    margin-top: -9.5rem !important;
  }

  .\31xl\:-mr-152px {
    margin-right: -9.5rem !important;
  }

  .\31xl\:-mb-152px {
    margin-bottom: -9.5rem !important;
  }

  .\31xl\:-ml-152px {
    margin-left: -9.5rem !important;
  }

  .\31xl\:-mt-187px {
    margin-top: -11.6875rem !important;
  }

  .\31xl\:-mr-187px {
    margin-right: -11.6875rem !important;
  }

  .\31xl\:-mb-187px {
    margin-bottom: -11.6875rem !important;
  }

  .\31xl\:-ml-187px {
    margin-left: -11.6875rem !important;
  }

  .\31xl\:-mt-220px {
    margin-top: -13.75rem !important;
  }

  .\31xl\:-mr-220px {
    margin-right: -13.75rem !important;
  }

  .\31xl\:-mb-220px {
    margin-bottom: -13.75rem !important;
  }

  .\31xl\:-ml-220px {
    margin-left: -13.75rem !important;
  }

  .\31xl\:-mt-253px {
    margin-top: -15.8125rem !important;
  }

  .\31xl\:-mr-253px {
    margin-right: -15.8125rem !important;
  }

  .\31xl\:-mb-253px {
    margin-bottom: -15.8125rem !important;
  }

  .\31xl\:-ml-253px {
    margin-left: -15.8125rem !important;
  }

  .\31xl\:-mt-320px {
    margin-top: -20rem !important;
  }

  .\31xl\:-mr-320px {
    margin-right: -20rem !important;
  }

  .\31xl\:-mb-320px {
    margin-bottom: -20rem !important;
  }

  .\31xl\:-ml-320px {
    margin-left: -20rem !important;
  }

  .\31xl\:-mt-400px {
    margin-top: -25rem !important;
  }

  .\31xl\:-mr-400px {
    margin-right: -25rem !important;
  }

  .\31xl\:-mb-400px {
    margin-bottom: -25rem !important;
  }

  .\31xl\:-ml-400px {
    margin-left: -25rem !important;
  }

  .\31xl\:-mt-500px {
    margin-top: -31.25rem !important;
  }

  .\31xl\:-mr-500px {
    margin-right: -31.25rem !important;
  }

  .\31xl\:-mb-500px {
    margin-bottom: -31.25rem !important;
  }

  .\31xl\:-ml-500px {
    margin-left: -31.25rem !important;
  }

  .\31xl\:-mt-lgPaddingTop {
    margin-top: -15.8125rem !important;
  }

  .\31xl\:-mr-lgPaddingTop {
    margin-right: -15.8125rem !important;
  }

  .\31xl\:-mb-lgPaddingTop {
    margin-bottom: -15.8125rem !important;
  }

  .\31xl\:-ml-lgPaddingTop {
    margin-left: -15.8125rem !important;
  }

  .\31xl\:-mt-phonePaddingTop {
    margin-top: -9.875rem !important;
  }

  .\31xl\:-mr-phonePaddingTop {
    margin-right: -9.875rem !important;
  }

  .\31xl\:-mb-phonePaddingTop {
    margin-bottom: -9.875rem !important;
  }

  .\31xl\:-ml-phonePaddingTop {
    margin-left: -9.875rem !important;
  }

  .\31xl\:-mt-tabletPaddingTop {
    margin-top: -6.625rem !important;
  }

  .\31xl\:-mr-tabletPaddingTop {
    margin-right: -6.625rem !important;
  }

  .\31xl\:-mb-tabletPaddingTop {
    margin-bottom: -6.625rem !important;
  }

  .\31xl\:-ml-tabletPaddingTop {
    margin-left: -6.625rem !important;
  }

  .\31xl\:-mt-largePaddingTop {
    margin-top: -13.75rem !important;
  }

  .\31xl\:-mr-largePaddingTop {
    margin-right: -13.75rem !important;
  }

  .\31xl\:-mb-largePaddingTop {
    margin-bottom: -13.75rem !important;
  }

  .\31xl\:-ml-largePaddingTop {
    margin-left: -13.75rem !important;
  }

  .\31xl\:-mt-phoneTextContentMaxWidth {
    margin-top: -57.0625rem !important;
  }

  .\31xl\:-mr-phoneTextContentMaxWidth {
    margin-right: -57.0625rem !important;
  }

  .\31xl\:-mb-phoneTextContentMaxWidth {
    margin-bottom: -57.0625rem !important;
  }

  .\31xl\:-ml-phoneTextContentMaxWidth {
    margin-left: -57.0625rem !important;
  }

  .\31xl\:-mt-phoneTextContentWidth {
    margin-top: -63% !important;
  }

  .\31xl\:-mr-phoneTextContentWidth {
    margin-right: -63% !important;
  }

  .\31xl\:-mb-phoneTextContentWidth {
    margin-bottom: -63% !important;
  }

  .\31xl\:-ml-phoneTextContentWidth {
    margin-left: -63% !important;
  }

  .\31xl\:-mt-phoneBlockContentWidth {
    margin-top: -71.625rem !important;
  }

  .\31xl\:-mr-phoneBlockContentWidth {
    margin-right: -71.625rem !important;
  }

  .\31xl\:-mb-phoneBlockContentWidth {
    margin-bottom: -71.625rem !important;
  }

  .\31xl\:-ml-phoneBlockContentWidth {
    margin-left: -71.625rem !important;
  }

  .\31xl\:-mt-tabletTextContentMaxWidth {
    margin-top: -57.0625rem !important;
  }

  .\31xl\:-mr-tabletTextContentMaxWidth {
    margin-right: -57.0625rem !important;
  }

  .\31xl\:-mb-tabletTextContentMaxWidth {
    margin-bottom: -57.0625rem !important;
  }

  .\31xl\:-ml-tabletTextContentMaxWidth {
    margin-left: -57.0625rem !important;
  }

  .\31xl\:-mt-tabletTextContentWidth {
    margin-top: -63% !important;
  }

  .\31xl\:-mr-tabletTextContentWidth {
    margin-right: -63% !important;
  }

  .\31xl\:-mb-tabletTextContentWidth {
    margin-bottom: -63% !important;
  }

  .\31xl\:-ml-tabletTextContentWidth {
    margin-left: -63% !important;
  }

  .\31xl\:-mt-tabletBlockContentWidth {
    margin-top: -71.625rem !important;
  }

  .\31xl\:-mr-tabletBlockContentWidth {
    margin-right: -71.625rem !important;
  }

  .\31xl\:-mb-tabletBlockContentWidth {
    margin-bottom: -71.625rem !important;
  }

  .\31xl\:-ml-tabletBlockContentWidth {
    margin-left: -71.625rem !important;
  }

  .\31xl\:-mt-largeTextContentMaxWidth {
    margin-top: -57.0625rem !important;
  }

  .\31xl\:-mr-largeTextContentMaxWidth {
    margin-right: -57.0625rem !important;
  }

  .\31xl\:-mb-largeTextContentMaxWidth {
    margin-bottom: -57.0625rem !important;
  }

  .\31xl\:-ml-largeTextContentMaxWidth {
    margin-left: -57.0625rem !important;
  }

  .\31xl\:-mt-largeTextContentWidth {
    margin-top: -63% !important;
  }

  .\31xl\:-mr-largeTextContentWidth {
    margin-right: -63% !important;
  }

  .\31xl\:-mb-largeTextContentWidth {
    margin-bottom: -63% !important;
  }

  .\31xl\:-ml-largeTextContentWidth {
    margin-left: -63% !important;
  }

  .\31xl\:-mt-largeBlockContentWidth {
    margin-top: -71.625rem !important;
  }

  .\31xl\:-mr-largeBlockContentWidth {
    margin-right: -71.625rem !important;
  }

  .\31xl\:-mb-largeBlockContentWidth {
    margin-bottom: -71.625rem !important;
  }

  .\31xl\:-ml-largeBlockContentWidth {
    margin-left: -71.625rem !important;
  }

  .\31xl\:max-h-full {
    max-height: 100% !important;
  }

  .\31xl\:max-h-screen {
    max-height: 100vh !important;
  }

  .\31xl\:max-w-none {
    max-width: none !important;
  }

  .\31xl\:max-w-xs {
    max-width: 20rem !important;
  }

  .\31xl\:max-w-sm {
    max-width: 24rem !important;
  }

  .\31xl\:max-w-md {
    max-width: 28rem !important;
  }

  .\31xl\:max-w-lg {
    max-width: 32rem !important;
  }

  .\31xl\:max-w-xl {
    max-width: 36rem !important;
  }

  .\31xl\:max-w-2xl {
    max-width: 42rem !important;
  }

  .\31xl\:max-w-3xl {
    max-width: 48rem !important;
  }

  .\31xl\:max-w-4xl {
    max-width: 56rem !important;
  }

  .\31xl\:max-w-5xl {
    max-width: 64rem !important;
  }

  .\31xl\:max-w-6xl {
    max-width: 72rem !important;
  }

  .\31xl\:max-w-full {
    max-width: 100% !important;
  }

  .\31xl\:max-w-screen-sm {
    max-width: 640px !important;
  }

  .\31xl\:max-w-screen-md {
    max-width: 768px !important;
  }

  .\31xl\:max-w-screen-lg {
    max-width: 1280px !important;
  }

  .\31xl\:max-w-screen-1xl {
    max-width: 1340px !important;
  }

  .\31xl\:max-w-screen-2xl {
    max-width: 1536px !important;
  }

  .\31xl\:max-w-screen-3xl {
    max-width: 1600px !important;
  }

  .\31xl\:max-w-container {
    max-width: 90rem !important;
  }

  .\31xl\:max-w-site {
    max-width: 90rem !important;
  }

  .\31xl\:max-w-largeTextContentMaxWidth {
    max-width: 57.0625rem !important;
  }

  .\31xl\:max-w-largeBlockContentMaxWidth {
    max-width: 71.625rem !important;
  }

  .\31xl\:max-w-halfLargeBlockContentMaxWidth {
    max-width: 35.8125rem !important;
  }

  .\31xl\:max-w-closeBanner {
    max-width: 1.25rem !important;
  }

  .\31xl\:min-h-400px {
    min-height: 25rem !important;
  }

  .\31xl\:min-h-450px {
    min-height: 28.125rem !important;
  }

  .\31xl\:min-h-500px {
    min-height: 31.25rem !important;
  }

  .\31xl\:min-w-0 {
    min-width: 0 !important;
  }

  .\31xl\:min-w-full {
    min-width: 100% !important;
  }

  .\31xl\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .\31xl\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .\31xl\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .\31xl\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .\31xl\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .\31xl\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .\31xl\:object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .\31xl\:object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .\31xl\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .\31xl\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .\31xl\:object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .\31xl\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .\31xl\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .\31xl\:object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .\31xl\:opacity-0 {
    opacity: 0 !important;
  }

  .\31xl\:opacity-25 {
    opacity: 0.25 !important;
  }

  .\31xl\:opacity-50 {
    opacity: 0.5 !important;
  }

  .\31xl\:opacity-75 {
    opacity: 0.75 !important;
  }

  .\31xl\:opacity-100 {
    opacity: 1 !important;
  }

  .\31xl\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }

  .\31xl\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }

  .\31xl\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }

  .\31xl\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }

  .\31xl\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }

  .\31xl\:focus\:opacity-0:focus {
    opacity: 0 !important;
  }

  .\31xl\:focus\:opacity-25:focus {
    opacity: 0.25 !important;
  }

  .\31xl\:focus\:opacity-50:focus {
    opacity: 0.5 !important;
  }

  .\31xl\:focus\:opacity-75:focus {
    opacity: 0.75 !important;
  }

  .\31xl\:focus\:opacity-100:focus {
    opacity: 1 !important;
  }

  .\31xl\:outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .\31xl\:outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .\31xl\:outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .\31xl\:focus\:outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .\31xl\:focus\:outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .\31xl\:focus\:outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .\31xl\:overflow-auto {
    overflow: auto !important;
  }

  .\31xl\:overflow-hidden {
    overflow: hidden !important;
  }

  .\31xl\:overflow-visible {
    overflow: visible !important;
  }

  .\31xl\:overflow-scroll {
    overflow: scroll !important;
  }

  .\31xl\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .\31xl\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .\31xl\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .\31xl\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .\31xl\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .\31xl\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .\31xl\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .\31xl\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .\31xl\:scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }

  .\31xl\:scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }

  .\31xl\:overscroll-auto {
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .\31xl\:overscroll-contain {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .\31xl\:overscroll-none {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: none !important;
  }

  .\31xl\:overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .\31xl\:overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .\31xl\:overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .\31xl\:overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .\31xl\:overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .\31xl\:overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  .\31xl\:p-0 {
    padding: 0 !important;
  }

  .\31xl\:p-1 {
    padding: 0.25rem !important;
  }

  .\31xl\:p-2 {
    padding: 0.5rem !important;
  }

  .\31xl\:p-3 {
    padding: 0.75rem !important;
  }

  .\31xl\:p-4 {
    padding: 1rem !important;
  }

  .\31xl\:p-5 {
    padding: 1.25rem !important;
  }

  .\31xl\:p-6 {
    padding: 1.5rem !important;
  }

  .\31xl\:p-8 {
    padding: 2rem !important;
  }

  .\31xl\:p-9 {
    padding: 2.5rem !important;
  }

  .\31xl\:p-10 {
    padding: 2.5rem !important;
  }

  .\31xl\:p-12 {
    padding: 3rem !important;
  }

  .\31xl\:p-14 {
    padding: 3.5rem !important;
  }

  .\31xl\:p-16 {
    padding: 4rem !important;
  }

  .\31xl\:p-18 {
    padding: 4.5rem !important;
  }

  .\31xl\:p-20 {
    padding: 5rem !important;
  }

  .\31xl\:p-22 {
    padding: 5.626rem !important;
  }

  .\31xl\:p-24 {
    padding: 6rem !important;
  }

  .\31xl\:p-26 {
    padding: 6.25rem !important;
  }

  .\31xl\:p-28 {
    padding: 7rem !important;
  }

  .\31xl\:p-32 {
    padding: 8rem !important;
  }

  .\31xl\:p-34 {
    padding: 8.5rem !important;
  }

  .\31xl\:p-38 {
    padding: 9.25rem !important;
  }

  .\31xl\:p-40 {
    padding: 10rem !important;
  }

  .\31xl\:p-46 {
    padding: 11.75rem !important;
  }

  .\31xl\:p-48 {
    padding: 12rem !important;
  }

  .\31xl\:p-56 {
    padding: 14rem !important;
  }

  .\31xl\:p-64 {
    padding: 16rem !important;
  }

  .\31xl\:p-82 {
    padding: 20.75rem !important;
  }

  .\31xl\:p-px {
    padding: 1px !important;
  }

  .\31xl\:p-tiny {
    padding: 0.3rem !important;
  }

  .\31xl\:p-quick-links {
    padding: 26% !important;
  }

  .\31xl\:p-pro-slid {
    padding: 48% !important;
  }

  .\31xl\:p-62p {
    padding: 62% !important;
  }

  .\31xl\:p-90p {
    padding: 90% !important;
  }

  .\31xl\:p-x-large {
    padding: 27.5rem !important;
  }

  .\31xl\:p-2px {
    padding: 0.125rem !important;
  }

  .\31xl\:p-9px {
    padding: 0.5625rem !important;
  }

  .\31xl\:p-10px {
    padding: 0.625rem !important;
  }

  .\31xl\:p-18px {
    padding: 1.125rem !important;
  }

  .\31xl\:p-20px {
    padding: 1.25rem !important;
  }

  .\31xl\:p-24px {
    padding: 1.5rem !important;
  }

  .\31xl\:p-26px {
    padding: 1.625rem !important;
  }

  .\31xl\:p-30px {
    padding: 1.875rem !important;
  }

  .\31xl\:p-38px {
    padding: 2.375rem !important;
  }

  .\31xl\:p-43px {
    padding: 2.6875rem !important;
  }

  .\31xl\:p-44px {
    padding: 2.75rem !important;
  }

  .\31xl\:p-46px {
    padding: 2.875rem !important;
  }

  .\31xl\:p-53px {
    padding: 3.3125rem !important;
  }

  .\31xl\:p-54px {
    padding: 3.375rem !important;
  }

  .\31xl\:p-55px {
    padding: 3.4375rem !important;
  }

  .\31xl\:p-60px {
    padding: 3.75rem !important;
  }

  .\31xl\:p-67px {
    padding: 4.1875rem !important;
  }

  .\31xl\:p-73px {
    padding: 4.5625rem !important;
  }

  .\31xl\:p-80px {
    padding: 5rem !important;
  }

  .\31xl\:p-81px {
    padding: 5.0625rem !important;
  }

  .\31xl\:p-85px {
    padding: 5.3125rem !important;
  }

  .\31xl\:p-92px {
    padding: 5.75rem !important;
  }

  .\31xl\:p-100px {
    padding: 6.25rem !important;
  }

  .\31xl\:p-106px {
    padding: 6.625rem !important;
  }

  .\31xl\:p-123px {
    padding: 7.6875rem !important;
  }

  .\31xl\:p-126px {
    padding: 7.875rem !important;
  }

  .\31xl\:p-138px {
    padding: 8.625rem !important;
  }

  .\31xl\:p-140px {
    padding: 8.75rem !important;
  }

  .\31xl\:p-146px {
    padding: 9.125rem !important;
  }

  .\31xl\:p-152px {
    padding: 9.5rem !important;
  }

  .\31xl\:p-187px {
    padding: 11.6875rem !important;
  }

  .\31xl\:p-220px {
    padding: 13.75rem !important;
  }

  .\31xl\:p-253px {
    padding: 15.8125rem !important;
  }

  .\31xl\:p-320px {
    padding: 20rem !important;
  }

  .\31xl\:p-400px {
    padding: 25rem !important;
  }

  .\31xl\:p-500px {
    padding: 31.25rem !important;
  }

  .\31xl\:p-lgPaddingTop {
    padding: 15.8125rem !important;
  }

  .\31xl\:p-phonePaddingTop {
    padding: 9.875rem !important;
  }

  .\31xl\:p-tabletPaddingTop {
    padding: 6.625rem !important;
  }

  .\31xl\:p-largePaddingTop {
    padding: 13.75rem !important;
  }

  .\31xl\:p-phoneTextContentMaxWidth {
    padding: 57.0625rem !important;
  }

  .\31xl\:p-phoneTextContentWidth {
    padding: 63% !important;
  }

  .\31xl\:p-phoneBlockContentWidth {
    padding: 71.625rem !important;
  }

  .\31xl\:p-tabletTextContentMaxWidth {
    padding: 57.0625rem !important;
  }

  .\31xl\:p-tabletTextContentWidth {
    padding: 63% !important;
  }

  .\31xl\:p-tabletBlockContentWidth {
    padding: 71.625rem !important;
  }

  .\31xl\:p-largeTextContentMaxWidth {
    padding: 57.0625rem !important;
  }

  .\31xl\:p-largeTextContentWidth {
    padding: 63% !important;
  }

  .\31xl\:p-largeBlockContentWidth {
    padding: 71.625rem !important;
  }

  .\31xl\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .\31xl\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .\31xl\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .\31xl\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .\31xl\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .\31xl\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .\31xl\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .\31xl\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .\31xl\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .\31xl\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .\31xl\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .\31xl\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .\31xl\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .\31xl\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .\31xl\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .\31xl\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .\31xl\:py-9 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .\31xl\:px-9 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .\31xl\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .\31xl\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .\31xl\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .\31xl\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .\31xl\:py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .\31xl\:px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .\31xl\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

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

  .\31xl\:py-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .\31xl\:px-18 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }

  .\31xl\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .\31xl\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .\31xl\:py-22 {
    padding-top: 5.626rem !important;
    padding-bottom: 5.626rem !important;
  }

  .\31xl\:px-22 {
    padding-left: 5.626rem !important;
    padding-right: 5.626rem !important;
  }

  .\31xl\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .\31xl\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .\31xl\:py-26 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }

  .\31xl\:px-26 {
    padding-left: 6.25rem !important;
    padding-right: 6.25rem !important;
  }

  .\31xl\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .\31xl\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .\31xl\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .\31xl\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .\31xl\:py-34 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }

  .\31xl\:px-34 {
    padding-left: 8.5rem !important;
    padding-right: 8.5rem !important;
  }

  .\31xl\:py-38 {
    padding-top: 9.25rem !important;
    padding-bottom: 9.25rem !important;
  }

  .\31xl\:px-38 {
    padding-left: 9.25rem !important;
    padding-right: 9.25rem !important;
  }

  .\31xl\:py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .\31xl\:px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .\31xl\:py-46 {
    padding-top: 11.75rem !important;
    padding-bottom: 11.75rem !important;
  }

  .\31xl\:px-46 {
    padding-left: 11.75rem !important;
    padding-right: 11.75rem !important;
  }

  .\31xl\:py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .\31xl\:px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .\31xl\:py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .\31xl\:px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .\31xl\:py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .\31xl\:px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .\31xl\:py-82 {
    padding-top: 20.75rem !important;
    padding-bottom: 20.75rem !important;
  }

  .\31xl\:px-82 {
    padding-left: 20.75rem !important;
    padding-right: 20.75rem !important;
  }

  .\31xl\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .\31xl\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .\31xl\:py-tiny {
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
  }

  .\31xl\:px-tiny {
    padding-left: 0.3rem !important;
    padding-right: 0.3rem !important;
  }

  .\31xl\:py-quick-links {
    padding-top: 26% !important;
    padding-bottom: 26% !important;
  }

  .\31xl\:px-quick-links {
    padding-left: 26% !important;
    padding-right: 26% !important;
  }

  .\31xl\:py-pro-slid {
    padding-top: 48% !important;
    padding-bottom: 48% !important;
  }

  .\31xl\:px-pro-slid {
    padding-left: 48% !important;
    padding-right: 48% !important;
  }

  .\31xl\:py-62p {
    padding-top: 62% !important;
    padding-bottom: 62% !important;
  }

  .\31xl\:px-62p {
    padding-left: 62% !important;
    padding-right: 62% !important;
  }

  .\31xl\:py-90p {
    padding-top: 90% !important;
    padding-bottom: 90% !important;
  }

  .\31xl\:px-90p {
    padding-left: 90% !important;
    padding-right: 90% !important;
  }

  .\31xl\:py-x-large {
    padding-top: 27.5rem !important;
    padding-bottom: 27.5rem !important;
  }

  .\31xl\:px-x-large {
    padding-left: 27.5rem !important;
    padding-right: 27.5rem !important;
  }

  .\31xl\:py-2px {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .\31xl\:px-2px {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .\31xl\:py-9px {
    padding-top: 0.5625rem !important;
    padding-bottom: 0.5625rem !important;
  }

  .\31xl\:px-9px {
    padding-left: 0.5625rem !important;
    padding-right: 0.5625rem !important;
  }

  .\31xl\:py-10px {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .\31xl\:px-10px {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .\31xl\:py-18px {
    padding-top: 1.125rem !important;
    padding-bottom: 1.125rem !important;
  }

  .\31xl\:px-18px {
    padding-left: 1.125rem !important;
    padding-right: 1.125rem !important;
  }

  .\31xl\:py-20px {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .\31xl\:px-20px {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .\31xl\:py-24px {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .\31xl\:px-24px {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .\31xl\:py-26px {
    padding-top: 1.625rem !important;
    padding-bottom: 1.625rem !important;
  }

  .\31xl\:px-26px {
    padding-left: 1.625rem !important;
    padding-right: 1.625rem !important;
  }

  .\31xl\:py-30px {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }

  .\31xl\:px-30px {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important;
  }

  .\31xl\:py-38px {
    padding-top: 2.375rem !important;
    padding-bottom: 2.375rem !important;
  }

  .\31xl\:px-38px {
    padding-left: 2.375rem !important;
    padding-right: 2.375rem !important;
  }

  .\31xl\:py-43px {
    padding-top: 2.6875rem !important;
    padding-bottom: 2.6875rem !important;
  }

  .\31xl\:px-43px {
    padding-left: 2.6875rem !important;
    padding-right: 2.6875rem !important;
  }

  .\31xl\:py-44px {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .\31xl\:px-44px {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .\31xl\:py-46px {
    padding-top: 2.875rem !important;
    padding-bottom: 2.875rem !important;
  }

  .\31xl\:px-46px {
    padding-left: 2.875rem !important;
    padding-right: 2.875rem !important;
  }

  .\31xl\:py-53px {
    padding-top: 3.3125rem !important;
    padding-bottom: 3.3125rem !important;
  }

  .\31xl\:px-53px {
    padding-left: 3.3125rem !important;
    padding-right: 3.3125rem !important;
  }

  .\31xl\:py-54px {
    padding-top: 3.375rem !important;
    padding-bottom: 3.375rem !important;
  }

  .\31xl\:px-54px {
    padding-left: 3.375rem !important;
    padding-right: 3.375rem !important;
  }

  .\31xl\:py-55px {
    padding-top: 3.4375rem !important;
    padding-bottom: 3.4375rem !important;
  }

  .\31xl\:px-55px {
    padding-left: 3.4375rem !important;
    padding-right: 3.4375rem !important;
  }

  .\31xl\:py-60px {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }

  .\31xl\:px-60px {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }

  .\31xl\:py-67px {
    padding-top: 4.1875rem !important;
    padding-bottom: 4.1875rem !important;
  }

  .\31xl\:px-67px {
    padding-left: 4.1875rem !important;
    padding-right: 4.1875rem !important;
  }

  .\31xl\:py-73px {
    padding-top: 4.5625rem !important;
    padding-bottom: 4.5625rem !important;
  }

  .\31xl\:px-73px {
    padding-left: 4.5625rem !important;
    padding-right: 4.5625rem !important;
  }

  .\31xl\:py-80px {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .\31xl\:px-80px {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .\31xl\:py-81px {
    padding-top: 5.0625rem !important;
    padding-bottom: 5.0625rem !important;
  }

  .\31xl\:px-81px {
    padding-left: 5.0625rem !important;
    padding-right: 5.0625rem !important;
  }

  .\31xl\:py-85px {
    padding-top: 5.3125rem !important;
    padding-bottom: 5.3125rem !important;
  }

  .\31xl\:px-85px {
    padding-left: 5.3125rem !important;
    padding-right: 5.3125rem !important;
  }

  .\31xl\:py-92px {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }

  .\31xl\:px-92px {
    padding-left: 5.75rem !important;
    padding-right: 5.75rem !important;
  }

  .\31xl\:py-100px {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }

  .\31xl\:px-100px {
    padding-left: 6.25rem !important;
    padding-right: 6.25rem !important;
  }

  .\31xl\:py-106px {
    padding-top: 6.625rem !important;
    padding-bottom: 6.625rem !important;
  }

  .\31xl\:px-106px {
    padding-left: 6.625rem !important;
    padding-right: 6.625rem !important;
  }

  .\31xl\:py-123px {
    padding-top: 7.6875rem !important;
    padding-bottom: 7.6875rem !important;
  }

  .\31xl\:px-123px {
    padding-left: 7.6875rem !important;
    padding-right: 7.6875rem !important;
  }

  .\31xl\:py-126px {
    padding-top: 7.875rem !important;
    padding-bottom: 7.875rem !important;
  }

  .\31xl\:px-126px {
    padding-left: 7.875rem !important;
    padding-right: 7.875rem !important;
  }

  .\31xl\:py-138px {
    padding-top: 8.625rem !important;
    padding-bottom: 8.625rem !important;
  }

  .\31xl\:px-138px {
    padding-left: 8.625rem !important;
    padding-right: 8.625rem !important;
  }

  .\31xl\:py-140px {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }

  .\31xl\:px-140px {
    padding-left: 8.75rem !important;
    padding-right: 8.75rem !important;
  }

  .\31xl\:py-146px {
    padding-top: 9.125rem !important;
    padding-bottom: 9.125rem !important;
  }

  .\31xl\:px-146px {
    padding-left: 9.125rem !important;
    padding-right: 9.125rem !important;
  }

  .\31xl\:py-152px {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }

  .\31xl\:px-152px {
    padding-left: 9.5rem !important;
    padding-right: 9.5rem !important;
  }

  .\31xl\:py-187px {
    padding-top: 11.6875rem !important;
    padding-bottom: 11.6875rem !important;
  }

  .\31xl\:px-187px {
    padding-left: 11.6875rem !important;
    padding-right: 11.6875rem !important;
  }

  .\31xl\:py-220px {
    padding-top: 13.75rem !important;
    padding-bottom: 13.75rem !important;
  }

  .\31xl\:px-220px {
    padding-left: 13.75rem !important;
    padding-right: 13.75rem !important;
  }

  .\31xl\:py-253px {
    padding-top: 15.8125rem !important;
    padding-bottom: 15.8125rem !important;
  }

  .\31xl\:px-253px {
    padding-left: 15.8125rem !important;
    padding-right: 15.8125rem !important;
  }

  .\31xl\:py-320px {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .\31xl\:px-320px {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .\31xl\:py-400px {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }

  .\31xl\:px-400px {
    padding-left: 25rem !important;
    padding-right: 25rem !important;
  }

  .\31xl\:py-500px {
    padding-top: 31.25rem !important;
    padding-bottom: 31.25rem !important;
  }

  .\31xl\:px-500px {
    padding-left: 31.25rem !important;
    padding-right: 31.25rem !important;
  }

  .\31xl\:py-lgPaddingTop {
    padding-top: 15.8125rem !important;
    padding-bottom: 15.8125rem !important;
  }

  .\31xl\:px-lgPaddingTop {
    padding-left: 15.8125rem !important;
    padding-right: 15.8125rem !important;
  }

  .\31xl\:py-phonePaddingTop {
    padding-top: 9.875rem !important;
    padding-bottom: 9.875rem !important;
  }

  .\31xl\:px-phonePaddingTop {
    padding-left: 9.875rem !important;
    padding-right: 9.875rem !important;
  }

  .\31xl\:py-tabletPaddingTop {
    padding-top: 6.625rem !important;
    padding-bottom: 6.625rem !important;
  }

  .\31xl\:px-tabletPaddingTop {
    padding-left: 6.625rem !important;
    padding-right: 6.625rem !important;
  }

  .\31xl\:py-largePaddingTop {
    padding-top: 13.75rem !important;
    padding-bottom: 13.75rem !important;
  }

  .\31xl\:px-largePaddingTop {
    padding-left: 13.75rem !important;
    padding-right: 13.75rem !important;
  }

  .\31xl\:py-phoneTextContentMaxWidth {
    padding-top: 57.0625rem !important;
    padding-bottom: 57.0625rem !important;
  }

  .\31xl\:px-phoneTextContentMaxWidth {
    padding-left: 57.0625rem !important;
    padding-right: 57.0625rem !important;
  }

  .\31xl\:py-phoneTextContentWidth {
    padding-top: 63% !important;
    padding-bottom: 63% !important;
  }

  .\31xl\:px-phoneTextContentWidth {
    padding-left: 63% !important;
    padding-right: 63% !important;
  }

  .\31xl\:py-phoneBlockContentWidth {
    padding-top: 71.625rem !important;
    padding-bottom: 71.625rem !important;
  }

  .\31xl\:px-phoneBlockContentWidth {
    padding-left: 71.625rem !important;
    padding-right: 71.625rem !important;
  }

  .\31xl\:py-tabletTextContentMaxWidth {
    padding-top: 57.0625rem !important;
    padding-bottom: 57.0625rem !important;
  }

  .\31xl\:px-tabletTextContentMaxWidth {
    padding-left: 57.0625rem !important;
    padding-right: 57.0625rem !important;
  }

  .\31xl\:py-tabletTextContentWidth {
    padding-top: 63% !important;
    padding-bottom: 63% !important;
  }

  .\31xl\:px-tabletTextContentWidth {
    padding-left: 63% !important;
    padding-right: 63% !important;
  }

  .\31xl\:py-tabletBlockContentWidth {
    padding-top: 71.625rem !important;
    padding-bottom: 71.625rem !important;
  }

  .\31xl\:px-tabletBlockContentWidth {
    padding-left: 71.625rem !important;
    padding-right: 71.625rem !important;
  }

  .\31xl\:py-largeTextContentMaxWidth {
    padding-top: 57.0625rem !important;
    padding-bottom: 57.0625rem !important;
  }

  .\31xl\:px-largeTextContentMaxWidth {
    padding-left: 57.0625rem !important;
    padding-right: 57.0625rem !important;
  }

  .\31xl\:py-largeTextContentWidth {
    padding-top: 63% !important;
    padding-bottom: 63% !important;
  }

  .\31xl\:px-largeTextContentWidth {
    padding-left: 63% !important;
    padding-right: 63% !important;
  }

  .\31xl\:py-largeBlockContentWidth {
    padding-top: 71.625rem !important;
    padding-bottom: 71.625rem !important;
  }

  .\31xl\:px-largeBlockContentWidth {
    padding-left: 71.625rem !important;
    padding-right: 71.625rem !important;
  }

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

  .\31xl\:pr-0 {
    padding-right: 0 !important;
  }

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

  .\31xl\:pl-0 {
    padding-left: 0 !important;
  }

  .\31xl\:pt-1 {
    padding-top: 0.25rem !important;
  }

  .\31xl\:pr-1 {
    padding-right: 0.25rem !important;
  }

  .\31xl\:pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .\31xl\:pl-1 {
    padding-left: 0.25rem !important;
  }

  .\31xl\:pt-2 {
    padding-top: 0.5rem !important;
  }

  .\31xl\:pr-2 {
    padding-right: 0.5rem !important;
  }

  .\31xl\:pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .\31xl\:pl-2 {
    padding-left: 0.5rem !important;
  }

  .\31xl\:pt-3 {
    padding-top: 0.75rem !important;
  }

  .\31xl\:pr-3 {
    padding-right: 0.75rem !important;
  }

  .\31xl\:pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .\31xl\:pl-3 {
    padding-left: 0.75rem !important;
  }

  .\31xl\:pt-4 {
    padding-top: 1rem !important;
  }

  .\31xl\:pr-4 {
    padding-right: 1rem !important;
  }

  .\31xl\:pb-4 {
    padding-bottom: 1rem !important;
  }

  .\31xl\:pl-4 {
    padding-left: 1rem !important;
  }

  .\31xl\:pt-5 {
    padding-top: 1.25rem !important;
  }

  .\31xl\:pr-5 {
    padding-right: 1.25rem !important;
  }

  .\31xl\:pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .\31xl\:pl-5 {
    padding-left: 1.25rem !important;
  }

  .\31xl\:pt-6 {
    padding-top: 1.5rem !important;
  }

  .\31xl\:pr-6 {
    padding-right: 1.5rem !important;
  }

  .\31xl\:pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .\31xl\:pl-6 {
    padding-left: 1.5rem !important;
  }

  .\31xl\:pt-8 {
    padding-top: 2rem !important;
  }

  .\31xl\:pr-8 {
    padding-right: 2rem !important;
  }

  .\31xl\:pb-8 {
    padding-bottom: 2rem !important;
  }

  .\31xl\:pl-8 {
    padding-left: 2rem !important;
  }

  .\31xl\:pt-9 {
    padding-top: 2.5rem !important;
  }

  .\31xl\:pr-9 {
    padding-right: 2.5rem !important;
  }

  .\31xl\:pb-9 {
    padding-bottom: 2.5rem !important;
  }

  .\31xl\:pl-9 {
    padding-left: 2.5rem !important;
  }

  .\31xl\:pt-10 {
    padding-top: 2.5rem !important;
  }

  .\31xl\:pr-10 {
    padding-right: 2.5rem !important;
  }

  .\31xl\:pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .\31xl\:pl-10 {
    padding-left: 2.5rem !important;
  }

  .\31xl\:pt-12 {
    padding-top: 3rem !important;
  }

  .\31xl\:pr-12 {
    padding-right: 3rem !important;
  }

  .\31xl\:pb-12 {
    padding-bottom: 3rem !important;
  }

  .\31xl\:pl-12 {
    padding-left: 3rem !important;
  }

  .\31xl\:pt-14 {
    padding-top: 3.5rem !important;
  }

  .\31xl\:pr-14 {
    padding-right: 3.5rem !important;
  }

  .\31xl\:pb-14 {
    padding-bottom: 3.5rem !important;
  }

  .\31xl\:pl-14 {
    padding-left: 3.5rem !important;
  }

  .\31xl\:pt-16 {
    padding-top: 4rem !important;
  }

  .\31xl\:pr-16 {
    padding-right: 4rem !important;
  }

  .\31xl\:pb-16 {
    padding-bottom: 4rem !important;
  }

  .\31xl\:pl-16 {
    padding-left: 4rem !important;
  }

  .\31xl\:pt-18 {
    padding-top: 4.5rem !important;
  }

  .\31xl\:pr-18 {
    padding-right: 4.5rem !important;
  }

  .\31xl\:pb-18 {
    padding-bottom: 4.5rem !important;
  }

  .\31xl\:pl-18 {
    padding-left: 4.5rem !important;
  }

  .\31xl\:pt-20 {
    padding-top: 5rem !important;
  }

  .\31xl\:pr-20 {
    padding-right: 5rem !important;
  }

  .\31xl\:pb-20 {
    padding-bottom: 5rem !important;
  }

  .\31xl\:pl-20 {
    padding-left: 5rem !important;
  }

  .\31xl\:pt-22 {
    padding-top: 5.626rem !important;
  }

  .\31xl\:pr-22 {
    padding-right: 5.626rem !important;
  }

  .\31xl\:pb-22 {
    padding-bottom: 5.626rem !important;
  }

  .\31xl\:pl-22 {
    padding-left: 5.626rem !important;
  }

  .\31xl\:pt-24 {
    padding-top: 6rem !important;
  }

  .\31xl\:pr-24 {
    padding-right: 6rem !important;
  }

  .\31xl\:pb-24 {
    padding-bottom: 6rem !important;
  }

  .\31xl\:pl-24 {
    padding-left: 6rem !important;
  }

  .\31xl\:pt-26 {
    padding-top: 6.25rem !important;
  }

  .\31xl\:pr-26 {
    padding-right: 6.25rem !important;
  }

  .\31xl\:pb-26 {
    padding-bottom: 6.25rem !important;
  }

  .\31xl\:pl-26 {
    padding-left: 6.25rem !important;
  }

  .\31xl\:pt-28 {
    padding-top: 7rem !important;
  }

  .\31xl\:pr-28 {
    padding-right: 7rem !important;
  }

  .\31xl\:pb-28 {
    padding-bottom: 7rem !important;
  }

  .\31xl\:pl-28 {
    padding-left: 7rem !important;
  }

  .\31xl\:pt-32 {
    padding-top: 8rem !important;
  }

  .\31xl\:pr-32 {
    padding-right: 8rem !important;
  }

  .\31xl\:pb-32 {
    padding-bottom: 8rem !important;
  }

  .\31xl\:pl-32 {
    padding-left: 8rem !important;
  }

  .\31xl\:pt-34 {
    padding-top: 8.5rem !important;
  }

  .\31xl\:pr-34 {
    padding-right: 8.5rem !important;
  }

  .\31xl\:pb-34 {
    padding-bottom: 8.5rem !important;
  }

  .\31xl\:pl-34 {
    padding-left: 8.5rem !important;
  }

  .\31xl\:pt-38 {
    padding-top: 9.25rem !important;
  }

  .\31xl\:pr-38 {
    padding-right: 9.25rem !important;
  }

  .\31xl\:pb-38 {
    padding-bottom: 9.25rem !important;
  }

  .\31xl\:pl-38 {
    padding-left: 9.25rem !important;
  }

  .\31xl\:pt-40 {
    padding-top: 10rem !important;
  }

  .\31xl\:pr-40 {
    padding-right: 10rem !important;
  }

  .\31xl\:pb-40 {
    padding-bottom: 10rem !important;
  }

  .\31xl\:pl-40 {
    padding-left: 10rem !important;
  }

  .\31xl\:pt-46 {
    padding-top: 11.75rem !important;
  }

  .\31xl\:pr-46 {
    padding-right: 11.75rem !important;
  }

  .\31xl\:pb-46 {
    padding-bottom: 11.75rem !important;
  }

  .\31xl\:pl-46 {
    padding-left: 11.75rem !important;
  }

  .\31xl\:pt-48 {
    padding-top: 12rem !important;
  }

  .\31xl\:pr-48 {
    padding-right: 12rem !important;
  }

  .\31xl\:pb-48 {
    padding-bottom: 12rem !important;
  }

  .\31xl\:pl-48 {
    padding-left: 12rem !important;
  }

  .\31xl\:pt-56 {
    padding-top: 14rem !important;
  }

  .\31xl\:pr-56 {
    padding-right: 14rem !important;
  }

  .\31xl\:pb-56 {
    padding-bottom: 14rem !important;
  }

  .\31xl\:pl-56 {
    padding-left: 14rem !important;
  }

  .\31xl\:pt-64 {
    padding-top: 16rem !important;
  }

  .\31xl\:pr-64 {
    padding-right: 16rem !important;
  }

  .\31xl\:pb-64 {
    padding-bottom: 16rem !important;
  }

  .\31xl\:pl-64 {
    padding-left: 16rem !important;
  }

  .\31xl\:pt-82 {
    padding-top: 20.75rem !important;
  }

  .\31xl\:pr-82 {
    padding-right: 20.75rem !important;
  }

  .\31xl\:pb-82 {
    padding-bottom: 20.75rem !important;
  }

  .\31xl\:pl-82 {
    padding-left: 20.75rem !important;
  }

  .\31xl\:pt-px {
    padding-top: 1px !important;
  }

  .\31xl\:pr-px {
    padding-right: 1px !important;
  }

  .\31xl\:pb-px {
    padding-bottom: 1px !important;
  }

  .\31xl\:pl-px {
    padding-left: 1px !important;
  }

  .\31xl\:pt-tiny {
    padding-top: 0.3rem !important;
  }

  .\31xl\:pr-tiny {
    padding-right: 0.3rem !important;
  }

  .\31xl\:pb-tiny {
    padding-bottom: 0.3rem !important;
  }

  .\31xl\:pl-tiny {
    padding-left: 0.3rem !important;
  }

  .\31xl\:pt-quick-links {
    padding-top: 26% !important;
  }

  .\31xl\:pr-quick-links {
    padding-right: 26% !important;
  }

  .\31xl\:pb-quick-links {
    padding-bottom: 26% !important;
  }

  .\31xl\:pl-quick-links {
    padding-left: 26% !important;
  }

  .\31xl\:pt-pro-slid {
    padding-top: 48% !important;
  }

  .\31xl\:pr-pro-slid {
    padding-right: 48% !important;
  }

  .\31xl\:pb-pro-slid {
    padding-bottom: 48% !important;
  }

  .\31xl\:pl-pro-slid {
    padding-left: 48% !important;
  }

  .\31xl\:pt-62p {
    padding-top: 62% !important;
  }

  .\31xl\:pr-62p {
    padding-right: 62% !important;
  }

  .\31xl\:pb-62p {
    padding-bottom: 62% !important;
  }

  .\31xl\:pl-62p {
    padding-left: 62% !important;
  }

  .\31xl\:pt-90p {
    padding-top: 90% !important;
  }

  .\31xl\:pr-90p {
    padding-right: 90% !important;
  }

  .\31xl\:pb-90p {
    padding-bottom: 90% !important;
  }

  .\31xl\:pl-90p {
    padding-left: 90% !important;
  }

  .\31xl\:pt-x-large {
    padding-top: 27.5rem !important;
  }

  .\31xl\:pr-x-large {
    padding-right: 27.5rem !important;
  }

  .\31xl\:pb-x-large {
    padding-bottom: 27.5rem !important;
  }

  .\31xl\:pl-x-large {
    padding-left: 27.5rem !important;
  }

  .\31xl\:pt-2px {
    padding-top: 0.125rem !important;
  }

  .\31xl\:pr-2px {
    padding-right: 0.125rem !important;
  }

  .\31xl\:pb-2px {
    padding-bottom: 0.125rem !important;
  }

  .\31xl\:pl-2px {
    padding-left: 0.125rem !important;
  }

  .\31xl\:pt-9px {
    padding-top: 0.5625rem !important;
  }

  .\31xl\:pr-9px {
    padding-right: 0.5625rem !important;
  }

  .\31xl\:pb-9px {
    padding-bottom: 0.5625rem !important;
  }

  .\31xl\:pl-9px {
    padding-left: 0.5625rem !important;
  }

  .\31xl\:pt-10px {
    padding-top: 0.625rem !important;
  }

  .\31xl\:pr-10px {
    padding-right: 0.625rem !important;
  }

  .\31xl\:pb-10px {
    padding-bottom: 0.625rem !important;
  }

  .\31xl\:pl-10px {
    padding-left: 0.625rem !important;
  }

  .\31xl\:pt-18px {
    padding-top: 1.125rem !important;
  }

  .\31xl\:pr-18px {
    padding-right: 1.125rem !important;
  }

  .\31xl\:pb-18px {
    padding-bottom: 1.125rem !important;
  }

  .\31xl\:pl-18px {
    padding-left: 1.125rem !important;
  }

  .\31xl\:pt-20px {
    padding-top: 1.25rem !important;
  }

  .\31xl\:pr-20px {
    padding-right: 1.25rem !important;
  }

  .\31xl\:pb-20px {
    padding-bottom: 1.25rem !important;
  }

  .\31xl\:pl-20px {
    padding-left: 1.25rem !important;
  }

  .\31xl\:pt-24px {
    padding-top: 1.5rem !important;
  }

  .\31xl\:pr-24px {
    padding-right: 1.5rem !important;
  }

  .\31xl\:pb-24px {
    padding-bottom: 1.5rem !important;
  }

  .\31xl\:pl-24px {
    padding-left: 1.5rem !important;
  }

  .\31xl\:pt-26px {
    padding-top: 1.625rem !important;
  }

  .\31xl\:pr-26px {
    padding-right: 1.625rem !important;
  }

  .\31xl\:pb-26px {
    padding-bottom: 1.625rem !important;
  }

  .\31xl\:pl-26px {
    padding-left: 1.625rem !important;
  }

  .\31xl\:pt-30px {
    padding-top: 1.875rem !important;
  }

  .\31xl\:pr-30px {
    padding-right: 1.875rem !important;
  }

  .\31xl\:pb-30px {
    padding-bottom: 1.875rem !important;
  }

  .\31xl\:pl-30px {
    padding-left: 1.875rem !important;
  }

  .\31xl\:pt-38px {
    padding-top: 2.375rem !important;
  }

  .\31xl\:pr-38px {
    padding-right: 2.375rem !important;
  }

  .\31xl\:pb-38px {
    padding-bottom: 2.375rem !important;
  }

  .\31xl\:pl-38px {
    padding-left: 2.375rem !important;
  }

  .\31xl\:pt-43px {
    padding-top: 2.6875rem !important;
  }

  .\31xl\:pr-43px {
    padding-right: 2.6875rem !important;
  }

  .\31xl\:pb-43px {
    padding-bottom: 2.6875rem !important;
  }

  .\31xl\:pl-43px {
    padding-left: 2.6875rem !important;
  }

  .\31xl\:pt-44px {
    padding-top: 2.75rem !important;
  }

  .\31xl\:pr-44px {
    padding-right: 2.75rem !important;
  }

  .\31xl\:pb-44px {
    padding-bottom: 2.75rem !important;
  }

  .\31xl\:pl-44px {
    padding-left: 2.75rem !important;
  }

  .\31xl\:pt-46px {
    padding-top: 2.875rem !important;
  }

  .\31xl\:pr-46px {
    padding-right: 2.875rem !important;
  }

  .\31xl\:pb-46px {
    padding-bottom: 2.875rem !important;
  }

  .\31xl\:pl-46px {
    padding-left: 2.875rem !important;
  }

  .\31xl\:pt-53px {
    padding-top: 3.3125rem !important;
  }

  .\31xl\:pr-53px {
    padding-right: 3.3125rem !important;
  }

  .\31xl\:pb-53px {
    padding-bottom: 3.3125rem !important;
  }

  .\31xl\:pl-53px {
    padding-left: 3.3125rem !important;
  }

  .\31xl\:pt-54px {
    padding-top: 3.375rem !important;
  }

  .\31xl\:pr-54px {
    padding-right: 3.375rem !important;
  }

  .\31xl\:pb-54px {
    padding-bottom: 3.375rem !important;
  }

  .\31xl\:pl-54px {
    padding-left: 3.375rem !important;
  }

  .\31xl\:pt-55px {
    padding-top: 3.4375rem !important;
  }

  .\31xl\:pr-55px {
    padding-right: 3.4375rem !important;
  }

  .\31xl\:pb-55px {
    padding-bottom: 3.4375rem !important;
  }

  .\31xl\:pl-55px {
    padding-left: 3.4375rem !important;
  }

  .\31xl\:pt-60px {
    padding-top: 3.75rem !important;
  }

  .\31xl\:pr-60px {
    padding-right: 3.75rem !important;
  }

  .\31xl\:pb-60px {
    padding-bottom: 3.75rem !important;
  }

  .\31xl\:pl-60px {
    padding-left: 3.75rem !important;
  }

  .\31xl\:pt-67px {
    padding-top: 4.1875rem !important;
  }

  .\31xl\:pr-67px {
    padding-right: 4.1875rem !important;
  }

  .\31xl\:pb-67px {
    padding-bottom: 4.1875rem !important;
  }

  .\31xl\:pl-67px {
    padding-left: 4.1875rem !important;
  }

  .\31xl\:pt-73px {
    padding-top: 4.5625rem !important;
  }

  .\31xl\:pr-73px {
    padding-right: 4.5625rem !important;
  }

  .\31xl\:pb-73px {
    padding-bottom: 4.5625rem !important;
  }

  .\31xl\:pl-73px {
    padding-left: 4.5625rem !important;
  }

  .\31xl\:pt-80px {
    padding-top: 5rem !important;
  }

  .\31xl\:pr-80px {
    padding-right: 5rem !important;
  }

  .\31xl\:pb-80px {
    padding-bottom: 5rem !important;
  }

  .\31xl\:pl-80px {
    padding-left: 5rem !important;
  }

  .\31xl\:pt-81px {
    padding-top: 5.0625rem !important;
  }

  .\31xl\:pr-81px {
    padding-right: 5.0625rem !important;
  }

  .\31xl\:pb-81px {
    padding-bottom: 5.0625rem !important;
  }

  .\31xl\:pl-81px {
    padding-left: 5.0625rem !important;
  }

  .\31xl\:pt-85px {
    padding-top: 5.3125rem !important;
  }

  .\31xl\:pr-85px {
    padding-right: 5.3125rem !important;
  }

  .\31xl\:pb-85px {
    padding-bottom: 5.3125rem !important;
  }

  .\31xl\:pl-85px {
    padding-left: 5.3125rem !important;
  }

  .\31xl\:pt-92px {
    padding-top: 5.75rem !important;
  }

  .\31xl\:pr-92px {
    padding-right: 5.75rem !important;
  }

  .\31xl\:pb-92px {
    padding-bottom: 5.75rem !important;
  }

  .\31xl\:pl-92px {
    padding-left: 5.75rem !important;
  }

  .\31xl\:pt-100px {
    padding-top: 6.25rem !important;
  }

  .\31xl\:pr-100px {
    padding-right: 6.25rem !important;
  }

  .\31xl\:pb-100px {
    padding-bottom: 6.25rem !important;
  }

  .\31xl\:pl-100px {
    padding-left: 6.25rem !important;
  }

  .\31xl\:pt-106px {
    padding-top: 6.625rem !important;
  }

  .\31xl\:pr-106px {
    padding-right: 6.625rem !important;
  }

  .\31xl\:pb-106px {
    padding-bottom: 6.625rem !important;
  }

  .\31xl\:pl-106px {
    padding-left: 6.625rem !important;
  }

  .\31xl\:pt-123px {
    padding-top: 7.6875rem !important;
  }

  .\31xl\:pr-123px {
    padding-right: 7.6875rem !important;
  }

  .\31xl\:pb-123px {
    padding-bottom: 7.6875rem !important;
  }

  .\31xl\:pl-123px {
    padding-left: 7.6875rem !important;
  }

  .\31xl\:pt-126px {
    padding-top: 7.875rem !important;
  }

  .\31xl\:pr-126px {
    padding-right: 7.875rem !important;
  }

  .\31xl\:pb-126px {
    padding-bottom: 7.875rem !important;
  }

  .\31xl\:pl-126px {
    padding-left: 7.875rem !important;
  }

  .\31xl\:pt-138px {
    padding-top: 8.625rem !important;
  }

  .\31xl\:pr-138px {
    padding-right: 8.625rem !important;
  }

  .\31xl\:pb-138px {
    padding-bottom: 8.625rem !important;
  }

  .\31xl\:pl-138px {
    padding-left: 8.625rem !important;
  }

  .\31xl\:pt-140px {
    padding-top: 8.75rem !important;
  }

  .\31xl\:pr-140px {
    padding-right: 8.75rem !important;
  }

  .\31xl\:pb-140px {
    padding-bottom: 8.75rem !important;
  }

  .\31xl\:pl-140px {
    padding-left: 8.75rem !important;
  }

  .\31xl\:pt-146px {
    padding-top: 9.125rem !important;
  }

  .\31xl\:pr-146px {
    padding-right: 9.125rem !important;
  }

  .\31xl\:pb-146px {
    padding-bottom: 9.125rem !important;
  }

  .\31xl\:pl-146px {
    padding-left: 9.125rem !important;
  }

  .\31xl\:pt-152px {
    padding-top: 9.5rem !important;
  }

  .\31xl\:pr-152px {
    padding-right: 9.5rem !important;
  }

  .\31xl\:pb-152px {
    padding-bottom: 9.5rem !important;
  }

  .\31xl\:pl-152px {
    padding-left: 9.5rem !important;
  }

  .\31xl\:pt-187px {
    padding-top: 11.6875rem !important;
  }

  .\31xl\:pr-187px {
    padding-right: 11.6875rem !important;
  }

  .\31xl\:pb-187px {
    padding-bottom: 11.6875rem !important;
  }

  .\31xl\:pl-187px {
    padding-left: 11.6875rem !important;
  }

  .\31xl\:pt-220px {
    padding-top: 13.75rem !important;
  }

  .\31xl\:pr-220px {
    padding-right: 13.75rem !important;
  }

  .\31xl\:pb-220px {
    padding-bottom: 13.75rem !important;
  }

  .\31xl\:pl-220px {
    padding-left: 13.75rem !important;
  }

  .\31xl\:pt-253px {
    padding-top: 15.8125rem !important;
  }

  .\31xl\:pr-253px {
    padding-right: 15.8125rem !important;
  }

  .\31xl\:pb-253px {
    padding-bottom: 15.8125rem !important;
  }

  .\31xl\:pl-253px {
    padding-left: 15.8125rem !important;
  }

  .\31xl\:pt-320px {
    padding-top: 20rem !important;
  }

  .\31xl\:pr-320px {
    padding-right: 20rem !important;
  }

  .\31xl\:pb-320px {
    padding-bottom: 20rem !important;
  }

  .\31xl\:pl-320px {
    padding-left: 20rem !important;
  }

  .\31xl\:pt-400px {
    padding-top: 25rem !important;
  }

  .\31xl\:pr-400px {
    padding-right: 25rem !important;
  }

  .\31xl\:pb-400px {
    padding-bottom: 25rem !important;
  }

  .\31xl\:pl-400px {
    padding-left: 25rem !important;
  }

  .\31xl\:pt-500px {
    padding-top: 31.25rem !important;
  }

  .\31xl\:pr-500px {
    padding-right: 31.25rem !important;
  }

  .\31xl\:pb-500px {
    padding-bottom: 31.25rem !important;
  }

  .\31xl\:pl-500px {
    padding-left: 31.25rem !important;
  }

  .\31xl\:pt-lgPaddingTop {
    padding-top: 15.8125rem !important;
  }

  .\31xl\:pr-lgPaddingTop {
    padding-right: 15.8125rem !important;
  }

  .\31xl\:pb-lgPaddingTop {
    padding-bottom: 15.8125rem !important;
  }

  .\31xl\:pl-lgPaddingTop {
    padding-left: 15.8125rem !important;
  }

  .\31xl\:pt-phonePaddingTop {
    padding-top: 9.875rem !important;
  }

  .\31xl\:pr-phonePaddingTop {
    padding-right: 9.875rem !important;
  }

  .\31xl\:pb-phonePaddingTop {
    padding-bottom: 9.875rem !important;
  }

  .\31xl\:pl-phonePaddingTop {
    padding-left: 9.875rem !important;
  }

  .\31xl\:pt-tabletPaddingTop {
    padding-top: 6.625rem !important;
  }

  .\31xl\:pr-tabletPaddingTop {
    padding-right: 6.625rem !important;
  }

  .\31xl\:pb-tabletPaddingTop {
    padding-bottom: 6.625rem !important;
  }

  .\31xl\:pl-tabletPaddingTop {
    padding-left: 6.625rem !important;
  }

  .\31xl\:pt-largePaddingTop {
    padding-top: 13.75rem !important;
  }

  .\31xl\:pr-largePaddingTop {
    padding-right: 13.75rem !important;
  }

  .\31xl\:pb-largePaddingTop {
    padding-bottom: 13.75rem !important;
  }

  .\31xl\:pl-largePaddingTop {
    padding-left: 13.75rem !important;
  }

  .\31xl\:pt-phoneTextContentMaxWidth {
    padding-top: 57.0625rem !important;
  }

  .\31xl\:pr-phoneTextContentMaxWidth {
    padding-right: 57.0625rem !important;
  }

  .\31xl\:pb-phoneTextContentMaxWidth {
    padding-bottom: 57.0625rem !important;
  }

  .\31xl\:pl-phoneTextContentMaxWidth {
    padding-left: 57.0625rem !important;
  }

  .\31xl\:pt-phoneTextContentWidth {
    padding-top: 63% !important;
  }

  .\31xl\:pr-phoneTextContentWidth {
    padding-right: 63% !important;
  }

  .\31xl\:pb-phoneTextContentWidth {
    padding-bottom: 63% !important;
  }

  .\31xl\:pl-phoneTextContentWidth {
    padding-left: 63% !important;
  }

  .\31xl\:pt-phoneBlockContentWidth {
    padding-top: 71.625rem !important;
  }

  .\31xl\:pr-phoneBlockContentWidth {
    padding-right: 71.625rem !important;
  }

  .\31xl\:pb-phoneBlockContentWidth {
    padding-bottom: 71.625rem !important;
  }

  .\31xl\:pl-phoneBlockContentWidth {
    padding-left: 71.625rem !important;
  }

  .\31xl\:pt-tabletTextContentMaxWidth {
    padding-top: 57.0625rem !important;
  }

  .\31xl\:pr-tabletTextContentMaxWidth {
    padding-right: 57.0625rem !important;
  }

  .\31xl\:pb-tabletTextContentMaxWidth {
    padding-bottom: 57.0625rem !important;
  }

  .\31xl\:pl-tabletTextContentMaxWidth {
    padding-left: 57.0625rem !important;
  }

  .\31xl\:pt-tabletTextContentWidth {
    padding-top: 63% !important;
  }

  .\31xl\:pr-tabletTextContentWidth {
    padding-right: 63% !important;
  }

  .\31xl\:pb-tabletTextContentWidth {
    padding-bottom: 63% !important;
  }

  .\31xl\:pl-tabletTextContentWidth {
    padding-left: 63% !important;
  }

  .\31xl\:pt-tabletBlockContentWidth {
    padding-top: 71.625rem !important;
  }

  .\31xl\:pr-tabletBlockContentWidth {
    padding-right: 71.625rem !important;
  }

  .\31xl\:pb-tabletBlockContentWidth {
    padding-bottom: 71.625rem !important;
  }

  .\31xl\:pl-tabletBlockContentWidth {
    padding-left: 71.625rem !important;
  }

  .\31xl\:pt-largeTextContentMaxWidth {
    padding-top: 57.0625rem !important;
  }

  .\31xl\:pr-largeTextContentMaxWidth {
    padding-right: 57.0625rem !important;
  }

  .\31xl\:pb-largeTextContentMaxWidth {
    padding-bottom: 57.0625rem !important;
  }

  .\31xl\:pl-largeTextContentMaxWidth {
    padding-left: 57.0625rem !important;
  }

  .\31xl\:pt-largeTextContentWidth {
    padding-top: 63% !important;
  }

  .\31xl\:pr-largeTextContentWidth {
    padding-right: 63% !important;
  }

  .\31xl\:pb-largeTextContentWidth {
    padding-bottom: 63% !important;
  }

  .\31xl\:pl-largeTextContentWidth {
    padding-left: 63% !important;
  }

  .\31xl\:pt-largeBlockContentWidth {
    padding-top: 71.625rem !important;
  }

  .\31xl\:pr-largeBlockContentWidth {
    padding-right: 71.625rem !important;
  }

  .\31xl\:pb-largeBlockContentWidth {
    padding-bottom: 71.625rem !important;
  }

  .\31xl\:pl-largeBlockContentWidth {
    padding-left: 71.625rem !important;
  }

  .\31xl\:placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .\31xl\:placeholder-transparent:-ms-input-placeholder {
    color: transparent !important;
  }

  .\31xl\:placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .\31xl\:placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }

  .\31xl\:placeholder-current:-ms-input-placeholder {
    color: currentColor !important;
  }

  .\31xl\:placeholder-current::placeholder {
    color: currentColor !important;
  }

  .\31xl\:placeholder-black::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-black:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-black::placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-white::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFFFFF !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-white:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFFFFF !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-white::placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFFFFF !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-gray::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #727272 !important;
    color: rgba(114, 114, 114, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-gray:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #727272 !important;
    color: rgba(114, 114, 114, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-gray::placeholder {
    --placeholder-opacity: 1 !important;
    color: #727272 !important;
    color: rgba(114, 114, 114, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-red::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #E12A09 !important;
    color: rgba(225, 42, 9, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-red:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #E12A09 !important;
    color: rgba(225, 42, 9, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-red::placeholder {
    --placeholder-opacity: 1 !important;
    color: #E12A09 !important;
    color: rgba(225, 42, 9, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-orange::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F29C2B !important;
    color: rgba(242, 156, 43, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-orange:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F29C2B !important;
    color: rgba(242, 156, 43, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-orange::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F29C2B !important;
    color: rgba(242, 156, 43, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-yellow::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFEB9A !important;
    color: rgba(255, 235, 154, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-yellow:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFEB9A !important;
    color: rgba(255, 235, 154, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-yellow::placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFEB9A !important;
    color: rgba(255, 235, 154, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-green-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-green-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-green-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-green-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-green-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-green-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-green-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-green-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-green-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-green-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-green-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-green-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-green-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-green-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-green-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-green-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-green-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-green-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-green-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-green-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-green-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-green-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-green-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-green-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-green-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-green-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-green-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-teal-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-teal-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-teal-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-teal-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-teal-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-teal-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-teal-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-teal-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-teal-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-teal-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-teal-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-teal-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-teal-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-teal-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-teal-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-teal-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-teal-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-teal-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-teal-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-teal-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-teal-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-teal-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-teal-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-teal-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-teal-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-teal-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-teal-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-blue-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-blue-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-blue-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-blue-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-blue-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-blue-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-blue-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-blue-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-blue-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-blue-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-blue-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-blue-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-blue-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-blue-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-blue-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-blue-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-blue-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-blue-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-blue-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-blue-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-blue-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-blue-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-blue-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-blue-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-blue-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-blue-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-blue-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-indigo-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-indigo-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-indigo-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-indigo-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-indigo-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-indigo-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-indigo-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-indigo-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-indigo-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-indigo-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-indigo-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-indigo-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-indigo-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-indigo-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-indigo-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-indigo-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-indigo-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-indigo-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-indigo-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-indigo-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-indigo-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-indigo-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-indigo-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-indigo-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-indigo-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-indigo-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-indigo-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-purple-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-purple-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-purple-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-purple-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-purple-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-purple-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-purple-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-purple-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-purple-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-purple-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-purple-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-purple-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-purple-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-purple-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-purple-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-purple-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-purple-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-purple-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-purple-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-purple-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-purple-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-purple-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-purple-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-purple-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-purple-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-purple-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-purple-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-pink-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-pink-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-pink-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-pink-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-pink-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-pink-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-pink-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-pink-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-pink-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-pink-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-pink-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-pink-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-pink-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-pink-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-pink-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-pink-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-pink-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-pink-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-pink-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-pink-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-pink-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-pink-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-pink-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-pink-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-pink-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-pink-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-pink-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-navy-blue::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #23345A !important;
    color: rgba(35, 52, 90, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-navy-blue:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #23345A !important;
    color: rgba(35, 52, 90, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-navy-blue::placeholder {
    --placeholder-opacity: 1 !important;
    color: #23345A !important;
    color: rgba(35, 52, 90, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-cyan::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #40C8EA !important;
    color: rgba(64, 200, 234, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-cyan:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #40C8EA !important;
    color: rgba(64, 200, 234, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-cyan::placeholder {
    --placeholder-opacity: 1 !important;
    color: #40C8EA !important;
    color: rgba(64, 200, 234, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-yellowOrange::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8E9A7 !important;
    color: rgba(248, 233, 167, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-yellowOrange:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8E9A7 !important;
    color: rgba(248, 233, 167, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-yellowOrange::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8E9A7 !important;
    color: rgba(248, 233, 167, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-light-blue::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #C9EAF4 !important;
    color: rgba(201, 234, 244, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-light-blue:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #C9EAF4 !important;
    color: rgba(201, 234, 244, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-light-blue::placeholder {
    --placeholder-opacity: 1 !important;
    color: #C9EAF4 !important;
    color: rgba(201, 234, 244, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-lightest-blue::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #EBFAFF !important;
    color: rgba(235, 250, 255, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-lightest-blue:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #EBFAFF !important;
    color: rgba(235, 250, 255, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-lightest-blue::placeholder {
    --placeholder-opacity: 1 !important;
    color: #EBFAFF !important;
    color: rgba(235, 250, 255, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-blueGreen::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #148093 !important;
    color: rgba(20, 128, 147, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-blueGreen:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #148093 !important;
    color: rgba(20, 128, 147, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-blueGreen::placeholder {
    --placeholder-opacity: 1 !important;
    color: #148093 !important;
    color: rgba(20, 128, 147, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-mediumGray::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97A2B0 !important;
    color: rgba(151, 162, 176, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-mediumGray:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97A2B0 !important;
    color: rgba(151, 162, 176, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-mediumGray::placeholder {
    --placeholder-opacity: 1 !important;
    color: #97A2B0 !important;
    color: rgba(151, 162, 176, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-light-gray::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ACACB4 !important;
    color: rgba(172, 172, 180, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-light-gray:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ACACB4 !important;
    color: rgba(172, 172, 180, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-light-gray::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ACACB4 !important;
    color: rgba(172, 172, 180, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-lightestGray::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F2F2F2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-lightestGray:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F2F2F2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-lightestGray::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F2F2F2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-dark-gray::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #64626F !important;
    color: rgba(100, 98, 111, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-dark-gray:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #64626F !important;
    color: rgba(100, 98, 111, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-dark-gray::placeholder {
    --placeholder-opacity: 1 !important;
    color: #64626F !important;
    color: rgba(100, 98, 111, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-nav-gray::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #65718C !important;
    color: rgba(101, 113, 140, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-nav-gray:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #65718C !important;
    color: rgba(101, 113, 140, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-nav-gray::placeholder {
    --placeholder-opacity: 1 !important;
    color: #65718C !important;
    color: rgba(101, 113, 140, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-bullet-gray::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F1F1F2 !important;
    color: rgba(241, 241, 242, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-bullet-gray:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F1F1F2 !important;
    color: rgba(241, 241, 242, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-bullet-gray::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F1F1F2 !important;
    color: rgba(241, 241, 242, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-dark-red::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #951700 !important;
    color: rgba(149, 23, 0, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-dark-red:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #951700 !important;
    color: rgba(149, 23, 0, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-dark-red::placeholder {
    --placeholder-opacity: 1 !important;
    color: #951700 !important;
    color: rgba(149, 23, 0, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-navy::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #182F50 !important;
    color: rgba(24, 47, 80, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-navy:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #182F50 !important;
    color: rgba(24, 47, 80, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-navy::placeholder {
    --placeholder-opacity: 1 !important;
    color: #182F50 !important;
    color: rgba(24, 47, 80, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-lightNavy::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #687FA0 !important;
    color: rgba(104, 127, 160, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-lightNavy:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #687FA0 !important;
    color: rgba(104, 127, 160, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-lightNavy::placeholder {
    --placeholder-opacity: 1 !important;
    color: #687FA0 !important;
    color: rgba(104, 127, 160, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .\31xl\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent !important;
  }

  .\31xl\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .\31xl\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }

  .\31xl\:focus\:placeholder-current:focus:-ms-input-placeholder {
    color: currentColor !important;
  }

  .\31xl\:focus\:placeholder-current:focus::placeholder {
    color: currentColor !important;
  }

  .\31xl\:focus\:placeholder-black:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-black:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-white:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFFFFF !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFFFFF !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-white:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFFFFF !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-gray:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #727272 !important;
    color: rgba(114, 114, 114, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-gray:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #727272 !important;
    color: rgba(114, 114, 114, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-gray:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #727272 !important;
    color: rgba(114, 114, 114, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-red:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #E12A09 !important;
    color: rgba(225, 42, 9, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-red:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #E12A09 !important;
    color: rgba(225, 42, 9, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-red:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #E12A09 !important;
    color: rgba(225, 42, 9, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-orange:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F29C2B !important;
    color: rgba(242, 156, 43, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-orange:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F29C2B !important;
    color: rgba(242, 156, 43, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-orange:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F29C2B !important;
    color: rgba(242, 156, 43, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-yellow:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFEB9A !important;
    color: rgba(255, 235, 154, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-yellow:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFEB9A !important;
    color: rgba(255, 235, 154, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-yellow:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFEB9A !important;
    color: rgba(255, 235, 154, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-green-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-green-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-green-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-green-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-green-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-green-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-green-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-green-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-green-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-teal-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-teal-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-teal-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-teal-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-teal-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-teal-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-teal-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-teal-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-teal-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-blue-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-blue-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-blue-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-blue-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-blue-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-blue-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-blue-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-blue-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-blue-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-indigo-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-indigo-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-indigo-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-indigo-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-indigo-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-indigo-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-indigo-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-indigo-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-indigo-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-purple-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-purple-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-purple-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-purple-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-purple-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-purple-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-purple-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-purple-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-purple-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-pink-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-pink-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-pink-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-pink-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-pink-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-pink-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-pink-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-pink-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-pink-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-navy-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #23345A !important;
    color: rgba(35, 52, 90, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-navy-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #23345A !important;
    color: rgba(35, 52, 90, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-navy-blue:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #23345A !important;
    color: rgba(35, 52, 90, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-cyan:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #40C8EA !important;
    color: rgba(64, 200, 234, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-cyan:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #40C8EA !important;
    color: rgba(64, 200, 234, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-cyan:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #40C8EA !important;
    color: rgba(64, 200, 234, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-yellowOrange:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8E9A7 !important;
    color: rgba(248, 233, 167, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-yellowOrange:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8E9A7 !important;
    color: rgba(248, 233, 167, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-yellowOrange:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8E9A7 !important;
    color: rgba(248, 233, 167, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-light-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #C9EAF4 !important;
    color: rgba(201, 234, 244, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-light-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #C9EAF4 !important;
    color: rgba(201, 234, 244, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-light-blue:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #C9EAF4 !important;
    color: rgba(201, 234, 244, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-lightest-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #EBFAFF !important;
    color: rgba(235, 250, 255, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-lightest-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #EBFAFF !important;
    color: rgba(235, 250, 255, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-lightest-blue:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #EBFAFF !important;
    color: rgba(235, 250, 255, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-blueGreen:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #148093 !important;
    color: rgba(20, 128, 147, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-blueGreen:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #148093 !important;
    color: rgba(20, 128, 147, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-blueGreen:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #148093 !important;
    color: rgba(20, 128, 147, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-mediumGray:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97A2B0 !important;
    color: rgba(151, 162, 176, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-mediumGray:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97A2B0 !important;
    color: rgba(151, 162, 176, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-mediumGray:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #97A2B0 !important;
    color: rgba(151, 162, 176, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-light-gray:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ACACB4 !important;
    color: rgba(172, 172, 180, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-light-gray:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ACACB4 !important;
    color: rgba(172, 172, 180, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-light-gray:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ACACB4 !important;
    color: rgba(172, 172, 180, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-lightestGray:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F2F2F2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-lightestGray:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F2F2F2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-lightestGray:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F2F2F2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-dark-gray:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #64626F !important;
    color: rgba(100, 98, 111, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-dark-gray:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #64626F !important;
    color: rgba(100, 98, 111, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-dark-gray:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #64626F !important;
    color: rgba(100, 98, 111, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-nav-gray:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #65718C !important;
    color: rgba(101, 113, 140, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-nav-gray:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #65718C !important;
    color: rgba(101, 113, 140, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-nav-gray:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #65718C !important;
    color: rgba(101, 113, 140, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-bullet-gray:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F1F1F2 !important;
    color: rgba(241, 241, 242, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-bullet-gray:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F1F1F2 !important;
    color: rgba(241, 241, 242, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-bullet-gray:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F1F1F2 !important;
    color: rgba(241, 241, 242, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-dark-red:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #951700 !important;
    color: rgba(149, 23, 0, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-dark-red:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #951700 !important;
    color: rgba(149, 23, 0, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-dark-red:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #951700 !important;
    color: rgba(149, 23, 0, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-navy:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #182F50 !important;
    color: rgba(24, 47, 80, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-navy:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #182F50 !important;
    color: rgba(24, 47, 80, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-navy:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #182F50 !important;
    color: rgba(24, 47, 80, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-lightNavy:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #687FA0 !important;
    color: rgba(104, 127, 160, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-lightNavy:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #687FA0 !important;
    color: rgba(104, 127, 160, var(--placeholder-opacity)) !important;
  }

  .\31xl\:focus\:placeholder-lightNavy:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #687FA0 !important;
    color: rgba(104, 127, 160, var(--placeholder-opacity)) !important;
  }

  .\31xl\:placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .\31xl\:placeholder-opacity-0:-ms-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .\31xl\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0 !important;
  }

  .\31xl\:placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .\31xl\:placeholder-opacity-25:-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .\31xl\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .\31xl\:placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .\31xl\:placeholder-opacity-50:-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .\31xl\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .\31xl\:placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .\31xl\:placeholder-opacity-75:-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .\31xl\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .\31xl\:placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .\31xl\:placeholder-opacity-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .\31xl\:placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1 !important;
  }

  .\31xl\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .\31xl\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .\31xl\:focus\:placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0 !important;
  }

  .\31xl\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .\31xl\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .\31xl\:focus\:placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .\31xl\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .\31xl\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .\31xl\:focus\:placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .\31xl\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .\31xl\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .\31xl\:focus\:placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .\31xl\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .\31xl\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .\31xl\:focus\:placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
  }

  .\31xl\:pointer-events-none {
    pointer-events: none !important;
  }

  .\31xl\:pointer-events-auto {
    pointer-events: auto !important;
  }

  .\31xl\:static {
    position: static !important;
  }

  .\31xl\:fixed {
    position: fixed !important;
  }

  .\31xl\:absolute {
    position: absolute !important;
  }

  .\31xl\:relative {
    position: relative !important;
  }

  .\31xl\:sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .\31xl\:inset-0 {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .\31xl\:inset-4 {
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .\31xl\:inset-6 {
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }

  .\31xl\:inset-8 {
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .\31xl\:inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .\31xl\:inset-31p {
    top: 31% !important;
    right: 31% !important;
    bottom: 31% !important;
    left: 31% !important;
  }

  .\31xl\:inset-42p {
    top: 42% !important;
    right: 42% !important;
    bottom: 42% !important;
    left: 42% !important;
  }

  .\31xl\:inset-2px {
    top: 0.125rem !important;
    right: 0.125rem !important;
    bottom: 0.125rem !important;
    left: 0.125rem !important;
  }

  .\31xl\:inset-85px {
    top: 5.3125rem !important;
    right: 5.3125rem !important;
    bottom: 5.3125rem !important;
    left: 5.3125rem !important;
  }

  .\31xl\:inset-152px {
    top: 9.5rem !important;
    right: 9.5rem !important;
    bottom: 9.5rem !important;
    left: 9.5rem !important;
  }

  .\31xl\:inset-neg2px {
    top: -0.125rem !important;
    right: -0.125rem !important;
    bottom: -0.125rem !important;
    left: -0.125rem !important;
  }

  .\31xl\:inset-neg20px {
    top: -1.25rem !important;
    right: -1.25rem !important;
    bottom: -1.25rem !important;
    left: -1.25rem !important;
  }

  .\31xl\:inset-neg2rem {
    top: -2rem !important;
    right: -2rem !important;
    bottom: -2rem !important;
    left: -2rem !important;
  }

  .\31xl\:inset-neg3rem {
    top: -3rem !important;
    right: -3rem !important;
    bottom: -3rem !important;
    left: -3rem !important;
  }

  .\31xl\:inset-neg100px {
    top: -6.25rem !important;
    right: -6.25rem !important;
    bottom: -6.25rem !important;
    left: -6.25rem !important;
  }

  .\31xl\:inset-neg125px {
    top: -7.8125rem !important;
    right: -7.8125rem !important;
    bottom: -7.8125rem !important;
    left: -7.8125rem !important;
  }

  .\31xl\:inset-neg150px {
    top: -9.375rem !important;
    right: -9.375rem !important;
    bottom: -9.375rem !important;
    left: -9.375rem !important;
  }

  .\31xl\:inset-neg4rem {
    top: -4rem !important;
    right: -4rem !important;
    bottom: -4rem !important;
    left: -4rem !important;
  }

  .\31xl\:inset-neg6rem {
    top: -6rem !important;
    right: -6rem !important;
    bottom: -6rem !important;
    left: -6rem !important;
  }

  .\31xl\:inset-y-0 {
    top: 0 !important;
    bottom: 0 !important;
  }

  .\31xl\:inset-x-0 {
    right: 0 !important;
    left: 0 !important;
  }

  .\31xl\:inset-y-4 {
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .\31xl\:inset-x-4 {
    right: 1rem !important;
    left: 1rem !important;
  }

  .\31xl\:inset-y-6 {
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }

  .\31xl\:inset-x-6 {
    right: 1.5rem !important;
    left: 1.5rem !important;
  }

  .\31xl\:inset-y-8 {
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .\31xl\:inset-x-8 {
    right: 2rem !important;
    left: 2rem !important;
  }

  .\31xl\:inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  .\31xl\:inset-x-auto {
    right: auto !important;
    left: auto !important;
  }

  .\31xl\:inset-y-31p {
    top: 31% !important;
    bottom: 31% !important;
  }

  .\31xl\:inset-x-31p {
    right: 31% !important;
    left: 31% !important;
  }

  .\31xl\:inset-y-42p {
    top: 42% !important;
    bottom: 42% !important;
  }

  .\31xl\:inset-x-42p {
    right: 42% !important;
    left: 42% !important;
  }

  .\31xl\:inset-y-2px {
    top: 0.125rem !important;
    bottom: 0.125rem !important;
  }

  .\31xl\:inset-x-2px {
    right: 0.125rem !important;
    left: 0.125rem !important;
  }

  .\31xl\:inset-y-85px {
    top: 5.3125rem !important;
    bottom: 5.3125rem !important;
  }

  .\31xl\:inset-x-85px {
    right: 5.3125rem !important;
    left: 5.3125rem !important;
  }

  .\31xl\:inset-y-152px {
    top: 9.5rem !important;
    bottom: 9.5rem !important;
  }

  .\31xl\:inset-x-152px {
    right: 9.5rem !important;
    left: 9.5rem !important;
  }

  .\31xl\:inset-y-neg2px {
    top: -0.125rem !important;
    bottom: -0.125rem !important;
  }

  .\31xl\:inset-x-neg2px {
    right: -0.125rem !important;
    left: -0.125rem !important;
  }

  .\31xl\:inset-y-neg20px {
    top: -1.25rem !important;
    bottom: -1.25rem !important;
  }

  .\31xl\:inset-x-neg20px {
    right: -1.25rem !important;
    left: -1.25rem !important;
  }

  .\31xl\:inset-y-neg2rem {
    top: -2rem !important;
    bottom: -2rem !important;
  }

  .\31xl\:inset-x-neg2rem {
    right: -2rem !important;
    left: -2rem !important;
  }

  .\31xl\:inset-y-neg3rem {
    top: -3rem !important;
    bottom: -3rem !important;
  }

  .\31xl\:inset-x-neg3rem {
    right: -3rem !important;
    left: -3rem !important;
  }

  .\31xl\:inset-y-neg100px {
    top: -6.25rem !important;
    bottom: -6.25rem !important;
  }

  .\31xl\:inset-x-neg100px {
    right: -6.25rem !important;
    left: -6.25rem !important;
  }

  .\31xl\:inset-y-neg125px {
    top: -7.8125rem !important;
    bottom: -7.8125rem !important;
  }

  .\31xl\:inset-x-neg125px {
    right: -7.8125rem !important;
    left: -7.8125rem !important;
  }

  .\31xl\:inset-y-neg150px {
    top: -9.375rem !important;
    bottom: -9.375rem !important;
  }

  .\31xl\:inset-x-neg150px {
    right: -9.375rem !important;
    left: -9.375rem !important;
  }

  .\31xl\:inset-y-neg4rem {
    top: -4rem !important;
    bottom: -4rem !important;
  }

  .\31xl\:inset-x-neg4rem {
    right: -4rem !important;
    left: -4rem !important;
  }

  .\31xl\:inset-y-neg6rem {
    top: -6rem !important;
    bottom: -6rem !important;
  }

  .\31xl\:inset-x-neg6rem {
    right: -6rem !important;
    left: -6rem !important;
  }

  .\31xl\:top-0 {
    top: 0 !important;
  }

  .\31xl\:right-0 {
    right: 0 !important;
  }

  .\31xl\:bottom-0 {
    bottom: 0 !important;
  }

  .\31xl\:left-0 {
    left: 0 !important;
  }

  .\31xl\:top-4 {
    top: 1rem !important;
  }

  .\31xl\:right-4 {
    right: 1rem !important;
  }

  .\31xl\:bottom-4 {
    bottom: 1rem !important;
  }

  .\31xl\:left-4 {
    left: 1rem !important;
  }

  .\31xl\:top-6 {
    top: 1.5rem !important;
  }

  .\31xl\:right-6 {
    right: 1.5rem !important;
  }

  .\31xl\:bottom-6 {
    bottom: 1.5rem !important;
  }

  .\31xl\:left-6 {
    left: 1.5rem !important;
  }

  .\31xl\:top-8 {
    top: 2rem !important;
  }

  .\31xl\:right-8 {
    right: 2rem !important;
  }

  .\31xl\:bottom-8 {
    bottom: 2rem !important;
  }

  .\31xl\:left-8 {
    left: 2rem !important;
  }

  .\31xl\:top-auto {
    top: auto !important;
  }

  .\31xl\:right-auto {
    right: auto !important;
  }

  .\31xl\:bottom-auto {
    bottom: auto !important;
  }

  .\31xl\:left-auto {
    left: auto !important;
  }

  .\31xl\:top-31p {
    top: 31% !important;
  }

  .\31xl\:right-31p {
    right: 31% !important;
  }

  .\31xl\:bottom-31p {
    bottom: 31% !important;
  }

  .\31xl\:left-31p {
    left: 31% !important;
  }

  .\31xl\:top-42p {
    top: 42% !important;
  }

  .\31xl\:right-42p {
    right: 42% !important;
  }

  .\31xl\:bottom-42p {
    bottom: 42% !important;
  }

  .\31xl\:left-42p {
    left: 42% !important;
  }

  .\31xl\:top-2px {
    top: 0.125rem !important;
  }

  .\31xl\:right-2px {
    right: 0.125rem !important;
  }

  .\31xl\:bottom-2px {
    bottom: 0.125rem !important;
  }

  .\31xl\:left-2px {
    left: 0.125rem !important;
  }

  .\31xl\:top-85px {
    top: 5.3125rem !important;
  }

  .\31xl\:right-85px {
    right: 5.3125rem !important;
  }

  .\31xl\:bottom-85px {
    bottom: 5.3125rem !important;
  }

  .\31xl\:left-85px {
    left: 5.3125rem !important;
  }

  .\31xl\:top-152px {
    top: 9.5rem !important;
  }

  .\31xl\:right-152px {
    right: 9.5rem !important;
  }

  .\31xl\:bottom-152px {
    bottom: 9.5rem !important;
  }

  .\31xl\:left-152px {
    left: 9.5rem !important;
  }

  .\31xl\:top-neg2px {
    top: -0.125rem !important;
  }

  .\31xl\:right-neg2px {
    right: -0.125rem !important;
  }

  .\31xl\:bottom-neg2px {
    bottom: -0.125rem !important;
  }

  .\31xl\:left-neg2px {
    left: -0.125rem !important;
  }

  .\31xl\:top-neg20px {
    top: -1.25rem !important;
  }

  .\31xl\:right-neg20px {
    right: -1.25rem !important;
  }

  .\31xl\:bottom-neg20px {
    bottom: -1.25rem !important;
  }

  .\31xl\:left-neg20px {
    left: -1.25rem !important;
  }

  .\31xl\:top-neg2rem {
    top: -2rem !important;
  }

  .\31xl\:right-neg2rem {
    right: -2rem !important;
  }

  .\31xl\:bottom-neg2rem {
    bottom: -2rem !important;
  }

  .\31xl\:left-neg2rem {
    left: -2rem !important;
  }

  .\31xl\:top-neg3rem {
    top: -3rem !important;
  }

  .\31xl\:right-neg3rem {
    right: -3rem !important;
  }

  .\31xl\:bottom-neg3rem {
    bottom: -3rem !important;
  }

  .\31xl\:left-neg3rem {
    left: -3rem !important;
  }

  .\31xl\:top-neg100px {
    top: -6.25rem !important;
  }

  .\31xl\:right-neg100px {
    right: -6.25rem !important;
  }

  .\31xl\:bottom-neg100px {
    bottom: -6.25rem !important;
  }

  .\31xl\:left-neg100px {
    left: -6.25rem !important;
  }

  .\31xl\:top-neg125px {
    top: -7.8125rem !important;
  }

  .\31xl\:right-neg125px {
    right: -7.8125rem !important;
  }

  .\31xl\:bottom-neg125px {
    bottom: -7.8125rem !important;
  }

  .\31xl\:left-neg125px {
    left: -7.8125rem !important;
  }

  .\31xl\:top-neg150px {
    top: -9.375rem !important;
  }

  .\31xl\:right-neg150px {
    right: -9.375rem !important;
  }

  .\31xl\:bottom-neg150px {
    bottom: -9.375rem !important;
  }

  .\31xl\:left-neg150px {
    left: -9.375rem !important;
  }

  .\31xl\:top-neg4rem {
    top: -4rem !important;
  }

  .\31xl\:right-neg4rem {
    right: -4rem !important;
  }

  .\31xl\:bottom-neg4rem {
    bottom: -4rem !important;
  }

  .\31xl\:left-neg4rem {
    left: -4rem !important;
  }

  .\31xl\:top-neg6rem {
    top: -6rem !important;
  }

  .\31xl\:right-neg6rem {
    right: -6rem !important;
  }

  .\31xl\:bottom-neg6rem {
    bottom: -6rem !important;
  }

  .\31xl\:left-neg6rem {
    left: -6rem !important;
  }

  .\31xl\:resize-none {
    resize: none !important;
  }

  .\31xl\:resize-y {
    resize: vertical !important;
  }

  .\31xl\:resize-x {
    resize: horizontal !important;
  }

  .\31xl\:resize {
    resize: both !important;
  }

  .\31xl\:shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .\31xl\:shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .\31xl\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .\31xl\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .\31xl\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .\31xl\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .\31xl\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .\31xl\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .\31xl\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .\31xl\:shadow-none {
    box-shadow: none !important;
  }

  .\31xl\:shadow-thick {
    box-shadow: 2px 2px 10px 3px rgba(0,0,0,0.4) !important;
  }

  .\31xl\:hover\:shadow-xs:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .\31xl\:hover\:shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .\31xl\:hover\:shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .\31xl\:hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .\31xl\:hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .\31xl\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .\31xl\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .\31xl\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .\31xl\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .\31xl\:hover\:shadow-none:hover {
    box-shadow: none !important;
  }

  .\31xl\:hover\:shadow-thick:hover {
    box-shadow: 2px 2px 10px 3px rgba(0,0,0,0.4) !important;
  }

  .\31xl\:focus\:shadow-xs:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .\31xl\:focus\:shadow-sm:focus {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .\31xl\:focus\:shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .\31xl\:focus\:shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .\31xl\:focus\:shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .\31xl\:focus\:shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .\31xl\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .\31xl\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .\31xl\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .\31xl\:focus\:shadow-none:focus {
    box-shadow: none !important;
  }

  .\31xl\:focus\:shadow-thick:focus {
    box-shadow: 2px 2px 10px 3px rgba(0,0,0,0.4) !important;
  }

  .\31xl\:fill-current {
    fill: currentColor !important;
  }

  .\31xl\:stroke-current {
    stroke: currentColor !important;
  }

  .\31xl\:stroke-0 {
    stroke-width: 0 !important;
  }

  .\31xl\:stroke-1 {
    stroke-width: 1 !important;
  }

  .\31xl\:stroke-2 {
    stroke-width: 2 !important;
  }

  .\31xl\:table-auto {
    table-layout: auto !important;
  }

  .\31xl\:table-fixed {
    table-layout: fixed !important;
  }

  .\31xl\:text-left {
    text-align: left !important;
  }

  .\31xl\:text-center {
    text-align: center !important;
  }

  .\31xl\:text-right {
    text-align: right !important;
  }

  .\31xl\:text-justify {
    text-align: justify !important;
  }

  .\31xl\:text-transparent {
    color: transparent !important;
  }

  .\31xl\:text-current {
    color: currentColor !important;
  }

  .\31xl\:text-black {
    --text-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .\31xl\:text-white {
    --text-opacity: 1 !important;
    color: #FFFFFF !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .\31xl\:text-gray {
    --text-opacity: 1 !important;
    color: #727272 !important;
    color: rgba(114, 114, 114, var(--text-opacity)) !important;
  }

  .\31xl\:text-red {
    --text-opacity: 1 !important;
    color: #E12A09 !important;
    color: rgba(225, 42, 9, var(--text-opacity)) !important;
  }

  .\31xl\:text-orange {
    --text-opacity: 1 !important;
    color: #F29C2B !important;
    color: rgba(242, 156, 43, var(--text-opacity)) !important;
  }

  .\31xl\:text-yellow {
    --text-opacity: 1 !important;
    color: #FFEB9A !important;
    color: rgba(255, 235, 154, var(--text-opacity)) !important;
  }

  .\31xl\:text-green-100 {
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .\31xl\:text-green-200 {
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .\31xl\:text-green-300 {
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .\31xl\:text-green-400 {
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .\31xl\:text-green-500 {
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .\31xl\:text-green-600 {
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .\31xl\:text-green-700 {
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .\31xl\:text-green-800 {
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .\31xl\:text-green-900 {
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .\31xl\:text-teal-100 {
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .\31xl\:text-teal-200 {
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .\31xl\:text-teal-300 {
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .\31xl\:text-teal-400 {
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .\31xl\:text-teal-500 {
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .\31xl\:text-teal-600 {
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .\31xl\:text-teal-700 {
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .\31xl\:text-teal-800 {
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .\31xl\:text-teal-900 {
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .\31xl\:text-blue-100 {
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .\31xl\:text-blue-200 {
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .\31xl\:text-blue-300 {
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .\31xl\:text-blue-400 {
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .\31xl\:text-blue-500 {
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .\31xl\:text-blue-600 {
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .\31xl\:text-blue-700 {
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .\31xl\:text-blue-800 {
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .\31xl\:text-blue-900 {
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .\31xl\:text-indigo-100 {
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .\31xl\:text-indigo-200 {
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .\31xl\:text-indigo-300 {
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .\31xl\:text-indigo-400 {
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .\31xl\:text-indigo-500 {
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .\31xl\:text-indigo-600 {
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .\31xl\:text-indigo-700 {
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .\31xl\:text-indigo-800 {
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .\31xl\:text-indigo-900 {
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .\31xl\:text-purple-100 {
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .\31xl\:text-purple-200 {
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .\31xl\:text-purple-300 {
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .\31xl\:text-purple-400 {
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .\31xl\:text-purple-500 {
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .\31xl\:text-purple-600 {
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .\31xl\:text-purple-700 {
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .\31xl\:text-purple-800 {
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .\31xl\:text-purple-900 {
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .\31xl\:text-pink-100 {
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .\31xl\:text-pink-200 {
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .\31xl\:text-pink-300 {
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .\31xl\:text-pink-400 {
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .\31xl\:text-pink-500 {
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .\31xl\:text-pink-600 {
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .\31xl\:text-pink-700 {
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .\31xl\:text-pink-800 {
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .\31xl\:text-pink-900 {
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .\31xl\:text-navy-blue {
    --text-opacity: 1 !important;
    color: #23345A !important;
    color: rgba(35, 52, 90, var(--text-opacity)) !important;
  }

  .\31xl\:text-cyan {
    --text-opacity: 1 !important;
    color: #40C8EA !important;
    color: rgba(64, 200, 234, var(--text-opacity)) !important;
  }

  .\31xl\:text-yellowOrange {
    --text-opacity: 1 !important;
    color: #F8E9A7 !important;
    color: rgba(248, 233, 167, var(--text-opacity)) !important;
  }

  .\31xl\:text-light-blue {
    --text-opacity: 1 !important;
    color: #C9EAF4 !important;
    color: rgba(201, 234, 244, var(--text-opacity)) !important;
  }

  .\31xl\:text-lightest-blue {
    --text-opacity: 1 !important;
    color: #EBFAFF !important;
    color: rgba(235, 250, 255, var(--text-opacity)) !important;
  }

  .\31xl\:text-blueGreen {
    --text-opacity: 1 !important;
    color: #148093 !important;
    color: rgba(20, 128, 147, var(--text-opacity)) !important;
  }

  .\31xl\:text-mediumGray {
    --text-opacity: 1 !important;
    color: #97A2B0 !important;
    color: rgba(151, 162, 176, var(--text-opacity)) !important;
  }

  .\31xl\:text-light-gray {
    --text-opacity: 1 !important;
    color: #ACACB4 !important;
    color: rgba(172, 172, 180, var(--text-opacity)) !important;
  }

  .\31xl\:text-lightestGray {
    --text-opacity: 1 !important;
    color: #F2F2F2 !important;
    color: rgba(242, 242, 242, var(--text-opacity)) !important;
  }

  .\31xl\:text-dark-gray {
    --text-opacity: 1 !important;
    color: #64626F !important;
    color: rgba(100, 98, 111, var(--text-opacity)) !important;
  }

  .\31xl\:text-nav-gray {
    --text-opacity: 1 !important;
    color: #65718C !important;
    color: rgba(101, 113, 140, var(--text-opacity)) !important;
  }

  .\31xl\:text-bullet-gray {
    --text-opacity: 1 !important;
    color: #F1F1F2 !important;
    color: rgba(241, 241, 242, var(--text-opacity)) !important;
  }

  .\31xl\:text-dark-red {
    --text-opacity: 1 !important;
    color: #951700 !important;
    color: rgba(149, 23, 0, var(--text-opacity)) !important;
  }

  .\31xl\:text-navy {
    --text-opacity: 1 !important;
    color: #182F50 !important;
    color: rgba(24, 47, 80, var(--text-opacity)) !important;
  }

  .\31xl\:text-lightNavy {
    --text-opacity: 1 !important;
    color: #687FA0 !important;
    color: rgba(104, 127, 160, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .\31xl\:hover\:text-current:hover {
    color: currentColor !important;
  }

  .\31xl\:hover\:text-black:hover {
    --text-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-white:hover {
    --text-opacity: 1 !important;
    color: #FFFFFF !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-gray:hover {
    --text-opacity: 1 !important;
    color: #727272 !important;
    color: rgba(114, 114, 114, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-red:hover {
    --text-opacity: 1 !important;
    color: #E12A09 !important;
    color: rgba(225, 42, 9, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-orange:hover {
    --text-opacity: 1 !important;
    color: #F29C2B !important;
    color: rgba(242, 156, 43, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-yellow:hover {
    --text-opacity: 1 !important;
    color: #FFEB9A !important;
    color: rgba(255, 235, 154, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-green-100:hover {
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-green-200:hover {
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-green-300:hover {
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-green-400:hover {
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-green-500:hover {
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-green-600:hover {
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-green-700:hover {
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-green-800:hover {
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-green-900:hover {
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-teal-100:hover {
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-teal-200:hover {
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-teal-300:hover {
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-teal-400:hover {
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-teal-500:hover {
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-teal-600:hover {
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-teal-700:hover {
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-teal-800:hover {
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-teal-900:hover {
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-blue-100:hover {
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-blue-200:hover {
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-blue-300:hover {
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-blue-400:hover {
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-blue-500:hover {
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-blue-600:hover {
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-blue-700:hover {
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-blue-800:hover {
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-blue-900:hover {
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-indigo-100:hover {
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-indigo-200:hover {
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-indigo-300:hover {
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-indigo-400:hover {
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-indigo-500:hover {
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-indigo-600:hover {
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-indigo-700:hover {
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-indigo-800:hover {
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-indigo-900:hover {
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-purple-100:hover {
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-purple-200:hover {
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-purple-300:hover {
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-purple-400:hover {
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-purple-500:hover {
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-purple-600:hover {
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-purple-700:hover {
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-purple-800:hover {
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-purple-900:hover {
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-pink-100:hover {
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-pink-200:hover {
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-pink-300:hover {
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-pink-400:hover {
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-pink-500:hover {
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-pink-600:hover {
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-pink-700:hover {
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-pink-800:hover {
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-pink-900:hover {
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-navy-blue:hover {
    --text-opacity: 1 !important;
    color: #23345A !important;
    color: rgba(35, 52, 90, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-cyan:hover {
    --text-opacity: 1 !important;
    color: #40C8EA !important;
    color: rgba(64, 200, 234, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-yellowOrange:hover {
    --text-opacity: 1 !important;
    color: #F8E9A7 !important;
    color: rgba(248, 233, 167, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-light-blue:hover {
    --text-opacity: 1 !important;
    color: #C9EAF4 !important;
    color: rgba(201, 234, 244, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-lightest-blue:hover {
    --text-opacity: 1 !important;
    color: #EBFAFF !important;
    color: rgba(235, 250, 255, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-blueGreen:hover {
    --text-opacity: 1 !important;
    color: #148093 !important;
    color: rgba(20, 128, 147, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-mediumGray:hover {
    --text-opacity: 1 !important;
    color: #97A2B0 !important;
    color: rgba(151, 162, 176, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-light-gray:hover {
    --text-opacity: 1 !important;
    color: #ACACB4 !important;
    color: rgba(172, 172, 180, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-lightestGray:hover {
    --text-opacity: 1 !important;
    color: #F2F2F2 !important;
    color: rgba(242, 242, 242, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-dark-gray:hover {
    --text-opacity: 1 !important;
    color: #64626F !important;
    color: rgba(100, 98, 111, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-nav-gray:hover {
    --text-opacity: 1 !important;
    color: #65718C !important;
    color: rgba(101, 113, 140, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-bullet-gray:hover {
    --text-opacity: 1 !important;
    color: #F1F1F2 !important;
    color: rgba(241, 241, 242, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-dark-red:hover {
    --text-opacity: 1 !important;
    color: #951700 !important;
    color: rgba(149, 23, 0, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-navy:hover {
    --text-opacity: 1 !important;
    color: #182F50 !important;
    color: rgba(24, 47, 80, var(--text-opacity)) !important;
  }

  .\31xl\:hover\:text-lightNavy:hover {
    --text-opacity: 1 !important;
    color: #687FA0 !important;
    color: rgba(104, 127, 160, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-transparent:focus {
    color: transparent !important;
  }

  .\31xl\:focus\:text-current:focus {
    color: currentColor !important;
  }

  .\31xl\:focus\:text-black:focus {
    --text-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-white:focus {
    --text-opacity: 1 !important;
    color: #FFFFFF !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-gray:focus {
    --text-opacity: 1 !important;
    color: #727272 !important;
    color: rgba(114, 114, 114, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-red:focus {
    --text-opacity: 1 !important;
    color: #E12A09 !important;
    color: rgba(225, 42, 9, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-orange:focus {
    --text-opacity: 1 !important;
    color: #F29C2B !important;
    color: rgba(242, 156, 43, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-yellow:focus {
    --text-opacity: 1 !important;
    color: #FFEB9A !important;
    color: rgba(255, 235, 154, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-green-100:focus {
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-green-200:focus {
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-green-300:focus {
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-green-400:focus {
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-green-500:focus {
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-green-600:focus {
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-green-700:focus {
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-green-800:focus {
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-green-900:focus {
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-teal-100:focus {
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-teal-200:focus {
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-teal-300:focus {
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-teal-400:focus {
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-teal-500:focus {
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-teal-600:focus {
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-teal-700:focus {
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-teal-800:focus {
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-teal-900:focus {
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-blue-100:focus {
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-blue-200:focus {
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-blue-300:focus {
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-blue-400:focus {
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-blue-500:focus {
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-blue-600:focus {
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-blue-700:focus {
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-blue-800:focus {
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-blue-900:focus {
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-indigo-100:focus {
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-indigo-200:focus {
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-indigo-300:focus {
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-indigo-400:focus {
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-indigo-500:focus {
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-indigo-600:focus {
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-indigo-700:focus {
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-indigo-800:focus {
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-indigo-900:focus {
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-purple-100:focus {
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-purple-200:focus {
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-purple-300:focus {
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-purple-400:focus {
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-purple-500:focus {
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-purple-600:focus {
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-purple-700:focus {
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-purple-800:focus {
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-purple-900:focus {
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-pink-100:focus {
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-pink-200:focus {
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-pink-300:focus {
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-pink-400:focus {
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-pink-500:focus {
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-pink-600:focus {
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-pink-700:focus {
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-pink-800:focus {
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-pink-900:focus {
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-navy-blue:focus {
    --text-opacity: 1 !important;
    color: #23345A !important;
    color: rgba(35, 52, 90, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-cyan:focus {
    --text-opacity: 1 !important;
    color: #40C8EA !important;
    color: rgba(64, 200, 234, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-yellowOrange:focus {
    --text-opacity: 1 !important;
    color: #F8E9A7 !important;
    color: rgba(248, 233, 167, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-light-blue:focus {
    --text-opacity: 1 !important;
    color: #C9EAF4 !important;
    color: rgba(201, 234, 244, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-lightest-blue:focus {
    --text-opacity: 1 !important;
    color: #EBFAFF !important;
    color: rgba(235, 250, 255, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-blueGreen:focus {
    --text-opacity: 1 !important;
    color: #148093 !important;
    color: rgba(20, 128, 147, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-mediumGray:focus {
    --text-opacity: 1 !important;
    color: #97A2B0 !important;
    color: rgba(151, 162, 176, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-light-gray:focus {
    --text-opacity: 1 !important;
    color: #ACACB4 !important;
    color: rgba(172, 172, 180, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-lightestGray:focus {
    --text-opacity: 1 !important;
    color: #F2F2F2 !important;
    color: rgba(242, 242, 242, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-dark-gray:focus {
    --text-opacity: 1 !important;
    color: #64626F !important;
    color: rgba(100, 98, 111, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-nav-gray:focus {
    --text-opacity: 1 !important;
    color: #65718C !important;
    color: rgba(101, 113, 140, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-bullet-gray:focus {
    --text-opacity: 1 !important;
    color: #F1F1F2 !important;
    color: rgba(241, 241, 242, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-dark-red:focus {
    --text-opacity: 1 !important;
    color: #951700 !important;
    color: rgba(149, 23, 0, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-navy:focus {
    --text-opacity: 1 !important;
    color: #182F50 !important;
    color: rgba(24, 47, 80, var(--text-opacity)) !important;
  }

  .\31xl\:focus\:text-lightNavy:focus {
    --text-opacity: 1 !important;
    color: #687FA0 !important;
    color: rgba(104, 127, 160, var(--text-opacity)) !important;
  }

  .\31xl\:text-opacity-0 {
    --text-opacity: 0 !important;
  }

  .\31xl\:text-opacity-25 {
    --text-opacity: 0.25 !important;
  }

  .\31xl\:text-opacity-50 {
    --text-opacity: 0.5 !important;
  }

  .\31xl\:text-opacity-75 {
    --text-opacity: 0.75 !important;
  }

  .\31xl\:text-opacity-100 {
    --text-opacity: 1 !important;
  }

  .\31xl\:hover\:text-opacity-0:hover {
    --text-opacity: 0 !important;
  }

  .\31xl\:hover\:text-opacity-25:hover {
    --text-opacity: 0.25 !important;
  }

  .\31xl\:hover\:text-opacity-50:hover {
    --text-opacity: 0.5 !important;
  }

  .\31xl\:hover\:text-opacity-75:hover {
    --text-opacity: 0.75 !important;
  }

  .\31xl\:hover\:text-opacity-100:hover {
    --text-opacity: 1 !important;
  }

  .\31xl\:focus\:text-opacity-0:focus {
    --text-opacity: 0 !important;
  }

  .\31xl\:focus\:text-opacity-25:focus {
    --text-opacity: 0.25 !important;
  }

  .\31xl\:focus\:text-opacity-50:focus {
    --text-opacity: 0.5 !important;
  }

  .\31xl\:focus\:text-opacity-75:focus {
    --text-opacity: 0.75 !important;
  }

  .\31xl\:focus\:text-opacity-100:focus {
    --text-opacity: 1 !important;
  }

  .\31xl\:italic {
    font-style: italic !important;
  }

  .\31xl\:not-italic {
    font-style: normal !important;
  }

  .\31xl\:uppercase {
    text-transform: uppercase !important;
  }

  .\31xl\:lowercase {
    text-transform: lowercase !important;
  }

  .\31xl\:capitalize {
    text-transform: capitalize !important;
  }

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

  .\31xl\:underline {
    text-decoration: underline !important;
  }

  .\31xl\:line-through {
    text-decoration: line-through !important;
  }

  .\31xl\:no-underline {
    text-decoration: none !important;
  }

  .\31xl\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .\31xl\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .\31xl\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .\31xl\:focus\:underline:focus {
    text-decoration: underline !important;
  }

  .\31xl\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }

  .\31xl\:focus\:no-underline:focus {
    text-decoration: none !important;
  }

  .\31xl\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .\31xl\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .\31xl\:ordinal, .\31xl\:slashed-zero, .\31xl\:lining-nums, .\31xl\:oldstyle-nums, .\31xl\:proportional-nums, .\31xl\:tabular-nums, .\31xl\:diagonal-fractions, .\31xl\:stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important;
  }

  .\31xl\:normal-nums {
    font-variant-numeric: normal !important;
  }

  .\31xl\:ordinal {
    --font-variant-numeric-ordinal: ordinal !important;
  }

  .\31xl\:slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero !important;
  }

  .\31xl\:lining-nums {
    --font-variant-numeric-figure: lining-nums !important;
  }

  .\31xl\:oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums !important;
  }

  .\31xl\:proportional-nums {
    --font-variant-numeric-spacing: proportional-nums !important;
  }

  .\31xl\:tabular-nums {
    --font-variant-numeric-spacing: tabular-nums !important;
  }

  .\31xl\:diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions !important;
  }

  .\31xl\:stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions !important;
  }

  .\31xl\:tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .\31xl\:tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .\31xl\:tracking-normal {
    letter-spacing: 0 !important;
  }

  .\31xl\:tracking-wide {
    letter-spacing: 0.025em !important;
  }

  .\31xl\:tracking-wider {
    letter-spacing: 0.05em !important;
  }

  .\31xl\:tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .\31xl\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .\31xl\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .\31xl\:select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
        -ms-user-select: all !important;
            user-select: all !important;
  }

  .\31xl\:select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .\31xl\:align-baseline {
    vertical-align: baseline !important;
  }

  .\31xl\:align-top {
    vertical-align: top !important;
  }

  .\31xl\:align-middle {
    vertical-align: middle !important;
  }

  .\31xl\:align-bottom {
    vertical-align: bottom !important;
  }

  .\31xl\:align-text-top {
    vertical-align: text-top !important;
  }

  .\31xl\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .\31xl\:visible {
    visibility: visible !important;
  }

  .\31xl\:invisible {
    visibility: hidden !important;
  }

  .\31xl\:hover\:visible:hover {
    visibility: visible !important;
  }

  .\31xl\:hover\:invisible:hover {
    visibility: hidden !important;
  }

  .group:hover .\31xl\:group-hover\:visible {
    visibility: visible !important;
  }

  .group:hover .\31xl\:group-hover\:invisible {
    visibility: hidden !important;
  }

  .\31xl\:whitespace-normal {
    white-space: normal !important;
  }

  .\31xl\:whitespace-no-wrap {
    white-space: nowrap !important;
  }

  .\31xl\:whitespace-pre {
    white-space: pre !important;
  }

  .\31xl\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .\31xl\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .\31xl\:break-normal {
    word-wrap: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .\31xl\:break-words {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }

  .\31xl\:break-all {
    word-break: break-all !important;
  }

  .\31xl\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .\31xl\:w-0 {
    width: 0 !important;
  }

  .\31xl\:w-1 {
    width: 0.25rem !important;
  }

  .\31xl\:w-2 {
    width: 0.5rem !important;
  }

  .\31xl\:w-3 {
    width: 0.75rem !important;
  }

  .\31xl\:w-4 {
    width: 1rem !important;
  }

  .\31xl\:w-5 {
    width: 1.25rem !important;
  }

  .\31xl\:w-6 {
    width: 1.5rem !important;
  }

  .\31xl\:w-8 {
    width: 2rem !important;
  }

  .\31xl\:w-9 {
    width: 2.5rem !important;
  }

  .\31xl\:w-10 {
    width: 2.5rem !important;
  }

  .\31xl\:w-12 {
    width: 3rem !important;
  }

  .\31xl\:w-14 {
    width: 3.5rem !important;
  }

  .\31xl\:w-16 {
    width: 4rem !important;
  }

  .\31xl\:w-18 {
    width: 4.5rem !important;
  }

  .\31xl\:w-20 {
    width: 5rem !important;
  }

  .\31xl\:w-22 {
    width: 5.626rem !important;
  }

  .\31xl\:w-24 {
    width: 6rem !important;
  }

  .\31xl\:w-26 {
    width: 6.25rem !important;
  }

  .\31xl\:w-28 {
    width: 7rem !important;
  }

  .\31xl\:w-32 {
    width: 8rem !important;
  }

  .\31xl\:w-34 {
    width: 8.5rem !important;
  }

  .\31xl\:w-38 {
    width: 9.25rem !important;
  }

  .\31xl\:w-40 {
    width: 10rem !important;
  }

  .\31xl\:w-46 {
    width: 11.75rem !important;
  }

  .\31xl\:w-48 {
    width: 12rem !important;
  }

  .\31xl\:w-56 {
    width: 14rem !important;
  }

  .\31xl\:w-64 {
    width: 16rem !important;
  }

  .\31xl\:w-82 {
    width: 20.75rem !important;
  }

  .\31xl\:w-auto {
    width: auto !important;
  }

  .\31xl\:w-px {
    width: 1px !important;
  }

  .\31xl\:w-tiny {
    width: 0.3rem !important;
  }

  .\31xl\:w-quick-links {
    width: 26% !important;
  }

  .\31xl\:w-pro-slid {
    width: 48% !important;
  }

  .\31xl\:w-62p {
    width: 62% !important;
  }

  .\31xl\:w-90p {
    width: 90% !important;
  }

  .\31xl\:w-x-large {
    width: 27.5rem !important;
  }

  .\31xl\:w-2px {
    width: 0.125rem !important;
  }

  .\31xl\:w-9px {
    width: 0.5625rem !important;
  }

  .\31xl\:w-10px {
    width: 0.625rem !important;
  }

  .\31xl\:w-18px {
    width: 1.125rem !important;
  }

  .\31xl\:w-20px {
    width: 1.25rem !important;
  }

  .\31xl\:w-24px {
    width: 1.5rem !important;
  }

  .\31xl\:w-26px {
    width: 1.625rem !important;
  }

  .\31xl\:w-30px {
    width: 1.875rem !important;
  }

  .\31xl\:w-38px {
    width: 2.375rem !important;
  }

  .\31xl\:w-43px {
    width: 2.6875rem !important;
  }

  .\31xl\:w-44px {
    width: 2.75rem !important;
  }

  .\31xl\:w-46px {
    width: 2.875rem !important;
  }

  .\31xl\:w-53px {
    width: 3.3125rem !important;
  }

  .\31xl\:w-54px {
    width: 3.375rem !important;
  }

  .\31xl\:w-55px {
    width: 3.4375rem !important;
  }

  .\31xl\:w-60px {
    width: 3.75rem !important;
  }

  .\31xl\:w-67px {
    width: 4.1875rem !important;
  }

  .\31xl\:w-73px {
    width: 4.5625rem !important;
  }

  .\31xl\:w-80px {
    width: 5rem !important;
  }

  .\31xl\:w-81px {
    width: 5.0625rem !important;
  }

  .\31xl\:w-85px {
    width: 5.3125rem !important;
  }

  .\31xl\:w-92px {
    width: 5.75rem !important;
  }

  .\31xl\:w-100px {
    width: 6.25rem !important;
  }

  .\31xl\:w-106px {
    width: 6.625rem !important;
  }

  .\31xl\:w-123px {
    width: 7.6875rem !important;
  }

  .\31xl\:w-126px {
    width: 7.875rem !important;
  }

  .\31xl\:w-138px {
    width: 8.625rem !important;
  }

  .\31xl\:w-140px {
    width: 8.75rem !important;
  }

  .\31xl\:w-146px {
    width: 9.125rem !important;
  }

  .\31xl\:w-152px {
    width: 9.5rem !important;
  }

  .\31xl\:w-187px {
    width: 11.6875rem !important;
  }

  .\31xl\:w-220px {
    width: 13.75rem !important;
  }

  .\31xl\:w-253px {
    width: 15.8125rem !important;
  }

  .\31xl\:w-320px {
    width: 20rem !important;
  }

  .\31xl\:w-400px {
    width: 25rem !important;
  }

  .\31xl\:w-500px {
    width: 31.25rem !important;
  }

  .\31xl\:w-lgPaddingTop {
    width: 15.8125rem !important;
  }

  .\31xl\:w-phonePaddingTop {
    width: 9.875rem !important;
  }

  .\31xl\:w-tabletPaddingTop {
    width: 6.625rem !important;
  }

  .\31xl\:w-largePaddingTop {
    width: 13.75rem !important;
  }

  .\31xl\:w-phoneTextContentMaxWidth {
    width: 57.0625rem !important;
  }

  .\31xl\:w-phoneTextContentWidth {
    width: 63% !important;
  }

  .\31xl\:w-phoneBlockContentWidth {
    width: 71.625rem !important;
  }

  .\31xl\:w-tabletTextContentMaxWidth {
    width: 57.0625rem !important;
  }

  .\31xl\:w-tabletTextContentWidth {
    width: 63% !important;
  }

  .\31xl\:w-tabletBlockContentWidth {
    width: 71.625rem !important;
  }

  .\31xl\:w-largeTextContentMaxWidth {
    width: 57.0625rem !important;
  }

  .\31xl\:w-largeTextContentWidth {
    width: 63% !important;
  }

  .\31xl\:w-largeBlockContentWidth {
    width: 71.625rem !important;
  }

  .\31xl\:w-1\/2 {
    width: 50% !important;
  }

  .\31xl\:w-1\/3 {
    width: 33.333333% !important;
  }

  .\31xl\:w-2\/3 {
    width: 66.666667% !important;
  }

  .\31xl\:w-1\/4 {
    width: 25% !important;
  }

  .\31xl\:w-2\/4 {
    width: 50% !important;
  }

  .\31xl\:w-3\/4 {
    width: 75% !important;
  }

  .\31xl\:w-1\/5 {
    width: 20% !important;
  }

  .\31xl\:w-2\/5 {
    width: 40% !important;
  }

  .\31xl\:w-3\/5 {
    width: 60% !important;
  }

  .\31xl\:w-4\/5 {
    width: 80% !important;
  }

  .\31xl\:w-1\/6 {
    width: 16.666667% !important;
  }

  .\31xl\:w-2\/6 {
    width: 33.333333% !important;
  }

  .\31xl\:w-3\/6 {
    width: 50% !important;
  }

  .\31xl\:w-4\/6 {
    width: 66.666667% !important;
  }

  .\31xl\:w-5\/6 {
    width: 83.333333% !important;
  }

  .\31xl\:w-1\/12 {
    width: 8.333333% !important;
  }

  .\31xl\:w-2\/12 {
    width: 16.666667% !important;
  }

  .\31xl\:w-3\/12 {
    width: 25% !important;
  }

  .\31xl\:w-4\/12 {
    width: 33.333333% !important;
  }

  .\31xl\:w-5\/12 {
    width: 41.666667% !important;
  }

  .\31xl\:w-6\/12 {
    width: 50% !important;
  }

  .\31xl\:w-7\/12 {
    width: 58.333333% !important;
  }

  .\31xl\:w-8\/12 {
    width: 66.666667% !important;
  }

  .\31xl\:w-9\/12 {
    width: 75% !important;
  }

  .\31xl\:w-10\/12 {
    width: 83.333333% !important;
  }

  .\31xl\:w-11\/12 {
    width: 91.666667% !important;
  }

  .\31xl\:w-full {
    width: 100% !important;
  }

  .\31xl\:w-screen {
    width: 100vw !important;
  }

  .\31xl\:z-0 {
    z-index: 0 !important;
  }

  .\31xl\:z-10 {
    z-index: 10 !important;
  }

  .\31xl\:z-20 {
    z-index: 20 !important;
  }

  .\31xl\:z-30 {
    z-index: 30 !important;
  }

  .\31xl\:z-40 {
    z-index: 40 !important;
  }

  .\31xl\:z-50 {
    z-index: 50 !important;
  }

  .\31xl\:z-auto {
    z-index: auto !important;
  }

  .\31xl\:gap-0 {
    grid-gap: 0 !important;
    gap: 0 !important;
  }

  .\31xl\:gap-1 {
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important;
  }

  .\31xl\:gap-2 {
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
  }

  .\31xl\:gap-3 {
    grid-gap: 0.75rem !important;
    gap: 0.75rem !important;
  }

  .\31xl\:gap-4 {
    grid-gap: 1rem !important;
    gap: 1rem !important;
  }

  .\31xl\:gap-5 {
    grid-gap: 1.25rem !important;
    gap: 1.25rem !important;
  }

  .\31xl\:gap-6 {
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

  .\31xl\:gap-8 {
    grid-gap: 2rem !important;
    gap: 2rem !important;
  }

  .\31xl\:gap-9 {
    grid-gap: 2.5rem !important;
    gap: 2.5rem !important;
  }

  .\31xl\:gap-10 {
    grid-gap: 2.5rem !important;
    gap: 2.5rem !important;
  }

  .\31xl\:gap-12 {
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

  .\31xl\:gap-14 {
    grid-gap: 3.5rem !important;
    gap: 3.5rem !important;
  }

  .\31xl\:gap-16 {
    grid-gap: 4rem !important;
    gap: 4rem !important;
  }

  .\31xl\:gap-18 {
    grid-gap: 4.5rem !important;
    gap: 4.5rem !important;
  }

  .\31xl\:gap-20 {
    grid-gap: 5rem !important;
    gap: 5rem !important;
  }

  .\31xl\:gap-22 {
    grid-gap: 5.626rem !important;
    gap: 5.626rem !important;
  }

  .\31xl\:gap-24 {
    grid-gap: 6rem !important;
    gap: 6rem !important;
  }

  .\31xl\:gap-26 {
    grid-gap: 6.25rem !important;
    gap: 6.25rem !important;
  }

  .\31xl\:gap-28 {
    grid-gap: 7rem !important;
    gap: 7rem !important;
  }

  .\31xl\:gap-32 {
    grid-gap: 8rem !important;
    gap: 8rem !important;
  }

  .\31xl\:gap-34 {
    grid-gap: 8.5rem !important;
    gap: 8.5rem !important;
  }

  .\31xl\:gap-38 {
    grid-gap: 9.25rem !important;
    gap: 9.25rem !important;
  }

  .\31xl\:gap-40 {
    grid-gap: 10rem !important;
    gap: 10rem !important;
  }

  .\31xl\:gap-46 {
    grid-gap: 11.75rem !important;
    gap: 11.75rem !important;
  }

  .\31xl\:gap-48 {
    grid-gap: 12rem !important;
    gap: 12rem !important;
  }

  .\31xl\:gap-56 {
    grid-gap: 14rem !important;
    gap: 14rem !important;
  }

  .\31xl\:gap-64 {
    grid-gap: 16rem !important;
    gap: 16rem !important;
  }

  .\31xl\:gap-82 {
    grid-gap: 20.75rem !important;
    gap: 20.75rem !important;
  }

  .\31xl\:gap-px {
    grid-gap: 1px !important;
    gap: 1px !important;
  }

  .\31xl\:gap-tiny {
    grid-gap: 0.3rem !important;
    gap: 0.3rem !important;
  }

  .\31xl\:gap-quick-links {
    grid-gap: 26% !important;
    gap: 26% !important;
  }

  .\31xl\:gap-pro-slid {
    grid-gap: 48% !important;
    gap: 48% !important;
  }

  .\31xl\:gap-62p {
    grid-gap: 62% !important;
    gap: 62% !important;
  }

  .\31xl\:gap-90p {
    grid-gap: 90% !important;
    gap: 90% !important;
  }

  .\31xl\:gap-x-large {
    grid-gap: 27.5rem !important;
    gap: 27.5rem !important;
  }

  .\31xl\:gap-2px {
    grid-gap: 0.125rem !important;
    gap: 0.125rem !important;
  }

  .\31xl\:gap-9px {
    grid-gap: 0.5625rem !important;
    gap: 0.5625rem !important;
  }

  .\31xl\:gap-10px {
    grid-gap: 0.625rem !important;
    gap: 0.625rem !important;
  }

  .\31xl\:gap-18px {
    grid-gap: 1.125rem !important;
    gap: 1.125rem !important;
  }

  .\31xl\:gap-20px {
    grid-gap: 1.25rem !important;
    gap: 1.25rem !important;
  }

  .\31xl\:gap-24px {
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

  .\31xl\:gap-26px {
    grid-gap: 1.625rem !important;
    gap: 1.625rem !important;
  }

  .\31xl\:gap-30px {
    grid-gap: 1.875rem !important;
    gap: 1.875rem !important;
  }

  .\31xl\:gap-38px {
    grid-gap: 2.375rem !important;
    gap: 2.375rem !important;
  }

  .\31xl\:gap-43px {
    grid-gap: 2.6875rem !important;
    gap: 2.6875rem !important;
  }

  .\31xl\:gap-44px {
    grid-gap: 2.75rem !important;
    gap: 2.75rem !important;
  }

  .\31xl\:gap-46px {
    grid-gap: 2.875rem !important;
    gap: 2.875rem !important;
  }

  .\31xl\:gap-53px {
    grid-gap: 3.3125rem !important;
    gap: 3.3125rem !important;
  }

  .\31xl\:gap-54px {
    grid-gap: 3.375rem !important;
    gap: 3.375rem !important;
  }

  .\31xl\:gap-55px {
    grid-gap: 3.4375rem !important;
    gap: 3.4375rem !important;
  }

  .\31xl\:gap-60px {
    grid-gap: 3.75rem !important;
    gap: 3.75rem !important;
  }

  .\31xl\:gap-67px {
    grid-gap: 4.1875rem !important;
    gap: 4.1875rem !important;
  }

  .\31xl\:gap-73px {
    grid-gap: 4.5625rem !important;
    gap: 4.5625rem !important;
  }

  .\31xl\:gap-80px {
    grid-gap: 5rem !important;
    gap: 5rem !important;
  }

  .\31xl\:gap-81px {
    grid-gap: 5.0625rem !important;
    gap: 5.0625rem !important;
  }

  .\31xl\:gap-85px {
    grid-gap: 5.3125rem !important;
    gap: 5.3125rem !important;
  }

  .\31xl\:gap-92px {
    grid-gap: 5.75rem !important;
    gap: 5.75rem !important;
  }

  .\31xl\:gap-100px {
    grid-gap: 6.25rem !important;
    gap: 6.25rem !important;
  }

  .\31xl\:gap-106px {
    grid-gap: 6.625rem !important;
    gap: 6.625rem !important;
  }

  .\31xl\:gap-123px {
    grid-gap: 7.6875rem !important;
    gap: 7.6875rem !important;
  }

  .\31xl\:gap-126px {
    grid-gap: 7.875rem !important;
    gap: 7.875rem !important;
  }

  .\31xl\:gap-138px {
    grid-gap: 8.625rem !important;
    gap: 8.625rem !important;
  }

  .\31xl\:gap-140px {
    grid-gap: 8.75rem !important;
    gap: 8.75rem !important;
  }

  .\31xl\:gap-146px {
    grid-gap: 9.125rem !important;
    gap: 9.125rem !important;
  }

  .\31xl\:gap-152px {
    grid-gap: 9.5rem !important;
    gap: 9.5rem !important;
  }

  .\31xl\:gap-187px {
    grid-gap: 11.6875rem !important;
    gap: 11.6875rem !important;
  }

  .\31xl\:gap-220px {
    grid-gap: 13.75rem !important;
    gap: 13.75rem !important;
  }

  .\31xl\:gap-253px {
    grid-gap: 15.8125rem !important;
    gap: 15.8125rem !important;
  }

  .\31xl\:gap-320px {
    grid-gap: 20rem !important;
    gap: 20rem !important;
  }

  .\31xl\:gap-400px {
    grid-gap: 25rem !important;
    gap: 25rem !important;
  }

  .\31xl\:gap-500px {
    grid-gap: 31.25rem !important;
    gap: 31.25rem !important;
  }

  .\31xl\:gap-lgPaddingTop {
    grid-gap: 15.8125rem !important;
    gap: 15.8125rem !important;
  }

  .\31xl\:gap-phonePaddingTop {
    grid-gap: 9.875rem !important;
    gap: 9.875rem !important;
  }

  .\31xl\:gap-tabletPaddingTop {
    grid-gap: 6.625rem !important;
    gap: 6.625rem !important;
  }

  .\31xl\:gap-largePaddingTop {
    grid-gap: 13.75rem !important;
    gap: 13.75rem !important;
  }

  .\31xl\:gap-phoneTextContentMaxWidth {
    grid-gap: 57.0625rem !important;
    gap: 57.0625rem !important;
  }

  .\31xl\:gap-phoneTextContentWidth {
    grid-gap: 63% !important;
    gap: 63% !important;
  }

  .\31xl\:gap-phoneBlockContentWidth {
    grid-gap: 71.625rem !important;
    gap: 71.625rem !important;
  }

  .\31xl\:gap-tabletTextContentMaxWidth {
    grid-gap: 57.0625rem !important;
    gap: 57.0625rem !important;
  }

  .\31xl\:gap-tabletTextContentWidth {
    grid-gap: 63% !important;
    gap: 63% !important;
  }

  .\31xl\:gap-tabletBlockContentWidth {
    grid-gap: 71.625rem !important;
    gap: 71.625rem !important;
  }

  .\31xl\:gap-largeTextContentMaxWidth {
    grid-gap: 57.0625rem !important;
    gap: 57.0625rem !important;
  }

  .\31xl\:gap-largeTextContentWidth {
    grid-gap: 63% !important;
    gap: 63% !important;
  }

  .\31xl\:gap-largeBlockContentWidth {
    grid-gap: 71.625rem !important;
    gap: 71.625rem !important;
  }

  .\31xl\:col-gap-0 {
    grid-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }

  .\31xl\:col-gap-1 {
    grid-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .\31xl\:col-gap-2 {
    grid-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .\31xl\:col-gap-3 {
    grid-column-gap: 0.75rem !important;
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .\31xl\:col-gap-4 {
    grid-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .\31xl\:col-gap-5 {
    grid-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .\31xl\:col-gap-6 {
    grid-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .\31xl\:col-gap-8 {
    grid-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .\31xl\:col-gap-9 {
    grid-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .\31xl\:col-gap-10 {
    grid-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .\31xl\:col-gap-12 {
    grid-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .\31xl\:col-gap-14 {
    grid-column-gap: 3.5rem !important;
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .\31xl\:col-gap-16 {
    grid-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .\31xl\:col-gap-18 {
    grid-column-gap: 4.5rem !important;
    -moz-column-gap: 4.5rem !important;
         column-gap: 4.5rem !important;
  }

  .\31xl\:col-gap-20 {
    grid-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .\31xl\:col-gap-22 {
    grid-column-gap: 5.626rem !important;
    -moz-column-gap: 5.626rem !important;
         column-gap: 5.626rem !important;
  }

  .\31xl\:col-gap-24 {
    grid-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .\31xl\:col-gap-26 {
    grid-column-gap: 6.25rem !important;
    -moz-column-gap: 6.25rem !important;
         column-gap: 6.25rem !important;
  }

  .\31xl\:col-gap-28 {
    grid-column-gap: 7rem !important;
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .\31xl\:col-gap-32 {
    grid-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .\31xl\:col-gap-34 {
    grid-column-gap: 8.5rem !important;
    -moz-column-gap: 8.5rem !important;
         column-gap: 8.5rem !important;
  }

  .\31xl\:col-gap-38 {
    grid-column-gap: 9.25rem !important;
    -moz-column-gap: 9.25rem !important;
         column-gap: 9.25rem !important;
  }

  .\31xl\:col-gap-40 {
    grid-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .\31xl\:col-gap-46 {
    grid-column-gap: 11.75rem !important;
    -moz-column-gap: 11.75rem !important;
         column-gap: 11.75rem !important;
  }

  .\31xl\:col-gap-48 {
    grid-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .\31xl\:col-gap-56 {
    grid-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .\31xl\:col-gap-64 {
    grid-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .\31xl\:col-gap-82 {
    grid-column-gap: 20.75rem !important;
    -moz-column-gap: 20.75rem !important;
         column-gap: 20.75rem !important;
  }

  .\31xl\:col-gap-px {
    grid-column-gap: 1px !important;
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .\31xl\:col-gap-tiny {
    grid-column-gap: 0.3rem !important;
    -moz-column-gap: 0.3rem !important;
         column-gap: 0.3rem !important;
  }

  .\31xl\:col-gap-quick-links {
    grid-column-gap: 26% !important;
    -moz-column-gap: 26% !important;
         column-gap: 26% !important;
  }

  .\31xl\:col-gap-pro-slid {
    grid-column-gap: 48% !important;
    -moz-column-gap: 48% !important;
         column-gap: 48% !important;
  }

  .\31xl\:col-gap-62p {
    grid-column-gap: 62% !important;
    -moz-column-gap: 62% !important;
         column-gap: 62% !important;
  }

  .\31xl\:col-gap-90p {
    grid-column-gap: 90% !important;
    -moz-column-gap: 90% !important;
         column-gap: 90% !important;
  }

  .\31xl\:col-gap-x-large {
    grid-column-gap: 27.5rem !important;
    -moz-column-gap: 27.5rem !important;
         column-gap: 27.5rem !important;
  }

  .\31xl\:col-gap-2px {
    grid-column-gap: 0.125rem !important;
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .\31xl\:col-gap-9px {
    grid-column-gap: 0.5625rem !important;
    -moz-column-gap: 0.5625rem !important;
         column-gap: 0.5625rem !important;
  }

  .\31xl\:col-gap-10px {
    grid-column-gap: 0.625rem !important;
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .\31xl\:col-gap-18px {
    grid-column-gap: 1.125rem !important;
    -moz-column-gap: 1.125rem !important;
         column-gap: 1.125rem !important;
  }

  .\31xl\:col-gap-20px {
    grid-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .\31xl\:col-gap-24px {
    grid-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .\31xl\:col-gap-26px {
    grid-column-gap: 1.625rem !important;
    -moz-column-gap: 1.625rem !important;
         column-gap: 1.625rem !important;
  }

  .\31xl\:col-gap-30px {
    grid-column-gap: 1.875rem !important;
    -moz-column-gap: 1.875rem !important;
         column-gap: 1.875rem !important;
  }

  .\31xl\:col-gap-38px {
    grid-column-gap: 2.375rem !important;
    -moz-column-gap: 2.375rem !important;
         column-gap: 2.375rem !important;
  }

  .\31xl\:col-gap-43px {
    grid-column-gap: 2.6875rem !important;
    -moz-column-gap: 2.6875rem !important;
         column-gap: 2.6875rem !important;
  }

  .\31xl\:col-gap-44px {
    grid-column-gap: 2.75rem !important;
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .\31xl\:col-gap-46px {
    grid-column-gap: 2.875rem !important;
    -moz-column-gap: 2.875rem !important;
         column-gap: 2.875rem !important;
  }

  .\31xl\:col-gap-53px {
    grid-column-gap: 3.3125rem !important;
    -moz-column-gap: 3.3125rem !important;
         column-gap: 3.3125rem !important;
  }

  .\31xl\:col-gap-54px {
    grid-column-gap: 3.375rem !important;
    -moz-column-gap: 3.375rem !important;
         column-gap: 3.375rem !important;
  }

  .\31xl\:col-gap-55px {
    grid-column-gap: 3.4375rem !important;
    -moz-column-gap: 3.4375rem !important;
         column-gap: 3.4375rem !important;
  }

  .\31xl\:col-gap-60px {
    grid-column-gap: 3.75rem !important;
    -moz-column-gap: 3.75rem !important;
         column-gap: 3.75rem !important;
  }

  .\31xl\:col-gap-67px {
    grid-column-gap: 4.1875rem !important;
    -moz-column-gap: 4.1875rem !important;
         column-gap: 4.1875rem !important;
  }

  .\31xl\:col-gap-73px {
    grid-column-gap: 4.5625rem !important;
    -moz-column-gap: 4.5625rem !important;
         column-gap: 4.5625rem !important;
  }

  .\31xl\:col-gap-80px {
    grid-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .\31xl\:col-gap-81px {
    grid-column-gap: 5.0625rem !important;
    -moz-column-gap: 5.0625rem !important;
         column-gap: 5.0625rem !important;
  }

  .\31xl\:col-gap-85px {
    grid-column-gap: 5.3125rem !important;
    -moz-column-gap: 5.3125rem !important;
         column-gap: 5.3125rem !important;
  }

  .\31xl\:col-gap-92px {
    grid-column-gap: 5.75rem !important;
    -moz-column-gap: 5.75rem !important;
         column-gap: 5.75rem !important;
  }

  .\31xl\:col-gap-100px {
    grid-column-gap: 6.25rem !important;
    -moz-column-gap: 6.25rem !important;
         column-gap: 6.25rem !important;
  }

  .\31xl\:col-gap-106px {
    grid-column-gap: 6.625rem !important;
    -moz-column-gap: 6.625rem !important;
         column-gap: 6.625rem !important;
  }

  .\31xl\:col-gap-123px {
    grid-column-gap: 7.6875rem !important;
    -moz-column-gap: 7.6875rem !important;
         column-gap: 7.6875rem !important;
  }

  .\31xl\:col-gap-126px {
    grid-column-gap: 7.875rem !important;
    -moz-column-gap: 7.875rem !important;
         column-gap: 7.875rem !important;
  }

  .\31xl\:col-gap-138px {
    grid-column-gap: 8.625rem !important;
    -moz-column-gap: 8.625rem !important;
         column-gap: 8.625rem !important;
  }

  .\31xl\:col-gap-140px {
    grid-column-gap: 8.75rem !important;
    -moz-column-gap: 8.75rem !important;
         column-gap: 8.75rem !important;
  }

  .\31xl\:col-gap-146px {
    grid-column-gap: 9.125rem !important;
    -moz-column-gap: 9.125rem !important;
         column-gap: 9.125rem !important;
  }

  .\31xl\:col-gap-152px {
    grid-column-gap: 9.5rem !important;
    -moz-column-gap: 9.5rem !important;
         column-gap: 9.5rem !important;
  }

  .\31xl\:col-gap-187px {
    grid-column-gap: 11.6875rem !important;
    -moz-column-gap: 11.6875rem !important;
         column-gap: 11.6875rem !important;
  }

  .\31xl\:col-gap-220px {
    grid-column-gap: 13.75rem !important;
    -moz-column-gap: 13.75rem !important;
         column-gap: 13.75rem !important;
  }

  .\31xl\:col-gap-253px {
    grid-column-gap: 15.8125rem !important;
    -moz-column-gap: 15.8125rem !important;
         column-gap: 15.8125rem !important;
  }

  .\31xl\:col-gap-320px {
    grid-column-gap: 20rem !important;
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .\31xl\:col-gap-400px {
    grid-column-gap: 25rem !important;
    -moz-column-gap: 25rem !important;
         column-gap: 25rem !important;
  }

  .\31xl\:col-gap-500px {
    grid-column-gap: 31.25rem !important;
    -moz-column-gap: 31.25rem !important;
         column-gap: 31.25rem !important;
  }

  .\31xl\:col-gap-lgPaddingTop {
    grid-column-gap: 15.8125rem !important;
    -moz-column-gap: 15.8125rem !important;
         column-gap: 15.8125rem !important;
  }

  .\31xl\:col-gap-phonePaddingTop {
    grid-column-gap: 9.875rem !important;
    -moz-column-gap: 9.875rem !important;
         column-gap: 9.875rem !important;
  }

  .\31xl\:col-gap-tabletPaddingTop {
    grid-column-gap: 6.625rem !important;
    -moz-column-gap: 6.625rem !important;
         column-gap: 6.625rem !important;
  }

  .\31xl\:col-gap-largePaddingTop {
    grid-column-gap: 13.75rem !important;
    -moz-column-gap: 13.75rem !important;
         column-gap: 13.75rem !important;
  }

  .\31xl\:col-gap-phoneTextContentMaxWidth {
    grid-column-gap: 57.0625rem !important;
    -moz-column-gap: 57.0625rem !important;
         column-gap: 57.0625rem !important;
  }

  .\31xl\:col-gap-phoneTextContentWidth {
    grid-column-gap: 63% !important;
    -moz-column-gap: 63% !important;
         column-gap: 63% !important;
  }

  .\31xl\:col-gap-phoneBlockContentWidth {
    grid-column-gap: 71.625rem !important;
    -moz-column-gap: 71.625rem !important;
         column-gap: 71.625rem !important;
  }

  .\31xl\:col-gap-tabletTextContentMaxWidth {
    grid-column-gap: 57.0625rem !important;
    -moz-column-gap: 57.0625rem !important;
         column-gap: 57.0625rem !important;
  }

  .\31xl\:col-gap-tabletTextContentWidth {
    grid-column-gap: 63% !important;
    -moz-column-gap: 63% !important;
         column-gap: 63% !important;
  }

  .\31xl\:col-gap-tabletBlockContentWidth {
    grid-column-gap: 71.625rem !important;
    -moz-column-gap: 71.625rem !important;
         column-gap: 71.625rem !important;
  }

  .\31xl\:col-gap-largeTextContentMaxWidth {
    grid-column-gap: 57.0625rem !important;
    -moz-column-gap: 57.0625rem !important;
         column-gap: 57.0625rem !important;
  }

  .\31xl\:col-gap-largeTextContentWidth {
    grid-column-gap: 63% !important;
    -moz-column-gap: 63% !important;
         column-gap: 63% !important;
  }

  .\31xl\:col-gap-largeBlockContentWidth {
    grid-column-gap: 71.625rem !important;
    -moz-column-gap: 71.625rem !important;
         column-gap: 71.625rem !important;
  }

  .\31xl\:gap-x-0 {
    grid-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }

  .\31xl\:gap-x-1 {
    grid-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .\31xl\:gap-x-2 {
    grid-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .\31xl\:gap-x-3 {
    grid-column-gap: 0.75rem !important;
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .\31xl\:gap-x-4 {
    grid-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .\31xl\:gap-x-5 {
    grid-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .\31xl\:gap-x-6 {
    grid-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .\31xl\:gap-x-8 {
    grid-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .\31xl\:gap-x-9 {
    grid-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .\31xl\:gap-x-10 {
    grid-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .\31xl\:gap-x-12 {
    grid-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .\31xl\:gap-x-14 {
    grid-column-gap: 3.5rem !important;
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .\31xl\:gap-x-16 {
    grid-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .\31xl\:gap-x-18 {
    grid-column-gap: 4.5rem !important;
    -moz-column-gap: 4.5rem !important;
         column-gap: 4.5rem !important;
  }

  .\31xl\:gap-x-20 {
    grid-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .\31xl\:gap-x-22 {
    grid-column-gap: 5.626rem !important;
    -moz-column-gap: 5.626rem !important;
         column-gap: 5.626rem !important;
  }

  .\31xl\:gap-x-24 {
    grid-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .\31xl\:gap-x-26 {
    grid-column-gap: 6.25rem !important;
    -moz-column-gap: 6.25rem !important;
         column-gap: 6.25rem !important;
  }

  .\31xl\:gap-x-28 {
    grid-column-gap: 7rem !important;
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .\31xl\:gap-x-32 {
    grid-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .\31xl\:gap-x-34 {
    grid-column-gap: 8.5rem !important;
    -moz-column-gap: 8.5rem !important;
         column-gap: 8.5rem !important;
  }

  .\31xl\:gap-x-38 {
    grid-column-gap: 9.25rem !important;
    -moz-column-gap: 9.25rem !important;
         column-gap: 9.25rem !important;
  }

  .\31xl\:gap-x-40 {
    grid-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .\31xl\:gap-x-46 {
    grid-column-gap: 11.75rem !important;
    -moz-column-gap: 11.75rem !important;
         column-gap: 11.75rem !important;
  }

  .\31xl\:gap-x-48 {
    grid-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .\31xl\:gap-x-56 {
    grid-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .\31xl\:gap-x-64 {
    grid-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .\31xl\:gap-x-82 {
    grid-column-gap: 20.75rem !important;
    -moz-column-gap: 20.75rem !important;
         column-gap: 20.75rem !important;
  }

  .\31xl\:gap-x-px {
    grid-column-gap: 1px !important;
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .\31xl\:gap-x-tiny {
    grid-column-gap: 0.3rem !important;
    -moz-column-gap: 0.3rem !important;
         column-gap: 0.3rem !important;
  }

  .\31xl\:gap-x-quick-links {
    grid-column-gap: 26% !important;
    -moz-column-gap: 26% !important;
         column-gap: 26% !important;
  }

  .\31xl\:gap-x-pro-slid {
    grid-column-gap: 48% !important;
    -moz-column-gap: 48% !important;
         column-gap: 48% !important;
  }

  .\31xl\:gap-x-62p {
    grid-column-gap: 62% !important;
    -moz-column-gap: 62% !important;
         column-gap: 62% !important;
  }

  .\31xl\:gap-x-90p {
    grid-column-gap: 90% !important;
    -moz-column-gap: 90% !important;
         column-gap: 90% !important;
  }

  .\31xl\:gap-x-x-large {
    grid-column-gap: 27.5rem !important;
    -moz-column-gap: 27.5rem !important;
         column-gap: 27.5rem !important;
  }

  .\31xl\:gap-x-2px {
    grid-column-gap: 0.125rem !important;
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .\31xl\:gap-x-9px {
    grid-column-gap: 0.5625rem !important;
    -moz-column-gap: 0.5625rem !important;
         column-gap: 0.5625rem !important;
  }

  .\31xl\:gap-x-10px {
    grid-column-gap: 0.625rem !important;
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .\31xl\:gap-x-18px {
    grid-column-gap: 1.125rem !important;
    -moz-column-gap: 1.125rem !important;
         column-gap: 1.125rem !important;
  }

  .\31xl\:gap-x-20px {
    grid-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .\31xl\:gap-x-24px {
    grid-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .\31xl\:gap-x-26px {
    grid-column-gap: 1.625rem !important;
    -moz-column-gap: 1.625rem !important;
         column-gap: 1.625rem !important;
  }

  .\31xl\:gap-x-30px {
    grid-column-gap: 1.875rem !important;
    -moz-column-gap: 1.875rem !important;
         column-gap: 1.875rem !important;
  }

  .\31xl\:gap-x-38px {
    grid-column-gap: 2.375rem !important;
    -moz-column-gap: 2.375rem !important;
         column-gap: 2.375rem !important;
  }

  .\31xl\:gap-x-43px {
    grid-column-gap: 2.6875rem !important;
    -moz-column-gap: 2.6875rem !important;
         column-gap: 2.6875rem !important;
  }

  .\31xl\:gap-x-44px {
    grid-column-gap: 2.75rem !important;
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .\31xl\:gap-x-46px {
    grid-column-gap: 2.875rem !important;
    -moz-column-gap: 2.875rem !important;
         column-gap: 2.875rem !important;
  }

  .\31xl\:gap-x-53px {
    grid-column-gap: 3.3125rem !important;
    -moz-column-gap: 3.3125rem !important;
         column-gap: 3.3125rem !important;
  }

  .\31xl\:gap-x-54px {
    grid-column-gap: 3.375rem !important;
    -moz-column-gap: 3.375rem !important;
         column-gap: 3.375rem !important;
  }

  .\31xl\:gap-x-55px {
    grid-column-gap: 3.4375rem !important;
    -moz-column-gap: 3.4375rem !important;
         column-gap: 3.4375rem !important;
  }

  .\31xl\:gap-x-60px {
    grid-column-gap: 3.75rem !important;
    -moz-column-gap: 3.75rem !important;
         column-gap: 3.75rem !important;
  }

  .\31xl\:gap-x-67px {
    grid-column-gap: 4.1875rem !important;
    -moz-column-gap: 4.1875rem !important;
         column-gap: 4.1875rem !important;
  }

  .\31xl\:gap-x-73px {
    grid-column-gap: 4.5625rem !important;
    -moz-column-gap: 4.5625rem !important;
         column-gap: 4.5625rem !important;
  }

  .\31xl\:gap-x-80px {
    grid-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .\31xl\:gap-x-81px {
    grid-column-gap: 5.0625rem !important;
    -moz-column-gap: 5.0625rem !important;
         column-gap: 5.0625rem !important;
  }

  .\31xl\:gap-x-85px {
    grid-column-gap: 5.3125rem !important;
    -moz-column-gap: 5.3125rem !important;
         column-gap: 5.3125rem !important;
  }

  .\31xl\:gap-x-92px {
    grid-column-gap: 5.75rem !important;
    -moz-column-gap: 5.75rem !important;
         column-gap: 5.75rem !important;
  }

  .\31xl\:gap-x-100px {
    grid-column-gap: 6.25rem !important;
    -moz-column-gap: 6.25rem !important;
         column-gap: 6.25rem !important;
  }

  .\31xl\:gap-x-106px {
    grid-column-gap: 6.625rem !important;
    -moz-column-gap: 6.625rem !important;
         column-gap: 6.625rem !important;
  }

  .\31xl\:gap-x-123px {
    grid-column-gap: 7.6875rem !important;
    -moz-column-gap: 7.6875rem !important;
         column-gap: 7.6875rem !important;
  }

  .\31xl\:gap-x-126px {
    grid-column-gap: 7.875rem !important;
    -moz-column-gap: 7.875rem !important;
         column-gap: 7.875rem !important;
  }

  .\31xl\:gap-x-138px {
    grid-column-gap: 8.625rem !important;
    -moz-column-gap: 8.625rem !important;
         column-gap: 8.625rem !important;
  }

  .\31xl\:gap-x-140px {
    grid-column-gap: 8.75rem !important;
    -moz-column-gap: 8.75rem !important;
         column-gap: 8.75rem !important;
  }

  .\31xl\:gap-x-146px {
    grid-column-gap: 9.125rem !important;
    -moz-column-gap: 9.125rem !important;
         column-gap: 9.125rem !important;
  }

  .\31xl\:gap-x-152px {
    grid-column-gap: 9.5rem !important;
    -moz-column-gap: 9.5rem !important;
         column-gap: 9.5rem !important;
  }

  .\31xl\:gap-x-187px {
    grid-column-gap: 11.6875rem !important;
    -moz-column-gap: 11.6875rem !important;
         column-gap: 11.6875rem !important;
  }

  .\31xl\:gap-x-220px {
    grid-column-gap: 13.75rem !important;
    -moz-column-gap: 13.75rem !important;
         column-gap: 13.75rem !important;
  }

  .\31xl\:gap-x-253px {
    grid-column-gap: 15.8125rem !important;
    -moz-column-gap: 15.8125rem !important;
         column-gap: 15.8125rem !important;
  }

  .\31xl\:gap-x-320px {
    grid-column-gap: 20rem !important;
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .\31xl\:gap-x-400px {
    grid-column-gap: 25rem !important;
    -moz-column-gap: 25rem !important;
         column-gap: 25rem !important;
  }

  .\31xl\:gap-x-500px {
    grid-column-gap: 31.25rem !important;
    -moz-column-gap: 31.25rem !important;
         column-gap: 31.25rem !important;
  }

  .\31xl\:gap-x-lgPaddingTop {
    grid-column-gap: 15.8125rem !important;
    -moz-column-gap: 15.8125rem !important;
         column-gap: 15.8125rem !important;
  }

  .\31xl\:gap-x-phonePaddingTop {
    grid-column-gap: 9.875rem !important;
    -moz-column-gap: 9.875rem !important;
         column-gap: 9.875rem !important;
  }

  .\31xl\:gap-x-tabletPaddingTop {
    grid-column-gap: 6.625rem !important;
    -moz-column-gap: 6.625rem !important;
         column-gap: 6.625rem !important;
  }

  .\31xl\:gap-x-largePaddingTop {
    grid-column-gap: 13.75rem !important;
    -moz-column-gap: 13.75rem !important;
         column-gap: 13.75rem !important;
  }

  .\31xl\:gap-x-phoneTextContentMaxWidth {
    grid-column-gap: 57.0625rem !important;
    -moz-column-gap: 57.0625rem !important;
         column-gap: 57.0625rem !important;
  }

  .\31xl\:gap-x-phoneTextContentWidth {
    grid-column-gap: 63% !important;
    -moz-column-gap: 63% !important;
         column-gap: 63% !important;
  }

  .\31xl\:gap-x-phoneBlockContentWidth {
    grid-column-gap: 71.625rem !important;
    -moz-column-gap: 71.625rem !important;
         column-gap: 71.625rem !important;
  }

  .\31xl\:gap-x-tabletTextContentMaxWidth {
    grid-column-gap: 57.0625rem !important;
    -moz-column-gap: 57.0625rem !important;
         column-gap: 57.0625rem !important;
  }

  .\31xl\:gap-x-tabletTextContentWidth {
    grid-column-gap: 63% !important;
    -moz-column-gap: 63% !important;
         column-gap: 63% !important;
  }

  .\31xl\:gap-x-tabletBlockContentWidth {
    grid-column-gap: 71.625rem !important;
    -moz-column-gap: 71.625rem !important;
         column-gap: 71.625rem !important;
  }

  .\31xl\:gap-x-largeTextContentMaxWidth {
    grid-column-gap: 57.0625rem !important;
    -moz-column-gap: 57.0625rem !important;
         column-gap: 57.0625rem !important;
  }

  .\31xl\:gap-x-largeTextContentWidth {
    grid-column-gap: 63% !important;
    -moz-column-gap: 63% !important;
         column-gap: 63% !important;
  }

  .\31xl\:gap-x-largeBlockContentWidth {
    grid-column-gap: 71.625rem !important;
    -moz-column-gap: 71.625rem !important;
         column-gap: 71.625rem !important;
  }

  .\31xl\:row-gap-0 {
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .\31xl\:row-gap-1 {
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .\31xl\:row-gap-2 {
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .\31xl\:row-gap-3 {
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .\31xl\:row-gap-4 {
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .\31xl\:row-gap-5 {
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .\31xl\:row-gap-6 {
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .\31xl\:row-gap-8 {
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .\31xl\:row-gap-9 {
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .\31xl\:row-gap-10 {
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .\31xl\:row-gap-12 {
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .\31xl\:row-gap-14 {
    grid-row-gap: 3.5rem !important;
    row-gap: 3.5rem !important;
  }

  .\31xl\:row-gap-16 {
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .\31xl\:row-gap-18 {
    grid-row-gap: 4.5rem !important;
    row-gap: 4.5rem !important;
  }

  .\31xl\:row-gap-20 {
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .\31xl\:row-gap-22 {
    grid-row-gap: 5.626rem !important;
    row-gap: 5.626rem !important;
  }

  .\31xl\:row-gap-24 {
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .\31xl\:row-gap-26 {
    grid-row-gap: 6.25rem !important;
    row-gap: 6.25rem !important;
  }

  .\31xl\:row-gap-28 {
    grid-row-gap: 7rem !important;
    row-gap: 7rem !important;
  }

  .\31xl\:row-gap-32 {
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .\31xl\:row-gap-34 {
    grid-row-gap: 8.5rem !important;
    row-gap: 8.5rem !important;
  }

  .\31xl\:row-gap-38 {
    grid-row-gap: 9.25rem !important;
    row-gap: 9.25rem !important;
  }

  .\31xl\:row-gap-40 {
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .\31xl\:row-gap-46 {
    grid-row-gap: 11.75rem !important;
    row-gap: 11.75rem !important;
  }

  .\31xl\:row-gap-48 {
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .\31xl\:row-gap-56 {
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .\31xl\:row-gap-64 {
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .\31xl\:row-gap-82 {
    grid-row-gap: 20.75rem !important;
    row-gap: 20.75rem !important;
  }

  .\31xl\:row-gap-px {
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .\31xl\:row-gap-tiny {
    grid-row-gap: 0.3rem !important;
    row-gap: 0.3rem !important;
  }

  .\31xl\:row-gap-quick-links {
    grid-row-gap: 26% !important;
    row-gap: 26% !important;
  }

  .\31xl\:row-gap-pro-slid {
    grid-row-gap: 48% !important;
    row-gap: 48% !important;
  }

  .\31xl\:row-gap-62p {
    grid-row-gap: 62% !important;
    row-gap: 62% !important;
  }

  .\31xl\:row-gap-90p {
    grid-row-gap: 90% !important;
    row-gap: 90% !important;
  }

  .\31xl\:row-gap-x-large {
    grid-row-gap: 27.5rem !important;
    row-gap: 27.5rem !important;
  }

  .\31xl\:row-gap-2px {
    grid-row-gap: 0.125rem !important;
    row-gap: 0.125rem !important;
  }

  .\31xl\:row-gap-9px {
    grid-row-gap: 0.5625rem !important;
    row-gap: 0.5625rem !important;
  }

  .\31xl\:row-gap-10px {
    grid-row-gap: 0.625rem !important;
    row-gap: 0.625rem !important;
  }

  .\31xl\:row-gap-18px {
    grid-row-gap: 1.125rem !important;
    row-gap: 1.125rem !important;
  }

  .\31xl\:row-gap-20px {
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .\31xl\:row-gap-24px {
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .\31xl\:row-gap-26px {
    grid-row-gap: 1.625rem !important;
    row-gap: 1.625rem !important;
  }

  .\31xl\:row-gap-30px {
    grid-row-gap: 1.875rem !important;
    row-gap: 1.875rem !important;
  }

  .\31xl\:row-gap-38px {
    grid-row-gap: 2.375rem !important;
    row-gap: 2.375rem !important;
  }

  .\31xl\:row-gap-43px {
    grid-row-gap: 2.6875rem !important;
    row-gap: 2.6875rem !important;
  }

  .\31xl\:row-gap-44px {
    grid-row-gap: 2.75rem !important;
    row-gap: 2.75rem !important;
  }

  .\31xl\:row-gap-46px {
    grid-row-gap: 2.875rem !important;
    row-gap: 2.875rem !important;
  }

  .\31xl\:row-gap-53px {
    grid-row-gap: 3.3125rem !important;
    row-gap: 3.3125rem !important;
  }

  .\31xl\:row-gap-54px {
    grid-row-gap: 3.375rem !important;
    row-gap: 3.375rem !important;
  }

  .\31xl\:row-gap-55px {
    grid-row-gap: 3.4375rem !important;
    row-gap: 3.4375rem !important;
  }

  .\31xl\:row-gap-60px {
    grid-row-gap: 3.75rem !important;
    row-gap: 3.75rem !important;
  }

  .\31xl\:row-gap-67px {
    grid-row-gap: 4.1875rem !important;
    row-gap: 4.1875rem !important;
  }

  .\31xl\:row-gap-73px {
    grid-row-gap: 4.5625rem !important;
    row-gap: 4.5625rem !important;
  }

  .\31xl\:row-gap-80px {
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .\31xl\:row-gap-81px {
    grid-row-gap: 5.0625rem !important;
    row-gap: 5.0625rem !important;
  }

  .\31xl\:row-gap-85px {
    grid-row-gap: 5.3125rem !important;
    row-gap: 5.3125rem !important;
  }

  .\31xl\:row-gap-92px {
    grid-row-gap: 5.75rem !important;
    row-gap: 5.75rem !important;
  }

  .\31xl\:row-gap-100px {
    grid-row-gap: 6.25rem !important;
    row-gap: 6.25rem !important;
  }

  .\31xl\:row-gap-106px {
    grid-row-gap: 6.625rem !important;
    row-gap: 6.625rem !important;
  }

  .\31xl\:row-gap-123px {
    grid-row-gap: 7.6875rem !important;
    row-gap: 7.6875rem !important;
  }

  .\31xl\:row-gap-126px {
    grid-row-gap: 7.875rem !important;
    row-gap: 7.875rem !important;
  }

  .\31xl\:row-gap-138px {
    grid-row-gap: 8.625rem !important;
    row-gap: 8.625rem !important;
  }

  .\31xl\:row-gap-140px {
    grid-row-gap: 8.75rem !important;
    row-gap: 8.75rem !important;
  }

  .\31xl\:row-gap-146px {
    grid-row-gap: 9.125rem !important;
    row-gap: 9.125rem !important;
  }

  .\31xl\:row-gap-152px {
    grid-row-gap: 9.5rem !important;
    row-gap: 9.5rem !important;
  }

  .\31xl\:row-gap-187px {
    grid-row-gap: 11.6875rem !important;
    row-gap: 11.6875rem !important;
  }

  .\31xl\:row-gap-220px {
    grid-row-gap: 13.75rem !important;
    row-gap: 13.75rem !important;
  }

  .\31xl\:row-gap-253px {
    grid-row-gap: 15.8125rem !important;
    row-gap: 15.8125rem !important;
  }

  .\31xl\:row-gap-320px {
    grid-row-gap: 20rem !important;
    row-gap: 20rem !important;
  }

  .\31xl\:row-gap-400px {
    grid-row-gap: 25rem !important;
    row-gap: 25rem !important;
  }

  .\31xl\:row-gap-500px {
    grid-row-gap: 31.25rem !important;
    row-gap: 31.25rem !important;
  }

  .\31xl\:row-gap-lgPaddingTop {
    grid-row-gap: 15.8125rem !important;
    row-gap: 15.8125rem !important;
  }

  .\31xl\:row-gap-phonePaddingTop {
    grid-row-gap: 9.875rem !important;
    row-gap: 9.875rem !important;
  }

  .\31xl\:row-gap-tabletPaddingTop {
    grid-row-gap: 6.625rem !important;
    row-gap: 6.625rem !important;
  }

  .\31xl\:row-gap-largePaddingTop {
    grid-row-gap: 13.75rem !important;
    row-gap: 13.75rem !important;
  }

  .\31xl\:row-gap-phoneTextContentMaxWidth {
    grid-row-gap: 57.0625rem !important;
    row-gap: 57.0625rem !important;
  }

  .\31xl\:row-gap-phoneTextContentWidth {
    grid-row-gap: 63% !important;
    row-gap: 63% !important;
  }

  .\31xl\:row-gap-phoneBlockContentWidth {
    grid-row-gap: 71.625rem !important;
    row-gap: 71.625rem !important;
  }

  .\31xl\:row-gap-tabletTextContentMaxWidth {
    grid-row-gap: 57.0625rem !important;
    row-gap: 57.0625rem !important;
  }

  .\31xl\:row-gap-tabletTextContentWidth {
    grid-row-gap: 63% !important;
    row-gap: 63% !important;
  }

  .\31xl\:row-gap-tabletBlockContentWidth {
    grid-row-gap: 71.625rem !important;
    row-gap: 71.625rem !important;
  }

  .\31xl\:row-gap-largeTextContentMaxWidth {
    grid-row-gap: 57.0625rem !important;
    row-gap: 57.0625rem !important;
  }

  .\31xl\:row-gap-largeTextContentWidth {
    grid-row-gap: 63% !important;
    row-gap: 63% !important;
  }

  .\31xl\:row-gap-largeBlockContentWidth {
    grid-row-gap: 71.625rem !important;
    row-gap: 71.625rem !important;
  }

  .\31xl\:gap-y-0 {
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .\31xl\:gap-y-1 {
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .\31xl\:gap-y-2 {
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .\31xl\:gap-y-3 {
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .\31xl\:gap-y-4 {
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .\31xl\:gap-y-5 {
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .\31xl\:gap-y-6 {
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .\31xl\:gap-y-8 {
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .\31xl\:gap-y-9 {
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .\31xl\:gap-y-10 {
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .\31xl\:gap-y-12 {
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .\31xl\:gap-y-14 {
    grid-row-gap: 3.5rem !important;
    row-gap: 3.5rem !important;
  }

  .\31xl\:gap-y-16 {
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .\31xl\:gap-y-18 {
    grid-row-gap: 4.5rem !important;
    row-gap: 4.5rem !important;
  }

  .\31xl\:gap-y-20 {
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .\31xl\:gap-y-22 {
    grid-row-gap: 5.626rem !important;
    row-gap: 5.626rem !important;
  }

  .\31xl\:gap-y-24 {
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .\31xl\:gap-y-26 {
    grid-row-gap: 6.25rem !important;
    row-gap: 6.25rem !important;
  }

  .\31xl\:gap-y-28 {
    grid-row-gap: 7rem !important;
    row-gap: 7rem !important;
  }

  .\31xl\:gap-y-32 {
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .\31xl\:gap-y-34 {
    grid-row-gap: 8.5rem !important;
    row-gap: 8.5rem !important;
  }

  .\31xl\:gap-y-38 {
    grid-row-gap: 9.25rem !important;
    row-gap: 9.25rem !important;
  }

  .\31xl\:gap-y-40 {
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .\31xl\:gap-y-46 {
    grid-row-gap: 11.75rem !important;
    row-gap: 11.75rem !important;
  }

  .\31xl\:gap-y-48 {
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .\31xl\:gap-y-56 {
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .\31xl\:gap-y-64 {
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .\31xl\:gap-y-82 {
    grid-row-gap: 20.75rem !important;
    row-gap: 20.75rem !important;
  }

  .\31xl\:gap-y-px {
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .\31xl\:gap-y-tiny {
    grid-row-gap: 0.3rem !important;
    row-gap: 0.3rem !important;
  }

  .\31xl\:gap-y-quick-links {
    grid-row-gap: 26% !important;
    row-gap: 26% !important;
  }

  .\31xl\:gap-y-pro-slid {
    grid-row-gap: 48% !important;
    row-gap: 48% !important;
  }

  .\31xl\:gap-y-62p {
    grid-row-gap: 62% !important;
    row-gap: 62% !important;
  }

  .\31xl\:gap-y-90p {
    grid-row-gap: 90% !important;
    row-gap: 90% !important;
  }

  .\31xl\:gap-y-x-large {
    grid-row-gap: 27.5rem !important;
    row-gap: 27.5rem !important;
  }

  .\31xl\:gap-y-2px {
    grid-row-gap: 0.125rem !important;
    row-gap: 0.125rem !important;
  }

  .\31xl\:gap-y-9px {
    grid-row-gap: 0.5625rem !important;
    row-gap: 0.5625rem !important;
  }

  .\31xl\:gap-y-10px {
    grid-row-gap: 0.625rem !important;
    row-gap: 0.625rem !important;
  }

  .\31xl\:gap-y-18px {
    grid-row-gap: 1.125rem !important;
    row-gap: 1.125rem !important;
  }

  .\31xl\:gap-y-20px {
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .\31xl\:gap-y-24px {
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .\31xl\:gap-y-26px {
    grid-row-gap: 1.625rem !important;
    row-gap: 1.625rem !important;
  }

  .\31xl\:gap-y-30px {
    grid-row-gap: 1.875rem !important;
    row-gap: 1.875rem !important;
  }

  .\31xl\:gap-y-38px {
    grid-row-gap: 2.375rem !important;
    row-gap: 2.375rem !important;
  }

  .\31xl\:gap-y-43px {
    grid-row-gap: 2.6875rem !important;
    row-gap: 2.6875rem !important;
  }

  .\31xl\:gap-y-44px {
    grid-row-gap: 2.75rem !important;
    row-gap: 2.75rem !important;
  }

  .\31xl\:gap-y-46px {
    grid-row-gap: 2.875rem !important;
    row-gap: 2.875rem !important;
  }

  .\31xl\:gap-y-53px {
    grid-row-gap: 3.3125rem !important;
    row-gap: 3.3125rem !important;
  }

  .\31xl\:gap-y-54px {
    grid-row-gap: 3.375rem !important;
    row-gap: 3.375rem !important;
  }

  .\31xl\:gap-y-55px {
    grid-row-gap: 3.4375rem !important;
    row-gap: 3.4375rem !important;
  }

  .\31xl\:gap-y-60px {
    grid-row-gap: 3.75rem !important;
    row-gap: 3.75rem !important;
  }

  .\31xl\:gap-y-67px {
    grid-row-gap: 4.1875rem !important;
    row-gap: 4.1875rem !important;
  }

  .\31xl\:gap-y-73px {
    grid-row-gap: 4.5625rem !important;
    row-gap: 4.5625rem !important;
  }

  .\31xl\:gap-y-80px {
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .\31xl\:gap-y-81px {
    grid-row-gap: 5.0625rem !important;
    row-gap: 5.0625rem !important;
  }

  .\31xl\:gap-y-85px {
    grid-row-gap: 5.3125rem !important;
    row-gap: 5.3125rem !important;
  }

  .\31xl\:gap-y-92px {
    grid-row-gap: 5.75rem !important;
    row-gap: 5.75rem !important;
  }

  .\31xl\:gap-y-100px {
    grid-row-gap: 6.25rem !important;
    row-gap: 6.25rem !important;
  }

  .\31xl\:gap-y-106px {
    grid-row-gap: 6.625rem !important;
    row-gap: 6.625rem !important;
  }

  .\31xl\:gap-y-123px {
    grid-row-gap: 7.6875rem !important;
    row-gap: 7.6875rem !important;
  }

  .\31xl\:gap-y-126px {
    grid-row-gap: 7.875rem !important;
    row-gap: 7.875rem !important;
  }

  .\31xl\:gap-y-138px {
    grid-row-gap: 8.625rem !important;
    row-gap: 8.625rem !important;
  }

  .\31xl\:gap-y-140px {
    grid-row-gap: 8.75rem !important;
    row-gap: 8.75rem !important;
  }

  .\31xl\:gap-y-146px {
    grid-row-gap: 9.125rem !important;
    row-gap: 9.125rem !important;
  }

  .\31xl\:gap-y-152px {
    grid-row-gap: 9.5rem !important;
    row-gap: 9.5rem !important;
  }

  .\31xl\:gap-y-187px {
    grid-row-gap: 11.6875rem !important;
    row-gap: 11.6875rem !important;
  }

  .\31xl\:gap-y-220px {
    grid-row-gap: 13.75rem !important;
    row-gap: 13.75rem !important;
  }

  .\31xl\:gap-y-253px {
    grid-row-gap: 15.8125rem !important;
    row-gap: 15.8125rem !important;
  }

  .\31xl\:gap-y-320px {
    grid-row-gap: 20rem !important;
    row-gap: 20rem !important;
  }

  .\31xl\:gap-y-400px {
    grid-row-gap: 25rem !important;
    row-gap: 25rem !important;
  }

  .\31xl\:gap-y-500px {
    grid-row-gap: 31.25rem !important;
    row-gap: 31.25rem !important;
  }

  .\31xl\:gap-y-lgPaddingTop {
    grid-row-gap: 15.8125rem !important;
    row-gap: 15.8125rem !important;
  }

  .\31xl\:gap-y-phonePaddingTop {
    grid-row-gap: 9.875rem !important;
    row-gap: 9.875rem !important;
  }

  .\31xl\:gap-y-tabletPaddingTop {
    grid-row-gap: 6.625rem !important;
    row-gap: 6.625rem !important;
  }

  .\31xl\:gap-y-largePaddingTop {
    grid-row-gap: 13.75rem !important;
    row-gap: 13.75rem !important;
  }

  .\31xl\:gap-y-phoneTextContentMaxWidth {
    grid-row-gap: 57.0625rem !important;
    row-gap: 57.0625rem !important;
  }

  .\31xl\:gap-y-phoneTextContentWidth {
    grid-row-gap: 63% !important;
    row-gap: 63% !important;
  }

  .\31xl\:gap-y-phoneBlockContentWidth {
    grid-row-gap: 71.625rem !important;
    row-gap: 71.625rem !important;
  }

  .\31xl\:gap-y-tabletTextContentMaxWidth {
    grid-row-gap: 57.0625rem !important;
    row-gap: 57.0625rem !important;
  }

  .\31xl\:gap-y-tabletTextContentWidth {
    grid-row-gap: 63% !important;
    row-gap: 63% !important;
  }

  .\31xl\:gap-y-tabletBlockContentWidth {
    grid-row-gap: 71.625rem !important;
    row-gap: 71.625rem !important;
  }

  .\31xl\:gap-y-largeTextContentMaxWidth {
    grid-row-gap: 57.0625rem !important;
    row-gap: 57.0625rem !important;
  }

  .\31xl\:gap-y-largeTextContentWidth {
    grid-row-gap: 63% !important;
    row-gap: 63% !important;
  }

  .\31xl\:gap-y-largeBlockContentWidth {
    grid-row-gap: 71.625rem !important;
    row-gap: 71.625rem !important;
  }

  .\31xl\:grid-flow-row {
    grid-auto-flow: row !important;
  }

  .\31xl\:grid-flow-col {
    grid-auto-flow: column !important;
  }

  .\31xl\:grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .\31xl\:grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .\31xl\:grid-cols-none {
    grid-template-columns: none !important;
  }

  .\31xl\:auto-cols-auto {
    grid-auto-columns: auto !important;
  }

  .\31xl\:auto-cols-min {
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .\31xl\:auto-cols-max {
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .\31xl\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .\31xl\:col-auto {
    grid-column: auto !important;
  }

  .\31xl\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .\31xl\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .\31xl\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .\31xl\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .\31xl\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .\31xl\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .\31xl\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .\31xl\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .\31xl\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .\31xl\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .\31xl\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .\31xl\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .\31xl\:col-span-full {
    grid-column: 1 / -1 !important;
  }

  .\31xl\:col-start-1 {
    grid-column-start: 1 !important;
  }

  .\31xl\:col-start-2 {
    grid-column-start: 2 !important;
  }

  .\31xl\:col-start-3 {
    grid-column-start: 3 !important;
  }

  .\31xl\:col-start-4 {
    grid-column-start: 4 !important;
  }

  .\31xl\:col-start-5 {
    grid-column-start: 5 !important;
  }

  .\31xl\:col-start-6 {
    grid-column-start: 6 !important;
  }

  .\31xl\:col-start-7 {
    grid-column-start: 7 !important;
  }

  .\31xl\:col-start-8 {
    grid-column-start: 8 !important;
  }

  .\31xl\:col-start-9 {
    grid-column-start: 9 !important;
  }

  .\31xl\:col-start-10 {
    grid-column-start: 10 !important;
  }

  .\31xl\:col-start-11 {
    grid-column-start: 11 !important;
  }

  .\31xl\:col-start-12 {
    grid-column-start: 12 !important;
  }

  .\31xl\:col-start-13 {
    grid-column-start: 13 !important;
  }

  .\31xl\:col-start-auto {
    grid-column-start: auto !important;
  }

  .\31xl\:col-end-1 {
    grid-column-end: 1 !important;
  }

  .\31xl\:col-end-2 {
    grid-column-end: 2 !important;
  }

  .\31xl\:col-end-3 {
    grid-column-end: 3 !important;
  }

  .\31xl\:col-end-4 {
    grid-column-end: 4 !important;
  }

  .\31xl\:col-end-5 {
    grid-column-end: 5 !important;
  }

  .\31xl\:col-end-6 {
    grid-column-end: 6 !important;
  }

  .\31xl\:col-end-7 {
    grid-column-end: 7 !important;
  }

  .\31xl\:col-end-8 {
    grid-column-end: 8 !important;
  }

  .\31xl\:col-end-9 {
    grid-column-end: 9 !important;
  }

  .\31xl\:col-end-10 {
    grid-column-end: 10 !important;
  }

  .\31xl\:col-end-11 {
    grid-column-end: 11 !important;
  }

  .\31xl\:col-end-12 {
    grid-column-end: 12 !important;
  }

  .\31xl\:col-end-13 {
    grid-column-end: 13 !important;
  }

  .\31xl\:col-end-auto {
    grid-column-end: auto !important;
  }

  .\31xl\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .\31xl\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .\31xl\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .\31xl\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .\31xl\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .\31xl\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .\31xl\:grid-rows-none {
    grid-template-rows: none !important;
  }

  .\31xl\:auto-rows-auto {
    grid-auto-rows: auto !important;
  }

  .\31xl\:auto-rows-min {
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .\31xl\:auto-rows-max {
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .\31xl\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .\31xl\:row-auto {
    grid-row: auto !important;
  }

  .\31xl\:row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .\31xl\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .\31xl\:row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .\31xl\:row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .\31xl\:row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .\31xl\:row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .\31xl\:row-span-full {
    grid-row: 1 / -1 !important;
  }

  .\31xl\:row-start-1 {
    grid-row-start: 1 !important;
  }

  .\31xl\:row-start-2 {
    grid-row-start: 2 !important;
  }

  .\31xl\:row-start-3 {
    grid-row-start: 3 !important;
  }

  .\31xl\:row-start-4 {
    grid-row-start: 4 !important;
  }

  .\31xl\:row-start-5 {
    grid-row-start: 5 !important;
  }

  .\31xl\:row-start-6 {
    grid-row-start: 6 !important;
  }

  .\31xl\:row-start-7 {
    grid-row-start: 7 !important;
  }

  .\31xl\:row-start-auto {
    grid-row-start: auto !important;
  }

  .\31xl\:row-end-1 {
    grid-row-end: 1 !important;
  }

  .\31xl\:row-end-2 {
    grid-row-end: 2 !important;
  }

  .\31xl\:row-end-3 {
    grid-row-end: 3 !important;
  }

  .\31xl\:row-end-4 {
    grid-row-end: 4 !important;
  }

  .\31xl\:row-end-5 {
    grid-row-end: 5 !important;
  }

  .\31xl\:row-end-6 {
    grid-row-end: 6 !important;
  }

  .\31xl\:row-end-7 {
    grid-row-end: 7 !important;
  }

  .\31xl\:row-end-auto {
    grid-row-end: auto !important;
  }

  .\31xl\:transform {
    --transform-translate-x: 0 !important;
    --transform-translate-y: 0 !important;
    --transform-rotate: 0 !important;
    --transform-skew-x: 0 !important;
    --transform-skew-y: 0 !important;
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
  }

  .\31xl\:transform-none {
    transform: none !important;
  }

  .\31xl\:origin-center {
    transform-origin: center !important;
  }

  .\31xl\:origin-top {
    transform-origin: top !important;
  }

  .\31xl\:origin-top-right {
    transform-origin: top right !important;
  }

  .\31xl\:origin-right {
    transform-origin: right !important;
  }

  .\31xl\:origin-bottom-right {
    transform-origin: bottom right !important;
  }

  .\31xl\:origin-bottom {
    transform-origin: bottom !important;
  }

  .\31xl\:origin-bottom-left {
    transform-origin: bottom left !important;
  }

  .\31xl\:origin-left {
    transform-origin: left !important;
  }

  .\31xl\:origin-top-left {
    transform-origin: top left !important;
  }

  .\31xl\:scale-0 {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .\31xl\:scale-50 {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .\31xl\:scale-75 {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .\31xl\:scale-90 {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .\31xl\:scale-95 {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .\31xl\:scale-100 {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .\31xl\:scale-105 {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .\31xl\:scale-110 {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .\31xl\:scale-125 {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .\31xl\:scale-150 {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .\31xl\:scale-x-0 {
    --transform-scale-x: 0 !important;
  }

  .\31xl\:scale-x-50 {
    --transform-scale-x: .5 !important;
  }

  .\31xl\:scale-x-75 {
    --transform-scale-x: .75 !important;
  }

  .\31xl\:scale-x-90 {
    --transform-scale-x: .9 !important;
  }

  .\31xl\:scale-x-95 {
    --transform-scale-x: .95 !important;
  }

  .\31xl\:scale-x-100 {
    --transform-scale-x: 1 !important;
  }

  .\31xl\:scale-x-105 {
    --transform-scale-x: 1.05 !important;
  }

  .\31xl\:scale-x-110 {
    --transform-scale-x: 1.1 !important;
  }

  .\31xl\:scale-x-125 {
    --transform-scale-x: 1.25 !important;
  }

  .\31xl\:scale-x-150 {
    --transform-scale-x: 1.5 !important;
  }

  .\31xl\:scale-y-0 {
    --transform-scale-y: 0 !important;
  }

  .\31xl\:scale-y-50 {
    --transform-scale-y: .5 !important;
  }

  .\31xl\:scale-y-75 {
    --transform-scale-y: .75 !important;
  }

  .\31xl\:scale-y-90 {
    --transform-scale-y: .9 !important;
  }

  .\31xl\:scale-y-95 {
    --transform-scale-y: .95 !important;
  }

  .\31xl\:scale-y-100 {
    --transform-scale-y: 1 !important;
  }

  .\31xl\:scale-y-105 {
    --transform-scale-y: 1.05 !important;
  }

  .\31xl\:scale-y-110 {
    --transform-scale-y: 1.1 !important;
  }

  .\31xl\:scale-y-125 {
    --transform-scale-y: 1.25 !important;
  }

  .\31xl\:scale-y-150 {
    --transform-scale-y: 1.5 !important;
  }

  .\31xl\:hover\:scale-0:hover {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .\31xl\:hover\:scale-50:hover {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .\31xl\:hover\:scale-75:hover {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .\31xl\:hover\:scale-90:hover {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .\31xl\:hover\:scale-95:hover {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .\31xl\:hover\:scale-100:hover {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .\31xl\:hover\:scale-105:hover {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .\31xl\:hover\:scale-110:hover {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .\31xl\:hover\:scale-125:hover {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .\31xl\:hover\:scale-150:hover {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .\31xl\:hover\:scale-x-0:hover {
    --transform-scale-x: 0 !important;
  }

  .\31xl\:hover\:scale-x-50:hover {
    --transform-scale-x: .5 !important;
  }

  .\31xl\:hover\:scale-x-75:hover {
    --transform-scale-x: .75 !important;
  }

  .\31xl\:hover\:scale-x-90:hover {
    --transform-scale-x: .9 !important;
  }

  .\31xl\:hover\:scale-x-95:hover {
    --transform-scale-x: .95 !important;
  }

  .\31xl\:hover\:scale-x-100:hover {
    --transform-scale-x: 1 !important;
  }

  .\31xl\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05 !important;
  }

  .\31xl\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1 !important;
  }

  .\31xl\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25 !important;
  }

  .\31xl\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5 !important;
  }

  .\31xl\:hover\:scale-y-0:hover {
    --transform-scale-y: 0 !important;
  }

  .\31xl\:hover\:scale-y-50:hover {
    --transform-scale-y: .5 !important;
  }

  .\31xl\:hover\:scale-y-75:hover {
    --transform-scale-y: .75 !important;
  }

  .\31xl\:hover\:scale-y-90:hover {
    --transform-scale-y: .9 !important;
  }

  .\31xl\:hover\:scale-y-95:hover {
    --transform-scale-y: .95 !important;
  }

  .\31xl\:hover\:scale-y-100:hover {
    --transform-scale-y: 1 !important;
  }

  .\31xl\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05 !important;
  }

  .\31xl\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1 !important;
  }

  .\31xl\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25 !important;
  }

  .\31xl\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5 !important;
  }

  .\31xl\:focus\:scale-0:focus {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .\31xl\:focus\:scale-50:focus {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .\31xl\:focus\:scale-75:focus {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .\31xl\:focus\:scale-90:focus {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .\31xl\:focus\:scale-95:focus {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .\31xl\:focus\:scale-100:focus {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .\31xl\:focus\:scale-105:focus {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .\31xl\:focus\:scale-110:focus {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .\31xl\:focus\:scale-125:focus {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .\31xl\:focus\:scale-150:focus {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .\31xl\:focus\:scale-x-0:focus {
    --transform-scale-x: 0 !important;
  }

  .\31xl\:focus\:scale-x-50:focus {
    --transform-scale-x: .5 !important;
  }

  .\31xl\:focus\:scale-x-75:focus {
    --transform-scale-x: .75 !important;
  }

  .\31xl\:focus\:scale-x-90:focus {
    --transform-scale-x: .9 !important;
  }

  .\31xl\:focus\:scale-x-95:focus {
    --transform-scale-x: .95 !important;
  }

  .\31xl\:focus\:scale-x-100:focus {
    --transform-scale-x: 1 !important;
  }

  .\31xl\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05 !important;
  }

  .\31xl\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1 !important;
  }

  .\31xl\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25 !important;
  }

  .\31xl\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5 !important;
  }

  .\31xl\:focus\:scale-y-0:focus {
    --transform-scale-y: 0 !important;
  }

  .\31xl\:focus\:scale-y-50:focus {
    --transform-scale-y: .5 !important;
  }

  .\31xl\:focus\:scale-y-75:focus {
    --transform-scale-y: .75 !important;
  }

  .\31xl\:focus\:scale-y-90:focus {
    --transform-scale-y: .9 !important;
  }

  .\31xl\:focus\:scale-y-95:focus {
    --transform-scale-y: .95 !important;
  }

  .\31xl\:focus\:scale-y-100:focus {
    --transform-scale-y: 1 !important;
  }

  .\31xl\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05 !important;
  }

  .\31xl\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1 !important;
  }

  .\31xl\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25 !important;
  }

  .\31xl\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5 !important;
  }

  .\31xl\:rotate-0 {
    --transform-rotate: 0 !important;
  }

  .\31xl\:rotate-1 {
    --transform-rotate: 1deg !important;
  }

  .\31xl\:rotate-2 {
    --transform-rotate: 2deg !important;
  }

  .\31xl\:rotate-3 {
    --transform-rotate: 3deg !important;
  }

  .\31xl\:rotate-6 {
    --transform-rotate: 6deg !important;
  }

  .\31xl\:rotate-12 {
    --transform-rotate: 12deg !important;
  }

  .\31xl\:rotate-45 {
    --transform-rotate: 45deg !important;
  }

  .\31xl\:rotate-90 {
    --transform-rotate: 90deg !important;
  }

  .\31xl\:rotate-180 {
    --transform-rotate: 180deg !important;
  }

  .\31xl\:-rotate-180 {
    --transform-rotate: -180deg !important;
  }

  .\31xl\:-rotate-90 {
    --transform-rotate: -90deg !important;
  }

  .\31xl\:-rotate-45 {
    --transform-rotate: -45deg !important;
  }

  .\31xl\:-rotate-12 {
    --transform-rotate: -12deg !important;
  }

  .\31xl\:-rotate-6 {
    --transform-rotate: -6deg !important;
  }

  .\31xl\:-rotate-3 {
    --transform-rotate: -3deg !important;
  }

  .\31xl\:-rotate-2 {
    --transform-rotate: -2deg !important;
  }

  .\31xl\:-rotate-1 {
    --transform-rotate: -1deg !important;
  }

  .\31xl\:hover\:rotate-0:hover {
    --transform-rotate: 0 !important;
  }

  .\31xl\:hover\:rotate-1:hover {
    --transform-rotate: 1deg !important;
  }

  .\31xl\:hover\:rotate-2:hover {
    --transform-rotate: 2deg !important;
  }

  .\31xl\:hover\:rotate-3:hover {
    --transform-rotate: 3deg !important;
  }

  .\31xl\:hover\:rotate-6:hover {
    --transform-rotate: 6deg !important;
  }

  .\31xl\:hover\:rotate-12:hover {
    --transform-rotate: 12deg !important;
  }

  .\31xl\:hover\:rotate-45:hover {
    --transform-rotate: 45deg !important;
  }

  .\31xl\:hover\:rotate-90:hover {
    --transform-rotate: 90deg !important;
  }

  .\31xl\:hover\:rotate-180:hover {
    --transform-rotate: 180deg !important;
  }

  .\31xl\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg !important;
  }

  .\31xl\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg !important;
  }

  .\31xl\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg !important;
  }

  .\31xl\:hover\:-rotate-12:hover {
    --transform-rotate: -12deg !important;
  }

  .\31xl\:hover\:-rotate-6:hover {
    --transform-rotate: -6deg !important;
  }

  .\31xl\:hover\:-rotate-3:hover {
    --transform-rotate: -3deg !important;
  }

  .\31xl\:hover\:-rotate-2:hover {
    --transform-rotate: -2deg !important;
  }

  .\31xl\:hover\:-rotate-1:hover {
    --transform-rotate: -1deg !important;
  }

  .\31xl\:focus\:rotate-0:focus {
    --transform-rotate: 0 !important;
  }

  .\31xl\:focus\:rotate-1:focus {
    --transform-rotate: 1deg !important;
  }

  .\31xl\:focus\:rotate-2:focus {
    --transform-rotate: 2deg !important;
  }

  .\31xl\:focus\:rotate-3:focus {
    --transform-rotate: 3deg !important;
  }

  .\31xl\:focus\:rotate-6:focus {
    --transform-rotate: 6deg !important;
  }

  .\31xl\:focus\:rotate-12:focus {
    --transform-rotate: 12deg !important;
  }

  .\31xl\:focus\:rotate-45:focus {
    --transform-rotate: 45deg !important;
  }

  .\31xl\:focus\:rotate-90:focus {
    --transform-rotate: 90deg !important;
  }

  .\31xl\:focus\:rotate-180:focus {
    --transform-rotate: 180deg !important;
  }

  .\31xl\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg !important;
  }

  .\31xl\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg !important;
  }

  .\31xl\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg !important;
  }

  .\31xl\:focus\:-rotate-12:focus {
    --transform-rotate: -12deg !important;
  }

  .\31xl\:focus\:-rotate-6:focus {
    --transform-rotate: -6deg !important;
  }

  .\31xl\:focus\:-rotate-3:focus {
    --transform-rotate: -3deg !important;
  }

  .\31xl\:focus\:-rotate-2:focus {
    --transform-rotate: -2deg !important;
  }

  .\31xl\:focus\:-rotate-1:focus {
    --transform-rotate: -1deg !important;
  }

  .\31xl\:translate-x-0 {
    --transform-translate-x: 0 !important;
  }

  .\31xl\:translate-x-1 {
    --transform-translate-x: 0.25rem !important;
  }

  .\31xl\:translate-x-2 {
    --transform-translate-x: 0.5rem !important;
  }

  .\31xl\:translate-x-3 {
    --transform-translate-x: 0.75rem !important;
  }

  .\31xl\:translate-x-4 {
    --transform-translate-x: 1rem !important;
  }

  .\31xl\:translate-x-5 {
    --transform-translate-x: 1.25rem !important;
  }

  .\31xl\:translate-x-6 {
    --transform-translate-x: 1.5rem !important;
  }

  .\31xl\:translate-x-8 {
    --transform-translate-x: 2rem !important;
  }

  .\31xl\:translate-x-9 {
    --transform-translate-x: 2.5rem !important;
  }

  .\31xl\:translate-x-10 {
    --transform-translate-x: 2.5rem !important;
  }

  .\31xl\:translate-x-12 {
    --transform-translate-x: 3rem !important;
  }

  .\31xl\:translate-x-14 {
    --transform-translate-x: 3.5rem !important;
  }

  .\31xl\:translate-x-16 {
    --transform-translate-x: 4rem !important;
  }

  .\31xl\:translate-x-18 {
    --transform-translate-x: 4.5rem !important;
  }

  .\31xl\:translate-x-20 {
    --transform-translate-x: 5rem !important;
  }

  .\31xl\:translate-x-22 {
    --transform-translate-x: 5.626rem !important;
  }

  .\31xl\:translate-x-24 {
    --transform-translate-x: 6rem !important;
  }

  .\31xl\:translate-x-26 {
    --transform-translate-x: 6.25rem !important;
  }

  .\31xl\:translate-x-28 {
    --transform-translate-x: 7rem !important;
  }

  .\31xl\:translate-x-32 {
    --transform-translate-x: 8rem !important;
  }

  .\31xl\:translate-x-34 {
    --transform-translate-x: 8.5rem !important;
  }

  .\31xl\:translate-x-38 {
    --transform-translate-x: 9.25rem !important;
  }

  .\31xl\:translate-x-40 {
    --transform-translate-x: 10rem !important;
  }

  .\31xl\:translate-x-46 {
    --transform-translate-x: 11.75rem !important;
  }

  .\31xl\:translate-x-48 {
    --transform-translate-x: 12rem !important;
  }

  .\31xl\:translate-x-56 {
    --transform-translate-x: 14rem !important;
  }

  .\31xl\:translate-x-64 {
    --transform-translate-x: 16rem !important;
  }

  .\31xl\:translate-x-82 {
    --transform-translate-x: 20.75rem !important;
  }

  .\31xl\:translate-x-px {
    --transform-translate-x: 1px !important;
  }

  .\31xl\:translate-x-tiny {
    --transform-translate-x: 0.3rem !important;
  }

  .\31xl\:translate-x-quick-links {
    --transform-translate-x: 26% !important;
  }

  .\31xl\:translate-x-pro-slid {
    --transform-translate-x: 48% !important;
  }

  .\31xl\:translate-x-62p {
    --transform-translate-x: 62% !important;
  }

  .\31xl\:translate-x-90p {
    --transform-translate-x: 90% !important;
  }

  .\31xl\:translate-x-x-large {
    --transform-translate-x: 27.5rem !important;
  }

  .\31xl\:translate-x-2px {
    --transform-translate-x: 0.125rem !important;
  }

  .\31xl\:translate-x-9px {
    --transform-translate-x: 0.5625rem !important;
  }

  .\31xl\:translate-x-10px {
    --transform-translate-x: 0.625rem !important;
  }

  .\31xl\:translate-x-18px {
    --transform-translate-x: 1.125rem !important;
  }

  .\31xl\:translate-x-20px {
    --transform-translate-x: 1.25rem !important;
  }

  .\31xl\:translate-x-24px {
    --transform-translate-x: 1.5rem !important;
  }

  .\31xl\:translate-x-26px {
    --transform-translate-x: 1.625rem !important;
  }

  .\31xl\:translate-x-30px {
    --transform-translate-x: 1.875rem !important;
  }

  .\31xl\:translate-x-38px {
    --transform-translate-x: 2.375rem !important;
  }

  .\31xl\:translate-x-43px {
    --transform-translate-x: 2.6875rem !important;
  }

  .\31xl\:translate-x-44px {
    --transform-translate-x: 2.75rem !important;
  }

  .\31xl\:translate-x-46px {
    --transform-translate-x: 2.875rem !important;
  }

  .\31xl\:translate-x-53px {
    --transform-translate-x: 3.3125rem !important;
  }

  .\31xl\:translate-x-54px {
    --transform-translate-x: 3.375rem !important;
  }

  .\31xl\:translate-x-55px {
    --transform-translate-x: 3.4375rem !important;
  }

  .\31xl\:translate-x-60px {
    --transform-translate-x: 3.75rem !important;
  }

  .\31xl\:translate-x-67px {
    --transform-translate-x: 4.1875rem !important;
  }

  .\31xl\:translate-x-73px {
    --transform-translate-x: 4.5625rem !important;
  }

  .\31xl\:translate-x-80px {
    --transform-translate-x: 5rem !important;
  }

  .\31xl\:translate-x-81px {
    --transform-translate-x: 5.0625rem !important;
  }

  .\31xl\:translate-x-85px {
    --transform-translate-x: 5.3125rem !important;
  }

  .\31xl\:translate-x-92px {
    --transform-translate-x: 5.75rem !important;
  }

  .\31xl\:translate-x-100px {
    --transform-translate-x: 6.25rem !important;
  }

  .\31xl\:translate-x-106px {
    --transform-translate-x: 6.625rem !important;
  }

  .\31xl\:translate-x-123px {
    --transform-translate-x: 7.6875rem !important;
  }

  .\31xl\:translate-x-126px {
    --transform-translate-x: 7.875rem !important;
  }

  .\31xl\:translate-x-138px {
    --transform-translate-x: 8.625rem !important;
  }

  .\31xl\:translate-x-140px {
    --transform-translate-x: 8.75rem !important;
  }

  .\31xl\:translate-x-146px {
    --transform-translate-x: 9.125rem !important;
  }

  .\31xl\:translate-x-152px {
    --transform-translate-x: 9.5rem !important;
  }

  .\31xl\:translate-x-187px {
    --transform-translate-x: 11.6875rem !important;
  }

  .\31xl\:translate-x-220px {
    --transform-translate-x: 13.75rem !important;
  }

  .\31xl\:translate-x-253px {
    --transform-translate-x: 15.8125rem !important;
  }

  .\31xl\:translate-x-320px {
    --transform-translate-x: 20rem !important;
  }

  .\31xl\:translate-x-400px {
    --transform-translate-x: 25rem !important;
  }

  .\31xl\:translate-x-500px {
    --transform-translate-x: 31.25rem !important;
  }

  .\31xl\:translate-x-lgPaddingTop {
    --transform-translate-x: 15.8125rem !important;
  }

  .\31xl\:translate-x-phonePaddingTop {
    --transform-translate-x: 9.875rem !important;
  }

  .\31xl\:translate-x-tabletPaddingTop {
    --transform-translate-x: 6.625rem !important;
  }

  .\31xl\:translate-x-largePaddingTop {
    --transform-translate-x: 13.75rem !important;
  }

  .\31xl\:translate-x-phoneTextContentMaxWidth {
    --transform-translate-x: 57.0625rem !important;
  }

  .\31xl\:translate-x-phoneTextContentWidth {
    --transform-translate-x: 63% !important;
  }

  .\31xl\:translate-x-phoneBlockContentWidth {
    --transform-translate-x: 71.625rem !important;
  }

  .\31xl\:translate-x-tabletTextContentMaxWidth {
    --transform-translate-x: 57.0625rem !important;
  }

  .\31xl\:translate-x-tabletTextContentWidth {
    --transform-translate-x: 63% !important;
  }

  .\31xl\:translate-x-tabletBlockContentWidth {
    --transform-translate-x: 71.625rem !important;
  }

  .\31xl\:translate-x-largeTextContentMaxWidth {
    --transform-translate-x: 57.0625rem !important;
  }

  .\31xl\:translate-x-largeTextContentWidth {
    --transform-translate-x: 63% !important;
  }

  .\31xl\:translate-x-largeBlockContentWidth {
    --transform-translate-x: 71.625rem !important;
  }

  .\31xl\:-translate-x-1 {
    --transform-translate-x: -0.25rem !important;
  }

  .\31xl\:-translate-x-2 {
    --transform-translate-x: -0.5rem !important;
  }

  .\31xl\:-translate-x-3 {
    --transform-translate-x: -0.75rem !important;
  }

  .\31xl\:-translate-x-4 {
    --transform-translate-x: -1rem !important;
  }

  .\31xl\:-translate-x-5 {
    --transform-translate-x: -1.25rem !important;
  }

  .\31xl\:-translate-x-6 {
    --transform-translate-x: -1.5rem !important;
  }

  .\31xl\:-translate-x-8 {
    --transform-translate-x: -2rem !important;
  }

  .\31xl\:-translate-x-9 {
    --transform-translate-x: -2.5rem !important;
  }

  .\31xl\:-translate-x-10 {
    --transform-translate-x: -2.5rem !important;
  }

  .\31xl\:-translate-x-12 {
    --transform-translate-x: -3rem !important;
  }

  .\31xl\:-translate-x-14 {
    --transform-translate-x: -3.5rem !important;
  }

  .\31xl\:-translate-x-16 {
    --transform-translate-x: -4rem !important;
  }

  .\31xl\:-translate-x-18 {
    --transform-translate-x: -4.5rem !important;
  }

  .\31xl\:-translate-x-20 {
    --transform-translate-x: -5rem !important;
  }

  .\31xl\:-translate-x-22 {
    --transform-translate-x: -5.626rem !important;
  }

  .\31xl\:-translate-x-24 {
    --transform-translate-x: -6rem !important;
  }

  .\31xl\:-translate-x-26 {
    --transform-translate-x: -6.25rem !important;
  }

  .\31xl\:-translate-x-28 {
    --transform-translate-x: -7rem !important;
  }

  .\31xl\:-translate-x-32 {
    --transform-translate-x: -8rem !important;
  }

  .\31xl\:-translate-x-34 {
    --transform-translate-x: -8.5rem !important;
  }

  .\31xl\:-translate-x-38 {
    --transform-translate-x: -9.25rem !important;
  }

  .\31xl\:-translate-x-40 {
    --transform-translate-x: -10rem !important;
  }

  .\31xl\:-translate-x-46 {
    --transform-translate-x: -11.75rem !important;
  }

  .\31xl\:-translate-x-48 {
    --transform-translate-x: -12rem !important;
  }

  .\31xl\:-translate-x-56 {
    --transform-translate-x: -14rem !important;
  }

  .\31xl\:-translate-x-64 {
    --transform-translate-x: -16rem !important;
  }

  .\31xl\:-translate-x-82 {
    --transform-translate-x: -20.75rem !important;
  }

  .\31xl\:-translate-x-px {
    --transform-translate-x: -1px !important;
  }

  .\31xl\:-translate-x-tiny {
    --transform-translate-x: -0.3rem !important;
  }

  .\31xl\:-translate-x-quick-links {
    --transform-translate-x: -26% !important;
  }

  .\31xl\:-translate-x-pro-slid {
    --transform-translate-x: -48% !important;
  }

  .\31xl\:-translate-x-62p {
    --transform-translate-x: -62% !important;
  }

  .\31xl\:-translate-x-90p {
    --transform-translate-x: -90% !important;
  }

  .\31xl\:-translate-x-x-large {
    --transform-translate-x: -27.5rem !important;
  }

  .\31xl\:-translate-x-2px {
    --transform-translate-x: -0.125rem !important;
  }

  .\31xl\:-translate-x-9px {
    --transform-translate-x: -0.5625rem !important;
  }

  .\31xl\:-translate-x-10px {
    --transform-translate-x: -0.625rem !important;
  }

  .\31xl\:-translate-x-18px {
    --transform-translate-x: -1.125rem !important;
  }

  .\31xl\:-translate-x-20px {
    --transform-translate-x: -1.25rem !important;
  }

  .\31xl\:-translate-x-24px {
    --transform-translate-x: -1.5rem !important;
  }

  .\31xl\:-translate-x-26px {
    --transform-translate-x: -1.625rem !important;
  }

  .\31xl\:-translate-x-30px {
    --transform-translate-x: -1.875rem !important;
  }

  .\31xl\:-translate-x-38px {
    --transform-translate-x: -2.375rem !important;
  }

  .\31xl\:-translate-x-43px {
    --transform-translate-x: -2.6875rem !important;
  }

  .\31xl\:-translate-x-44px {
    --transform-translate-x: -2.75rem !important;
  }

  .\31xl\:-translate-x-46px {
    --transform-translate-x: -2.875rem !important;
  }

  .\31xl\:-translate-x-53px {
    --transform-translate-x: -3.3125rem !important;
  }

  .\31xl\:-translate-x-54px {
    --transform-translate-x: -3.375rem !important;
  }

  .\31xl\:-translate-x-55px {
    --transform-translate-x: -3.4375rem !important;
  }

  .\31xl\:-translate-x-60px {
    --transform-translate-x: -3.75rem !important;
  }

  .\31xl\:-translate-x-67px {
    --transform-translate-x: -4.1875rem !important;
  }

  .\31xl\:-translate-x-73px {
    --transform-translate-x: -4.5625rem !important;
  }

  .\31xl\:-translate-x-80px {
    --transform-translate-x: -5rem !important;
  }

  .\31xl\:-translate-x-81px {
    --transform-translate-x: -5.0625rem !important;
  }

  .\31xl\:-translate-x-85px {
    --transform-translate-x: -5.3125rem !important;
  }

  .\31xl\:-translate-x-92px {
    --transform-translate-x: -5.75rem !important;
  }

  .\31xl\:-translate-x-100px {
    --transform-translate-x: -6.25rem !important;
  }

  .\31xl\:-translate-x-106px {
    --transform-translate-x: -6.625rem !important;
  }

  .\31xl\:-translate-x-123px {
    --transform-translate-x: -7.6875rem !important;
  }

  .\31xl\:-translate-x-126px {
    --transform-translate-x: -7.875rem !important;
  }

  .\31xl\:-translate-x-138px {
    --transform-translate-x: -8.625rem !important;
  }

  .\31xl\:-translate-x-140px {
    --transform-translate-x: -8.75rem !important;
  }

  .\31xl\:-translate-x-146px {
    --transform-translate-x: -9.125rem !important;
  }

  .\31xl\:-translate-x-152px {
    --transform-translate-x: -9.5rem !important;
  }

  .\31xl\:-translate-x-187px {
    --transform-translate-x: -11.6875rem !important;
  }

  .\31xl\:-translate-x-220px {
    --transform-translate-x: -13.75rem !important;
  }

  .\31xl\:-translate-x-253px {
    --transform-translate-x: -15.8125rem !important;
  }

  .\31xl\:-translate-x-320px {
    --transform-translate-x: -20rem !important;
  }

  .\31xl\:-translate-x-400px {
    --transform-translate-x: -25rem !important;
  }

  .\31xl\:-translate-x-500px {
    --transform-translate-x: -31.25rem !important;
  }

  .\31xl\:-translate-x-lgPaddingTop {
    --transform-translate-x: -15.8125rem !important;
  }

  .\31xl\:-translate-x-phonePaddingTop {
    --transform-translate-x: -9.875rem !important;
  }

  .\31xl\:-translate-x-tabletPaddingTop {
    --transform-translate-x: -6.625rem !important;
  }

  .\31xl\:-translate-x-largePaddingTop {
    --transform-translate-x: -13.75rem !important;
  }

  .\31xl\:-translate-x-phoneTextContentMaxWidth {
    --transform-translate-x: -57.0625rem !important;
  }

  .\31xl\:-translate-x-phoneTextContentWidth {
    --transform-translate-x: -63% !important;
  }

  .\31xl\:-translate-x-phoneBlockContentWidth {
    --transform-translate-x: -71.625rem !important;
  }

  .\31xl\:-translate-x-tabletTextContentMaxWidth {
    --transform-translate-x: -57.0625rem !important;
  }

  .\31xl\:-translate-x-tabletTextContentWidth {
    --transform-translate-x: -63% !important;
  }

  .\31xl\:-translate-x-tabletBlockContentWidth {
    --transform-translate-x: -71.625rem !important;
  }

  .\31xl\:-translate-x-largeTextContentMaxWidth {
    --transform-translate-x: -57.0625rem !important;
  }

  .\31xl\:-translate-x-largeTextContentWidth {
    --transform-translate-x: -63% !important;
  }

  .\31xl\:-translate-x-largeBlockContentWidth {
    --transform-translate-x: -71.625rem !important;
  }

  .\31xl\:-translate-x-full {
    --transform-translate-x: -100% !important;
  }

  .\31xl\:-translate-x-1\/2 {
    --transform-translate-x: -50% !important;
  }

  .\31xl\:translate-x-1\/2 {
    --transform-translate-x: 50% !important;
  }

  .\31xl\:translate-x-full {
    --transform-translate-x: 100% !important;
  }

  .\31xl\:translate-y-0 {
    --transform-translate-y: 0 !important;
  }

  .\31xl\:translate-y-1 {
    --transform-translate-y: 0.25rem !important;
  }

  .\31xl\:translate-y-2 {
    --transform-translate-y: 0.5rem !important;
  }

  .\31xl\:translate-y-3 {
    --transform-translate-y: 0.75rem !important;
  }

  .\31xl\:translate-y-4 {
    --transform-translate-y: 1rem !important;
  }

  .\31xl\:translate-y-5 {
    --transform-translate-y: 1.25rem !important;
  }

  .\31xl\:translate-y-6 {
    --transform-translate-y: 1.5rem !important;
  }

  .\31xl\:translate-y-8 {
    --transform-translate-y: 2rem !important;
  }

  .\31xl\:translate-y-9 {
    --transform-translate-y: 2.5rem !important;
  }

  .\31xl\:translate-y-10 {
    --transform-translate-y: 2.5rem !important;
  }

  .\31xl\:translate-y-12 {
    --transform-translate-y: 3rem !important;
  }

  .\31xl\:translate-y-14 {
    --transform-translate-y: 3.5rem !important;
  }

  .\31xl\:translate-y-16 {
    --transform-translate-y: 4rem !important;
  }

  .\31xl\:translate-y-18 {
    --transform-translate-y: 4.5rem !important;
  }

  .\31xl\:translate-y-20 {
    --transform-translate-y: 5rem !important;
  }

  .\31xl\:translate-y-22 {
    --transform-translate-y: 5.626rem !important;
  }

  .\31xl\:translate-y-24 {
    --transform-translate-y: 6rem !important;
  }

  .\31xl\:translate-y-26 {
    --transform-translate-y: 6.25rem !important;
  }

  .\31xl\:translate-y-28 {
    --transform-translate-y: 7rem !important;
  }

  .\31xl\:translate-y-32 {
    --transform-translate-y: 8rem !important;
  }

  .\31xl\:translate-y-34 {
    --transform-translate-y: 8.5rem !important;
  }

  .\31xl\:translate-y-38 {
    --transform-translate-y: 9.25rem !important;
  }

  .\31xl\:translate-y-40 {
    --transform-translate-y: 10rem !important;
  }

  .\31xl\:translate-y-46 {
    --transform-translate-y: 11.75rem !important;
  }

  .\31xl\:translate-y-48 {
    --transform-translate-y: 12rem !important;
  }

  .\31xl\:translate-y-56 {
    --transform-translate-y: 14rem !important;
  }

  .\31xl\:translate-y-64 {
    --transform-translate-y: 16rem !important;
  }

  .\31xl\:translate-y-82 {
    --transform-translate-y: 20.75rem !important;
  }

  .\31xl\:translate-y-px {
    --transform-translate-y: 1px !important;
  }

  .\31xl\:translate-y-tiny {
    --transform-translate-y: 0.3rem !important;
  }

  .\31xl\:translate-y-quick-links {
    --transform-translate-y: 26% !important;
  }

  .\31xl\:translate-y-pro-slid {
    --transform-translate-y: 48% !important;
  }

  .\31xl\:translate-y-62p {
    --transform-translate-y: 62% !important;
  }

  .\31xl\:translate-y-90p {
    --transform-translate-y: 90% !important;
  }

  .\31xl\:translate-y-x-large {
    --transform-translate-y: 27.5rem !important;
  }

  .\31xl\:translate-y-2px {
    --transform-translate-y: 0.125rem !important;
  }

  .\31xl\:translate-y-9px {
    --transform-translate-y: 0.5625rem !important;
  }

  .\31xl\:translate-y-10px {
    --transform-translate-y: 0.625rem !important;
  }

  .\31xl\:translate-y-18px {
    --transform-translate-y: 1.125rem !important;
  }

  .\31xl\:translate-y-20px {
    --transform-translate-y: 1.25rem !important;
  }

  .\31xl\:translate-y-24px {
    --transform-translate-y: 1.5rem !important;
  }

  .\31xl\:translate-y-26px {
    --transform-translate-y: 1.625rem !important;
  }

  .\31xl\:translate-y-30px {
    --transform-translate-y: 1.875rem !important;
  }

  .\31xl\:translate-y-38px {
    --transform-translate-y: 2.375rem !important;
  }

  .\31xl\:translate-y-43px {
    --transform-translate-y: 2.6875rem !important;
  }

  .\31xl\:translate-y-44px {
    --transform-translate-y: 2.75rem !important;
  }

  .\31xl\:translate-y-46px {
    --transform-translate-y: 2.875rem !important;
  }

  .\31xl\:translate-y-53px {
    --transform-translate-y: 3.3125rem !important;
  }

  .\31xl\:translate-y-54px {
    --transform-translate-y: 3.375rem !important;
  }

  .\31xl\:translate-y-55px {
    --transform-translate-y: 3.4375rem !important;
  }

  .\31xl\:translate-y-60px {
    --transform-translate-y: 3.75rem !important;
  }

  .\31xl\:translate-y-67px {
    --transform-translate-y: 4.1875rem !important;
  }

  .\31xl\:translate-y-73px {
    --transform-translate-y: 4.5625rem !important;
  }

  .\31xl\:translate-y-80px {
    --transform-translate-y: 5rem !important;
  }

  .\31xl\:translate-y-81px {
    --transform-translate-y: 5.0625rem !important;
  }

  .\31xl\:translate-y-85px {
    --transform-translate-y: 5.3125rem !important;
  }

  .\31xl\:translate-y-92px {
    --transform-translate-y: 5.75rem !important;
  }

  .\31xl\:translate-y-100px {
    --transform-translate-y: 6.25rem !important;
  }

  .\31xl\:translate-y-106px {
    --transform-translate-y: 6.625rem !important;
  }

  .\31xl\:translate-y-123px {
    --transform-translate-y: 7.6875rem !important;
  }

  .\31xl\:translate-y-126px {
    --transform-translate-y: 7.875rem !important;
  }

  .\31xl\:translate-y-138px {
    --transform-translate-y: 8.625rem !important;
  }

  .\31xl\:translate-y-140px {
    --transform-translate-y: 8.75rem !important;
  }

  .\31xl\:translate-y-146px {
    --transform-translate-y: 9.125rem !important;
  }

  .\31xl\:translate-y-152px {
    --transform-translate-y: 9.5rem !important;
  }

  .\31xl\:translate-y-187px {
    --transform-translate-y: 11.6875rem !important;
  }

  .\31xl\:translate-y-220px {
    --transform-translate-y: 13.75rem !important;
  }

  .\31xl\:translate-y-253px {
    --transform-translate-y: 15.8125rem !important;
  }

  .\31xl\:translate-y-320px {
    --transform-translate-y: 20rem !important;
  }

  .\31xl\:translate-y-400px {
    --transform-translate-y: 25rem !important;
  }

  .\31xl\:translate-y-500px {
    --transform-translate-y: 31.25rem !important;
  }

  .\31xl\:translate-y-lgPaddingTop {
    --transform-translate-y: 15.8125rem !important;
  }

  .\31xl\:translate-y-phonePaddingTop {
    --transform-translate-y: 9.875rem !important;
  }

  .\31xl\:translate-y-tabletPaddingTop {
    --transform-translate-y: 6.625rem !important;
  }

  .\31xl\:translate-y-largePaddingTop {
    --transform-translate-y: 13.75rem !important;
  }

  .\31xl\:translate-y-phoneTextContentMaxWidth {
    --transform-translate-y: 57.0625rem !important;
  }

  .\31xl\:translate-y-phoneTextContentWidth {
    --transform-translate-y: 63% !important;
  }

  .\31xl\:translate-y-phoneBlockContentWidth {
    --transform-translate-y: 71.625rem !important;
  }

  .\31xl\:translate-y-tabletTextContentMaxWidth {
    --transform-translate-y: 57.0625rem !important;
  }

  .\31xl\:translate-y-tabletTextContentWidth {
    --transform-translate-y: 63% !important;
  }

  .\31xl\:translate-y-tabletBlockContentWidth {
    --transform-translate-y: 71.625rem !important;
  }

  .\31xl\:translate-y-largeTextContentMaxWidth {
    --transform-translate-y: 57.0625rem !important;
  }

  .\31xl\:translate-y-largeTextContentWidth {
    --transform-translate-y: 63% !important;
  }

  .\31xl\:translate-y-largeBlockContentWidth {
    --transform-translate-y: 71.625rem !important;
  }

  .\31xl\:-translate-y-1 {
    --transform-translate-y: -0.25rem !important;
  }

  .\31xl\:-translate-y-2 {
    --transform-translate-y: -0.5rem !important;
  }

  .\31xl\:-translate-y-3 {
    --transform-translate-y: -0.75rem !important;
  }

  .\31xl\:-translate-y-4 {
    --transform-translate-y: -1rem !important;
  }

  .\31xl\:-translate-y-5 {
    --transform-translate-y: -1.25rem !important;
  }

  .\31xl\:-translate-y-6 {
    --transform-translate-y: -1.5rem !important;
  }

  .\31xl\:-translate-y-8 {
    --transform-translate-y: -2rem !important;
  }

  .\31xl\:-translate-y-9 {
    --transform-translate-y: -2.5rem !important;
  }

  .\31xl\:-translate-y-10 {
    --transform-translate-y: -2.5rem !important;
  }

  .\31xl\:-translate-y-12 {
    --transform-translate-y: -3rem !important;
  }

  .\31xl\:-translate-y-14 {
    --transform-translate-y: -3.5rem !important;
  }

  .\31xl\:-translate-y-16 {
    --transform-translate-y: -4rem !important;
  }

  .\31xl\:-translate-y-18 {
    --transform-translate-y: -4.5rem !important;
  }

  .\31xl\:-translate-y-20 {
    --transform-translate-y: -5rem !important;
  }

  .\31xl\:-translate-y-22 {
    --transform-translate-y: -5.626rem !important;
  }

  .\31xl\:-translate-y-24 {
    --transform-translate-y: -6rem !important;
  }

  .\31xl\:-translate-y-26 {
    --transform-translate-y: -6.25rem !important;
  }

  .\31xl\:-translate-y-28 {
    --transform-translate-y: -7rem !important;
  }

  .\31xl\:-translate-y-32 {
    --transform-translate-y: -8rem !important;
  }

  .\31xl\:-translate-y-34 {
    --transform-translate-y: -8.5rem !important;
  }

  .\31xl\:-translate-y-38 {
    --transform-translate-y: -9.25rem !important;
  }

  .\31xl\:-translate-y-40 {
    --transform-translate-y: -10rem !important;
  }

  .\31xl\:-translate-y-46 {
    --transform-translate-y: -11.75rem !important;
  }

  .\31xl\:-translate-y-48 {
    --transform-translate-y: -12rem !important;
  }

  .\31xl\:-translate-y-56 {
    --transform-translate-y: -14rem !important;
  }

  .\31xl\:-translate-y-64 {
    --transform-translate-y: -16rem !important;
  }

  .\31xl\:-translate-y-82 {
    --transform-translate-y: -20.75rem !important;
  }

  .\31xl\:-translate-y-px {
    --transform-translate-y: -1px !important;
  }

  .\31xl\:-translate-y-tiny {
    --transform-translate-y: -0.3rem !important;
  }

  .\31xl\:-translate-y-quick-links {
    --transform-translate-y: -26% !important;
  }

  .\31xl\:-translate-y-pro-slid {
    --transform-translate-y: -48% !important;
  }

  .\31xl\:-translate-y-62p {
    --transform-translate-y: -62% !important;
  }

  .\31xl\:-translate-y-90p {
    --transform-translate-y: -90% !important;
  }

  .\31xl\:-translate-y-x-large {
    --transform-translate-y: -27.5rem !important;
  }

  .\31xl\:-translate-y-2px {
    --transform-translate-y: -0.125rem !important;
  }

  .\31xl\:-translate-y-9px {
    --transform-translate-y: -0.5625rem !important;
  }

  .\31xl\:-translate-y-10px {
    --transform-translate-y: -0.625rem !important;
  }

  .\31xl\:-translate-y-18px {
    --transform-translate-y: -1.125rem !important;
  }

  .\31xl\:-translate-y-20px {
    --transform-translate-y: -1.25rem !important;
  }

  .\31xl\:-translate-y-24px {
    --transform-translate-y: -1.5rem !important;
  }

  .\31xl\:-translate-y-26px {
    --transform-translate-y: -1.625rem !important;
  }

  .\31xl\:-translate-y-30px {
    --transform-translate-y: -1.875rem !important;
  }

  .\31xl\:-translate-y-38px {
    --transform-translate-y: -2.375rem !important;
  }

  .\31xl\:-translate-y-43px {
    --transform-translate-y: -2.6875rem !important;
  }

  .\31xl\:-translate-y-44px {
    --transform-translate-y: -2.75rem !important;
  }

  .\31xl\:-translate-y-46px {
    --transform-translate-y: -2.875rem !important;
  }

  .\31xl\:-translate-y-53px {
    --transform-translate-y: -3.3125rem !important;
  }

  .\31xl\:-translate-y-54px {
    --transform-translate-y: -3.375rem !important;
  }

  .\31xl\:-translate-y-55px {
    --transform-translate-y: -3.4375rem !important;
  }

  .\31xl\:-translate-y-60px {
    --transform-translate-y: -3.75rem !important;
  }

  .\31xl\:-translate-y-67px {
    --transform-translate-y: -4.1875rem !important;
  }

  .\31xl\:-translate-y-73px {
    --transform-translate-y: -4.5625rem !important;
  }

  .\31xl\:-translate-y-80px {
    --transform-translate-y: -5rem !important;
  }

  .\31xl\:-translate-y-81px {
    --transform-translate-y: -5.0625rem !important;
  }

  .\31xl\:-translate-y-85px {
    --transform-translate-y: -5.3125rem !important;
  }

  .\31xl\:-translate-y-92px {
    --transform-translate-y: -5.75rem !important;
  }

  .\31xl\:-translate-y-100px {
    --transform-translate-y: -6.25rem !important;
  }

  .\31xl\:-translate-y-106px {
    --transform-translate-y: -6.625rem !important;
  }

  .\31xl\:-translate-y-123px {
    --transform-translate-y: -7.6875rem !important;
  }

  .\31xl\:-translate-y-126px {
    --transform-translate-y: -7.875rem !important;
  }

  .\31xl\:-translate-y-138px {
    --transform-translate-y: -8.625rem !important;
  }

  .\31xl\:-translate-y-140px {
    --transform-translate-y: -8.75rem !important;
  }

  .\31xl\:-translate-y-146px {
    --transform-translate-y: -9.125rem !important;
  }

  .\31xl\:-translate-y-152px {
    --transform-translate-y: -9.5rem !important;
  }

  .\31xl\:-translate-y-187px {
    --transform-translate-y: -11.6875rem !important;
  }

  .\31xl\:-translate-y-220px {
    --transform-translate-y: -13.75rem !important;
  }

  .\31xl\:-translate-y-253px {
    --transform-translate-y: -15.8125rem !important;
  }

  .\31xl\:-translate-y-320px {
    --transform-translate-y: -20rem !important;
  }

  .\31xl\:-translate-y-400px {
    --transform-translate-y: -25rem !important;
  }

  .\31xl\:-translate-y-500px {
    --transform-translate-y: -31.25rem !important;
  }

  .\31xl\:-translate-y-lgPaddingTop {
    --transform-translate-y: -15.8125rem !important;
  }

  .\31xl\:-translate-y-phonePaddingTop {
    --transform-translate-y: -9.875rem !important;
  }

  .\31xl\:-translate-y-tabletPaddingTop {
    --transform-translate-y: -6.625rem !important;
  }

  .\31xl\:-translate-y-largePaddingTop {
    --transform-translate-y: -13.75rem !important;
  }

  .\31xl\:-translate-y-phoneTextContentMaxWidth {
    --transform-translate-y: -57.0625rem !important;
  }

  .\31xl\:-translate-y-phoneTextContentWidth {
    --transform-translate-y: -63% !important;
  }

  .\31xl\:-translate-y-phoneBlockContentWidth {
    --transform-translate-y: -71.625rem !important;
  }

  .\31xl\:-translate-y-tabletTextContentMaxWidth {
    --transform-translate-y: -57.0625rem !important;
  }

  .\31xl\:-translate-y-tabletTextContentWidth {
    --transform-translate-y: -63% !important;
  }

  .\31xl\:-translate-y-tabletBlockContentWidth {
    --transform-translate-y: -71.625rem !important;
  }

  .\31xl\:-translate-y-largeTextContentMaxWidth {
    --transform-translate-y: -57.0625rem !important;
  }

  .\31xl\:-translate-y-largeTextContentWidth {
    --transform-translate-y: -63% !important;
  }

  .\31xl\:-translate-y-largeBlockContentWidth {
    --transform-translate-y: -71.625rem !important;
  }

  .\31xl\:-translate-y-full {
    --transform-translate-y: -100% !important;
  }

  .\31xl\:-translate-y-1\/2 {
    --transform-translate-y: -50% !important;
  }

  .\31xl\:translate-y-1\/2 {
    --transform-translate-y: 50% !important;
  }

  .\31xl\:translate-y-full {
    --transform-translate-y: 100% !important;
  }

  .\31xl\:hover\:translate-x-0:hover {
    --transform-translate-x: 0 !important;
  }

  .\31xl\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem !important;
  }

  .\31xl\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem !important;
  }

  .\31xl\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem !important;
  }

  .\31xl\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem !important;
  }

  .\31xl\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.25rem !important;
  }

  .\31xl\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem !important;
  }

  .\31xl\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem !important;
  }

  .\31xl\:hover\:translate-x-9:hover {
    --transform-translate-x: 2.5rem !important;
  }

  .\31xl\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem !important;
  }

  .\31xl\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem !important;
  }

  .\31xl\:hover\:translate-x-14:hover {
    --transform-translate-x: 3.5rem !important;
  }

  .\31xl\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem !important;
  }

  .\31xl\:hover\:translate-x-18:hover {
    --transform-translate-x: 4.5rem !important;
  }

  .\31xl\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem !important;
  }

  .\31xl\:hover\:translate-x-22:hover {
    --transform-translate-x: 5.626rem !important;
  }

  .\31xl\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem !important;
  }

  .\31xl\:hover\:translate-x-26:hover {
    --transform-translate-x: 6.25rem !important;
  }

  .\31xl\:hover\:translate-x-28:hover {
    --transform-translate-x: 7rem !important;
  }

  .\31xl\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem !important;
  }

  .\31xl\:hover\:translate-x-34:hover {
    --transform-translate-x: 8.5rem !important;
  }

  .\31xl\:hover\:translate-x-38:hover {
    --transform-translate-x: 9.25rem !important;
  }

  .\31xl\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem !important;
  }

  .\31xl\:hover\:translate-x-46:hover {
    --transform-translate-x: 11.75rem !important;
  }

  .\31xl\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem !important;
  }

  .\31xl\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem !important;
  }

  .\31xl\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem !important;
  }

  .\31xl\:hover\:translate-x-82:hover {
    --transform-translate-x: 20.75rem !important;
  }

  .\31xl\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px !important;
  }

  .\31xl\:hover\:translate-x-tiny:hover {
    --transform-translate-x: 0.3rem !important;
  }

  .\31xl\:hover\:translate-x-quick-links:hover {
    --transform-translate-x: 26% !important;
  }

  .\31xl\:hover\:translate-x-pro-slid:hover {
    --transform-translate-x: 48% !important;
  }

  .\31xl\:hover\:translate-x-62p:hover {
    --transform-translate-x: 62% !important;
  }

  .\31xl\:hover\:translate-x-90p:hover {
    --transform-translate-x: 90% !important;
  }

  .\31xl\:hover\:translate-x-x-large:hover {
    --transform-translate-x: 27.5rem !important;
  }

  .\31xl\:hover\:translate-x-2px:hover {
    --transform-translate-x: 0.125rem !important;
  }

  .\31xl\:hover\:translate-x-9px:hover {
    --transform-translate-x: 0.5625rem !important;
  }

  .\31xl\:hover\:translate-x-10px:hover {
    --transform-translate-x: 0.625rem !important;
  }

  .\31xl\:hover\:translate-x-18px:hover {
    --transform-translate-x: 1.125rem !important;
  }

  .\31xl\:hover\:translate-x-20px:hover {
    --transform-translate-x: 1.25rem !important;
  }

  .\31xl\:hover\:translate-x-24px:hover {
    --transform-translate-x: 1.5rem !important;
  }

  .\31xl\:hover\:translate-x-26px:hover {
    --transform-translate-x: 1.625rem !important;
  }

  .\31xl\:hover\:translate-x-30px:hover {
    --transform-translate-x: 1.875rem !important;
  }

  .\31xl\:hover\:translate-x-38px:hover {
    --transform-translate-x: 2.375rem !important;
  }

  .\31xl\:hover\:translate-x-43px:hover {
    --transform-translate-x: 2.6875rem !important;
  }

  .\31xl\:hover\:translate-x-44px:hover {
    --transform-translate-x: 2.75rem !important;
  }

  .\31xl\:hover\:translate-x-46px:hover {
    --transform-translate-x: 2.875rem !important;
  }

  .\31xl\:hover\:translate-x-53px:hover {
    --transform-translate-x: 3.3125rem !important;
  }

  .\31xl\:hover\:translate-x-54px:hover {
    --transform-translate-x: 3.375rem !important;
  }

  .\31xl\:hover\:translate-x-55px:hover {
    --transform-translate-x: 3.4375rem !important;
  }

  .\31xl\:hover\:translate-x-60px:hover {
    --transform-translate-x: 3.75rem !important;
  }

  .\31xl\:hover\:translate-x-67px:hover {
    --transform-translate-x: 4.1875rem !important;
  }

  .\31xl\:hover\:translate-x-73px:hover {
    --transform-translate-x: 4.5625rem !important;
  }

  .\31xl\:hover\:translate-x-80px:hover {
    --transform-translate-x: 5rem !important;
  }

  .\31xl\:hover\:translate-x-81px:hover {
    --transform-translate-x: 5.0625rem !important;
  }

  .\31xl\:hover\:translate-x-85px:hover {
    --transform-translate-x: 5.3125rem !important;
  }

  .\31xl\:hover\:translate-x-92px:hover {
    --transform-translate-x: 5.75rem !important;
  }

  .\31xl\:hover\:translate-x-100px:hover {
    --transform-translate-x: 6.25rem !important;
  }

  .\31xl\:hover\:translate-x-106px:hover {
    --transform-translate-x: 6.625rem !important;
  }

  .\31xl\:hover\:translate-x-123px:hover {
    --transform-translate-x: 7.6875rem !important;
  }

  .\31xl\:hover\:translate-x-126px:hover {
    --transform-translate-x: 7.875rem !important;
  }

  .\31xl\:hover\:translate-x-138px:hover {
    --transform-translate-x: 8.625rem !important;
  }

  .\31xl\:hover\:translate-x-140px:hover {
    --transform-translate-x: 8.75rem !important;
  }

  .\31xl\:hover\:translate-x-146px:hover {
    --transform-translate-x: 9.125rem !important;
  }

  .\31xl\:hover\:translate-x-152px:hover {
    --transform-translate-x: 9.5rem !important;
  }

  .\31xl\:hover\:translate-x-187px:hover {
    --transform-translate-x: 11.6875rem !important;
  }

  .\31xl\:hover\:translate-x-220px:hover {
    --transform-translate-x: 13.75rem !important;
  }

  .\31xl\:hover\:translate-x-253px:hover {
    --transform-translate-x: 15.8125rem !important;
  }

  .\31xl\:hover\:translate-x-320px:hover {
    --transform-translate-x: 20rem !important;
  }

  .\31xl\:hover\:translate-x-400px:hover {
    --transform-translate-x: 25rem !important;
  }

  .\31xl\:hover\:translate-x-500px:hover {
    --transform-translate-x: 31.25rem !important;
  }

  .\31xl\:hover\:translate-x-lgPaddingTop:hover {
    --transform-translate-x: 15.8125rem !important;
  }

  .\31xl\:hover\:translate-x-phonePaddingTop:hover {
    --transform-translate-x: 9.875rem !important;
  }

  .\31xl\:hover\:translate-x-tabletPaddingTop:hover {
    --transform-translate-x: 6.625rem !important;
  }

  .\31xl\:hover\:translate-x-largePaddingTop:hover {
    --transform-translate-x: 13.75rem !important;
  }

  .\31xl\:hover\:translate-x-phoneTextContentMaxWidth:hover {
    --transform-translate-x: 57.0625rem !important;
  }

  .\31xl\:hover\:translate-x-phoneTextContentWidth:hover {
    --transform-translate-x: 63% !important;
  }

  .\31xl\:hover\:translate-x-phoneBlockContentWidth:hover {
    --transform-translate-x: 71.625rem !important;
  }

  .\31xl\:hover\:translate-x-tabletTextContentMaxWidth:hover {
    --transform-translate-x: 57.0625rem !important;
  }

  .\31xl\:hover\:translate-x-tabletTextContentWidth:hover {
    --transform-translate-x: 63% !important;
  }

  .\31xl\:hover\:translate-x-tabletBlockContentWidth:hover {
    --transform-translate-x: 71.625rem !important;
  }

  .\31xl\:hover\:translate-x-largeTextContentMaxWidth:hover {
    --transform-translate-x: 57.0625rem !important;
  }

  .\31xl\:hover\:translate-x-largeTextContentWidth:hover {
    --transform-translate-x: 63% !important;
  }

  .\31xl\:hover\:translate-x-largeBlockContentWidth:hover {
    --transform-translate-x: 71.625rem !important;
  }

  .\31xl\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem !important;
  }

  .\31xl\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem !important;
  }

  .\31xl\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem !important;
  }

  .\31xl\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem !important;
  }

  .\31xl\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.25rem !important;
  }

  .\31xl\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem !important;
  }

  .\31xl\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem !important;
  }

  .\31xl\:hover\:-translate-x-9:hover {
    --transform-translate-x: -2.5rem !important;
  }

  .\31xl\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem !important;
  }

  .\31xl\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem !important;
  }

  .\31xl\:hover\:-translate-x-14:hover {
    --transform-translate-x: -3.5rem !important;
  }

  .\31xl\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem !important;
  }

  .\31xl\:hover\:-translate-x-18:hover {
    --transform-translate-x: -4.5rem !important;
  }

  .\31xl\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem !important;
  }

  .\31xl\:hover\:-translate-x-22:hover {
    --transform-translate-x: -5.626rem !important;
  }

  .\31xl\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem !important;
  }

  .\31xl\:hover\:-translate-x-26:hover {
    --transform-translate-x: -6.25rem !important;
  }

  .\31xl\:hover\:-translate-x-28:hover {
    --transform-translate-x: -7rem !important;
  }

  .\31xl\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem !important;
  }

  .\31xl\:hover\:-translate-x-34:hover {
    --transform-translate-x: -8.5rem !important;
  }

  .\31xl\:hover\:-translate-x-38:hover {
    --transform-translate-x: -9.25rem !important;
  }

  .\31xl\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem !important;
  }

  .\31xl\:hover\:-translate-x-46:hover {
    --transform-translate-x: -11.75rem !important;
  }

  .\31xl\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem !important;
  }

  .\31xl\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem !important;
  }

  .\31xl\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem !important;
  }

  .\31xl\:hover\:-translate-x-82:hover {
    --transform-translate-x: -20.75rem !important;
  }

  .\31xl\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px !important;
  }

  .\31xl\:hover\:-translate-x-tiny:hover {
    --transform-translate-x: -0.3rem !important;
  }

  .\31xl\:hover\:-translate-x-quick-links:hover {
    --transform-translate-x: -26% !important;
  }

  .\31xl\:hover\:-translate-x-pro-slid:hover {
    --transform-translate-x: -48% !important;
  }

  .\31xl\:hover\:-translate-x-62p:hover {
    --transform-translate-x: -62% !important;
  }

  .\31xl\:hover\:-translate-x-90p:hover {
    --transform-translate-x: -90% !important;
  }

  .\31xl\:hover\:-translate-x-x-large:hover {
    --transform-translate-x: -27.5rem !important;
  }

  .\31xl\:hover\:-translate-x-2px:hover {
    --transform-translate-x: -0.125rem !important;
  }

  .\31xl\:hover\:-translate-x-9px:hover {
    --transform-translate-x: -0.5625rem !important;
  }

  .\31xl\:hover\:-translate-x-10px:hover {
    --transform-translate-x: -0.625rem !important;
  }

  .\31xl\:hover\:-translate-x-18px:hover {
    --transform-translate-x: -1.125rem !important;
  }

  .\31xl\:hover\:-translate-x-20px:hover {
    --transform-translate-x: -1.25rem !important;
  }

  .\31xl\:hover\:-translate-x-24px:hover {
    --transform-translate-x: -1.5rem !important;
  }

  .\31xl\:hover\:-translate-x-26px:hover {
    --transform-translate-x: -1.625rem !important;
  }

  .\31xl\:hover\:-translate-x-30px:hover {
    --transform-translate-x: -1.875rem !important;
  }

  .\31xl\:hover\:-translate-x-38px:hover {
    --transform-translate-x: -2.375rem !important;
  }

  .\31xl\:hover\:-translate-x-43px:hover {
    --transform-translate-x: -2.6875rem !important;
  }

  .\31xl\:hover\:-translate-x-44px:hover {
    --transform-translate-x: -2.75rem !important;
  }

  .\31xl\:hover\:-translate-x-46px:hover {
    --transform-translate-x: -2.875rem !important;
  }

  .\31xl\:hover\:-translate-x-53px:hover {
    --transform-translate-x: -3.3125rem !important;
  }

  .\31xl\:hover\:-translate-x-54px:hover {
    --transform-translate-x: -3.375rem !important;
  }

  .\31xl\:hover\:-translate-x-55px:hover {
    --transform-translate-x: -3.4375rem !important;
  }

  .\31xl\:hover\:-translate-x-60px:hover {
    --transform-translate-x: -3.75rem !important;
  }

  .\31xl\:hover\:-translate-x-67px:hover {
    --transform-translate-x: -4.1875rem !important;
  }

  .\31xl\:hover\:-translate-x-73px:hover {
    --transform-translate-x: -4.5625rem !important;
  }

  .\31xl\:hover\:-translate-x-80px:hover {
    --transform-translate-x: -5rem !important;
  }

  .\31xl\:hover\:-translate-x-81px:hover {
    --transform-translate-x: -5.0625rem !important;
  }

  .\31xl\:hover\:-translate-x-85px:hover {
    --transform-translate-x: -5.3125rem !important;
  }

  .\31xl\:hover\:-translate-x-92px:hover {
    --transform-translate-x: -5.75rem !important;
  }

  .\31xl\:hover\:-translate-x-100px:hover {
    --transform-translate-x: -6.25rem !important;
  }

  .\31xl\:hover\:-translate-x-106px:hover {
    --transform-translate-x: -6.625rem !important;
  }

  .\31xl\:hover\:-translate-x-123px:hover {
    --transform-translate-x: -7.6875rem !important;
  }

  .\31xl\:hover\:-translate-x-126px:hover {
    --transform-translate-x: -7.875rem !important;
  }

  .\31xl\:hover\:-translate-x-138px:hover {
    --transform-translate-x: -8.625rem !important;
  }

  .\31xl\:hover\:-translate-x-140px:hover {
    --transform-translate-x: -8.75rem !important;
  }

  .\31xl\:hover\:-translate-x-146px:hover {
    --transform-translate-x: -9.125rem !important;
  }

  .\31xl\:hover\:-translate-x-152px:hover {
    --transform-translate-x: -9.5rem !important;
  }

  .\31xl\:hover\:-translate-x-187px:hover {
    --transform-translate-x: -11.6875rem !important;
  }

  .\31xl\:hover\:-translate-x-220px:hover {
    --transform-translate-x: -13.75rem !important;
  }

  .\31xl\:hover\:-translate-x-253px:hover {
    --transform-translate-x: -15.8125rem !important;
  }

  .\31xl\:hover\:-translate-x-320px:hover {
    --transform-translate-x: -20rem !important;
  }

  .\31xl\:hover\:-translate-x-400px:hover {
    --transform-translate-x: -25rem !important;
  }

  .\31xl\:hover\:-translate-x-500px:hover {
    --transform-translate-x: -31.25rem !important;
  }

  .\31xl\:hover\:-translate-x-lgPaddingTop:hover {
    --transform-translate-x: -15.8125rem !important;
  }

  .\31xl\:hover\:-translate-x-phonePaddingTop:hover {
    --transform-translate-x: -9.875rem !important;
  }

  .\31xl\:hover\:-translate-x-tabletPaddingTop:hover {
    --transform-translate-x: -6.625rem !important;
  }

  .\31xl\:hover\:-translate-x-largePaddingTop:hover {
    --transform-translate-x: -13.75rem !important;
  }

  .\31xl\:hover\:-translate-x-phoneTextContentMaxWidth:hover {
    --transform-translate-x: -57.0625rem !important;
  }

  .\31xl\:hover\:-translate-x-phoneTextContentWidth:hover {
    --transform-translate-x: -63% !important;
  }

  .\31xl\:hover\:-translate-x-phoneBlockContentWidth:hover {
    --transform-translate-x: -71.625rem !important;
  }

  .\31xl\:hover\:-translate-x-tabletTextContentMaxWidth:hover {
    --transform-translate-x: -57.0625rem !important;
  }

  .\31xl\:hover\:-translate-x-tabletTextContentWidth:hover {
    --transform-translate-x: -63% !important;
  }

  .\31xl\:hover\:-translate-x-tabletBlockContentWidth:hover {
    --transform-translate-x: -71.625rem !important;
  }

  .\31xl\:hover\:-translate-x-largeTextContentMaxWidth:hover {
    --transform-translate-x: -57.0625rem !important;
  }

  .\31xl\:hover\:-translate-x-largeTextContentWidth:hover {
    --transform-translate-x: -63% !important;
  }

  .\31xl\:hover\:-translate-x-largeBlockContentWidth:hover {
    --transform-translate-x: -71.625rem !important;
  }

  .\31xl\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100% !important;
  }

  .\31xl\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50% !important;
  }

  .\31xl\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50% !important;
  }

  .\31xl\:hover\:translate-x-full:hover {
    --transform-translate-x: 100% !important;
  }

  .\31xl\:hover\:translate-y-0:hover {
    --transform-translate-y: 0 !important;
  }

  .\31xl\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem !important;
  }

  .\31xl\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem !important;
  }

  .\31xl\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem !important;
  }

  .\31xl\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem !important;
  }

  .\31xl\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.25rem !important;
  }

  .\31xl\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem !important;
  }

  .\31xl\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem !important;
  }

  .\31xl\:hover\:translate-y-9:hover {
    --transform-translate-y: 2.5rem !important;
  }

  .\31xl\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem !important;
  }

  .\31xl\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem !important;
  }

  .\31xl\:hover\:translate-y-14:hover {
    --transform-translate-y: 3.5rem !important;
  }

  .\31xl\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem !important;
  }

  .\31xl\:hover\:translate-y-18:hover {
    --transform-translate-y: 4.5rem !important;
  }

  .\31xl\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem !important;
  }

  .\31xl\:hover\:translate-y-22:hover {
    --transform-translate-y: 5.626rem !important;
  }

  .\31xl\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem !important;
  }

  .\31xl\:hover\:translate-y-26:hover {
    --transform-translate-y: 6.25rem !important;
  }

  .\31xl\:hover\:translate-y-28:hover {
    --transform-translate-y: 7rem !important;
  }

  .\31xl\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem !important;
  }

  .\31xl\:hover\:translate-y-34:hover {
    --transform-translate-y: 8.5rem !important;
  }

  .\31xl\:hover\:translate-y-38:hover {
    --transform-translate-y: 9.25rem !important;
  }

  .\31xl\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem !important;
  }

  .\31xl\:hover\:translate-y-46:hover {
    --transform-translate-y: 11.75rem !important;
  }

  .\31xl\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem !important;
  }

  .\31xl\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem !important;
  }

  .\31xl\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem !important;
  }

  .\31xl\:hover\:translate-y-82:hover {
    --transform-translate-y: 20.75rem !important;
  }

  .\31xl\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px !important;
  }

  .\31xl\:hover\:translate-y-tiny:hover {
    --transform-translate-y: 0.3rem !important;
  }

  .\31xl\:hover\:translate-y-quick-links:hover {
    --transform-translate-y: 26% !important;
  }

  .\31xl\:hover\:translate-y-pro-slid:hover {
    --transform-translate-y: 48% !important;
  }

  .\31xl\:hover\:translate-y-62p:hover {
    --transform-translate-y: 62% !important;
  }

  .\31xl\:hover\:translate-y-90p:hover {
    --transform-translate-y: 90% !important;
  }

  .\31xl\:hover\:translate-y-x-large:hover {
    --transform-translate-y: 27.5rem !important;
  }

  .\31xl\:hover\:translate-y-2px:hover {
    --transform-translate-y: 0.125rem !important;
  }

  .\31xl\:hover\:translate-y-9px:hover {
    --transform-translate-y: 0.5625rem !important;
  }

  .\31xl\:hover\:translate-y-10px:hover {
    --transform-translate-y: 0.625rem !important;
  }

  .\31xl\:hover\:translate-y-18px:hover {
    --transform-translate-y: 1.125rem !important;
  }

  .\31xl\:hover\:translate-y-20px:hover {
    --transform-translate-y: 1.25rem !important;
  }

  .\31xl\:hover\:translate-y-24px:hover {
    --transform-translate-y: 1.5rem !important;
  }

  .\31xl\:hover\:translate-y-26px:hover {
    --transform-translate-y: 1.625rem !important;
  }

  .\31xl\:hover\:translate-y-30px:hover {
    --transform-translate-y: 1.875rem !important;
  }

  .\31xl\:hover\:translate-y-38px:hover {
    --transform-translate-y: 2.375rem !important;
  }

  .\31xl\:hover\:translate-y-43px:hover {
    --transform-translate-y: 2.6875rem !important;
  }

  .\31xl\:hover\:translate-y-44px:hover {
    --transform-translate-y: 2.75rem !important;
  }

  .\31xl\:hover\:translate-y-46px:hover {
    --transform-translate-y: 2.875rem !important;
  }

  .\31xl\:hover\:translate-y-53px:hover {
    --transform-translate-y: 3.3125rem !important;
  }

  .\31xl\:hover\:translate-y-54px:hover {
    --transform-translate-y: 3.375rem !important;
  }

  .\31xl\:hover\:translate-y-55px:hover {
    --transform-translate-y: 3.4375rem !important;
  }

  .\31xl\:hover\:translate-y-60px:hover {
    --transform-translate-y: 3.75rem !important;
  }

  .\31xl\:hover\:translate-y-67px:hover {
    --transform-translate-y: 4.1875rem !important;
  }

  .\31xl\:hover\:translate-y-73px:hover {
    --transform-translate-y: 4.5625rem !important;
  }

  .\31xl\:hover\:translate-y-80px:hover {
    --transform-translate-y: 5rem !important;
  }

  .\31xl\:hover\:translate-y-81px:hover {
    --transform-translate-y: 5.0625rem !important;
  }

  .\31xl\:hover\:translate-y-85px:hover {
    --transform-translate-y: 5.3125rem !important;
  }

  .\31xl\:hover\:translate-y-92px:hover {
    --transform-translate-y: 5.75rem !important;
  }

  .\31xl\:hover\:translate-y-100px:hover {
    --transform-translate-y: 6.25rem !important;
  }

  .\31xl\:hover\:translate-y-106px:hover {
    --transform-translate-y: 6.625rem !important;
  }

  .\31xl\:hover\:translate-y-123px:hover {
    --transform-translate-y: 7.6875rem !important;
  }

  .\31xl\:hover\:translate-y-126px:hover {
    --transform-translate-y: 7.875rem !important;
  }

  .\31xl\:hover\:translate-y-138px:hover {
    --transform-translate-y: 8.625rem !important;
  }

  .\31xl\:hover\:translate-y-140px:hover {
    --transform-translate-y: 8.75rem !important;
  }

  .\31xl\:hover\:translate-y-146px:hover {
    --transform-translate-y: 9.125rem !important;
  }

  .\31xl\:hover\:translate-y-152px:hover {
    --transform-translate-y: 9.5rem !important;
  }

  .\31xl\:hover\:translate-y-187px:hover {
    --transform-translate-y: 11.6875rem !important;
  }

  .\31xl\:hover\:translate-y-220px:hover {
    --transform-translate-y: 13.75rem !important;
  }

  .\31xl\:hover\:translate-y-253px:hover {
    --transform-translate-y: 15.8125rem !important;
  }

  .\31xl\:hover\:translate-y-320px:hover {
    --transform-translate-y: 20rem !important;
  }

  .\31xl\:hover\:translate-y-400px:hover {
    --transform-translate-y: 25rem !important;
  }

  .\31xl\:hover\:translate-y-500px:hover {
    --transform-translate-y: 31.25rem !important;
  }

  .\31xl\:hover\:translate-y-lgPaddingTop:hover {
    --transform-translate-y: 15.8125rem !important;
  }

  .\31xl\:hover\:translate-y-phonePaddingTop:hover {
    --transform-translate-y: 9.875rem !important;
  }

  .\31xl\:hover\:translate-y-tabletPaddingTop:hover {
    --transform-translate-y: 6.625rem !important;
  }

  .\31xl\:hover\:translate-y-largePaddingTop:hover {
    --transform-translate-y: 13.75rem !important;
  }

  .\31xl\:hover\:translate-y-phoneTextContentMaxWidth:hover {
    --transform-translate-y: 57.0625rem !important;
  }

  .\31xl\:hover\:translate-y-phoneTextContentWidth:hover {
    --transform-translate-y: 63% !important;
  }

  .\31xl\:hover\:translate-y-phoneBlockContentWidth:hover {
    --transform-translate-y: 71.625rem !important;
  }

  .\31xl\:hover\:translate-y-tabletTextContentMaxWidth:hover {
    --transform-translate-y: 57.0625rem !important;
  }

  .\31xl\:hover\:translate-y-tabletTextContentWidth:hover {
    --transform-translate-y: 63% !important;
  }

  .\31xl\:hover\:translate-y-tabletBlockContentWidth:hover {
    --transform-translate-y: 71.625rem !important;
  }

  .\31xl\:hover\:translate-y-largeTextContentMaxWidth:hover {
    --transform-translate-y: 57.0625rem !important;
  }

  .\31xl\:hover\:translate-y-largeTextContentWidth:hover {
    --transform-translate-y: 63% !important;
  }

  .\31xl\:hover\:translate-y-largeBlockContentWidth:hover {
    --transform-translate-y: 71.625rem !important;
  }

  .\31xl\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem !important;
  }

  .\31xl\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem !important;
  }

  .\31xl\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem !important;
  }

  .\31xl\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem !important;
  }

  .\31xl\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.25rem !important;
  }

  .\31xl\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem !important;
  }

  .\31xl\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem !important;
  }

  .\31xl\:hover\:-translate-y-9:hover {
    --transform-translate-y: -2.5rem !important;
  }

  .\31xl\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem !important;
  }

  .\31xl\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem !important;
  }

  .\31xl\:hover\:-translate-y-14:hover {
    --transform-translate-y: -3.5rem !important;
  }

  .\31xl\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem !important;
  }

  .\31xl\:hover\:-translate-y-18:hover {
    --transform-translate-y: -4.5rem !important;
  }

  .\31xl\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem !important;
  }

  .\31xl\:hover\:-translate-y-22:hover {
    --transform-translate-y: -5.626rem !important;
  }

  .\31xl\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem !important;
  }

  .\31xl\:hover\:-translate-y-26:hover {
    --transform-translate-y: -6.25rem !important;
  }

  .\31xl\:hover\:-translate-y-28:hover {
    --transform-translate-y: -7rem !important;
  }

  .\31xl\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem !important;
  }

  .\31xl\:hover\:-translate-y-34:hover {
    --transform-translate-y: -8.5rem !important;
  }

  .\31xl\:hover\:-translate-y-38:hover {
    --transform-translate-y: -9.25rem !important;
  }

  .\31xl\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem !important;
  }

  .\31xl\:hover\:-translate-y-46:hover {
    --transform-translate-y: -11.75rem !important;
  }

  .\31xl\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem !important;
  }

  .\31xl\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem !important;
  }

  .\31xl\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem !important;
  }

  .\31xl\:hover\:-translate-y-82:hover {
    --transform-translate-y: -20.75rem !important;
  }

  .\31xl\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px !important;
  }

  .\31xl\:hover\:-translate-y-tiny:hover {
    --transform-translate-y: -0.3rem !important;
  }

  .\31xl\:hover\:-translate-y-quick-links:hover {
    --transform-translate-y: -26% !important;
  }

  .\31xl\:hover\:-translate-y-pro-slid:hover {
    --transform-translate-y: -48% !important;
  }

  .\31xl\:hover\:-translate-y-62p:hover {
    --transform-translate-y: -62% !important;
  }

  .\31xl\:hover\:-translate-y-90p:hover {
    --transform-translate-y: -90% !important;
  }

  .\31xl\:hover\:-translate-y-x-large:hover {
    --transform-translate-y: -27.5rem !important;
  }

  .\31xl\:hover\:-translate-y-2px:hover {
    --transform-translate-y: -0.125rem !important;
  }

  .\31xl\:hover\:-translate-y-9px:hover {
    --transform-translate-y: -0.5625rem !important;
  }

  .\31xl\:hover\:-translate-y-10px:hover {
    --transform-translate-y: -0.625rem !important;
  }

  .\31xl\:hover\:-translate-y-18px:hover {
    --transform-translate-y: -1.125rem !important;
  }

  .\31xl\:hover\:-translate-y-20px:hover {
    --transform-translate-y: -1.25rem !important;
  }

  .\31xl\:hover\:-translate-y-24px:hover {
    --transform-translate-y: -1.5rem !important;
  }

  .\31xl\:hover\:-translate-y-26px:hover {
    --transform-translate-y: -1.625rem !important;
  }

  .\31xl\:hover\:-translate-y-30px:hover {
    --transform-translate-y: -1.875rem !important;
  }

  .\31xl\:hover\:-translate-y-38px:hover {
    --transform-translate-y: -2.375rem !important;
  }

  .\31xl\:hover\:-translate-y-43px:hover {
    --transform-translate-y: -2.6875rem !important;
  }

  .\31xl\:hover\:-translate-y-44px:hover {
    --transform-translate-y: -2.75rem !important;
  }

  .\31xl\:hover\:-translate-y-46px:hover {
    --transform-translate-y: -2.875rem !important;
  }

  .\31xl\:hover\:-translate-y-53px:hover {
    --transform-translate-y: -3.3125rem !important;
  }

  .\31xl\:hover\:-translate-y-54px:hover {
    --transform-translate-y: -3.375rem !important;
  }

  .\31xl\:hover\:-translate-y-55px:hover {
    --transform-translate-y: -3.4375rem !important;
  }

  .\31xl\:hover\:-translate-y-60px:hover {
    --transform-translate-y: -3.75rem !important;
  }

  .\31xl\:hover\:-translate-y-67px:hover {
    --transform-translate-y: -4.1875rem !important;
  }

  .\31xl\:hover\:-translate-y-73px:hover {
    --transform-translate-y: -4.5625rem !important;
  }

  .\31xl\:hover\:-translate-y-80px:hover {
    --transform-translate-y: -5rem !important;
  }

  .\31xl\:hover\:-translate-y-81px:hover {
    --transform-translate-y: -5.0625rem !important;
  }

  .\31xl\:hover\:-translate-y-85px:hover {
    --transform-translate-y: -5.3125rem !important;
  }

  .\31xl\:hover\:-translate-y-92px:hover {
    --transform-translate-y: -5.75rem !important;
  }

  .\31xl\:hover\:-translate-y-100px:hover {
    --transform-translate-y: -6.25rem !important;
  }

  .\31xl\:hover\:-translate-y-106px:hover {
    --transform-translate-y: -6.625rem !important;
  }

  .\31xl\:hover\:-translate-y-123px:hover {
    --transform-translate-y: -7.6875rem !important;
  }

  .\31xl\:hover\:-translate-y-126px:hover {
    --transform-translate-y: -7.875rem !important;
  }

  .\31xl\:hover\:-translate-y-138px:hover {
    --transform-translate-y: -8.625rem !important;
  }

  .\31xl\:hover\:-translate-y-140px:hover {
    --transform-translate-y: -8.75rem !important;
  }

  .\31xl\:hover\:-translate-y-146px:hover {
    --transform-translate-y: -9.125rem !important;
  }

  .\31xl\:hover\:-translate-y-152px:hover {
    --transform-translate-y: -9.5rem !important;
  }

  .\31xl\:hover\:-translate-y-187px:hover {
    --transform-translate-y: -11.6875rem !important;
  }

  .\31xl\:hover\:-translate-y-220px:hover {
    --transform-translate-y: -13.75rem !important;
  }

  .\31xl\:hover\:-translate-y-253px:hover {
    --transform-translate-y: -15.8125rem !important;
  }

  .\31xl\:hover\:-translate-y-320px:hover {
    --transform-translate-y: -20rem !important;
  }

  .\31xl\:hover\:-translate-y-400px:hover {
    --transform-translate-y: -25rem !important;
  }

  .\31xl\:hover\:-translate-y-500px:hover {
    --transform-translate-y: -31.25rem !important;
  }

  .\31xl\:hover\:-translate-y-lgPaddingTop:hover {
    --transform-translate-y: -15.8125rem !important;
  }

  .\31xl\:hover\:-translate-y-phonePaddingTop:hover {
    --transform-translate-y: -9.875rem !important;
  }

  .\31xl\:hover\:-translate-y-tabletPaddingTop:hover {
    --transform-translate-y: -6.625rem !important;
  }

  .\31xl\:hover\:-translate-y-largePaddingTop:hover {
    --transform-translate-y: -13.75rem !important;
  }

  .\31xl\:hover\:-translate-y-phoneTextContentMaxWidth:hover {
    --transform-translate-y: -57.0625rem !important;
  }

  .\31xl\:hover\:-translate-y-phoneTextContentWidth:hover {
    --transform-translate-y: -63% !important;
  }

  .\31xl\:hover\:-translate-y-phoneBlockContentWidth:hover {
    --transform-translate-y: -71.625rem !important;
  }

  .\31xl\:hover\:-translate-y-tabletTextContentMaxWidth:hover {
    --transform-translate-y: -57.0625rem !important;
  }

  .\31xl\:hover\:-translate-y-tabletTextContentWidth:hover {
    --transform-translate-y: -63% !important;
  }

  .\31xl\:hover\:-translate-y-tabletBlockContentWidth:hover {
    --transform-translate-y: -71.625rem !important;
  }

  .\31xl\:hover\:-translate-y-largeTextContentMaxWidth:hover {
    --transform-translate-y: -57.0625rem !important;
  }

  .\31xl\:hover\:-translate-y-largeTextContentWidth:hover {
    --transform-translate-y: -63% !important;
  }

  .\31xl\:hover\:-translate-y-largeBlockContentWidth:hover {
    --transform-translate-y: -71.625rem !important;
  }

  .\31xl\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100% !important;
  }

  .\31xl\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50% !important;
  }

  .\31xl\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50% !important;
  }

  .\31xl\:hover\:translate-y-full:hover {
    --transform-translate-y: 100% !important;
  }

  .\31xl\:focus\:translate-x-0:focus {
    --transform-translate-x: 0 !important;
  }

  .\31xl\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem !important;
  }

  .\31xl\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem !important;
  }

  .\31xl\:focus\:translate-x-3:focus {
    --transform-translate-x: 0.75rem !important;
  }

  .\31xl\:focus\:translate-x-4:focus {
    --transform-translate-x: 1rem !important;
  }

  .\31xl\:focus\:translate-x-5:focus {
    --transform-translate-x: 1.25rem !important;
  }

  .\31xl\:focus\:translate-x-6:focus {
    --transform-translate-x: 1.5rem !important;
  }

  .\31xl\:focus\:translate-x-8:focus {
    --transform-translate-x: 2rem !important;
  }

  .\31xl\:focus\:translate-x-9:focus {
    --transform-translate-x: 2.5rem !important;
  }

  .\31xl\:focus\:translate-x-10:focus {
    --transform-translate-x: 2.5rem !important;
  }

  .\31xl\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem !important;
  }

  .\31xl\:focus\:translate-x-14:focus {
    --transform-translate-x: 3.5rem !important;
  }

  .\31xl\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem !important;
  }

  .\31xl\:focus\:translate-x-18:focus {
    --transform-translate-x: 4.5rem !important;
  }

  .\31xl\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem !important;
  }

  .\31xl\:focus\:translate-x-22:focus {
    --transform-translate-x: 5.626rem !important;
  }

  .\31xl\:focus\:translate-x-24:focus {
    --transform-translate-x: 6rem !important;
  }

  .\31xl\:focus\:translate-x-26:focus {
    --transform-translate-x: 6.25rem !important;
  }

  .\31xl\:focus\:translate-x-28:focus {
    --transform-translate-x: 7rem !important;
  }

  .\31xl\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem !important;
  }

  .\31xl\:focus\:translate-x-34:focus {
    --transform-translate-x: 8.5rem !important;
  }

  .\31xl\:focus\:translate-x-38:focus {
    --transform-translate-x: 9.25rem !important;
  }

  .\31xl\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem !important;
  }

  .\31xl\:focus\:translate-x-46:focus {
    --transform-translate-x: 11.75rem !important;
  }

  .\31xl\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem !important;
  }

  .\31xl\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem !important;
  }

  .\31xl\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem !important;
  }

  .\31xl\:focus\:translate-x-82:focus {
    --transform-translate-x: 20.75rem !important;
  }

  .\31xl\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px !important;
  }

  .\31xl\:focus\:translate-x-tiny:focus {
    --transform-translate-x: 0.3rem !important;
  }

  .\31xl\:focus\:translate-x-quick-links:focus {
    --transform-translate-x: 26% !important;
  }

  .\31xl\:focus\:translate-x-pro-slid:focus {
    --transform-translate-x: 48% !important;
  }

  .\31xl\:focus\:translate-x-62p:focus {
    --transform-translate-x: 62% !important;
  }

  .\31xl\:focus\:translate-x-90p:focus {
    --transform-translate-x: 90% !important;
  }

  .\31xl\:focus\:translate-x-x-large:focus {
    --transform-translate-x: 27.5rem !important;
  }

  .\31xl\:focus\:translate-x-2px:focus {
    --transform-translate-x: 0.125rem !important;
  }

  .\31xl\:focus\:translate-x-9px:focus {
    --transform-translate-x: 0.5625rem !important;
  }

  .\31xl\:focus\:translate-x-10px:focus {
    --transform-translate-x: 0.625rem !important;
  }

  .\31xl\:focus\:translate-x-18px:focus {
    --transform-translate-x: 1.125rem !important;
  }

  .\31xl\:focus\:translate-x-20px:focus {
    --transform-translate-x: 1.25rem !important;
  }

  .\31xl\:focus\:translate-x-24px:focus {
    --transform-translate-x: 1.5rem !important;
  }

  .\31xl\:focus\:translate-x-26px:focus {
    --transform-translate-x: 1.625rem !important;
  }

  .\31xl\:focus\:translate-x-30px:focus {
    --transform-translate-x: 1.875rem !important;
  }

  .\31xl\:focus\:translate-x-38px:focus {
    --transform-translate-x: 2.375rem !important;
  }

  .\31xl\:focus\:translate-x-43px:focus {
    --transform-translate-x: 2.6875rem !important;
  }

  .\31xl\:focus\:translate-x-44px:focus {
    --transform-translate-x: 2.75rem !important;
  }

  .\31xl\:focus\:translate-x-46px:focus {
    --transform-translate-x: 2.875rem !important;
  }

  .\31xl\:focus\:translate-x-53px:focus {
    --transform-translate-x: 3.3125rem !important;
  }

  .\31xl\:focus\:translate-x-54px:focus {
    --transform-translate-x: 3.375rem !important;
  }

  .\31xl\:focus\:translate-x-55px:focus {
    --transform-translate-x: 3.4375rem !important;
  }

  .\31xl\:focus\:translate-x-60px:focus {
    --transform-translate-x: 3.75rem !important;
  }

  .\31xl\:focus\:translate-x-67px:focus {
    --transform-translate-x: 4.1875rem !important;
  }

  .\31xl\:focus\:translate-x-73px:focus {
    --transform-translate-x: 4.5625rem !important;
  }

  .\31xl\:focus\:translate-x-80px:focus {
    --transform-translate-x: 5rem !important;
  }

  .\31xl\:focus\:translate-x-81px:focus {
    --transform-translate-x: 5.0625rem !important;
  }

  .\31xl\:focus\:translate-x-85px:focus {
    --transform-translate-x: 5.3125rem !important;
  }

  .\31xl\:focus\:translate-x-92px:focus {
    --transform-translate-x: 5.75rem !important;
  }

  .\31xl\:focus\:translate-x-100px:focus {
    --transform-translate-x: 6.25rem !important;
  }

  .\31xl\:focus\:translate-x-106px:focus {
    --transform-translate-x: 6.625rem !important;
  }

  .\31xl\:focus\:translate-x-123px:focus {
    --transform-translate-x: 7.6875rem !important;
  }

  .\31xl\:focus\:translate-x-126px:focus {
    --transform-translate-x: 7.875rem !important;
  }

  .\31xl\:focus\:translate-x-138px:focus {
    --transform-translate-x: 8.625rem !important;
  }

  .\31xl\:focus\:translate-x-140px:focus {
    --transform-translate-x: 8.75rem !important;
  }

  .\31xl\:focus\:translate-x-146px:focus {
    --transform-translate-x: 9.125rem !important;
  }

  .\31xl\:focus\:translate-x-152px:focus {
    --transform-translate-x: 9.5rem !important;
  }

  .\31xl\:focus\:translate-x-187px:focus {
    --transform-translate-x: 11.6875rem !important;
  }

  .\31xl\:focus\:translate-x-220px:focus {
    --transform-translate-x: 13.75rem !important;
  }

  .\31xl\:focus\:translate-x-253px:focus {
    --transform-translate-x: 15.8125rem !important;
  }

  .\31xl\:focus\:translate-x-320px:focus {
    --transform-translate-x: 20rem !important;
  }

  .\31xl\:focus\:translate-x-400px:focus {
    --transform-translate-x: 25rem !important;
  }

  .\31xl\:focus\:translate-x-500px:focus {
    --transform-translate-x: 31.25rem !important;
  }

  .\31xl\:focus\:translate-x-lgPaddingTop:focus {
    --transform-translate-x: 15.8125rem !important;
  }

  .\31xl\:focus\:translate-x-phonePaddingTop:focus {
    --transform-translate-x: 9.875rem !important;
  }

  .\31xl\:focus\:translate-x-tabletPaddingTop:focus {
    --transform-translate-x: 6.625rem !important;
  }

  .\31xl\:focus\:translate-x-largePaddingTop:focus {
    --transform-translate-x: 13.75rem !important;
  }

  .\31xl\:focus\:translate-x-phoneTextContentMaxWidth:focus {
    --transform-translate-x: 57.0625rem !important;
  }

  .\31xl\:focus\:translate-x-phoneTextContentWidth:focus {
    --transform-translate-x: 63% !important;
  }

  .\31xl\:focus\:translate-x-phoneBlockContentWidth:focus {
    --transform-translate-x: 71.625rem !important;
  }

  .\31xl\:focus\:translate-x-tabletTextContentMaxWidth:focus {
    --transform-translate-x: 57.0625rem !important;
  }

  .\31xl\:focus\:translate-x-tabletTextContentWidth:focus {
    --transform-translate-x: 63% !important;
  }

  .\31xl\:focus\:translate-x-tabletBlockContentWidth:focus {
    --transform-translate-x: 71.625rem !important;
  }

  .\31xl\:focus\:translate-x-largeTextContentMaxWidth:focus {
    --transform-translate-x: 57.0625rem !important;
  }

  .\31xl\:focus\:translate-x-largeTextContentWidth:focus {
    --transform-translate-x: 63% !important;
  }

  .\31xl\:focus\:translate-x-largeBlockContentWidth:focus {
    --transform-translate-x: 71.625rem !important;
  }

  .\31xl\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem !important;
  }

  .\31xl\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem !important;
  }

  .\31xl\:focus\:-translate-x-3:focus {
    --transform-translate-x: -0.75rem !important;
  }

  .\31xl\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1rem !important;
  }

  .\31xl\:focus\:-translate-x-5:focus {
    --transform-translate-x: -1.25rem !important;
  }

  .\31xl\:focus\:-translate-x-6:focus {
    --transform-translate-x: -1.5rem !important;
  }

  .\31xl\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2rem !important;
  }

  .\31xl\:focus\:-translate-x-9:focus {
    --transform-translate-x: -2.5rem !important;
  }

  .\31xl\:focus\:-translate-x-10:focus {
    --transform-translate-x: -2.5rem !important;
  }

  .\31xl\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem !important;
  }

  .\31xl\:focus\:-translate-x-14:focus {
    --transform-translate-x: -3.5rem !important;
  }

  .\31xl\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem !important;
  }

  .\31xl\:focus\:-translate-x-18:focus {
    --transform-translate-x: -4.5rem !important;
  }

  .\31xl\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem !important;
  }

  .\31xl\:focus\:-translate-x-22:focus {
    --transform-translate-x: -5.626rem !important;
  }

  .\31xl\:focus\:-translate-x-24:focus {
    --transform-translate-x: -6rem !important;
  }

  .\31xl\:focus\:-translate-x-26:focus {
    --transform-translate-x: -6.25rem !important;
  }

  .\31xl\:focus\:-translate-x-28:focus {
    --transform-translate-x: -7rem !important;
  }

  .\31xl\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem !important;
  }

  .\31xl\:focus\:-translate-x-34:focus {
    --transform-translate-x: -8.5rem !important;
  }

  .\31xl\:focus\:-translate-x-38:focus {
    --transform-translate-x: -9.25rem !important;
  }

  .\31xl\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem !important;
  }

  .\31xl\:focus\:-translate-x-46:focus {
    --transform-translate-x: -11.75rem !important;
  }

  .\31xl\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem !important;
  }

  .\31xl\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem !important;
  }

  .\31xl\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem !important;
  }

  .\31xl\:focus\:-translate-x-82:focus {
    --transform-translate-x: -20.75rem !important;
  }

  .\31xl\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px !important;
  }

  .\31xl\:focus\:-translate-x-tiny:focus {
    --transform-translate-x: -0.3rem !important;
  }

  .\31xl\:focus\:-translate-x-quick-links:focus {
    --transform-translate-x: -26% !important;
  }

  .\31xl\:focus\:-translate-x-pro-slid:focus {
    --transform-translate-x: -48% !important;
  }

  .\31xl\:focus\:-translate-x-62p:focus {
    --transform-translate-x: -62% !important;
  }

  .\31xl\:focus\:-translate-x-90p:focus {
    --transform-translate-x: -90% !important;
  }

  .\31xl\:focus\:-translate-x-x-large:focus {
    --transform-translate-x: -27.5rem !important;
  }

  .\31xl\:focus\:-translate-x-2px:focus {
    --transform-translate-x: -0.125rem !important;
  }

  .\31xl\:focus\:-translate-x-9px:focus {
    --transform-translate-x: -0.5625rem !important;
  }

  .\31xl\:focus\:-translate-x-10px:focus {
    --transform-translate-x: -0.625rem !important;
  }

  .\31xl\:focus\:-translate-x-18px:focus {
    --transform-translate-x: -1.125rem !important;
  }

  .\31xl\:focus\:-translate-x-20px:focus {
    --transform-translate-x: -1.25rem !important;
  }

  .\31xl\:focus\:-translate-x-24px:focus {
    --transform-translate-x: -1.5rem !important;
  }

  .\31xl\:focus\:-translate-x-26px:focus {
    --transform-translate-x: -1.625rem !important;
  }

  .\31xl\:focus\:-translate-x-30px:focus {
    --transform-translate-x: -1.875rem !important;
  }

  .\31xl\:focus\:-translate-x-38px:focus {
    --transform-translate-x: -2.375rem !important;
  }

  .\31xl\:focus\:-translate-x-43px:focus {
    --transform-translate-x: -2.6875rem !important;
  }

  .\31xl\:focus\:-translate-x-44px:focus {
    --transform-translate-x: -2.75rem !important;
  }

  .\31xl\:focus\:-translate-x-46px:focus {
    --transform-translate-x: -2.875rem !important;
  }

  .\31xl\:focus\:-translate-x-53px:focus {
    --transform-translate-x: -3.3125rem !important;
  }

  .\31xl\:focus\:-translate-x-54px:focus {
    --transform-translate-x: -3.375rem !important;
  }

  .\31xl\:focus\:-translate-x-55px:focus {
    --transform-translate-x: -3.4375rem !important;
  }

  .\31xl\:focus\:-translate-x-60px:focus {
    --transform-translate-x: -3.75rem !important;
  }

  .\31xl\:focus\:-translate-x-67px:focus {
    --transform-translate-x: -4.1875rem !important;
  }

  .\31xl\:focus\:-translate-x-73px:focus {
    --transform-translate-x: -4.5625rem !important;
  }

  .\31xl\:focus\:-translate-x-80px:focus {
    --transform-translate-x: -5rem !important;
  }

  .\31xl\:focus\:-translate-x-81px:focus {
    --transform-translate-x: -5.0625rem !important;
  }

  .\31xl\:focus\:-translate-x-85px:focus {
    --transform-translate-x: -5.3125rem !important;
  }

  .\31xl\:focus\:-translate-x-92px:focus {
    --transform-translate-x: -5.75rem !important;
  }

  .\31xl\:focus\:-translate-x-100px:focus {
    --transform-translate-x: -6.25rem !important;
  }

  .\31xl\:focus\:-translate-x-106px:focus {
    --transform-translate-x: -6.625rem !important;
  }

  .\31xl\:focus\:-translate-x-123px:focus {
    --transform-translate-x: -7.6875rem !important;
  }

  .\31xl\:focus\:-translate-x-126px:focus {
    --transform-translate-x: -7.875rem !important;
  }

  .\31xl\:focus\:-translate-x-138px:focus {
    --transform-translate-x: -8.625rem !important;
  }

  .\31xl\:focus\:-translate-x-140px:focus {
    --transform-translate-x: -8.75rem !important;
  }

  .\31xl\:focus\:-translate-x-146px:focus {
    --transform-translate-x: -9.125rem !important;
  }

  .\31xl\:focus\:-translate-x-152px:focus {
    --transform-translate-x: -9.5rem !important;
  }

  .\31xl\:focus\:-translate-x-187px:focus {
    --transform-translate-x: -11.6875rem !important;
  }

  .\31xl\:focus\:-translate-x-220px:focus {
    --transform-translate-x: -13.75rem !important;
  }

  .\31xl\:focus\:-translate-x-253px:focus {
    --transform-translate-x: -15.8125rem !important;
  }

  .\31xl\:focus\:-translate-x-320px:focus {
    --transform-translate-x: -20rem !important;
  }

  .\31xl\:focus\:-translate-x-400px:focus {
    --transform-translate-x: -25rem !important;
  }

  .\31xl\:focus\:-translate-x-500px:focus {
    --transform-translate-x: -31.25rem !important;
  }

  .\31xl\:focus\:-translate-x-lgPaddingTop:focus {
    --transform-translate-x: -15.8125rem !important;
  }

  .\31xl\:focus\:-translate-x-phonePaddingTop:focus {
    --transform-translate-x: -9.875rem !important;
  }

  .\31xl\:focus\:-translate-x-tabletPaddingTop:focus {
    --transform-translate-x: -6.625rem !important;
  }

  .\31xl\:focus\:-translate-x-largePaddingTop:focus {
    --transform-translate-x: -13.75rem !important;
  }

  .\31xl\:focus\:-translate-x-phoneTextContentMaxWidth:focus {
    --transform-translate-x: -57.0625rem !important;
  }

  .\31xl\:focus\:-translate-x-phoneTextContentWidth:focus {
    --transform-translate-x: -63% !important;
  }

  .\31xl\:focus\:-translate-x-phoneBlockContentWidth:focus {
    --transform-translate-x: -71.625rem !important;
  }

  .\31xl\:focus\:-translate-x-tabletTextContentMaxWidth:focus {
    --transform-translate-x: -57.0625rem !important;
  }

  .\31xl\:focus\:-translate-x-tabletTextContentWidth:focus {
    --transform-translate-x: -63% !important;
  }

  .\31xl\:focus\:-translate-x-tabletBlockContentWidth:focus {
    --transform-translate-x: -71.625rem !important;
  }

  .\31xl\:focus\:-translate-x-largeTextContentMaxWidth:focus {
    --transform-translate-x: -57.0625rem !important;
  }

  .\31xl\:focus\:-translate-x-largeTextContentWidth:focus {
    --transform-translate-x: -63% !important;
  }

  .\31xl\:focus\:-translate-x-largeBlockContentWidth:focus {
    --transform-translate-x: -71.625rem !important;
  }

  .\31xl\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100% !important;
  }

  .\31xl\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50% !important;
  }

  .\31xl\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50% !important;
  }

  .\31xl\:focus\:translate-x-full:focus {
    --transform-translate-x: 100% !important;
  }

  .\31xl\:focus\:translate-y-0:focus {
    --transform-translate-y: 0 !important;
  }

  .\31xl\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem !important;
  }

  .\31xl\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem !important;
  }

  .\31xl\:focus\:translate-y-3:focus {
    --transform-translate-y: 0.75rem !important;
  }

  .\31xl\:focus\:translate-y-4:focus {
    --transform-translate-y: 1rem !important;
  }

  .\31xl\:focus\:translate-y-5:focus {
    --transform-translate-y: 1.25rem !important;
  }

  .\31xl\:focus\:translate-y-6:focus {
    --transform-translate-y: 1.5rem !important;
  }

  .\31xl\:focus\:translate-y-8:focus {
    --transform-translate-y: 2rem !important;
  }

  .\31xl\:focus\:translate-y-9:focus {
    --transform-translate-y: 2.5rem !important;
  }

  .\31xl\:focus\:translate-y-10:focus {
    --transform-translate-y: 2.5rem !important;
  }

  .\31xl\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem !important;
  }

  .\31xl\:focus\:translate-y-14:focus {
    --transform-translate-y: 3.5rem !important;
  }

  .\31xl\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem !important;
  }

  .\31xl\:focus\:translate-y-18:focus {
    --transform-translate-y: 4.5rem !important;
  }

  .\31xl\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem !important;
  }

  .\31xl\:focus\:translate-y-22:focus {
    --transform-translate-y: 5.626rem !important;
  }

  .\31xl\:focus\:translate-y-24:focus {
    --transform-translate-y: 6rem !important;
  }

  .\31xl\:focus\:translate-y-26:focus {
    --transform-translate-y: 6.25rem !important;
  }

  .\31xl\:focus\:translate-y-28:focus {
    --transform-translate-y: 7rem !important;
  }

  .\31xl\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem !important;
  }

  .\31xl\:focus\:translate-y-34:focus {
    --transform-translate-y: 8.5rem !important;
  }

  .\31xl\:focus\:translate-y-38:focus {
    --transform-translate-y: 9.25rem !important;
  }

  .\31xl\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem !important;
  }

  .\31xl\:focus\:translate-y-46:focus {
    --transform-translate-y: 11.75rem !important;
  }

  .\31xl\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem !important;
  }

  .\31xl\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem !important;
  }

  .\31xl\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem !important;
  }

  .\31xl\:focus\:translate-y-82:focus {
    --transform-translate-y: 20.75rem !important;
  }

  .\31xl\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px !important;
  }

  .\31xl\:focus\:translate-y-tiny:focus {
    --transform-translate-y: 0.3rem !important;
  }

  .\31xl\:focus\:translate-y-quick-links:focus {
    --transform-translate-y: 26% !important;
  }

  .\31xl\:focus\:translate-y-pro-slid:focus {
    --transform-translate-y: 48% !important;
  }

  .\31xl\:focus\:translate-y-62p:focus {
    --transform-translate-y: 62% !important;
  }

  .\31xl\:focus\:translate-y-90p:focus {
    --transform-translate-y: 90% !important;
  }

  .\31xl\:focus\:translate-y-x-large:focus {
    --transform-translate-y: 27.5rem !important;
  }

  .\31xl\:focus\:translate-y-2px:focus {
    --transform-translate-y: 0.125rem !important;
  }

  .\31xl\:focus\:translate-y-9px:focus {
    --transform-translate-y: 0.5625rem !important;
  }

  .\31xl\:focus\:translate-y-10px:focus {
    --transform-translate-y: 0.625rem !important;
  }

  .\31xl\:focus\:translate-y-18px:focus {
    --transform-translate-y: 1.125rem !important;
  }

  .\31xl\:focus\:translate-y-20px:focus {
    --transform-translate-y: 1.25rem !important;
  }

  .\31xl\:focus\:translate-y-24px:focus {
    --transform-translate-y: 1.5rem !important;
  }

  .\31xl\:focus\:translate-y-26px:focus {
    --transform-translate-y: 1.625rem !important;
  }

  .\31xl\:focus\:translate-y-30px:focus {
    --transform-translate-y: 1.875rem !important;
  }

  .\31xl\:focus\:translate-y-38px:focus {
    --transform-translate-y: 2.375rem !important;
  }

  .\31xl\:focus\:translate-y-43px:focus {
    --transform-translate-y: 2.6875rem !important;
  }

  .\31xl\:focus\:translate-y-44px:focus {
    --transform-translate-y: 2.75rem !important;
  }

  .\31xl\:focus\:translate-y-46px:focus {
    --transform-translate-y: 2.875rem !important;
  }

  .\31xl\:focus\:translate-y-53px:focus {
    --transform-translate-y: 3.3125rem !important;
  }

  .\31xl\:focus\:translate-y-54px:focus {
    --transform-translate-y: 3.375rem !important;
  }

  .\31xl\:focus\:translate-y-55px:focus {
    --transform-translate-y: 3.4375rem !important;
  }

  .\31xl\:focus\:translate-y-60px:focus {
    --transform-translate-y: 3.75rem !important;
  }

  .\31xl\:focus\:translate-y-67px:focus {
    --transform-translate-y: 4.1875rem !important;
  }

  .\31xl\:focus\:translate-y-73px:focus {
    --transform-translate-y: 4.5625rem !important;
  }

  .\31xl\:focus\:translate-y-80px:focus {
    --transform-translate-y: 5rem !important;
  }

  .\31xl\:focus\:translate-y-81px:focus {
    --transform-translate-y: 5.0625rem !important;
  }

  .\31xl\:focus\:translate-y-85px:focus {
    --transform-translate-y: 5.3125rem !important;
  }

  .\31xl\:focus\:translate-y-92px:focus {
    --transform-translate-y: 5.75rem !important;
  }

  .\31xl\:focus\:translate-y-100px:focus {
    --transform-translate-y: 6.25rem !important;
  }

  .\31xl\:focus\:translate-y-106px:focus {
    --transform-translate-y: 6.625rem !important;
  }

  .\31xl\:focus\:translate-y-123px:focus {
    --transform-translate-y: 7.6875rem !important;
  }

  .\31xl\:focus\:translate-y-126px:focus {
    --transform-translate-y: 7.875rem !important;
  }

  .\31xl\:focus\:translate-y-138px:focus {
    --transform-translate-y: 8.625rem !important;
  }

  .\31xl\:focus\:translate-y-140px:focus {
    --transform-translate-y: 8.75rem !important;
  }

  .\31xl\:focus\:translate-y-146px:focus {
    --transform-translate-y: 9.125rem !important;
  }

  .\31xl\:focus\:translate-y-152px:focus {
    --transform-translate-y: 9.5rem !important;
  }

  .\31xl\:focus\:translate-y-187px:focus {
    --transform-translate-y: 11.6875rem !important;
  }

  .\31xl\:focus\:translate-y-220px:focus {
    --transform-translate-y: 13.75rem !important;
  }

  .\31xl\:focus\:translate-y-253px:focus {
    --transform-translate-y: 15.8125rem !important;
  }

  .\31xl\:focus\:translate-y-320px:focus {
    --transform-translate-y: 20rem !important;
  }

  .\31xl\:focus\:translate-y-400px:focus {
    --transform-translate-y: 25rem !important;
  }

  .\31xl\:focus\:translate-y-500px:focus {
    --transform-translate-y: 31.25rem !important;
  }

  .\31xl\:focus\:translate-y-lgPaddingTop:focus {
    --transform-translate-y: 15.8125rem !important;
  }

  .\31xl\:focus\:translate-y-phonePaddingTop:focus {
    --transform-translate-y: 9.875rem !important;
  }

  .\31xl\:focus\:translate-y-tabletPaddingTop:focus {
    --transform-translate-y: 6.625rem !important;
  }

  .\31xl\:focus\:translate-y-largePaddingTop:focus {
    --transform-translate-y: 13.75rem !important;
  }

  .\31xl\:focus\:translate-y-phoneTextContentMaxWidth:focus {
    --transform-translate-y: 57.0625rem !important;
  }

  .\31xl\:focus\:translate-y-phoneTextContentWidth:focus {
    --transform-translate-y: 63% !important;
  }

  .\31xl\:focus\:translate-y-phoneBlockContentWidth:focus {
    --transform-translate-y: 71.625rem !important;
  }

  .\31xl\:focus\:translate-y-tabletTextContentMaxWidth:focus {
    --transform-translate-y: 57.0625rem !important;
  }

  .\31xl\:focus\:translate-y-tabletTextContentWidth:focus {
    --transform-translate-y: 63% !important;
  }

  .\31xl\:focus\:translate-y-tabletBlockContentWidth:focus {
    --transform-translate-y: 71.625rem !important;
  }

  .\31xl\:focus\:translate-y-largeTextContentMaxWidth:focus {
    --transform-translate-y: 57.0625rem !important;
  }

  .\31xl\:focus\:translate-y-largeTextContentWidth:focus {
    --transform-translate-y: 63% !important;
  }

  .\31xl\:focus\:translate-y-largeBlockContentWidth:focus {
    --transform-translate-y: 71.625rem !important;
  }

  .\31xl\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem !important;
  }

  .\31xl\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem !important;
  }

  .\31xl\:focus\:-translate-y-3:focus {
    --transform-translate-y: -0.75rem !important;
  }

  .\31xl\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1rem !important;
  }

  .\31xl\:focus\:-translate-y-5:focus {
    --transform-translate-y: -1.25rem !important;
  }

  .\31xl\:focus\:-translate-y-6:focus {
    --transform-translate-y: -1.5rem !important;
  }

  .\31xl\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2rem !important;
  }

  .\31xl\:focus\:-translate-y-9:focus {
    --transform-translate-y: -2.5rem !important;
  }

  .\31xl\:focus\:-translate-y-10:focus {
    --transform-translate-y: -2.5rem !important;
  }

  .\31xl\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem !important;
  }

  .\31xl\:focus\:-translate-y-14:focus {
    --transform-translate-y: -3.5rem !important;
  }

  .\31xl\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem !important;
  }

  .\31xl\:focus\:-translate-y-18:focus {
    --transform-translate-y: -4.5rem !important;
  }

  .\31xl\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem !important;
  }

  .\31xl\:focus\:-translate-y-22:focus {
    --transform-translate-y: -5.626rem !important;
  }

  .\31xl\:focus\:-translate-y-24:focus {
    --transform-translate-y: -6rem !important;
  }

  .\31xl\:focus\:-translate-y-26:focus {
    --transform-translate-y: -6.25rem !important;
  }

  .\31xl\:focus\:-translate-y-28:focus {
    --transform-translate-y: -7rem !important;
  }

  .\31xl\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem !important;
  }

  .\31xl\:focus\:-translate-y-34:focus {
    --transform-translate-y: -8.5rem !important;
  }

  .\31xl\:focus\:-translate-y-38:focus {
    --transform-translate-y: -9.25rem !important;
  }

  .\31xl\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem !important;
  }

  .\31xl\:focus\:-translate-y-46:focus {
    --transform-translate-y: -11.75rem !important;
  }

  .\31xl\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem !important;
  }

  .\31xl\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem !important;
  }

  .\31xl\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem !important;
  }

  .\31xl\:focus\:-translate-y-82:focus {
    --transform-translate-y: -20.75rem !important;
  }

  .\31xl\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px !important;
  }

  .\31xl\:focus\:-translate-y-tiny:focus {
    --transform-translate-y: -0.3rem !important;
  }

  .\31xl\:focus\:-translate-y-quick-links:focus {
    --transform-translate-y: -26% !important;
  }

  .\31xl\:focus\:-translate-y-pro-slid:focus {
    --transform-translate-y: -48% !important;
  }

  .\31xl\:focus\:-translate-y-62p:focus {
    --transform-translate-y: -62% !important;
  }

  .\31xl\:focus\:-translate-y-90p:focus {
    --transform-translate-y: -90% !important;
  }

  .\31xl\:focus\:-translate-y-x-large:focus {
    --transform-translate-y: -27.5rem !important;
  }

  .\31xl\:focus\:-translate-y-2px:focus {
    --transform-translate-y: -0.125rem !important;
  }

  .\31xl\:focus\:-translate-y-9px:focus {
    --transform-translate-y: -0.5625rem !important;
  }

  .\31xl\:focus\:-translate-y-10px:focus {
    --transform-translate-y: -0.625rem !important;
  }

  .\31xl\:focus\:-translate-y-18px:focus {
    --transform-translate-y: -1.125rem !important;
  }

  .\31xl\:focus\:-translate-y-20px:focus {
    --transform-translate-y: -1.25rem !important;
  }

  .\31xl\:focus\:-translate-y-24px:focus {
    --transform-translate-y: -1.5rem !important;
  }

  .\31xl\:focus\:-translate-y-26px:focus {
    --transform-translate-y: -1.625rem !important;
  }

  .\31xl\:focus\:-translate-y-30px:focus {
    --transform-translate-y: -1.875rem !important;
  }

  .\31xl\:focus\:-translate-y-38px:focus {
    --transform-translate-y: -2.375rem !important;
  }

  .\31xl\:focus\:-translate-y-43px:focus {
    --transform-translate-y: -2.6875rem !important;
  }

  .\31xl\:focus\:-translate-y-44px:focus {
    --transform-translate-y: -2.75rem !important;
  }

  .\31xl\:focus\:-translate-y-46px:focus {
    --transform-translate-y: -2.875rem !important;
  }

  .\31xl\:focus\:-translate-y-53px:focus {
    --transform-translate-y: -3.3125rem !important;
  }

  .\31xl\:focus\:-translate-y-54px:focus {
    --transform-translate-y: -3.375rem !important;
  }

  .\31xl\:focus\:-translate-y-55px:focus {
    --transform-translate-y: -3.4375rem !important;
  }

  .\31xl\:focus\:-translate-y-60px:focus {
    --transform-translate-y: -3.75rem !important;
  }

  .\31xl\:focus\:-translate-y-67px:focus {
    --transform-translate-y: -4.1875rem !important;
  }

  .\31xl\:focus\:-translate-y-73px:focus {
    --transform-translate-y: -4.5625rem !important;
  }

  .\31xl\:focus\:-translate-y-80px:focus {
    --transform-translate-y: -5rem !important;
  }

  .\31xl\:focus\:-translate-y-81px:focus {
    --transform-translate-y: -5.0625rem !important;
  }

  .\31xl\:focus\:-translate-y-85px:focus {
    --transform-translate-y: -5.3125rem !important;
  }

  .\31xl\:focus\:-translate-y-92px:focus {
    --transform-translate-y: -5.75rem !important;
  }

  .\31xl\:focus\:-translate-y-100px:focus {
    --transform-translate-y: -6.25rem !important;
  }

  .\31xl\:focus\:-translate-y-106px:focus {
    --transform-translate-y: -6.625rem !important;
  }

  .\31xl\:focus\:-translate-y-123px:focus {
    --transform-translate-y: -7.6875rem !important;
  }

  .\31xl\:focus\:-translate-y-126px:focus {
    --transform-translate-y: -7.875rem !important;
  }

  .\31xl\:focus\:-translate-y-138px:focus {
    --transform-translate-y: -8.625rem !important;
  }

  .\31xl\:focus\:-translate-y-140px:focus {
    --transform-translate-y: -8.75rem !important;
  }

  .\31xl\:focus\:-translate-y-146px:focus {
    --transform-translate-y: -9.125rem !important;
  }

  .\31xl\:focus\:-translate-y-152px:focus {
    --transform-translate-y: -9.5rem !important;
  }

  .\31xl\:focus\:-translate-y-187px:focus {
    --transform-translate-y: -11.6875rem !important;
  }

  .\31xl\:focus\:-translate-y-220px:focus {
    --transform-translate-y: -13.75rem !important;
  }

  .\31xl\:focus\:-translate-y-253px:focus {
    --transform-translate-y: -15.8125rem !important;
  }

  .\31xl\:focus\:-translate-y-320px:focus {
    --transform-translate-y: -20rem !important;
  }

  .\31xl\:focus\:-translate-y-400px:focus {
    --transform-translate-y: -25rem !important;
  }

  .\31xl\:focus\:-translate-y-500px:focus {
    --transform-translate-y: -31.25rem !important;
  }

  .\31xl\:focus\:-translate-y-lgPaddingTop:focus {
    --transform-translate-y: -15.8125rem !important;
  }

  .\31xl\:focus\:-translate-y-phonePaddingTop:focus {
    --transform-translate-y: -9.875rem !important;
  }

  .\31xl\:focus\:-translate-y-tabletPaddingTop:focus {
    --transform-translate-y: -6.625rem !important;
  }

  .\31xl\:focus\:-translate-y-largePaddingTop:focus {
    --transform-translate-y: -13.75rem !important;
  }

  .\31xl\:focus\:-translate-y-phoneTextContentMaxWidth:focus {
    --transform-translate-y: -57.0625rem !important;
  }

  .\31xl\:focus\:-translate-y-phoneTextContentWidth:focus {
    --transform-translate-y: -63% !important;
  }

  .\31xl\:focus\:-translate-y-phoneBlockContentWidth:focus {
    --transform-translate-y: -71.625rem !important;
  }

  .\31xl\:focus\:-translate-y-tabletTextContentMaxWidth:focus {
    --transform-translate-y: -57.0625rem !important;
  }

  .\31xl\:focus\:-translate-y-tabletTextContentWidth:focus {
    --transform-translate-y: -63% !important;
  }

  .\31xl\:focus\:-translate-y-tabletBlockContentWidth:focus {
    --transform-translate-y: -71.625rem !important;
  }

  .\31xl\:focus\:-translate-y-largeTextContentMaxWidth:focus {
    --transform-translate-y: -57.0625rem !important;
  }

  .\31xl\:focus\:-translate-y-largeTextContentWidth:focus {
    --transform-translate-y: -63% !important;
  }

  .\31xl\:focus\:-translate-y-largeBlockContentWidth:focus {
    --transform-translate-y: -71.625rem !important;
  }

  .\31xl\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100% !important;
  }

  .\31xl\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50% !important;
  }

  .\31xl\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50% !important;
  }

  .\31xl\:focus\:translate-y-full:focus {
    --transform-translate-y: 100% !important;
  }

  .\31xl\:skew-x-0 {
    --transform-skew-x: 0 !important;
  }

  .\31xl\:skew-x-1 {
    --transform-skew-x: 1deg !important;
  }

  .\31xl\:skew-x-2 {
    --transform-skew-x: 2deg !important;
  }

  .\31xl\:skew-x-3 {
    --transform-skew-x: 3deg !important;
  }

  .\31xl\:skew-x-6 {
    --transform-skew-x: 6deg !important;
  }

  .\31xl\:skew-x-12 {
    --transform-skew-x: 12deg !important;
  }

  .\31xl\:-skew-x-12 {
    --transform-skew-x: -12deg !important;
  }

  .\31xl\:-skew-x-6 {
    --transform-skew-x: -6deg !important;
  }

  .\31xl\:-skew-x-3 {
    --transform-skew-x: -3deg !important;
  }

  .\31xl\:-skew-x-2 {
    --transform-skew-x: -2deg !important;
  }

  .\31xl\:-skew-x-1 {
    --transform-skew-x: -1deg !important;
  }

  .\31xl\:skew-y-0 {
    --transform-skew-y: 0 !important;
  }

  .\31xl\:skew-y-1 {
    --transform-skew-y: 1deg !important;
  }

  .\31xl\:skew-y-2 {
    --transform-skew-y: 2deg !important;
  }

  .\31xl\:skew-y-3 {
    --transform-skew-y: 3deg !important;
  }

  .\31xl\:skew-y-6 {
    --transform-skew-y: 6deg !important;
  }

  .\31xl\:skew-y-12 {
    --transform-skew-y: 12deg !important;
  }

  .\31xl\:-skew-y-12 {
    --transform-skew-y: -12deg !important;
  }

  .\31xl\:-skew-y-6 {
    --transform-skew-y: -6deg !important;
  }

  .\31xl\:-skew-y-3 {
    --transform-skew-y: -3deg !important;
  }

  .\31xl\:-skew-y-2 {
    --transform-skew-y: -2deg !important;
  }

  .\31xl\:-skew-y-1 {
    --transform-skew-y: -1deg !important;
  }

  .\31xl\:hover\:skew-x-0:hover {
    --transform-skew-x: 0 !important;
  }

  .\31xl\:hover\:skew-x-1:hover {
    --transform-skew-x: 1deg !important;
  }

  .\31xl\:hover\:skew-x-2:hover {
    --transform-skew-x: 2deg !important;
  }

  .\31xl\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg !important;
  }

  .\31xl\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg !important;
  }

  .\31xl\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg !important;
  }

  .\31xl\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg !important;
  }

  .\31xl\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg !important;
  }

  .\31xl\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg !important;
  }

  .\31xl\:hover\:-skew-x-2:hover {
    --transform-skew-x: -2deg !important;
  }

  .\31xl\:hover\:-skew-x-1:hover {
    --transform-skew-x: -1deg !important;
  }

  .\31xl\:hover\:skew-y-0:hover {
    --transform-skew-y: 0 !important;
  }

  .\31xl\:hover\:skew-y-1:hover {
    --transform-skew-y: 1deg !important;
  }

  .\31xl\:hover\:skew-y-2:hover {
    --transform-skew-y: 2deg !important;
  }

  .\31xl\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg !important;
  }

  .\31xl\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg !important;
  }

  .\31xl\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg !important;
  }

  .\31xl\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg !important;
  }

  .\31xl\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg !important;
  }

  .\31xl\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg !important;
  }

  .\31xl\:hover\:-skew-y-2:hover {
    --transform-skew-y: -2deg !important;
  }

  .\31xl\:hover\:-skew-y-1:hover {
    --transform-skew-y: -1deg !important;
  }

  .\31xl\:focus\:skew-x-0:focus {
    --transform-skew-x: 0 !important;
  }

  .\31xl\:focus\:skew-x-1:focus {
    --transform-skew-x: 1deg !important;
  }

  .\31xl\:focus\:skew-x-2:focus {
    --transform-skew-x: 2deg !important;
  }

  .\31xl\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg !important;
  }

  .\31xl\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg !important;
  }

  .\31xl\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg !important;
  }

  .\31xl\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg !important;
  }

  .\31xl\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg !important;
  }

  .\31xl\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg !important;
  }

  .\31xl\:focus\:-skew-x-2:focus {
    --transform-skew-x: -2deg !important;
  }

  .\31xl\:focus\:-skew-x-1:focus {
    --transform-skew-x: -1deg !important;
  }

  .\31xl\:focus\:skew-y-0:focus {
    --transform-skew-y: 0 !important;
  }

  .\31xl\:focus\:skew-y-1:focus {
    --transform-skew-y: 1deg !important;
  }

  .\31xl\:focus\:skew-y-2:focus {
    --transform-skew-y: 2deg !important;
  }

  .\31xl\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg !important;
  }

  .\31xl\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg !important;
  }

  .\31xl\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg !important;
  }

  .\31xl\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg !important;
  }

  .\31xl\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg !important;
  }

  .\31xl\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg !important;
  }

  .\31xl\:focus\:-skew-y-2:focus {
    --transform-skew-y: -2deg !important;
  }

  .\31xl\:focus\:-skew-y-1:focus {
    --transform-skew-y: -1deg !important;
  }

  .\31xl\:transition-none {
    transition-property: none !important;
  }

  .\31xl\:transition-all {
    transition-property: all !important;
  }

  .\31xl\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
  }

  .\31xl\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  .\31xl\:transition-opacity {
    transition-property: opacity !important;
  }

  .\31xl\:transition-shadow {
    transition-property: box-shadow !important;
  }

  .\31xl\:transition-transform {
    transition-property: transform !important;
  }

  .\31xl\:ease-linear {
    transition-timing-function: linear !important;
  }

  .\31xl\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .\31xl\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

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

  .\31xl\:duration-75 {
    transition-duration: 75ms !important;
  }

  .\31xl\:duration-100 {
    transition-duration: 100ms !important;
  }

  .\31xl\:duration-150 {
    transition-duration: 150ms !important;
  }

  .\31xl\:duration-200 {
    transition-duration: 200ms !important;
  }

  .\31xl\:duration-300 {
    transition-duration: 300ms !important;
  }

  .\31xl\:duration-500 {
    transition-duration: 500ms !important;
  }

  .\31xl\:duration-700 {
    transition-duration: 700ms !important;
  }

  .\31xl\:duration-1000 {
    transition-duration: 1000ms !important;
  }

  .\31xl\:delay-75 {
    transition-delay: 75ms !important;
  }

  .\31xl\:delay-100 {
    transition-delay: 100ms !important;
  }

  .\31xl\:delay-150 {
    transition-delay: 150ms !important;
  }

  .\31xl\:delay-200 {
    transition-delay: 200ms !important;
  }

  .\31xl\:delay-300 {
    transition-delay: 300ms !important;
  }

  .\31xl\:delay-500 {
    transition-delay: 500ms !important;
  }

  .\31xl\:delay-700 {
    transition-delay: 700ms !important;
  }

  .\31xl\:delay-1000 {
    transition-delay: 1000ms !important;
  }

  .\31xl\:animate-none {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .\31xl\:animate-spin {
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

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

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

  .\31xl\:animate-bounce {
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !important;
  }
}

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

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

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

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

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

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

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

  .\32xl\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(4.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4.5rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(4.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(4.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5.626rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5.626rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5.626rem * var(--space-x-reverse)) !important;
    margin-left: calc(5.626rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-26 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(6.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6.25rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-26 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(6.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(6.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-34 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(8.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8.5rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-34 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(8.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(8.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-38 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(9.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(9.25rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-38 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(9.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(9.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-46 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(11.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(11.75rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-46 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(11.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(11.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-82 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(20.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(20.75rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-82 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(20.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(20.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-tiny > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.3rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-tiny > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.3rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-quick-links > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(26% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(26% * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-quick-links > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(26% * var(--space-x-reverse)) !important;
    margin-left: calc(26% * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-pro-slid > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(48% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(48% * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-pro-slid > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(48% * var(--space-x-reverse)) !important;
    margin-left: calc(48% * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-62p > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(62% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(62% * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-62p > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(62% * var(--space-x-reverse)) !important;
    margin-left: calc(62% * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-90p > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(90% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(90% * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-90p > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(90% * var(--space-x-reverse)) !important;
    margin-left: calc(90% * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-x-large > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(27.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(27.5rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-x-large > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(27.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(27.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-2px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.125rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-2px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.125rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-9px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.5625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.5625rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-9px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.5625rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.5625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-10px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.625rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-10px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-18px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.125rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-18px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.125rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-20px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-20px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-24px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-24px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-26px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.625rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-26px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-30px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.875rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-30px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.875rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-38px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.375rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.375rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-38px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.375rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.375rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-43px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.6875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.6875rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-43px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.6875rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.6875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-44px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-44px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-46px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.875rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-46px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.875rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-53px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(3.3125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3.3125rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-53px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(3.3125rem * var(--space-x-reverse)) !important;
    margin-left: calc(3.3125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-54px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(3.375rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3.375rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-54px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(3.375rem * var(--space-x-reverse)) !important;
    margin-left: calc(3.375rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-55px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(3.4375rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3.4375rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-55px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(3.4375rem * var(--space-x-reverse)) !important;
    margin-left: calc(3.4375rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-60px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3.75rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-60px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(3.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(3.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-67px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(4.1875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4.1875rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-67px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(4.1875rem * var(--space-x-reverse)) !important;
    margin-left: calc(4.1875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-73px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(4.5625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4.5625rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-73px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(4.5625rem * var(--space-x-reverse)) !important;
    margin-left: calc(4.5625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-80px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-80px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-81px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5.0625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5.0625rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-81px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5.0625rem * var(--space-x-reverse)) !important;
    margin-left: calc(5.0625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-85px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5.3125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5.3125rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-85px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5.3125rem * var(--space-x-reverse)) !important;
    margin-left: calc(5.3125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-92px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5.75rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-92px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(5.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-100px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(6.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6.25rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-100px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(6.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(6.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-106px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(6.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6.625rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-106px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(6.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(6.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-123px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(7.6875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(7.6875rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-123px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(7.6875rem * var(--space-x-reverse)) !important;
    margin-left: calc(7.6875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-126px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(7.875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(7.875rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-126px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(7.875rem * var(--space-x-reverse)) !important;
    margin-left: calc(7.875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-138px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(8.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8.625rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-138px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(8.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(8.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-140px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(8.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8.75rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-140px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(8.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(8.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-146px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(9.125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(9.125rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-146px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(9.125rem * var(--space-x-reverse)) !important;
    margin-left: calc(9.125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-152px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(9.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(9.5rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-152px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(9.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(9.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-187px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(11.6875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(11.6875rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-187px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(11.6875rem * var(--space-x-reverse)) !important;
    margin-left: calc(11.6875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-220px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(13.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(13.75rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-220px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(13.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(13.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-253px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(15.8125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(15.8125rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-253px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(15.8125rem * var(--space-x-reverse)) !important;
    margin-left: calc(15.8125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-320px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-320px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-400px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(25rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-400px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(25rem * var(--space-x-reverse)) !important;
    margin-left: calc(25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-500px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(31.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(31.25rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-500px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(31.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(31.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-lgPaddingTop > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(15.8125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(15.8125rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-lgPaddingTop > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(15.8125rem * var(--space-x-reverse)) !important;
    margin-left: calc(15.8125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-phonePaddingTop > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(9.875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(9.875rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-phonePaddingTop > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(9.875rem * var(--space-x-reverse)) !important;
    margin-left: calc(9.875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-tabletPaddingTop > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(6.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6.625rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-tabletPaddingTop > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(6.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(6.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-largePaddingTop > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(13.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(13.75rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-largePaddingTop > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(13.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(13.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-phoneTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(57.0625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(57.0625rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-phoneTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(57.0625rem * var(--space-x-reverse)) !important;
    margin-left: calc(57.0625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-phoneTextContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(63% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(63% * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-phoneTextContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(63% * var(--space-x-reverse)) !important;
    margin-left: calc(63% * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-phoneBlockContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(71.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(71.625rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-phoneBlockContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(71.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(71.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-tabletTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(57.0625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(57.0625rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-tabletTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(57.0625rem * var(--space-x-reverse)) !important;
    margin-left: calc(57.0625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-tabletTextContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(63% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(63% * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-tabletTextContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(63% * var(--space-x-reverse)) !important;
    margin-left: calc(63% * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-tabletBlockContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(71.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(71.625rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-tabletBlockContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(71.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(71.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-largeTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(57.0625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(57.0625rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-largeTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(57.0625rem * var(--space-x-reverse)) !important;
    margin-left: calc(57.0625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-largeTextContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(63% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(63% * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-largeTextContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(63% * var(--space-x-reverse)) !important;
    margin-left: calc(63% * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-largeBlockContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(71.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(71.625rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:space-x-largeBlockContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(71.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(71.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-4.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4.5rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-4.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5.626rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5.626rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5.626rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5.626rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-26 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-6.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6.25rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-26 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-6.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-34 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-8.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8.5rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-34 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-8.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-38 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-9.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-9.25rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-38 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-9.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-9.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-46 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-11.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-11.75rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-46 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-11.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-11.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-82 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-20.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-20.75rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-82 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-20.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-20.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-tiny > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.3rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-tiny > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.3rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-quick-links > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-26% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-26% * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-quick-links > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-26% * var(--space-x-reverse)) !important;
    margin-left: calc(-26% * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-pro-slid > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-48% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-48% * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-pro-slid > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-48% * var(--space-x-reverse)) !important;
    margin-left: calc(-48% * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-62p > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-62% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-62% * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-62p > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-62% * var(--space-x-reverse)) !important;
    margin-left: calc(-62% * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-90p > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-90% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-90% * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-90p > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-90% * var(--space-x-reverse)) !important;
    margin-left: calc(-90% * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-x-large > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-27.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-27.5rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-x-large > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-27.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-27.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-2px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.125rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-2px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.125rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-9px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.5625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.5625rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-9px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.5625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.5625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-10px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.625rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-10px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-18px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.125rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-18px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.125rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-20px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-20px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-24px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-24px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-26px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.625rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-26px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-30px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.875rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-30px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.875rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-38px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.375rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.375rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-38px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.375rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.375rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-43px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.6875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.6875rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-43px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.6875rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.6875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-44px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-44px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-46px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.875rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-46px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.875rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-53px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3.3125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3.3125rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-53px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3.3125rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3.3125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-54px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3.375rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3.375rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-54px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3.375rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3.375rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-55px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3.4375rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3.4375rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-55px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3.4375rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3.4375rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-60px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3.75rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-60px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-67px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-4.1875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4.1875rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-67px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-4.1875rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4.1875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-73px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-4.5625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4.5625rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-73px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-4.5625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4.5625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-80px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-80px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-81px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5.0625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5.0625rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-81px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5.0625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5.0625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-85px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5.3125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5.3125rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-85px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5.3125rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5.3125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-92px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5.75rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-92px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-100px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-6.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6.25rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-100px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-6.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-106px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-6.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6.625rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-106px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-6.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-123px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-7.6875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-7.6875rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-123px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-7.6875rem * var(--space-x-reverse)) !important;
    margin-left: calc(-7.6875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-126px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-7.875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-7.875rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-126px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-7.875rem * var(--space-x-reverse)) !important;
    margin-left: calc(-7.875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-138px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-8.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8.625rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-138px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-8.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-140px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-8.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8.75rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-140px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-8.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-146px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-9.125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-9.125rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-146px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-9.125rem * var(--space-x-reverse)) !important;
    margin-left: calc(-9.125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-152px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-9.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-9.5rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-152px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-9.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-9.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-187px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-11.6875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-11.6875rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-187px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-11.6875rem * var(--space-x-reverse)) !important;
    margin-left: calc(-11.6875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-220px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-13.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-13.75rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-220px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-13.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-13.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-253px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-15.8125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-15.8125rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-253px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-15.8125rem * var(--space-x-reverse)) !important;
    margin-left: calc(-15.8125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-320px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-320px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-400px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-25rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-400px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-500px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-31.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-31.25rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-500px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-31.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-31.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-lgPaddingTop > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-15.8125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-15.8125rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-lgPaddingTop > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-15.8125rem * var(--space-x-reverse)) !important;
    margin-left: calc(-15.8125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-phonePaddingTop > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-9.875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-9.875rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-phonePaddingTop > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-9.875rem * var(--space-x-reverse)) !important;
    margin-left: calc(-9.875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-tabletPaddingTop > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-6.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6.625rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-tabletPaddingTop > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-6.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-largePaddingTop > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-13.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-13.75rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-largePaddingTop > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-13.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-13.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-phoneTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-57.0625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-57.0625rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-phoneTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-57.0625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-57.0625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-phoneTextContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-63% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-63% * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-phoneTextContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-63% * var(--space-x-reverse)) !important;
    margin-left: calc(-63% * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-phoneBlockContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-71.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-71.625rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-phoneBlockContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-71.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-71.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-tabletTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-57.0625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-57.0625rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-tabletTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-57.0625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-57.0625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-tabletTextContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-63% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-63% * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-tabletTextContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-63% * var(--space-x-reverse)) !important;
    margin-left: calc(-63% * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-tabletBlockContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-71.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-71.625rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-tabletBlockContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-71.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-71.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-largeTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-57.0625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-57.0625rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-largeTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-57.0625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-57.0625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-largeTextContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-63% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-63% * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-largeTextContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-63% * var(--space-x-reverse)) !important;
    margin-left: calc(-63% * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:-space-y-largeBlockContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-71.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-71.625rem * var(--space-y-reverse)) !important;
  }

  .\32xl\:-space-x-largeBlockContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-71.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-71.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\32xl\:space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1 !important;
  }

  .\32xl\:space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1 !important;
  }

  .\32xl\:divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--divide-y-reverse)) !important;
  }

  .\32xl\:divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .\32xl\:divide-y-0px > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--divide-y-reverse)) !important;
  }

  .\32xl\:divide-x-0px > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .\32xl\:divide-y-18px > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(18px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(18px * var(--divide-y-reverse)) !important;
  }

  .\32xl\:divide-x-18px > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(18px * var(--divide-x-reverse)) !important;
    border-left-width: calc(18px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .\32xl\:divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1 !important;
  }

  .\32xl\:divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1 !important;
  }

  .\32xl\:divide-transparent > :not(template) ~ :not(template) {
    border-color: transparent !important;
  }

  .\32xl\:divide-current > :not(template) ~ :not(template) {
    border-color: currentColor !important;
  }

  .\32xl\:divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #000000 !important;
    border-color: rgba(0, 0, 0, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #FFFFFF !important;
    border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-gray > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #727272 !important;
    border-color: rgba(114, 114, 114, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-red > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #E12A09 !important;
    border-color: rgba(225, 42, 9, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-orange > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #F29C2B !important;
    border-color: rgba(242, 156, 43, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-yellow > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #FFEB9A !important;
    border-color: rgba(255, 235, 154, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-green-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-green-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-green-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-green-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-green-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-green-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-green-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-green-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-green-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-teal-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-teal-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-teal-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-teal-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-teal-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-teal-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-teal-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-teal-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-teal-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-blue-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-blue-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-blue-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-blue-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-blue-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-blue-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-blue-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-blue-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-blue-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-indigo-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-indigo-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-indigo-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-indigo-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-indigo-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-indigo-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-indigo-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-indigo-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-indigo-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-purple-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-purple-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-purple-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-purple-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-purple-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-purple-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-purple-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-purple-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-purple-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-pink-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-pink-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-pink-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-pink-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-pink-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-pink-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-pink-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-pink-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-pink-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-navy-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #23345A !important;
    border-color: rgba(35, 52, 90, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-cyan > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #40C8EA !important;
    border-color: rgba(64, 200, 234, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-yellowOrange > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #F8E9A7 !important;
    border-color: rgba(248, 233, 167, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-light-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #C9EAF4 !important;
    border-color: rgba(201, 234, 244, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-lightest-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #EBFAFF !important;
    border-color: rgba(235, 250, 255, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-blueGreen > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #148093 !important;
    border-color: rgba(20, 128, 147, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-mediumGray > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #97A2B0 !important;
    border-color: rgba(151, 162, 176, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-light-gray > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ACACB4 !important;
    border-color: rgba(172, 172, 180, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-lightestGray > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #F2F2F2 !important;
    border-color: rgba(242, 242, 242, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-dark-gray > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #64626F !important;
    border-color: rgba(100, 98, 111, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-nav-gray > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #65718C !important;
    border-color: rgba(101, 113, 140, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-bullet-gray > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #F1F1F2 !important;
    border-color: rgba(241, 241, 242, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-dark-red > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #951700 !important;
    border-color: rgba(149, 23, 0, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-navy > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #182F50 !important;
    border-color: rgba(24, 47, 80, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-lightNavy > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #687FA0 !important;
    border-color: rgba(104, 127, 160, var(--divide-opacity)) !important;
  }

  .\32xl\:divide-solid > :not(template) ~ :not(template) {
    border-style: solid !important;
  }

  .\32xl\:divide-dashed > :not(template) ~ :not(template) {
    border-style: dashed !important;
  }

  .\32xl\:divide-dotted > :not(template) ~ :not(template) {
    border-style: dotted !important;
  }

  .\32xl\:divide-double > :not(template) ~ :not(template) {
    border-style: double !important;
  }

  .\32xl\:divide-none > :not(template) ~ :not(template) {
    border-style: none !important;
  }

  .\32xl\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0 !important;
  }

  .\32xl\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25 !important;
  }

  .\32xl\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5 !important;
  }

  .\32xl\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75 !important;
  }

  .\32xl\:divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

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

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

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

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

  .\32xl\:appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .\32xl\:bg-fixed {
    background-attachment: fixed !important;
  }

  .\32xl\:bg-local {
    background-attachment: local !important;
  }

  .\32xl\:bg-scroll {
    background-attachment: scroll !important;
  }

  .\32xl\:bg-clip-border {
    background-clip: border-box !important;
  }

  .\32xl\:bg-clip-padding {
    background-clip: padding-box !important;
  }

  .\32xl\:bg-clip-content {
    background-clip: content-box !important;
  }

  .\32xl\:bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

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

  .\32xl\:bg-current {
    background-color: currentColor !important;
  }

  .\32xl\:bg-black {
    --bg-opacity: 1 !important;
    background-color: #000000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-white {
    --bg-opacity: 1 !important;
    background-color: #FFFFFF !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-gray {
    --bg-opacity: 1 !important;
    background-color: #727272 !important;
    background-color: rgba(114, 114, 114, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-red {
    --bg-opacity: 1 !important;
    background-color: #E12A09 !important;
    background-color: rgba(225, 42, 9, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-orange {
    --bg-opacity: 1 !important;
    background-color: #F29C2B !important;
    background-color: rgba(242, 156, 43, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-yellow {
    --bg-opacity: 1 !important;
    background-color: #FFEB9A !important;
    background-color: rgba(255, 235, 154, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-green-100 {
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-green-200 {
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-green-300 {
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-green-400 {
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-green-500 {
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-green-600 {
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-green-700 {
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-green-800 {
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-green-900 {
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-teal-100 {
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-teal-200 {
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-teal-300 {
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-teal-400 {
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-teal-500 {
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-teal-600 {
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-teal-700 {
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-teal-800 {
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-teal-900 {
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-blue-100 {
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-blue-200 {
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-blue-300 {
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-blue-400 {
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-blue-500 {
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-blue-600 {
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-blue-700 {
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-blue-800 {
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-blue-900 {
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-indigo-100 {
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-indigo-200 {
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-indigo-300 {
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-indigo-400 {
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-indigo-500 {
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-indigo-600 {
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-indigo-700 {
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-indigo-800 {
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-indigo-900 {
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-purple-100 {
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-purple-200 {
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-purple-300 {
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-purple-400 {
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-purple-500 {
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-purple-600 {
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-purple-700 {
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-purple-800 {
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-purple-900 {
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-pink-100 {
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-pink-200 {
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-pink-300 {
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-pink-400 {
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-pink-500 {
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-pink-600 {
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-pink-700 {
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-pink-800 {
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-pink-900 {
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-navy-blue {
    --bg-opacity: 1 !important;
    background-color: #23345A !important;
    background-color: rgba(35, 52, 90, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-cyan {
    --bg-opacity: 1 !important;
    background-color: #40C8EA !important;
    background-color: rgba(64, 200, 234, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-yellowOrange {
    --bg-opacity: 1 !important;
    background-color: #F8E9A7 !important;
    background-color: rgba(248, 233, 167, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-light-blue {
    --bg-opacity: 1 !important;
    background-color: #C9EAF4 !important;
    background-color: rgba(201, 234, 244, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-lightest-blue {
    --bg-opacity: 1 !important;
    background-color: #EBFAFF !important;
    background-color: rgba(235, 250, 255, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-blueGreen {
    --bg-opacity: 1 !important;
    background-color: #148093 !important;
    background-color: rgba(20, 128, 147, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-mediumGray {
    --bg-opacity: 1 !important;
    background-color: #97A2B0 !important;
    background-color: rgba(151, 162, 176, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-light-gray {
    --bg-opacity: 1 !important;
    background-color: #ACACB4 !important;
    background-color: rgba(172, 172, 180, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-lightestGray {
    --bg-opacity: 1 !important;
    background-color: #F2F2F2 !important;
    background-color: rgba(242, 242, 242, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-dark-gray {
    --bg-opacity: 1 !important;
    background-color: #64626F !important;
    background-color: rgba(100, 98, 111, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-nav-gray {
    --bg-opacity: 1 !important;
    background-color: #65718C !important;
    background-color: rgba(101, 113, 140, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-bullet-gray {
    --bg-opacity: 1 !important;
    background-color: #F1F1F2 !important;
    background-color: rgba(241, 241, 242, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-dark-red {
    --bg-opacity: 1 !important;
    background-color: #951700 !important;
    background-color: rgba(149, 23, 0, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-navy {
    --bg-opacity: 1 !important;
    background-color: #182F50 !important;
    background-color: rgba(24, 47, 80, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-lightNavy {
    --bg-opacity: 1 !important;
    background-color: #687FA0 !important;
    background-color: rgba(104, 127, 160, var(--bg-opacity)) !important;
  }

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

  .\32xl\:hover\:bg-current:hover {
    background-color: currentColor !important;
  }

  .\32xl\:hover\:bg-black:hover {
    --bg-opacity: 1 !important;
    background-color: #000000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-white:hover {
    --bg-opacity: 1 !important;
    background-color: #FFFFFF !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-gray:hover {
    --bg-opacity: 1 !important;
    background-color: #727272 !important;
    background-color: rgba(114, 114, 114, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-red:hover {
    --bg-opacity: 1 !important;
    background-color: #E12A09 !important;
    background-color: rgba(225, 42, 9, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-orange:hover {
    --bg-opacity: 1 !important;
    background-color: #F29C2B !important;
    background-color: rgba(242, 156, 43, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-yellow:hover {
    --bg-opacity: 1 !important;
    background-color: #FFEB9A !important;
    background-color: rgba(255, 235, 154, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-green-100:hover {
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-green-200:hover {
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-green-300:hover {
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-green-400:hover {
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-green-500:hover {
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-green-600:hover {
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-green-700:hover {
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-green-800:hover {
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-green-900:hover {
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-teal-100:hover {
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-teal-200:hover {
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-teal-300:hover {
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-teal-400:hover {
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-teal-500:hover {
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-teal-600:hover {
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-teal-700:hover {
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-teal-800:hover {
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-teal-900:hover {
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-blue-100:hover {
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-blue-200:hover {
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-blue-300:hover {
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-blue-400:hover {
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-blue-500:hover {
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-blue-600:hover {
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-blue-700:hover {
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-blue-800:hover {
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-blue-900:hover {
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-indigo-100:hover {
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-indigo-200:hover {
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-indigo-300:hover {
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-indigo-400:hover {
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-indigo-500:hover {
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-indigo-600:hover {
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-indigo-700:hover {
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-indigo-800:hover {
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-indigo-900:hover {
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-purple-100:hover {
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-purple-200:hover {
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-purple-300:hover {
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-purple-400:hover {
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-purple-500:hover {
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-purple-600:hover {
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-purple-700:hover {
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-purple-800:hover {
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-purple-900:hover {
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-pink-100:hover {
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-pink-200:hover {
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-pink-300:hover {
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-pink-400:hover {
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-pink-500:hover {
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-pink-600:hover {
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-pink-700:hover {
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-pink-800:hover {
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-pink-900:hover {
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-navy-blue:hover {
    --bg-opacity: 1 !important;
    background-color: #23345A !important;
    background-color: rgba(35, 52, 90, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-cyan:hover {
    --bg-opacity: 1 !important;
    background-color: #40C8EA !important;
    background-color: rgba(64, 200, 234, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-yellowOrange:hover {
    --bg-opacity: 1 !important;
    background-color: #F8E9A7 !important;
    background-color: rgba(248, 233, 167, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-light-blue:hover {
    --bg-opacity: 1 !important;
    background-color: #C9EAF4 !important;
    background-color: rgba(201, 234, 244, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-lightest-blue:hover {
    --bg-opacity: 1 !important;
    background-color: #EBFAFF !important;
    background-color: rgba(235, 250, 255, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-blueGreen:hover {
    --bg-opacity: 1 !important;
    background-color: #148093 !important;
    background-color: rgba(20, 128, 147, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-mediumGray:hover {
    --bg-opacity: 1 !important;
    background-color: #97A2B0 !important;
    background-color: rgba(151, 162, 176, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-light-gray:hover {
    --bg-opacity: 1 !important;
    background-color: #ACACB4 !important;
    background-color: rgba(172, 172, 180, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-lightestGray:hover {
    --bg-opacity: 1 !important;
    background-color: #F2F2F2 !important;
    background-color: rgba(242, 242, 242, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-dark-gray:hover {
    --bg-opacity: 1 !important;
    background-color: #64626F !important;
    background-color: rgba(100, 98, 111, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nav-gray:hover {
    --bg-opacity: 1 !important;
    background-color: #65718C !important;
    background-color: rgba(101, 113, 140, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-bullet-gray:hover {
    --bg-opacity: 1 !important;
    background-color: #F1F1F2 !important;
    background-color: rgba(241, 241, 242, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-dark-red:hover {
    --bg-opacity: 1 !important;
    background-color: #951700 !important;
    background-color: rgba(149, 23, 0, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-navy:hover {
    --bg-opacity: 1 !important;
    background-color: #182F50 !important;
    background-color: rgba(24, 47, 80, var(--bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-lightNavy:hover {
    --bg-opacity: 1 !important;
    background-color: #687FA0 !important;
    background-color: rgba(104, 127, 160, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-transparent {
    background-color: transparent !important;
  }

  .group:hover .\32xl\:group-hover\:bg-current {
    background-color: currentColor !important;
  }

  .group:hover .\32xl\:group-hover\:bg-black {
    --bg-opacity: 1 !important;
    background-color: #000000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-white {
    --bg-opacity: 1 !important;
    background-color: #FFFFFF !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-gray {
    --bg-opacity: 1 !important;
    background-color: #727272 !important;
    background-color: rgba(114, 114, 114, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-red {
    --bg-opacity: 1 !important;
    background-color: #E12A09 !important;
    background-color: rgba(225, 42, 9, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-orange {
    --bg-opacity: 1 !important;
    background-color: #F29C2B !important;
    background-color: rgba(242, 156, 43, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-yellow {
    --bg-opacity: 1 !important;
    background-color: #FFEB9A !important;
    background-color: rgba(255, 235, 154, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-green-100 {
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-green-200 {
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-green-300 {
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-green-400 {
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-green-500 {
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-green-600 {
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-green-700 {
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-green-800 {
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-green-900 {
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-teal-100 {
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-teal-200 {
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-teal-300 {
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-teal-400 {
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-teal-500 {
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-teal-600 {
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-teal-700 {
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-teal-800 {
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-teal-900 {
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-blue-100 {
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-blue-200 {
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-blue-300 {
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-blue-400 {
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-blue-500 {
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-blue-600 {
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-blue-700 {
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-blue-800 {
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-blue-900 {
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-100 {
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-200 {
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-300 {
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-400 {
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-500 {
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-600 {
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-700 {
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-800 {
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-900 {
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-purple-100 {
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-purple-200 {
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-purple-300 {
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-purple-400 {
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-purple-500 {
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-purple-600 {
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-purple-700 {
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-purple-800 {
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-purple-900 {
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-pink-100 {
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-pink-200 {
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-pink-300 {
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-pink-400 {
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-pink-500 {
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-pink-600 {
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-pink-700 {
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-pink-800 {
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-pink-900 {
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-navy-blue {
    --bg-opacity: 1 !important;
    background-color: #23345A !important;
    background-color: rgba(35, 52, 90, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-cyan {
    --bg-opacity: 1 !important;
    background-color: #40C8EA !important;
    background-color: rgba(64, 200, 234, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-yellowOrange {
    --bg-opacity: 1 !important;
    background-color: #F8E9A7 !important;
    background-color: rgba(248, 233, 167, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-light-blue {
    --bg-opacity: 1 !important;
    background-color: #C9EAF4 !important;
    background-color: rgba(201, 234, 244, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-lightest-blue {
    --bg-opacity: 1 !important;
    background-color: #EBFAFF !important;
    background-color: rgba(235, 250, 255, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-blueGreen {
    --bg-opacity: 1 !important;
    background-color: #148093 !important;
    background-color: rgba(20, 128, 147, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-mediumGray {
    --bg-opacity: 1 !important;
    background-color: #97A2B0 !important;
    background-color: rgba(151, 162, 176, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-light-gray {
    --bg-opacity: 1 !important;
    background-color: #ACACB4 !important;
    background-color: rgba(172, 172, 180, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-lightestGray {
    --bg-opacity: 1 !important;
    background-color: #F2F2F2 !important;
    background-color: rgba(242, 242, 242, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-dark-gray {
    --bg-opacity: 1 !important;
    background-color: #64626F !important;
    background-color: rgba(100, 98, 111, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nav-gray {
    --bg-opacity: 1 !important;
    background-color: #65718C !important;
    background-color: rgba(101, 113, 140, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-bullet-gray {
    --bg-opacity: 1 !important;
    background-color: #F1F1F2 !important;
    background-color: rgba(241, 241, 242, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-dark-red {
    --bg-opacity: 1 !important;
    background-color: #951700 !important;
    background-color: rgba(149, 23, 0, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-navy {
    --bg-opacity: 1 !important;
    background-color: #182F50 !important;
    background-color: rgba(24, 47, 80, var(--bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-lightNavy {
    --bg-opacity: 1 !important;
    background-color: #687FA0 !important;
    background-color: rgba(104, 127, 160, var(--bg-opacity)) !important;
  }

  .\32xl\:bg-none {
    background-image: none !important;
  }

  .\32xl\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--gradient-color-stops)) !important;
  }

  .\32xl\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
  }

  .\32xl\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
  }

  .\32xl\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
  }

  .\32xl\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important;
  }

  .\32xl\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
  }

  .\32xl\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
  }

  .\32xl\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important;
  }

  .\32xl\:from-transparent {
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:from-current {
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:from-black {
    --gradient-from-color: #000000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:from-white {
    --gradient-from-color: #FFFFFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:from-gray {
    --gradient-from-color: #727272 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(114, 114, 114, 0)) !important;
  }

  .\32xl\:from-red {
    --gradient-from-color: #E12A09 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(225, 42, 9, 0)) !important;
  }

  .\32xl\:from-orange {
    --gradient-from-color: #F29C2B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 156, 43, 0)) !important;
  }

  .\32xl\:from-yellow {
    --gradient-from-color: #FFEB9A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 235, 154, 0)) !important;
  }

  .\32xl\:from-green-100 {
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .\32xl\:from-green-200 {
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .\32xl\:from-green-300 {
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .\32xl\:from-green-400 {
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .\32xl\:from-green-500 {
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .\32xl\:from-green-600 {
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .\32xl\:from-green-700 {
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .\32xl\:from-green-800 {
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .\32xl\:from-green-900 {
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .\32xl\:from-teal-100 {
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .\32xl\:from-teal-200 {
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .\32xl\:from-teal-300 {
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .\32xl\:from-teal-400 {
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .\32xl\:from-teal-500 {
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .\32xl\:from-teal-600 {
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .\32xl\:from-teal-700 {
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .\32xl\:from-teal-800 {
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .\32xl\:from-teal-900 {
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .\32xl\:from-blue-100 {
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .\32xl\:from-blue-200 {
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .\32xl\:from-blue-300 {
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .\32xl\:from-blue-400 {
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .\32xl\:from-blue-500 {
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .\32xl\:from-blue-600 {
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .\32xl\:from-blue-700 {
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .\32xl\:from-blue-800 {
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .\32xl\:from-blue-900 {
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .\32xl\:from-indigo-100 {
    --gradient-from-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .\32xl\:from-indigo-200 {
    --gradient-from-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .\32xl\:from-indigo-300 {
    --gradient-from-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .\32xl\:from-indigo-400 {
    --gradient-from-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .\32xl\:from-indigo-500 {
    --gradient-from-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .\32xl\:from-indigo-600 {
    --gradient-from-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .\32xl\:from-indigo-700 {
    --gradient-from-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .\32xl\:from-indigo-800 {
    --gradient-from-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .\32xl\:from-indigo-900 {
    --gradient-from-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .\32xl\:from-purple-100 {
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .\32xl\:from-purple-200 {
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .\32xl\:from-purple-300 {
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .\32xl\:from-purple-400 {
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .\32xl\:from-purple-500 {
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .\32xl\:from-purple-600 {
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .\32xl\:from-purple-700 {
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .\32xl\:from-purple-800 {
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .\32xl\:from-purple-900 {
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .\32xl\:from-pink-100 {
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .\32xl\:from-pink-200 {
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .\32xl\:from-pink-300 {
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .\32xl\:from-pink-400 {
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .\32xl\:from-pink-500 {
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .\32xl\:from-pink-600 {
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .\32xl\:from-pink-700 {
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .\32xl\:from-pink-800 {
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .\32xl\:from-pink-900 {
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .\32xl\:from-navy-blue {
    --gradient-from-color: #23345A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 52, 90, 0)) !important;
  }

  .\32xl\:from-cyan {
    --gradient-from-color: #40C8EA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 200, 234, 0)) !important;
  }

  .\32xl\:from-yellowOrange {
    --gradient-from-color: #F8E9A7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 233, 167, 0)) !important;
  }

  .\32xl\:from-light-blue {
    --gradient-from-color: #C9EAF4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(201, 234, 244, 0)) !important;
  }

  .\32xl\:from-lightest-blue {
    --gradient-from-color: #EBFAFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 250, 255, 0)) !important;
  }

  .\32xl\:from-blueGreen {
    --gradient-from-color: #148093 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 128, 147, 0)) !important;
  }

  .\32xl\:from-mediumGray {
    --gradient-from-color: #97A2B0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 162, 176, 0)) !important;
  }

  .\32xl\:from-light-gray {
    --gradient-from-color: #ACACB4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(172, 172, 180, 0)) !important;
  }

  .\32xl\:from-lightestGray {
    --gradient-from-color: #F2F2F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .\32xl\:from-dark-gray {
    --gradient-from-color: #64626F !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(100, 98, 111, 0)) !important;
  }

  .\32xl\:from-nav-gray {
    --gradient-from-color: #65718C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(101, 113, 140, 0)) !important;
  }

  .\32xl\:from-bullet-gray {
    --gradient-from-color: #F1F1F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 241, 242, 0)) !important;
  }

  .\32xl\:from-dark-red {
    --gradient-from-color: #951700 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 23, 0, 0)) !important;
  }

  .\32xl\:from-navy {
    --gradient-from-color: #182F50 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(24, 47, 80, 0)) !important;
  }

  .\32xl\:from-lightNavy {
    --gradient-from-color: #687FA0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 127, 160, 0)) !important;
  }

  .\32xl\:via-transparent {
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:via-current {
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:via-black {
    --gradient-via-color: #000000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:via-white {
    --gradient-via-color: #FFFFFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:via-gray {
    --gradient-via-color: #727272 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(114, 114, 114, 0)) !important;
  }

  .\32xl\:via-red {
    --gradient-via-color: #E12A09 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(225, 42, 9, 0)) !important;
  }

  .\32xl\:via-orange {
    --gradient-via-color: #F29C2B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 156, 43, 0)) !important;
  }

  .\32xl\:via-yellow {
    --gradient-via-color: #FFEB9A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 235, 154, 0)) !important;
  }

  .\32xl\:via-green-100 {
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .\32xl\:via-green-200 {
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .\32xl\:via-green-300 {
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .\32xl\:via-green-400 {
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .\32xl\:via-green-500 {
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .\32xl\:via-green-600 {
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .\32xl\:via-green-700 {
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .\32xl\:via-green-800 {
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .\32xl\:via-green-900 {
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .\32xl\:via-teal-100 {
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .\32xl\:via-teal-200 {
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .\32xl\:via-teal-300 {
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .\32xl\:via-teal-400 {
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .\32xl\:via-teal-500 {
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .\32xl\:via-teal-600 {
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .\32xl\:via-teal-700 {
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .\32xl\:via-teal-800 {
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .\32xl\:via-teal-900 {
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .\32xl\:via-blue-100 {
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .\32xl\:via-blue-200 {
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .\32xl\:via-blue-300 {
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .\32xl\:via-blue-400 {
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .\32xl\:via-blue-500 {
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .\32xl\:via-blue-600 {
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .\32xl\:via-blue-700 {
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .\32xl\:via-blue-800 {
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .\32xl\:via-blue-900 {
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .\32xl\:via-indigo-100 {
    --gradient-via-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .\32xl\:via-indigo-200 {
    --gradient-via-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .\32xl\:via-indigo-300 {
    --gradient-via-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .\32xl\:via-indigo-400 {
    --gradient-via-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .\32xl\:via-indigo-500 {
    --gradient-via-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .\32xl\:via-indigo-600 {
    --gradient-via-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .\32xl\:via-indigo-700 {
    --gradient-via-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .\32xl\:via-indigo-800 {
    --gradient-via-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .\32xl\:via-indigo-900 {
    --gradient-via-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .\32xl\:via-purple-100 {
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .\32xl\:via-purple-200 {
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .\32xl\:via-purple-300 {
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .\32xl\:via-purple-400 {
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .\32xl\:via-purple-500 {
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .\32xl\:via-purple-600 {
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .\32xl\:via-purple-700 {
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .\32xl\:via-purple-800 {
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .\32xl\:via-purple-900 {
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .\32xl\:via-pink-100 {
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .\32xl\:via-pink-200 {
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .\32xl\:via-pink-300 {
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .\32xl\:via-pink-400 {
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .\32xl\:via-pink-500 {
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .\32xl\:via-pink-600 {
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .\32xl\:via-pink-700 {
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .\32xl\:via-pink-800 {
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .\32xl\:via-pink-900 {
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .\32xl\:via-navy-blue {
    --gradient-via-color: #23345A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 52, 90, 0)) !important;
  }

  .\32xl\:via-cyan {
    --gradient-via-color: #40C8EA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 200, 234, 0)) !important;
  }

  .\32xl\:via-yellowOrange {
    --gradient-via-color: #F8E9A7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 233, 167, 0)) !important;
  }

  .\32xl\:via-light-blue {
    --gradient-via-color: #C9EAF4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(201, 234, 244, 0)) !important;
  }

  .\32xl\:via-lightest-blue {
    --gradient-via-color: #EBFAFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 250, 255, 0)) !important;
  }

  .\32xl\:via-blueGreen {
    --gradient-via-color: #148093 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 128, 147, 0)) !important;
  }

  .\32xl\:via-mediumGray {
    --gradient-via-color: #97A2B0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 162, 176, 0)) !important;
  }

  .\32xl\:via-light-gray {
    --gradient-via-color: #ACACB4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(172, 172, 180, 0)) !important;
  }

  .\32xl\:via-lightestGray {
    --gradient-via-color: #F2F2F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .\32xl\:via-dark-gray {
    --gradient-via-color: #64626F !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(100, 98, 111, 0)) !important;
  }

  .\32xl\:via-nav-gray {
    --gradient-via-color: #65718C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(101, 113, 140, 0)) !important;
  }

  .\32xl\:via-bullet-gray {
    --gradient-via-color: #F1F1F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 241, 242, 0)) !important;
  }

  .\32xl\:via-dark-red {
    --gradient-via-color: #951700 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 23, 0, 0)) !important;
  }

  .\32xl\:via-navy {
    --gradient-via-color: #182F50 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(24, 47, 80, 0)) !important;
  }

  .\32xl\:via-lightNavy {
    --gradient-via-color: #687FA0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 127, 160, 0)) !important;
  }

  .\32xl\:to-transparent {
    --gradient-to-color: transparent !important;
  }

  .\32xl\:to-current {
    --gradient-to-color: currentColor !important;
  }

  .\32xl\:to-black {
    --gradient-to-color: #000000 !important;
  }

  .\32xl\:to-white {
    --gradient-to-color: #FFFFFF !important;
  }

  .\32xl\:to-gray {
    --gradient-to-color: #727272 !important;
  }

  .\32xl\:to-red {
    --gradient-to-color: #E12A09 !important;
  }

  .\32xl\:to-orange {
    --gradient-to-color: #F29C2B !important;
  }

  .\32xl\:to-yellow {
    --gradient-to-color: #FFEB9A !important;
  }

  .\32xl\:to-green-100 {
    --gradient-to-color: #f0fff4 !important;
  }

  .\32xl\:to-green-200 {
    --gradient-to-color: #c6f6d5 !important;
  }

  .\32xl\:to-green-300 {
    --gradient-to-color: #9ae6b4 !important;
  }

  .\32xl\:to-green-400 {
    --gradient-to-color: #68d391 !important;
  }

  .\32xl\:to-green-500 {
    --gradient-to-color: #48bb78 !important;
  }

  .\32xl\:to-green-600 {
    --gradient-to-color: #38a169 !important;
  }

  .\32xl\:to-green-700 {
    --gradient-to-color: #2f855a !important;
  }

  .\32xl\:to-green-800 {
    --gradient-to-color: #276749 !important;
  }

  .\32xl\:to-green-900 {
    --gradient-to-color: #22543d !important;
  }

  .\32xl\:to-teal-100 {
    --gradient-to-color: #e6fffa !important;
  }

  .\32xl\:to-teal-200 {
    --gradient-to-color: #b2f5ea !important;
  }

  .\32xl\:to-teal-300 {
    --gradient-to-color: #81e6d9 !important;
  }

  .\32xl\:to-teal-400 {
    --gradient-to-color: #4fd1c5 !important;
  }

  .\32xl\:to-teal-500 {
    --gradient-to-color: #38b2ac !important;
  }

  .\32xl\:to-teal-600 {
    --gradient-to-color: #319795 !important;
  }

  .\32xl\:to-teal-700 {
    --gradient-to-color: #2c7a7b !important;
  }

  .\32xl\:to-teal-800 {
    --gradient-to-color: #285e61 !important;
  }

  .\32xl\:to-teal-900 {
    --gradient-to-color: #234e52 !important;
  }

  .\32xl\:to-blue-100 {
    --gradient-to-color: #ebf8ff !important;
  }

  .\32xl\:to-blue-200 {
    --gradient-to-color: #bee3f8 !important;
  }

  .\32xl\:to-blue-300 {
    --gradient-to-color: #90cdf4 !important;
  }

  .\32xl\:to-blue-400 {
    --gradient-to-color: #63b3ed !important;
  }

  .\32xl\:to-blue-500 {
    --gradient-to-color: #4299e1 !important;
  }

  .\32xl\:to-blue-600 {
    --gradient-to-color: #3182ce !important;
  }

  .\32xl\:to-blue-700 {
    --gradient-to-color: #2b6cb0 !important;
  }

  .\32xl\:to-blue-800 {
    --gradient-to-color: #2c5282 !important;
  }

  .\32xl\:to-blue-900 {
    --gradient-to-color: #2a4365 !important;
  }

  .\32xl\:to-indigo-100 {
    --gradient-to-color: #ebf4ff !important;
  }

  .\32xl\:to-indigo-200 {
    --gradient-to-color: #c3dafe !important;
  }

  .\32xl\:to-indigo-300 {
    --gradient-to-color: #a3bffa !important;
  }

  .\32xl\:to-indigo-400 {
    --gradient-to-color: #7f9cf5 !important;
  }

  .\32xl\:to-indigo-500 {
    --gradient-to-color: #667eea !important;
  }

  .\32xl\:to-indigo-600 {
    --gradient-to-color: #5a67d8 !important;
  }

  .\32xl\:to-indigo-700 {
    --gradient-to-color: #4c51bf !important;
  }

  .\32xl\:to-indigo-800 {
    --gradient-to-color: #434190 !important;
  }

  .\32xl\:to-indigo-900 {
    --gradient-to-color: #3c366b !important;
  }

  .\32xl\:to-purple-100 {
    --gradient-to-color: #faf5ff !important;
  }

  .\32xl\:to-purple-200 {
    --gradient-to-color: #e9d8fd !important;
  }

  .\32xl\:to-purple-300 {
    --gradient-to-color: #d6bcfa !important;
  }

  .\32xl\:to-purple-400 {
    --gradient-to-color: #b794f4 !important;
  }

  .\32xl\:to-purple-500 {
    --gradient-to-color: #9f7aea !important;
  }

  .\32xl\:to-purple-600 {
    --gradient-to-color: #805ad5 !important;
  }

  .\32xl\:to-purple-700 {
    --gradient-to-color: #6b46c1 !important;
  }

  .\32xl\:to-purple-800 {
    --gradient-to-color: #553c9a !important;
  }

  .\32xl\:to-purple-900 {
    --gradient-to-color: #44337a !important;
  }

  .\32xl\:to-pink-100 {
    --gradient-to-color: #fff5f7 !important;
  }

  .\32xl\:to-pink-200 {
    --gradient-to-color: #fed7e2 !important;
  }

  .\32xl\:to-pink-300 {
    --gradient-to-color: #fbb6ce !important;
  }

  .\32xl\:to-pink-400 {
    --gradient-to-color: #f687b3 !important;
  }

  .\32xl\:to-pink-500 {
    --gradient-to-color: #ed64a6 !important;
  }

  .\32xl\:to-pink-600 {
    --gradient-to-color: #d53f8c !important;
  }

  .\32xl\:to-pink-700 {
    --gradient-to-color: #b83280 !important;
  }

  .\32xl\:to-pink-800 {
    --gradient-to-color: #97266d !important;
  }

  .\32xl\:to-pink-900 {
    --gradient-to-color: #702459 !important;
  }

  .\32xl\:to-navy-blue {
    --gradient-to-color: #23345A !important;
  }

  .\32xl\:to-cyan {
    --gradient-to-color: #40C8EA !important;
  }

  .\32xl\:to-yellowOrange {
    --gradient-to-color: #F8E9A7 !important;
  }

  .\32xl\:to-light-blue {
    --gradient-to-color: #C9EAF4 !important;
  }

  .\32xl\:to-lightest-blue {
    --gradient-to-color: #EBFAFF !important;
  }

  .\32xl\:to-blueGreen {
    --gradient-to-color: #148093 !important;
  }

  .\32xl\:to-mediumGray {
    --gradient-to-color: #97A2B0 !important;
  }

  .\32xl\:to-light-gray {
    --gradient-to-color: #ACACB4 !important;
  }

  .\32xl\:to-lightestGray {
    --gradient-to-color: #F2F2F2 !important;
  }

  .\32xl\:to-dark-gray {
    --gradient-to-color: #64626F !important;
  }

  .\32xl\:to-nav-gray {
    --gradient-to-color: #65718C !important;
  }

  .\32xl\:to-bullet-gray {
    --gradient-to-color: #F1F1F2 !important;
  }

  .\32xl\:to-dark-red {
    --gradient-to-color: #951700 !important;
  }

  .\32xl\:to-navy {
    --gradient-to-color: #182F50 !important;
  }

  .\32xl\:to-lightNavy {
    --gradient-to-color: #687FA0 !important;
  }

  .\32xl\:hover\:from-transparent:hover {
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:hover\:from-current:hover {
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:hover\:from-black:hover {
    --gradient-from-color: #000000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:hover\:from-white:hover {
    --gradient-from-color: #FFFFFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:hover\:from-gray:hover {
    --gradient-from-color: #727272 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(114, 114, 114, 0)) !important;
  }

  .\32xl\:hover\:from-red:hover {
    --gradient-from-color: #E12A09 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(225, 42, 9, 0)) !important;
  }

  .\32xl\:hover\:from-orange:hover {
    --gradient-from-color: #F29C2B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 156, 43, 0)) !important;
  }

  .\32xl\:hover\:from-yellow:hover {
    --gradient-from-color: #FFEB9A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 235, 154, 0)) !important;
  }

  .\32xl\:hover\:from-green-100:hover {
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .\32xl\:hover\:from-green-200:hover {
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .\32xl\:hover\:from-green-300:hover {
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .\32xl\:hover\:from-green-400:hover {
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .\32xl\:hover\:from-green-500:hover {
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .\32xl\:hover\:from-green-600:hover {
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .\32xl\:hover\:from-green-700:hover {
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .\32xl\:hover\:from-green-800:hover {
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .\32xl\:hover\:from-green-900:hover {
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .\32xl\:hover\:from-teal-100:hover {
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .\32xl\:hover\:from-teal-200:hover {
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .\32xl\:hover\:from-teal-300:hover {
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .\32xl\:hover\:from-teal-400:hover {
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .\32xl\:hover\:from-teal-500:hover {
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .\32xl\:hover\:from-teal-600:hover {
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .\32xl\:hover\:from-teal-700:hover {
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .\32xl\:hover\:from-teal-800:hover {
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .\32xl\:hover\:from-teal-900:hover {
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .\32xl\:hover\:from-blue-100:hover {
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .\32xl\:hover\:from-blue-200:hover {
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .\32xl\:hover\:from-blue-300:hover {
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .\32xl\:hover\:from-blue-400:hover {
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .\32xl\:hover\:from-blue-500:hover {
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .\32xl\:hover\:from-blue-600:hover {
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .\32xl\:hover\:from-blue-700:hover {
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .\32xl\:hover\:from-blue-800:hover {
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .\32xl\:hover\:from-blue-900:hover {
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .\32xl\:hover\:from-indigo-100:hover {
    --gradient-from-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .\32xl\:hover\:from-indigo-200:hover {
    --gradient-from-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .\32xl\:hover\:from-indigo-300:hover {
    --gradient-from-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .\32xl\:hover\:from-indigo-400:hover {
    --gradient-from-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .\32xl\:hover\:from-indigo-500:hover {
    --gradient-from-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .\32xl\:hover\:from-indigo-600:hover {
    --gradient-from-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .\32xl\:hover\:from-indigo-700:hover {
    --gradient-from-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .\32xl\:hover\:from-indigo-800:hover {
    --gradient-from-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .\32xl\:hover\:from-indigo-900:hover {
    --gradient-from-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .\32xl\:hover\:from-purple-100:hover {
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .\32xl\:hover\:from-purple-200:hover {
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .\32xl\:hover\:from-purple-300:hover {
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .\32xl\:hover\:from-purple-400:hover {
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .\32xl\:hover\:from-purple-500:hover {
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .\32xl\:hover\:from-purple-600:hover {
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .\32xl\:hover\:from-purple-700:hover {
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .\32xl\:hover\:from-purple-800:hover {
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .\32xl\:hover\:from-purple-900:hover {
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .\32xl\:hover\:from-pink-100:hover {
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .\32xl\:hover\:from-pink-200:hover {
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .\32xl\:hover\:from-pink-300:hover {
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .\32xl\:hover\:from-pink-400:hover {
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .\32xl\:hover\:from-pink-500:hover {
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .\32xl\:hover\:from-pink-600:hover {
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .\32xl\:hover\:from-pink-700:hover {
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .\32xl\:hover\:from-pink-800:hover {
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .\32xl\:hover\:from-pink-900:hover {
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .\32xl\:hover\:from-navy-blue:hover {
    --gradient-from-color: #23345A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 52, 90, 0)) !important;
  }

  .\32xl\:hover\:from-cyan:hover {
    --gradient-from-color: #40C8EA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 200, 234, 0)) !important;
  }

  .\32xl\:hover\:from-yellowOrange:hover {
    --gradient-from-color: #F8E9A7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 233, 167, 0)) !important;
  }

  .\32xl\:hover\:from-light-blue:hover {
    --gradient-from-color: #C9EAF4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(201, 234, 244, 0)) !important;
  }

  .\32xl\:hover\:from-lightest-blue:hover {
    --gradient-from-color: #EBFAFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 250, 255, 0)) !important;
  }

  .\32xl\:hover\:from-blueGreen:hover {
    --gradient-from-color: #148093 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 128, 147, 0)) !important;
  }

  .\32xl\:hover\:from-mediumGray:hover {
    --gradient-from-color: #97A2B0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 162, 176, 0)) !important;
  }

  .\32xl\:hover\:from-light-gray:hover {
    --gradient-from-color: #ACACB4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(172, 172, 180, 0)) !important;
  }

  .\32xl\:hover\:from-lightestGray:hover {
    --gradient-from-color: #F2F2F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .\32xl\:hover\:from-dark-gray:hover {
    --gradient-from-color: #64626F !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(100, 98, 111, 0)) !important;
  }

  .\32xl\:hover\:from-nav-gray:hover {
    --gradient-from-color: #65718C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(101, 113, 140, 0)) !important;
  }

  .\32xl\:hover\:from-bullet-gray:hover {
    --gradient-from-color: #F1F1F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 241, 242, 0)) !important;
  }

  .\32xl\:hover\:from-dark-red:hover {
    --gradient-from-color: #951700 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 23, 0, 0)) !important;
  }

  .\32xl\:hover\:from-navy:hover {
    --gradient-from-color: #182F50 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(24, 47, 80, 0)) !important;
  }

  .\32xl\:hover\:from-lightNavy:hover {
    --gradient-from-color: #687FA0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 127, 160, 0)) !important;
  }

  .\32xl\:hover\:via-transparent:hover {
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:hover\:via-current:hover {
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:hover\:via-black:hover {
    --gradient-via-color: #000000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:hover\:via-white:hover {
    --gradient-via-color: #FFFFFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:hover\:via-gray:hover {
    --gradient-via-color: #727272 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(114, 114, 114, 0)) !important;
  }

  .\32xl\:hover\:via-red:hover {
    --gradient-via-color: #E12A09 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(225, 42, 9, 0)) !important;
  }

  .\32xl\:hover\:via-orange:hover {
    --gradient-via-color: #F29C2B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 156, 43, 0)) !important;
  }

  .\32xl\:hover\:via-yellow:hover {
    --gradient-via-color: #FFEB9A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 235, 154, 0)) !important;
  }

  .\32xl\:hover\:via-green-100:hover {
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .\32xl\:hover\:via-green-200:hover {
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .\32xl\:hover\:via-green-300:hover {
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .\32xl\:hover\:via-green-400:hover {
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .\32xl\:hover\:via-green-500:hover {
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .\32xl\:hover\:via-green-600:hover {
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .\32xl\:hover\:via-green-700:hover {
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .\32xl\:hover\:via-green-800:hover {
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .\32xl\:hover\:via-green-900:hover {
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .\32xl\:hover\:via-teal-100:hover {
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .\32xl\:hover\:via-teal-200:hover {
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .\32xl\:hover\:via-teal-300:hover {
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .\32xl\:hover\:via-teal-400:hover {
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .\32xl\:hover\:via-teal-500:hover {
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .\32xl\:hover\:via-teal-600:hover {
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .\32xl\:hover\:via-teal-700:hover {
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .\32xl\:hover\:via-teal-800:hover {
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .\32xl\:hover\:via-teal-900:hover {
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .\32xl\:hover\:via-blue-100:hover {
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .\32xl\:hover\:via-blue-200:hover {
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .\32xl\:hover\:via-blue-300:hover {
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .\32xl\:hover\:via-blue-400:hover {
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .\32xl\:hover\:via-blue-500:hover {
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .\32xl\:hover\:via-blue-600:hover {
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .\32xl\:hover\:via-blue-700:hover {
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .\32xl\:hover\:via-blue-800:hover {
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .\32xl\:hover\:via-blue-900:hover {
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .\32xl\:hover\:via-indigo-100:hover {
    --gradient-via-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .\32xl\:hover\:via-indigo-200:hover {
    --gradient-via-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .\32xl\:hover\:via-indigo-300:hover {
    --gradient-via-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .\32xl\:hover\:via-indigo-400:hover {
    --gradient-via-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .\32xl\:hover\:via-indigo-500:hover {
    --gradient-via-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .\32xl\:hover\:via-indigo-600:hover {
    --gradient-via-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .\32xl\:hover\:via-indigo-700:hover {
    --gradient-via-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .\32xl\:hover\:via-indigo-800:hover {
    --gradient-via-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .\32xl\:hover\:via-indigo-900:hover {
    --gradient-via-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .\32xl\:hover\:via-purple-100:hover {
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .\32xl\:hover\:via-purple-200:hover {
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .\32xl\:hover\:via-purple-300:hover {
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .\32xl\:hover\:via-purple-400:hover {
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .\32xl\:hover\:via-purple-500:hover {
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .\32xl\:hover\:via-purple-600:hover {
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .\32xl\:hover\:via-purple-700:hover {
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .\32xl\:hover\:via-purple-800:hover {
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .\32xl\:hover\:via-purple-900:hover {
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .\32xl\:hover\:via-pink-100:hover {
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .\32xl\:hover\:via-pink-200:hover {
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .\32xl\:hover\:via-pink-300:hover {
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .\32xl\:hover\:via-pink-400:hover {
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .\32xl\:hover\:via-pink-500:hover {
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .\32xl\:hover\:via-pink-600:hover {
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .\32xl\:hover\:via-pink-700:hover {
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .\32xl\:hover\:via-pink-800:hover {
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .\32xl\:hover\:via-pink-900:hover {
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .\32xl\:hover\:via-navy-blue:hover {
    --gradient-via-color: #23345A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 52, 90, 0)) !important;
  }

  .\32xl\:hover\:via-cyan:hover {
    --gradient-via-color: #40C8EA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 200, 234, 0)) !important;
  }

  .\32xl\:hover\:via-yellowOrange:hover {
    --gradient-via-color: #F8E9A7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 233, 167, 0)) !important;
  }

  .\32xl\:hover\:via-light-blue:hover {
    --gradient-via-color: #C9EAF4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(201, 234, 244, 0)) !important;
  }

  .\32xl\:hover\:via-lightest-blue:hover {
    --gradient-via-color: #EBFAFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 250, 255, 0)) !important;
  }

  .\32xl\:hover\:via-blueGreen:hover {
    --gradient-via-color: #148093 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 128, 147, 0)) !important;
  }

  .\32xl\:hover\:via-mediumGray:hover {
    --gradient-via-color: #97A2B0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 162, 176, 0)) !important;
  }

  .\32xl\:hover\:via-light-gray:hover {
    --gradient-via-color: #ACACB4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(172, 172, 180, 0)) !important;
  }

  .\32xl\:hover\:via-lightestGray:hover {
    --gradient-via-color: #F2F2F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .\32xl\:hover\:via-dark-gray:hover {
    --gradient-via-color: #64626F !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(100, 98, 111, 0)) !important;
  }

  .\32xl\:hover\:via-nav-gray:hover {
    --gradient-via-color: #65718C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(101, 113, 140, 0)) !important;
  }

  .\32xl\:hover\:via-bullet-gray:hover {
    --gradient-via-color: #F1F1F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 241, 242, 0)) !important;
  }

  .\32xl\:hover\:via-dark-red:hover {
    --gradient-via-color: #951700 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 23, 0, 0)) !important;
  }

  .\32xl\:hover\:via-navy:hover {
    --gradient-via-color: #182F50 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(24, 47, 80, 0)) !important;
  }

  .\32xl\:hover\:via-lightNavy:hover {
    --gradient-via-color: #687FA0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 127, 160, 0)) !important;
  }

  .\32xl\:hover\:to-transparent:hover {
    --gradient-to-color: transparent !important;
  }

  .\32xl\:hover\:to-current:hover {
    --gradient-to-color: currentColor !important;
  }

  .\32xl\:hover\:to-black:hover {
    --gradient-to-color: #000000 !important;
  }

  .\32xl\:hover\:to-white:hover {
    --gradient-to-color: #FFFFFF !important;
  }

  .\32xl\:hover\:to-gray:hover {
    --gradient-to-color: #727272 !important;
  }

  .\32xl\:hover\:to-red:hover {
    --gradient-to-color: #E12A09 !important;
  }

  .\32xl\:hover\:to-orange:hover {
    --gradient-to-color: #F29C2B !important;
  }

  .\32xl\:hover\:to-yellow:hover {
    --gradient-to-color: #FFEB9A !important;
  }

  .\32xl\:hover\:to-green-100:hover {
    --gradient-to-color: #f0fff4 !important;
  }

  .\32xl\:hover\:to-green-200:hover {
    --gradient-to-color: #c6f6d5 !important;
  }

  .\32xl\:hover\:to-green-300:hover {
    --gradient-to-color: #9ae6b4 !important;
  }

  .\32xl\:hover\:to-green-400:hover {
    --gradient-to-color: #68d391 !important;
  }

  .\32xl\:hover\:to-green-500:hover {
    --gradient-to-color: #48bb78 !important;
  }

  .\32xl\:hover\:to-green-600:hover {
    --gradient-to-color: #38a169 !important;
  }

  .\32xl\:hover\:to-green-700:hover {
    --gradient-to-color: #2f855a !important;
  }

  .\32xl\:hover\:to-green-800:hover {
    --gradient-to-color: #276749 !important;
  }

  .\32xl\:hover\:to-green-900:hover {
    --gradient-to-color: #22543d !important;
  }

  .\32xl\:hover\:to-teal-100:hover {
    --gradient-to-color: #e6fffa !important;
  }

  .\32xl\:hover\:to-teal-200:hover {
    --gradient-to-color: #b2f5ea !important;
  }

  .\32xl\:hover\:to-teal-300:hover {
    --gradient-to-color: #81e6d9 !important;
  }

  .\32xl\:hover\:to-teal-400:hover {
    --gradient-to-color: #4fd1c5 !important;
  }

  .\32xl\:hover\:to-teal-500:hover {
    --gradient-to-color: #38b2ac !important;
  }

  .\32xl\:hover\:to-teal-600:hover {
    --gradient-to-color: #319795 !important;
  }

  .\32xl\:hover\:to-teal-700:hover {
    --gradient-to-color: #2c7a7b !important;
  }

  .\32xl\:hover\:to-teal-800:hover {
    --gradient-to-color: #285e61 !important;
  }

  .\32xl\:hover\:to-teal-900:hover {
    --gradient-to-color: #234e52 !important;
  }

  .\32xl\:hover\:to-blue-100:hover {
    --gradient-to-color: #ebf8ff !important;
  }

  .\32xl\:hover\:to-blue-200:hover {
    --gradient-to-color: #bee3f8 !important;
  }

  .\32xl\:hover\:to-blue-300:hover {
    --gradient-to-color: #90cdf4 !important;
  }

  .\32xl\:hover\:to-blue-400:hover {
    --gradient-to-color: #63b3ed !important;
  }

  .\32xl\:hover\:to-blue-500:hover {
    --gradient-to-color: #4299e1 !important;
  }

  .\32xl\:hover\:to-blue-600:hover {
    --gradient-to-color: #3182ce !important;
  }

  .\32xl\:hover\:to-blue-700:hover {
    --gradient-to-color: #2b6cb0 !important;
  }

  .\32xl\:hover\:to-blue-800:hover {
    --gradient-to-color: #2c5282 !important;
  }

  .\32xl\:hover\:to-blue-900:hover {
    --gradient-to-color: #2a4365 !important;
  }

  .\32xl\:hover\:to-indigo-100:hover {
    --gradient-to-color: #ebf4ff !important;
  }

  .\32xl\:hover\:to-indigo-200:hover {
    --gradient-to-color: #c3dafe !important;
  }

  .\32xl\:hover\:to-indigo-300:hover {
    --gradient-to-color: #a3bffa !important;
  }

  .\32xl\:hover\:to-indigo-400:hover {
    --gradient-to-color: #7f9cf5 !important;
  }

  .\32xl\:hover\:to-indigo-500:hover {
    --gradient-to-color: #667eea !important;
  }

  .\32xl\:hover\:to-indigo-600:hover {
    --gradient-to-color: #5a67d8 !important;
  }

  .\32xl\:hover\:to-indigo-700:hover {
    --gradient-to-color: #4c51bf !important;
  }

  .\32xl\:hover\:to-indigo-800:hover {
    --gradient-to-color: #434190 !important;
  }

  .\32xl\:hover\:to-indigo-900:hover {
    --gradient-to-color: #3c366b !important;
  }

  .\32xl\:hover\:to-purple-100:hover {
    --gradient-to-color: #faf5ff !important;
  }

  .\32xl\:hover\:to-purple-200:hover {
    --gradient-to-color: #e9d8fd !important;
  }

  .\32xl\:hover\:to-purple-300:hover {
    --gradient-to-color: #d6bcfa !important;
  }

  .\32xl\:hover\:to-purple-400:hover {
    --gradient-to-color: #b794f4 !important;
  }

  .\32xl\:hover\:to-purple-500:hover {
    --gradient-to-color: #9f7aea !important;
  }

  .\32xl\:hover\:to-purple-600:hover {
    --gradient-to-color: #805ad5 !important;
  }

  .\32xl\:hover\:to-purple-700:hover {
    --gradient-to-color: #6b46c1 !important;
  }

  .\32xl\:hover\:to-purple-800:hover {
    --gradient-to-color: #553c9a !important;
  }

  .\32xl\:hover\:to-purple-900:hover {
    --gradient-to-color: #44337a !important;
  }

  .\32xl\:hover\:to-pink-100:hover {
    --gradient-to-color: #fff5f7 !important;
  }

  .\32xl\:hover\:to-pink-200:hover {
    --gradient-to-color: #fed7e2 !important;
  }

  .\32xl\:hover\:to-pink-300:hover {
    --gradient-to-color: #fbb6ce !important;
  }

  .\32xl\:hover\:to-pink-400:hover {
    --gradient-to-color: #f687b3 !important;
  }

  .\32xl\:hover\:to-pink-500:hover {
    --gradient-to-color: #ed64a6 !important;
  }

  .\32xl\:hover\:to-pink-600:hover {
    --gradient-to-color: #d53f8c !important;
  }

  .\32xl\:hover\:to-pink-700:hover {
    --gradient-to-color: #b83280 !important;
  }

  .\32xl\:hover\:to-pink-800:hover {
    --gradient-to-color: #97266d !important;
  }

  .\32xl\:hover\:to-pink-900:hover {
    --gradient-to-color: #702459 !important;
  }

  .\32xl\:hover\:to-navy-blue:hover {
    --gradient-to-color: #23345A !important;
  }

  .\32xl\:hover\:to-cyan:hover {
    --gradient-to-color: #40C8EA !important;
  }

  .\32xl\:hover\:to-yellowOrange:hover {
    --gradient-to-color: #F8E9A7 !important;
  }

  .\32xl\:hover\:to-light-blue:hover {
    --gradient-to-color: #C9EAF4 !important;
  }

  .\32xl\:hover\:to-lightest-blue:hover {
    --gradient-to-color: #EBFAFF !important;
  }

  .\32xl\:hover\:to-blueGreen:hover {
    --gradient-to-color: #148093 !important;
  }

  .\32xl\:hover\:to-mediumGray:hover {
    --gradient-to-color: #97A2B0 !important;
  }

  .\32xl\:hover\:to-light-gray:hover {
    --gradient-to-color: #ACACB4 !important;
  }

  .\32xl\:hover\:to-lightestGray:hover {
    --gradient-to-color: #F2F2F2 !important;
  }

  .\32xl\:hover\:to-dark-gray:hover {
    --gradient-to-color: #64626F !important;
  }

  .\32xl\:hover\:to-nav-gray:hover {
    --gradient-to-color: #65718C !important;
  }

  .\32xl\:hover\:to-bullet-gray:hover {
    --gradient-to-color: #F1F1F2 !important;
  }

  .\32xl\:hover\:to-dark-red:hover {
    --gradient-to-color: #951700 !important;
  }

  .\32xl\:hover\:to-navy:hover {
    --gradient-to-color: #182F50 !important;
  }

  .\32xl\:hover\:to-lightNavy:hover {
    --gradient-to-color: #687FA0 !important;
  }

  .\32xl\:focus\:from-transparent:focus {
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:focus\:from-current:focus {
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:focus\:from-black:focus {
    --gradient-from-color: #000000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:focus\:from-white:focus {
    --gradient-from-color: #FFFFFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:focus\:from-gray:focus {
    --gradient-from-color: #727272 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(114, 114, 114, 0)) !important;
  }

  .\32xl\:focus\:from-red:focus {
    --gradient-from-color: #E12A09 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(225, 42, 9, 0)) !important;
  }

  .\32xl\:focus\:from-orange:focus {
    --gradient-from-color: #F29C2B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 156, 43, 0)) !important;
  }

  .\32xl\:focus\:from-yellow:focus {
    --gradient-from-color: #FFEB9A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 235, 154, 0)) !important;
  }

  .\32xl\:focus\:from-green-100:focus {
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .\32xl\:focus\:from-green-200:focus {
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .\32xl\:focus\:from-green-300:focus {
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .\32xl\:focus\:from-green-400:focus {
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .\32xl\:focus\:from-green-500:focus {
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .\32xl\:focus\:from-green-600:focus {
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .\32xl\:focus\:from-green-700:focus {
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .\32xl\:focus\:from-green-800:focus {
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .\32xl\:focus\:from-green-900:focus {
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .\32xl\:focus\:from-teal-100:focus {
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .\32xl\:focus\:from-teal-200:focus {
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .\32xl\:focus\:from-teal-300:focus {
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .\32xl\:focus\:from-teal-400:focus {
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .\32xl\:focus\:from-teal-500:focus {
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .\32xl\:focus\:from-teal-600:focus {
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .\32xl\:focus\:from-teal-700:focus {
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .\32xl\:focus\:from-teal-800:focus {
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .\32xl\:focus\:from-teal-900:focus {
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .\32xl\:focus\:from-blue-100:focus {
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .\32xl\:focus\:from-blue-200:focus {
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .\32xl\:focus\:from-blue-300:focus {
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .\32xl\:focus\:from-blue-400:focus {
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .\32xl\:focus\:from-blue-500:focus {
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .\32xl\:focus\:from-blue-600:focus {
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .\32xl\:focus\:from-blue-700:focus {
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .\32xl\:focus\:from-blue-800:focus {
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .\32xl\:focus\:from-blue-900:focus {
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .\32xl\:focus\:from-indigo-100:focus {
    --gradient-from-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .\32xl\:focus\:from-indigo-200:focus {
    --gradient-from-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .\32xl\:focus\:from-indigo-300:focus {
    --gradient-from-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .\32xl\:focus\:from-indigo-400:focus {
    --gradient-from-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .\32xl\:focus\:from-indigo-500:focus {
    --gradient-from-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .\32xl\:focus\:from-indigo-600:focus {
    --gradient-from-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .\32xl\:focus\:from-indigo-700:focus {
    --gradient-from-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .\32xl\:focus\:from-indigo-800:focus {
    --gradient-from-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .\32xl\:focus\:from-indigo-900:focus {
    --gradient-from-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .\32xl\:focus\:from-purple-100:focus {
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .\32xl\:focus\:from-purple-200:focus {
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .\32xl\:focus\:from-purple-300:focus {
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .\32xl\:focus\:from-purple-400:focus {
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .\32xl\:focus\:from-purple-500:focus {
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .\32xl\:focus\:from-purple-600:focus {
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .\32xl\:focus\:from-purple-700:focus {
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .\32xl\:focus\:from-purple-800:focus {
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .\32xl\:focus\:from-purple-900:focus {
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .\32xl\:focus\:from-pink-100:focus {
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .\32xl\:focus\:from-pink-200:focus {
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .\32xl\:focus\:from-pink-300:focus {
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .\32xl\:focus\:from-pink-400:focus {
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .\32xl\:focus\:from-pink-500:focus {
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .\32xl\:focus\:from-pink-600:focus {
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .\32xl\:focus\:from-pink-700:focus {
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .\32xl\:focus\:from-pink-800:focus {
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .\32xl\:focus\:from-pink-900:focus {
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .\32xl\:focus\:from-navy-blue:focus {
    --gradient-from-color: #23345A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 52, 90, 0)) !important;
  }

  .\32xl\:focus\:from-cyan:focus {
    --gradient-from-color: #40C8EA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 200, 234, 0)) !important;
  }

  .\32xl\:focus\:from-yellowOrange:focus {
    --gradient-from-color: #F8E9A7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 233, 167, 0)) !important;
  }

  .\32xl\:focus\:from-light-blue:focus {
    --gradient-from-color: #C9EAF4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(201, 234, 244, 0)) !important;
  }

  .\32xl\:focus\:from-lightest-blue:focus {
    --gradient-from-color: #EBFAFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 250, 255, 0)) !important;
  }

  .\32xl\:focus\:from-blueGreen:focus {
    --gradient-from-color: #148093 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 128, 147, 0)) !important;
  }

  .\32xl\:focus\:from-mediumGray:focus {
    --gradient-from-color: #97A2B0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 162, 176, 0)) !important;
  }

  .\32xl\:focus\:from-light-gray:focus {
    --gradient-from-color: #ACACB4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(172, 172, 180, 0)) !important;
  }

  .\32xl\:focus\:from-lightestGray:focus {
    --gradient-from-color: #F2F2F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .\32xl\:focus\:from-dark-gray:focus {
    --gradient-from-color: #64626F !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(100, 98, 111, 0)) !important;
  }

  .\32xl\:focus\:from-nav-gray:focus {
    --gradient-from-color: #65718C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(101, 113, 140, 0)) !important;
  }

  .\32xl\:focus\:from-bullet-gray:focus {
    --gradient-from-color: #F1F1F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 241, 242, 0)) !important;
  }

  .\32xl\:focus\:from-dark-red:focus {
    --gradient-from-color: #951700 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 23, 0, 0)) !important;
  }

  .\32xl\:focus\:from-navy:focus {
    --gradient-from-color: #182F50 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(24, 47, 80, 0)) !important;
  }

  .\32xl\:focus\:from-lightNavy:focus {
    --gradient-from-color: #687FA0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 127, 160, 0)) !important;
  }

  .\32xl\:focus\:via-transparent:focus {
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:focus\:via-current:focus {
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:focus\:via-black:focus {
    --gradient-via-color: #000000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:focus\:via-white:focus {
    --gradient-via-color: #FFFFFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:focus\:via-gray:focus {
    --gradient-via-color: #727272 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(114, 114, 114, 0)) !important;
  }

  .\32xl\:focus\:via-red:focus {
    --gradient-via-color: #E12A09 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(225, 42, 9, 0)) !important;
  }

  .\32xl\:focus\:via-orange:focus {
    --gradient-via-color: #F29C2B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 156, 43, 0)) !important;
  }

  .\32xl\:focus\:via-yellow:focus {
    --gradient-via-color: #FFEB9A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 235, 154, 0)) !important;
  }

  .\32xl\:focus\:via-green-100:focus {
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .\32xl\:focus\:via-green-200:focus {
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .\32xl\:focus\:via-green-300:focus {
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .\32xl\:focus\:via-green-400:focus {
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .\32xl\:focus\:via-green-500:focus {
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .\32xl\:focus\:via-green-600:focus {
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .\32xl\:focus\:via-green-700:focus {
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .\32xl\:focus\:via-green-800:focus {
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .\32xl\:focus\:via-green-900:focus {
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .\32xl\:focus\:via-teal-100:focus {
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .\32xl\:focus\:via-teal-200:focus {
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .\32xl\:focus\:via-teal-300:focus {
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .\32xl\:focus\:via-teal-400:focus {
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .\32xl\:focus\:via-teal-500:focus {
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .\32xl\:focus\:via-teal-600:focus {
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .\32xl\:focus\:via-teal-700:focus {
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .\32xl\:focus\:via-teal-800:focus {
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .\32xl\:focus\:via-teal-900:focus {
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .\32xl\:focus\:via-blue-100:focus {
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .\32xl\:focus\:via-blue-200:focus {
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .\32xl\:focus\:via-blue-300:focus {
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .\32xl\:focus\:via-blue-400:focus {
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .\32xl\:focus\:via-blue-500:focus {
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .\32xl\:focus\:via-blue-600:focus {
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .\32xl\:focus\:via-blue-700:focus {
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .\32xl\:focus\:via-blue-800:focus {
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .\32xl\:focus\:via-blue-900:focus {
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .\32xl\:focus\:via-indigo-100:focus {
    --gradient-via-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .\32xl\:focus\:via-indigo-200:focus {
    --gradient-via-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .\32xl\:focus\:via-indigo-300:focus {
    --gradient-via-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .\32xl\:focus\:via-indigo-400:focus {
    --gradient-via-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .\32xl\:focus\:via-indigo-500:focus {
    --gradient-via-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .\32xl\:focus\:via-indigo-600:focus {
    --gradient-via-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .\32xl\:focus\:via-indigo-700:focus {
    --gradient-via-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .\32xl\:focus\:via-indigo-800:focus {
    --gradient-via-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .\32xl\:focus\:via-indigo-900:focus {
    --gradient-via-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .\32xl\:focus\:via-purple-100:focus {
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .\32xl\:focus\:via-purple-200:focus {
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .\32xl\:focus\:via-purple-300:focus {
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .\32xl\:focus\:via-purple-400:focus {
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .\32xl\:focus\:via-purple-500:focus {
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .\32xl\:focus\:via-purple-600:focus {
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .\32xl\:focus\:via-purple-700:focus {
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .\32xl\:focus\:via-purple-800:focus {
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .\32xl\:focus\:via-purple-900:focus {
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .\32xl\:focus\:via-pink-100:focus {
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .\32xl\:focus\:via-pink-200:focus {
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .\32xl\:focus\:via-pink-300:focus {
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .\32xl\:focus\:via-pink-400:focus {
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .\32xl\:focus\:via-pink-500:focus {
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .\32xl\:focus\:via-pink-600:focus {
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .\32xl\:focus\:via-pink-700:focus {
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .\32xl\:focus\:via-pink-800:focus {
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .\32xl\:focus\:via-pink-900:focus {
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .\32xl\:focus\:via-navy-blue:focus {
    --gradient-via-color: #23345A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 52, 90, 0)) !important;
  }

  .\32xl\:focus\:via-cyan:focus {
    --gradient-via-color: #40C8EA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 200, 234, 0)) !important;
  }

  .\32xl\:focus\:via-yellowOrange:focus {
    --gradient-via-color: #F8E9A7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 233, 167, 0)) !important;
  }

  .\32xl\:focus\:via-light-blue:focus {
    --gradient-via-color: #C9EAF4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(201, 234, 244, 0)) !important;
  }

  .\32xl\:focus\:via-lightest-blue:focus {
    --gradient-via-color: #EBFAFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 250, 255, 0)) !important;
  }

  .\32xl\:focus\:via-blueGreen:focus {
    --gradient-via-color: #148093 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 128, 147, 0)) !important;
  }

  .\32xl\:focus\:via-mediumGray:focus {
    --gradient-via-color: #97A2B0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 162, 176, 0)) !important;
  }

  .\32xl\:focus\:via-light-gray:focus {
    --gradient-via-color: #ACACB4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(172, 172, 180, 0)) !important;
  }

  .\32xl\:focus\:via-lightestGray:focus {
    --gradient-via-color: #F2F2F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .\32xl\:focus\:via-dark-gray:focus {
    --gradient-via-color: #64626F !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(100, 98, 111, 0)) !important;
  }

  .\32xl\:focus\:via-nav-gray:focus {
    --gradient-via-color: #65718C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(101, 113, 140, 0)) !important;
  }

  .\32xl\:focus\:via-bullet-gray:focus {
    --gradient-via-color: #F1F1F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 241, 242, 0)) !important;
  }

  .\32xl\:focus\:via-dark-red:focus {
    --gradient-via-color: #951700 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 23, 0, 0)) !important;
  }

  .\32xl\:focus\:via-navy:focus {
    --gradient-via-color: #182F50 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(24, 47, 80, 0)) !important;
  }

  .\32xl\:focus\:via-lightNavy:focus {
    --gradient-via-color: #687FA0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 127, 160, 0)) !important;
  }

  .\32xl\:focus\:to-transparent:focus {
    --gradient-to-color: transparent !important;
  }

  .\32xl\:focus\:to-current:focus {
    --gradient-to-color: currentColor !important;
  }

  .\32xl\:focus\:to-black:focus {
    --gradient-to-color: #000000 !important;
  }

  .\32xl\:focus\:to-white:focus {
    --gradient-to-color: #FFFFFF !important;
  }

  .\32xl\:focus\:to-gray:focus {
    --gradient-to-color: #727272 !important;
  }

  .\32xl\:focus\:to-red:focus {
    --gradient-to-color: #E12A09 !important;
  }

  .\32xl\:focus\:to-orange:focus {
    --gradient-to-color: #F29C2B !important;
  }

  .\32xl\:focus\:to-yellow:focus {
    --gradient-to-color: #FFEB9A !important;
  }

  .\32xl\:focus\:to-green-100:focus {
    --gradient-to-color: #f0fff4 !important;
  }

  .\32xl\:focus\:to-green-200:focus {
    --gradient-to-color: #c6f6d5 !important;
  }

  .\32xl\:focus\:to-green-300:focus {
    --gradient-to-color: #9ae6b4 !important;
  }

  .\32xl\:focus\:to-green-400:focus {
    --gradient-to-color: #68d391 !important;
  }

  .\32xl\:focus\:to-green-500:focus {
    --gradient-to-color: #48bb78 !important;
  }

  .\32xl\:focus\:to-green-600:focus {
    --gradient-to-color: #38a169 !important;
  }

  .\32xl\:focus\:to-green-700:focus {
    --gradient-to-color: #2f855a !important;
  }

  .\32xl\:focus\:to-green-800:focus {
    --gradient-to-color: #276749 !important;
  }

  .\32xl\:focus\:to-green-900:focus {
    --gradient-to-color: #22543d !important;
  }

  .\32xl\:focus\:to-teal-100:focus {
    --gradient-to-color: #e6fffa !important;
  }

  .\32xl\:focus\:to-teal-200:focus {
    --gradient-to-color: #b2f5ea !important;
  }

  .\32xl\:focus\:to-teal-300:focus {
    --gradient-to-color: #81e6d9 !important;
  }

  .\32xl\:focus\:to-teal-400:focus {
    --gradient-to-color: #4fd1c5 !important;
  }

  .\32xl\:focus\:to-teal-500:focus {
    --gradient-to-color: #38b2ac !important;
  }

  .\32xl\:focus\:to-teal-600:focus {
    --gradient-to-color: #319795 !important;
  }

  .\32xl\:focus\:to-teal-700:focus {
    --gradient-to-color: #2c7a7b !important;
  }

  .\32xl\:focus\:to-teal-800:focus {
    --gradient-to-color: #285e61 !important;
  }

  .\32xl\:focus\:to-teal-900:focus {
    --gradient-to-color: #234e52 !important;
  }

  .\32xl\:focus\:to-blue-100:focus {
    --gradient-to-color: #ebf8ff !important;
  }

  .\32xl\:focus\:to-blue-200:focus {
    --gradient-to-color: #bee3f8 !important;
  }

  .\32xl\:focus\:to-blue-300:focus {
    --gradient-to-color: #90cdf4 !important;
  }

  .\32xl\:focus\:to-blue-400:focus {
    --gradient-to-color: #63b3ed !important;
  }

  .\32xl\:focus\:to-blue-500:focus {
    --gradient-to-color: #4299e1 !important;
  }

  .\32xl\:focus\:to-blue-600:focus {
    --gradient-to-color: #3182ce !important;
  }

  .\32xl\:focus\:to-blue-700:focus {
    --gradient-to-color: #2b6cb0 !important;
  }

  .\32xl\:focus\:to-blue-800:focus {
    --gradient-to-color: #2c5282 !important;
  }

  .\32xl\:focus\:to-blue-900:focus {
    --gradient-to-color: #2a4365 !important;
  }

  .\32xl\:focus\:to-indigo-100:focus {
    --gradient-to-color: #ebf4ff !important;
  }

  .\32xl\:focus\:to-indigo-200:focus {
    --gradient-to-color: #c3dafe !important;
  }

  .\32xl\:focus\:to-indigo-300:focus {
    --gradient-to-color: #a3bffa !important;
  }

  .\32xl\:focus\:to-indigo-400:focus {
    --gradient-to-color: #7f9cf5 !important;
  }

  .\32xl\:focus\:to-indigo-500:focus {
    --gradient-to-color: #667eea !important;
  }

  .\32xl\:focus\:to-indigo-600:focus {
    --gradient-to-color: #5a67d8 !important;
  }

  .\32xl\:focus\:to-indigo-700:focus {
    --gradient-to-color: #4c51bf !important;
  }

  .\32xl\:focus\:to-indigo-800:focus {
    --gradient-to-color: #434190 !important;
  }

  .\32xl\:focus\:to-indigo-900:focus {
    --gradient-to-color: #3c366b !important;
  }

  .\32xl\:focus\:to-purple-100:focus {
    --gradient-to-color: #faf5ff !important;
  }

  .\32xl\:focus\:to-purple-200:focus {
    --gradient-to-color: #e9d8fd !important;
  }

  .\32xl\:focus\:to-purple-300:focus {
    --gradient-to-color: #d6bcfa !important;
  }

  .\32xl\:focus\:to-purple-400:focus {
    --gradient-to-color: #b794f4 !important;
  }

  .\32xl\:focus\:to-purple-500:focus {
    --gradient-to-color: #9f7aea !important;
  }

  .\32xl\:focus\:to-purple-600:focus {
    --gradient-to-color: #805ad5 !important;
  }

  .\32xl\:focus\:to-purple-700:focus {
    --gradient-to-color: #6b46c1 !important;
  }

  .\32xl\:focus\:to-purple-800:focus {
    --gradient-to-color: #553c9a !important;
  }

  .\32xl\:focus\:to-purple-900:focus {
    --gradient-to-color: #44337a !important;
  }

  .\32xl\:focus\:to-pink-100:focus {
    --gradient-to-color: #fff5f7 !important;
  }

  .\32xl\:focus\:to-pink-200:focus {
    --gradient-to-color: #fed7e2 !important;
  }

  .\32xl\:focus\:to-pink-300:focus {
    --gradient-to-color: #fbb6ce !important;
  }

  .\32xl\:focus\:to-pink-400:focus {
    --gradient-to-color: #f687b3 !important;
  }

  .\32xl\:focus\:to-pink-500:focus {
    --gradient-to-color: #ed64a6 !important;
  }

  .\32xl\:focus\:to-pink-600:focus {
    --gradient-to-color: #d53f8c !important;
  }

  .\32xl\:focus\:to-pink-700:focus {
    --gradient-to-color: #b83280 !important;
  }

  .\32xl\:focus\:to-pink-800:focus {
    --gradient-to-color: #97266d !important;
  }

  .\32xl\:focus\:to-pink-900:focus {
    --gradient-to-color: #702459 !important;
  }

  .\32xl\:focus\:to-navy-blue:focus {
    --gradient-to-color: #23345A !important;
  }

  .\32xl\:focus\:to-cyan:focus {
    --gradient-to-color: #40C8EA !important;
  }

  .\32xl\:focus\:to-yellowOrange:focus {
    --gradient-to-color: #F8E9A7 !important;
  }

  .\32xl\:focus\:to-light-blue:focus {
    --gradient-to-color: #C9EAF4 !important;
  }

  .\32xl\:focus\:to-lightest-blue:focus {
    --gradient-to-color: #EBFAFF !important;
  }

  .\32xl\:focus\:to-blueGreen:focus {
    --gradient-to-color: #148093 !important;
  }

  .\32xl\:focus\:to-mediumGray:focus {
    --gradient-to-color: #97A2B0 !important;
  }

  .\32xl\:focus\:to-light-gray:focus {
    --gradient-to-color: #ACACB4 !important;
  }

  .\32xl\:focus\:to-lightestGray:focus {
    --gradient-to-color: #F2F2F2 !important;
  }

  .\32xl\:focus\:to-dark-gray:focus {
    --gradient-to-color: #64626F !important;
  }

  .\32xl\:focus\:to-nav-gray:focus {
    --gradient-to-color: #65718C !important;
  }

  .\32xl\:focus\:to-bullet-gray:focus {
    --gradient-to-color: #F1F1F2 !important;
  }

  .\32xl\:focus\:to-dark-red:focus {
    --gradient-to-color: #951700 !important;
  }

  .\32xl\:focus\:to-navy:focus {
    --gradient-to-color: #182F50 !important;
  }

  .\32xl\:focus\:to-lightNavy:focus {
    --gradient-to-color: #687FA0 !important;
  }

  .\32xl\:bg-opacity-0 {
    --bg-opacity: 0 !important;
  }

  .\32xl\:bg-opacity-25 {
    --bg-opacity: 0.25 !important;
  }

  .\32xl\:bg-opacity-50 {
    --bg-opacity: 0.5 !important;
  }

  .\32xl\:bg-opacity-75 {
    --bg-opacity: 0.75 !important;
  }

  .\32xl\:bg-opacity-100 {
    --bg-opacity: 1 !important;
  }

  .\32xl\:hover\:bg-opacity-0:hover {
    --bg-opacity: 0 !important;
  }

  .\32xl\:hover\:bg-opacity-25:hover {
    --bg-opacity: 0.25 !important;
  }

  .\32xl\:hover\:bg-opacity-50:hover {
    --bg-opacity: 0.5 !important;
  }

  .\32xl\:hover\:bg-opacity-75:hover {
    --bg-opacity: 0.75 !important;
  }

  .\32xl\:hover\:bg-opacity-100:hover {
    --bg-opacity: 1 !important;
  }

  .\32xl\:focus\:bg-opacity-0:focus {
    --bg-opacity: 0 !important;
  }

  .\32xl\:focus\:bg-opacity-25:focus {
    --bg-opacity: 0.25 !important;
  }

  .\32xl\:focus\:bg-opacity-50:focus {
    --bg-opacity: 0.5 !important;
  }

  .\32xl\:focus\:bg-opacity-75:focus {
    --bg-opacity: 0.75 !important;
  }

  .\32xl\:focus\:bg-opacity-100:focus {
    --bg-opacity: 1 !important;
  }

  .\32xl\:bg-bottom {
    background-position: bottom !important;
  }

  .\32xl\:bg-center {
    background-position: center !important;
  }

  .\32xl\:bg-left {
    background-position: left !important;
  }

  .\32xl\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .\32xl\:bg-left-top {
    background-position: left top !important;
  }

  .\32xl\:bg-right {
    background-position: right !important;
  }

  .\32xl\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .\32xl\:bg-right-top {
    background-position: right top !important;
  }

  .\32xl\:bg-top {
    background-position: top !important;
  }

  .\32xl\:bg-repeat {
    background-repeat: repeat !important;
  }

  .\32xl\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .\32xl\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .\32xl\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .\32xl\:bg-repeat-round {
    background-repeat: round !important;
  }

  .\32xl\:bg-repeat-space {
    background-repeat: space !important;
  }

  .\32xl\:bg-auto {
    background-size: auto !important;
  }

  .\32xl\:bg-cover {
    background-size: cover !important;
  }

  .\32xl\:bg-contain {
    background-size: contain !important;
  }

  .\32xl\:border-collapse {
    border-collapse: collapse !important;
  }

  .\32xl\:border-separate {
    border-collapse: separate !important;
  }

  .\32xl\:border-opacity-0 {
    --border-opacity: 0 !important;
  }

  .\32xl\:border-opacity-25 {
    --border-opacity: 0.25 !important;
  }

  .\32xl\:border-opacity-50 {
    --border-opacity: 0.5 !important;
  }

  .\32xl\:border-opacity-75 {
    --border-opacity: 0.75 !important;
  }

  .\32xl\:border-opacity-100 {
    --border-opacity: 1 !important;
  }

  .\32xl\:hover\:border-opacity-0:hover {
    --border-opacity: 0 !important;
  }

  .\32xl\:hover\:border-opacity-25:hover {
    --border-opacity: 0.25 !important;
  }

  .\32xl\:hover\:border-opacity-50:hover {
    --border-opacity: 0.5 !important;
  }

  .\32xl\:hover\:border-opacity-75:hover {
    --border-opacity: 0.75 !important;
  }

  .\32xl\:hover\:border-opacity-100:hover {
    --border-opacity: 1 !important;
  }

  .\32xl\:focus\:border-opacity-0:focus {
    --border-opacity: 0 !important;
  }

  .\32xl\:focus\:border-opacity-25:focus {
    --border-opacity: 0.25 !important;
  }

  .\32xl\:focus\:border-opacity-50:focus {
    --border-opacity: 0.5 !important;
  }

  .\32xl\:focus\:border-opacity-75:focus {
    --border-opacity: 0.75 !important;
  }

  .\32xl\:focus\:border-opacity-100:focus {
    --border-opacity: 1 !important;
  }

  .\32xl\:rounded-none {
    border-radius: 0 !important;
  }

  .\32xl\:rounded-sm {
    border-radius: 0.125rem !important;
  }

  .\32xl\:rounded {
    border-radius: 0.25rem !important;
  }

  .\32xl\:rounded-md {
    border-radius: 0.375rem !important;
  }

  .\32xl\:rounded-lg {
    border-radius: 0.5rem !important;
  }

  .\32xl\:rounded-xl {
    border-radius: 0.75rem !important;
  }

  .\32xl\:rounded-2xl {
    border-radius: 1rem !important;
  }

  .\32xl\:rounded-3xl {
    border-radius: 1.5rem !important;
  }

  .\32xl\:rounded-full {
    border-radius: 9999px !important;
  }

  .\32xl\:rounded-t-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .\32xl\:rounded-r-none {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .\32xl\:rounded-b-none {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .\32xl\:rounded-l-none {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .\32xl\:rounded-t-sm {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .\32xl\:rounded-r-sm {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .\32xl\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .\32xl\:rounded-l-sm {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .\32xl\:rounded-t {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .\32xl\:rounded-r {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .\32xl\:rounded-b {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .\32xl\:rounded-l {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .\32xl\:rounded-t-md {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .\32xl\:rounded-r-md {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .\32xl\:rounded-b-md {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .\32xl\:rounded-l-md {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .\32xl\:rounded-t-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .\32xl\:rounded-r-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .\32xl\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .\32xl\:rounded-l-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .\32xl\:rounded-t-xl {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .\32xl\:rounded-r-xl {
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .\32xl\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .\32xl\:rounded-l-xl {
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .\32xl\:rounded-t-2xl {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .\32xl\:rounded-r-2xl {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .\32xl\:rounded-b-2xl {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .\32xl\:rounded-l-2xl {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .\32xl\:rounded-t-3xl {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .\32xl\:rounded-r-3xl {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .\32xl\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .\32xl\:rounded-l-3xl {
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .\32xl\:rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .\32xl\:rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .\32xl\:rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .\32xl\:rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .\32xl\:rounded-tl-none {
    border-top-left-radius: 0 !important;
  }

  .\32xl\:rounded-tr-none {
    border-top-right-radius: 0 !important;
  }

  .\32xl\:rounded-br-none {
    border-bottom-right-radius: 0 !important;
  }

  .\32xl\:rounded-bl-none {
    border-bottom-left-radius: 0 !important;
  }

  .\32xl\:rounded-tl-sm {
    border-top-left-radius: 0.125rem !important;
  }

  .\32xl\:rounded-tr-sm {
    border-top-right-radius: 0.125rem !important;
  }

  .\32xl\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem !important;
  }

  .\32xl\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem !important;
  }

  .\32xl\:rounded-tl {
    border-top-left-radius: 0.25rem !important;
  }

  .\32xl\:rounded-tr {
    border-top-right-radius: 0.25rem !important;
  }

  .\32xl\:rounded-br {
    border-bottom-right-radius: 0.25rem !important;
  }

  .\32xl\:rounded-bl {
    border-bottom-left-radius: 0.25rem !important;
  }

  .\32xl\:rounded-tl-md {
    border-top-left-radius: 0.375rem !important;
  }

  .\32xl\:rounded-tr-md {
    border-top-right-radius: 0.375rem !important;
  }

  .\32xl\:rounded-br-md {
    border-bottom-right-radius: 0.375rem !important;
  }

  .\32xl\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem !important;
  }

  .\32xl\:rounded-tl-lg {
    border-top-left-radius: 0.5rem !important;
  }

  .\32xl\:rounded-tr-lg {
    border-top-right-radius: 0.5rem !important;
  }

  .\32xl\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem !important;
  }

  .\32xl\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem !important;
  }

  .\32xl\:rounded-tl-xl {
    border-top-left-radius: 0.75rem !important;
  }

  .\32xl\:rounded-tr-xl {
    border-top-right-radius: 0.75rem !important;
  }

  .\32xl\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem !important;
  }

  .\32xl\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem !important;
  }

  .\32xl\:rounded-tl-2xl {
    border-top-left-radius: 1rem !important;
  }

  .\32xl\:rounded-tr-2xl {
    border-top-right-radius: 1rem !important;
  }

  .\32xl\:rounded-br-2xl {
    border-bottom-right-radius: 1rem !important;
  }

  .\32xl\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem !important;
  }

  .\32xl\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem !important;
  }

  .\32xl\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem !important;
  }

  .\32xl\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem !important;
  }

  .\32xl\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem !important;
  }

  .\32xl\:rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .\32xl\:rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .\32xl\:rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .\32xl\:rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .\32xl\:border-solid {
    border-style: solid !important;
  }

  .\32xl\:border-dashed {
    border-style: dashed !important;
  }

  .\32xl\:border-dotted {
    border-style: dotted !important;
  }

  .\32xl\:border-double {
    border-style: double !important;
  }

  .\32xl\:border-none {
    border-style: none !important;
  }

  .\32xl\:hover\:border-solid:hover {
    border-style: solid !important;
  }

  .\32xl\:hover\:border-dashed:hover {
    border-style: dashed !important;
  }

  .\32xl\:hover\:border-dotted:hover {
    border-style: dotted !important;
  }

  .\32xl\:hover\:border-double:hover {
    border-style: double !important;
  }

  .\32xl\:hover\:border-none:hover {
    border-style: none !important;
  }

  .group:hover .\32xl\:group-hover\:border-solid {
    border-style: solid !important;
  }

  .group:hover .\32xl\:group-hover\:border-dashed {
    border-style: dashed !important;
  }

  .group:hover .\32xl\:group-hover\:border-dotted {
    border-style: dotted !important;
  }

  .group:hover .\32xl\:group-hover\:border-double {
    border-style: double !important;
  }

  .group:hover .\32xl\:group-hover\:border-none {
    border-style: none !important;
  }

  .\32xl\:border-2 {
    border-width: 2px !important;
  }

  .\32xl\:border-0px {
    border-width: 0px !important;
  }

  .\32xl\:border-18px {
    border-width: 18px !important;
  }

  .\32xl\:border-t-2 {
    border-top-width: 2px !important;
  }

  .\32xl\:border-r-2 {
    border-right-width: 2px !important;
  }

  .\32xl\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .\32xl\:border-l-2 {
    border-left-width: 2px !important;
  }

  .\32xl\:border-t-0px {
    border-top-width: 0px !important;
  }

  .\32xl\:border-r-0px {
    border-right-width: 0px !important;
  }

  .\32xl\:border-b-0px {
    border-bottom-width: 0px !important;
  }

  .\32xl\:border-l-0px {
    border-left-width: 0px !important;
  }

  .\32xl\:border-t-18px {
    border-top-width: 18px !important;
  }

  .\32xl\:border-r-18px {
    border-right-width: 18px !important;
  }

  .\32xl\:border-b-18px {
    border-bottom-width: 18px !important;
  }

  .\32xl\:border-l-18px {
    border-left-width: 18px !important;
  }

  .\32xl\:hover\:border-2:hover {
    border-width: 2px !important;
  }

  .\32xl\:hover\:border-0px:hover {
    border-width: 0px !important;
  }

  .\32xl\:hover\:border-18px:hover {
    border-width: 18px !important;
  }

  .\32xl\:hover\:border-t-2:hover {
    border-top-width: 2px !important;
  }

  .\32xl\:hover\:border-r-2:hover {
    border-right-width: 2px !important;
  }

  .\32xl\:hover\:border-b-2:hover {
    border-bottom-width: 2px !important;
  }

  .\32xl\:hover\:border-l-2:hover {
    border-left-width: 2px !important;
  }

  .\32xl\:hover\:border-t-0px:hover {
    border-top-width: 0px !important;
  }

  .\32xl\:hover\:border-r-0px:hover {
    border-right-width: 0px !important;
  }

  .\32xl\:hover\:border-b-0px:hover {
    border-bottom-width: 0px !important;
  }

  .\32xl\:hover\:border-l-0px:hover {
    border-left-width: 0px !important;
  }

  .\32xl\:hover\:border-t-18px:hover {
    border-top-width: 18px !important;
  }

  .\32xl\:hover\:border-r-18px:hover {
    border-right-width: 18px !important;
  }

  .\32xl\:hover\:border-b-18px:hover {
    border-bottom-width: 18px !important;
  }

  .\32xl\:hover\:border-l-18px:hover {
    border-left-width: 18px !important;
  }

  .group:hover .\32xl\:group-hover\:border-2 {
    border-width: 2px !important;
  }

  .group:hover .\32xl\:group-hover\:border-0px {
    border-width: 0px !important;
  }

  .group:hover .\32xl\:group-hover\:border-18px {
    border-width: 18px !important;
  }

  .group:hover .\32xl\:group-hover\:border-t-2 {
    border-top-width: 2px !important;
  }

  .group:hover .\32xl\:group-hover\:border-r-2 {
    border-right-width: 2px !important;
  }

  .group:hover .\32xl\:group-hover\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .group:hover .\32xl\:group-hover\:border-l-2 {
    border-left-width: 2px !important;
  }

  .group:hover .\32xl\:group-hover\:border-t-0px {
    border-top-width: 0px !important;
  }

  .group:hover .\32xl\:group-hover\:border-r-0px {
    border-right-width: 0px !important;
  }

  .group:hover .\32xl\:group-hover\:border-b-0px {
    border-bottom-width: 0px !important;
  }

  .group:hover .\32xl\:group-hover\:border-l-0px {
    border-left-width: 0px !important;
  }

  .group:hover .\32xl\:group-hover\:border-t-18px {
    border-top-width: 18px !important;
  }

  .group:hover .\32xl\:group-hover\:border-r-18px {
    border-right-width: 18px !important;
  }

  .group:hover .\32xl\:group-hover\:border-b-18px {
    border-bottom-width: 18px !important;
  }

  .group:hover .\32xl\:group-hover\:border-l-18px {
    border-left-width: 18px !important;
  }

  .\32xl\:box-border {
    box-sizing: border-box !important;
  }

  .\32xl\:box-content {
    box-sizing: content-box !important;
  }

  .\32xl\:cursor-auto {
    cursor: auto !important;
  }

  .\32xl\:cursor-default {
    cursor: default !important;
  }

  .\32xl\:cursor-pointer {
    cursor: pointer !important;
  }

  .\32xl\:cursor-wait {
    cursor: wait !important;
  }

  .\32xl\:cursor-text {
    cursor: text !important;
  }

  .\32xl\:cursor-move {
    cursor: move !important;
  }

  .\32xl\:cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .\32xl\:block {
    display: block !important;
  }

  .\32xl\:inline-block {
    display: inline-block !important;
  }

  .\32xl\:inline {
    display: inline !important;
  }

  .\32xl\:flex {
    display: flex !important;
  }

  .\32xl\:inline-flex {
    display: inline-flex !important;
  }

  .\32xl\:table {
    display: table !important;
  }

  .\32xl\:table-caption {
    display: table-caption !important;
  }

  .\32xl\:table-cell {
    display: table-cell !important;
  }

  .\32xl\:table-column {
    display: table-column !important;
  }

  .\32xl\:table-column-group {
    display: table-column-group !important;
  }

  .\32xl\:table-footer-group {
    display: table-footer-group !important;
  }

  .\32xl\:table-header-group {
    display: table-header-group !important;
  }

  .\32xl\:table-row-group {
    display: table-row-group !important;
  }

  .\32xl\:table-row {
    display: table-row !important;
  }

  .\32xl\:flow-root {
    display: flow-root !important;
  }

  .\32xl\:grid {
    display: grid !important;
  }

  .\32xl\:inline-grid {
    display: inline-grid !important;
  }

  .\32xl\:contents {
    display: contents !important;
  }

  .\32xl\:hidden {
    display: none !important;
  }

  .\32xl\:flex-row {
    flex-direction: row !important;
  }

  .\32xl\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .\32xl\:flex-col {
    flex-direction: column !important;
  }

  .\32xl\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .\32xl\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .\32xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .\32xl\:flex-no-wrap {
    flex-wrap: nowrap !important;
  }

  .\32xl\:place-items-auto {
    place-items: auto !important;
  }

  .\32xl\:place-items-start {
    place-items: start !important;
  }

  .\32xl\:place-items-end {
    place-items: end !important;
  }

  .\32xl\:place-items-center {
    place-items: center !important;
  }

  .\32xl\:place-items-stretch {
    place-items: stretch !important;
  }

  .\32xl\:place-content-center {
    place-content: center !important;
  }

  .\32xl\:place-content-start {
    place-content: start !important;
  }

  .\32xl\:place-content-end {
    place-content: end !important;
  }

  .\32xl\:place-content-between {
    place-content: space-between !important;
  }

  .\32xl\:place-content-around {
    place-content: space-around !important;
  }

  .\32xl\:place-content-evenly {
    place-content: space-evenly !important;
  }

  .\32xl\:place-content-stretch {
    place-content: stretch !important;
  }

  .\32xl\:place-self-auto {
    place-self: auto !important;
  }

  .\32xl\:place-self-start {
    place-self: start !important;
  }

  .\32xl\:place-self-end {
    place-self: end !important;
  }

  .\32xl\:place-self-center {
    place-self: center !important;
  }

  .\32xl\:place-self-stretch {
    place-self: stretch !important;
  }

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

  .\32xl\:items-end {
    align-items: flex-end !important;
  }

  .\32xl\:items-center {
    align-items: center !important;
  }

  .\32xl\:items-baseline {
    align-items: baseline !important;
  }

  .\32xl\:items-stretch {
    align-items: stretch !important;
  }

  .\32xl\:content-center {
    align-content: center !important;
  }

  .\32xl\:content-start {
    align-content: flex-start !important;
  }

  .\32xl\:content-end {
    align-content: flex-end !important;
  }

  .\32xl\:content-between {
    align-content: space-between !important;
  }

  .\32xl\:content-around {
    align-content: space-around !important;
  }

  .\32xl\:content-evenly {
    align-content: space-evenly !important;
  }

  .\32xl\:self-auto {
    align-self: auto !important;
  }

  .\32xl\:self-start {
    align-self: flex-start !important;
  }

  .\32xl\:self-end {
    align-self: flex-end !important;
  }

  .\32xl\:self-center {
    align-self: center !important;
  }

  .\32xl\:self-stretch {
    align-self: stretch !important;
  }

  .\32xl\:justify-items-auto {
    justify-items: auto !important;
  }

  .\32xl\:justify-items-start {
    justify-items: start !important;
  }

  .\32xl\:justify-items-end {
    justify-items: end !important;
  }

  .\32xl\:justify-items-center {
    justify-items: center !important;
  }

  .\32xl\:justify-items-stretch {
    justify-items: stretch !important;
  }

  .\32xl\:justify-start {
    justify-content: flex-start !important;
  }

  .\32xl\:justify-end {
    justify-content: flex-end !important;
  }

  .\32xl\:justify-center {
    justify-content: center !important;
  }

  .\32xl\:justify-between {
    justify-content: space-between !important;
  }

  .\32xl\:justify-around {
    justify-content: space-around !important;
  }

  .\32xl\:justify-evenly {
    justify-content: space-evenly !important;
  }

  .\32xl\:justify-self-auto {
    justify-self: auto !important;
  }

  .\32xl\:justify-self-start {
    justify-self: start !important;
  }

  .\32xl\:justify-self-end {
    justify-self: end !important;
  }

  .\32xl\:justify-self-center {
    justify-self: center !important;
  }

  .\32xl\:justify-self-stretch {
    justify-self: stretch !important;
  }

  .\32xl\:flex-1 {
    flex: 1 1 0% !important;
  }

  .\32xl\:flex-auto {
    flex: 1 1 auto !important;
  }

  .\32xl\:flex-initial {
    flex: 0 1 auto !important;
  }

  .\32xl\:flex-none {
    flex: none !important;
  }

  .\32xl\:flex-grow-0 {
    flex-grow: 0 !important;
  }

  .\32xl\:flex-grow {
    flex-grow: 1 !important;
  }

  .\32xl\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .\32xl\:flex-shrink {
    flex-shrink: 1 !important;
  }

  .\32xl\:order-1 {
    order: 1 !important;
  }

  .\32xl\:order-2 {
    order: 2 !important;
  }

  .\32xl\:order-3 {
    order: 3 !important;
  }

  .\32xl\:order-4 {
    order: 4 !important;
  }

  .\32xl\:order-5 {
    order: 5 !important;
  }

  .\32xl\:order-6 {
    order: 6 !important;
  }

  .\32xl\:order-7 {
    order: 7 !important;
  }

  .\32xl\:order-8 {
    order: 8 !important;
  }

  .\32xl\:order-9 {
    order: 9 !important;
  }

  .\32xl\:order-10 {
    order: 10 !important;
  }

  .\32xl\:order-11 {
    order: 11 !important;
  }

  .\32xl\:order-12 {
    order: 12 !important;
  }

  .\32xl\:order-first {
    order: -9999 !important;
  }

  .\32xl\:order-last {
    order: 9999 !important;
  }

  .\32xl\:order-none {
    order: 0 !important;
  }

  .\32xl\:float-right {
    float: right !important;
  }

  .\32xl\:float-left {
    float: left !important;
  }

  .\32xl\:float-none {
    float: none !important;
  }

  .\32xl\:clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .\32xl\:clear-left {
    clear: left !important;
  }

  .\32xl\:clear-right {
    clear: right !important;
  }

  .\32xl\:clear-both {
    clear: both !important;
  }

  .\32xl\:clear-none {
    clear: none !important;
  }

  .\32xl\:font-body {
    font-family: Montserrat, sans-serif !important;
  }

  .\32xl\:font-hairline {
    font-weight: 100 !important;
  }

  .\32xl\:font-thin {
    font-weight: 200 !important;
  }

  .\32xl\:font-light {
    font-weight: 300 !important;
  }

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

  .\32xl\:font-medium {
    font-weight: 500 !important;
  }

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

  .\32xl\:font-bold {
    font-weight: 700 !important;
  }

  .\32xl\:font-extrabold {
    font-weight: 800 !important;
  }

  .\32xl\:font-black {
    font-weight: 900 !important;
  }

  .\32xl\:hover\:font-hairline:hover {
    font-weight: 100 !important;
  }

  .\32xl\:hover\:font-thin:hover {
    font-weight: 200 !important;
  }

  .\32xl\:hover\:font-light:hover {
    font-weight: 300 !important;
  }

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

  .\32xl\:hover\:font-medium:hover {
    font-weight: 500 !important;
  }

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

  .\32xl\:hover\:font-bold:hover {
    font-weight: 700 !important;
  }

  .\32xl\:hover\:font-extrabold:hover {
    font-weight: 800 !important;
  }

  .\32xl\:hover\:font-black:hover {
    font-weight: 900 !important;
  }

  .\32xl\:focus\:font-hairline:focus {
    font-weight: 100 !important;
  }

  .\32xl\:focus\:font-thin:focus {
    font-weight: 200 !important;
  }

  .\32xl\:focus\:font-light:focus {
    font-weight: 300 !important;
  }

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

  .\32xl\:focus\:font-medium:focus {
    font-weight: 500 !important;
  }

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

  .\32xl\:focus\:font-bold:focus {
    font-weight: 700 !important;
  }

  .\32xl\:focus\:font-extrabold:focus {
    font-weight: 800 !important;
  }

  .\32xl\:focus\:font-black:focus {
    font-weight: 900 !important;
  }

  .\32xl\:h-0 {
    height: 0 !important;
  }

  .\32xl\:h-1 {
    height: 0.25rem !important;
  }

  .\32xl\:h-2 {
    height: 0.5rem !important;
  }

  .\32xl\:h-3 {
    height: 0.75rem !important;
  }

  .\32xl\:h-4 {
    height: 1rem !important;
  }

  .\32xl\:h-5 {
    height: 1.25rem !important;
  }

  .\32xl\:h-6 {
    height: 1.5rem !important;
  }

  .\32xl\:h-8 {
    height: 2rem !important;
  }

  .\32xl\:h-9 {
    height: 2.5rem !important;
  }

  .\32xl\:h-10 {
    height: 2.5rem !important;
  }

  .\32xl\:h-12 {
    height: 3rem !important;
  }

  .\32xl\:h-14 {
    height: 3.5rem !important;
  }

  .\32xl\:h-16 {
    height: 4rem !important;
  }

  .\32xl\:h-18 {
    height: 4.5rem !important;
  }

  .\32xl\:h-20 {
    height: 5rem !important;
  }

  .\32xl\:h-22 {
    height: 5.626rem !important;
  }

  .\32xl\:h-24 {
    height: 6rem !important;
  }

  .\32xl\:h-26 {
    height: 6.25rem !important;
  }

  .\32xl\:h-28 {
    height: 7rem !important;
  }

  .\32xl\:h-32 {
    height: 8rem !important;
  }

  .\32xl\:h-34 {
    height: 8.5rem !important;
  }

  .\32xl\:h-38 {
    height: 9.25rem !important;
  }

  .\32xl\:h-40 {
    height: 10rem !important;
  }

  .\32xl\:h-46 {
    height: 11.75rem !important;
  }

  .\32xl\:h-48 {
    height: 12rem !important;
  }

  .\32xl\:h-56 {
    height: 14rem !important;
  }

  .\32xl\:h-64 {
    height: 16rem !important;
  }

  .\32xl\:h-82 {
    height: 20.75rem !important;
  }

  .\32xl\:h-auto {
    height: auto !important;
  }

  .\32xl\:h-px {
    height: 1px !important;
  }

  .\32xl\:h-tiny {
    height: 0.3rem !important;
  }

  .\32xl\:h-quick-links {
    height: 26% !important;
  }

  .\32xl\:h-pro-slid {
    height: 48% !important;
  }

  .\32xl\:h-62p {
    height: 62% !important;
  }

  .\32xl\:h-90p {
    height: 90% !important;
  }

  .\32xl\:h-x-large {
    height: 27.5rem !important;
  }

  .\32xl\:h-2px {
    height: 0.125rem !important;
  }

  .\32xl\:h-9px {
    height: 0.5625rem !important;
  }

  .\32xl\:h-10px {
    height: 0.625rem !important;
  }

  .\32xl\:h-18px {
    height: 1.125rem !important;
  }

  .\32xl\:h-20px {
    height: 1.25rem !important;
  }

  .\32xl\:h-24px {
    height: 1.5rem !important;
  }

  .\32xl\:h-26px {
    height: 1.625rem !important;
  }

  .\32xl\:h-30px {
    height: 1.875rem !important;
  }

  .\32xl\:h-38px {
    height: 2.375rem !important;
  }

  .\32xl\:h-43px {
    height: 2.6875rem !important;
  }

  .\32xl\:h-44px {
    height: 2.75rem !important;
  }

  .\32xl\:h-46px {
    height: 2.875rem !important;
  }

  .\32xl\:h-53px {
    height: 3.3125rem !important;
  }

  .\32xl\:h-54px {
    height: 3.375rem !important;
  }

  .\32xl\:h-55px {
    height: 3.4375rem !important;
  }

  .\32xl\:h-60px {
    height: 3.75rem !important;
  }

  .\32xl\:h-67px {
    height: 4.1875rem !important;
  }

  .\32xl\:h-73px {
    height: 4.5625rem !important;
  }

  .\32xl\:h-80px {
    height: 5rem !important;
  }

  .\32xl\:h-81px {
    height: 5.0625rem !important;
  }

  .\32xl\:h-85px {
    height: 5.3125rem !important;
  }

  .\32xl\:h-92px {
    height: 5.75rem !important;
  }

  .\32xl\:h-100px {
    height: 6.25rem !important;
  }

  .\32xl\:h-106px {
    height: 6.625rem !important;
  }

  .\32xl\:h-123px {
    height: 7.6875rem !important;
  }

  .\32xl\:h-126px {
    height: 7.875rem !important;
  }

  .\32xl\:h-138px {
    height: 8.625rem !important;
  }

  .\32xl\:h-140px {
    height: 8.75rem !important;
  }

  .\32xl\:h-146px {
    height: 9.125rem !important;
  }

  .\32xl\:h-152px {
    height: 9.5rem !important;
  }

  .\32xl\:h-187px {
    height: 11.6875rem !important;
  }

  .\32xl\:h-220px {
    height: 13.75rem !important;
  }

  .\32xl\:h-253px {
    height: 15.8125rem !important;
  }

  .\32xl\:h-320px {
    height: 20rem !important;
  }

  .\32xl\:h-400px {
    height: 25rem !important;
  }

  .\32xl\:h-500px {
    height: 31.25rem !important;
  }

  .\32xl\:h-lgPaddingTop {
    height: 15.8125rem !important;
  }

  .\32xl\:h-phonePaddingTop {
    height: 9.875rem !important;
  }

  .\32xl\:h-tabletPaddingTop {
    height: 6.625rem !important;
  }

  .\32xl\:h-largePaddingTop {
    height: 13.75rem !important;
  }

  .\32xl\:h-phoneTextContentMaxWidth {
    height: 57.0625rem !important;
  }

  .\32xl\:h-phoneTextContentWidth {
    height: 63% !important;
  }

  .\32xl\:h-phoneBlockContentWidth {
    height: 71.625rem !important;
  }

  .\32xl\:h-tabletTextContentMaxWidth {
    height: 57.0625rem !important;
  }

  .\32xl\:h-tabletTextContentWidth {
    height: 63% !important;
  }

  .\32xl\:h-tabletBlockContentWidth {
    height: 71.625rem !important;
  }

  .\32xl\:h-largeTextContentMaxWidth {
    height: 57.0625rem !important;
  }

  .\32xl\:h-largeTextContentWidth {
    height: 63% !important;
  }

  .\32xl\:h-largeBlockContentWidth {
    height: 71.625rem !important;
  }

  .\32xl\:h-full {
    height: 100% !important;
  }

  .\32xl\:h-screen {
    height: 100vh !important;
  }

  .\32xl\:text-20 {
    font-size: 1.25rem !important;
  }

  .\32xl\:text-22 {
    font-size: 1.375rem !important;
  }

  .\32xl\:text-24 {
    font-size: 1.5rem !important;
  }

  .\32xl\:text-26 {
    font-size: 1.625rem !important;
  }

  .\32xl\:text-28 {
    font-size: 1.75rem !important;
  }

  .\32xl\:text-30 {
    font-size: 1.875rem !important;
  }

  .\32xl\:text-32 {
    font-size: 2rem !important;
  }

  .\32xl\:text-34 {
    font-size: 2.125rem !important;
  }

  .\32xl\:text-36 {
    font-size: 2.25rem !important;
  }

  .\32xl\:text-38 {
    font-size: 2.375rem !important;
  }

  .\32xl\:text-40 {
    font-size: 2.5rem !important;
  }

  .\32xl\:text-44 {
    font-size: 2.75rem !important;
  }

  .\32xl\:text-46 {
    font-size: 2.875rem !important;
  }

  .\32xl\:text-50 {
    font-size: 3.125rem !important;
  }

  .\32xl\:text-52 {
    font-size: 3.25rem !important;
  }

  .\32xl\:text-55 {
    font-size: 3.4375rem !important;
  }

  .\32xl\:text-60 {
    font-size: 3.75rem !important;
  }

  .\32xl\:text-64 {
    font-size: 4rem !important;
  }

  .\32xl\:text-66 {
    font-size: 4.125rem !important;
  }

  .\32xl\:text-70 {
    font-size: 4.375rem !important;
  }

  .\32xl\:text-80 {
    font-size: 5rem !important;
  }

  .\32xl\:text-100 {
    font-size: 6.25rem !important;
  }

  .\32xl\:text-xs {
    font-size: 0.75rem !important;
  }

  .\32xl\:text-sm {
    font-size: 0.875rem !important;
  }

  .\32xl\:text-base {
    font-size: 1rem !important;
  }

  .\32xl\:text-lg {
    font-size: 1.125rem !important;
  }

  .\32xl\:text-xl {
    font-size: 1.1875rem !important;
  }

  .\32xl\:leading-3 {
    line-height: .75rem !important;
  }

  .\32xl\:leading-4 {
    line-height: 1rem !important;
  }

  .\32xl\:leading-5 {
    line-height: 1.25rem !important;
  }

  .\32xl\:leading-6 {
    line-height: 1.5rem !important;
  }

  .\32xl\:leading-7 {
    line-height: 1.75rem !important;
  }

  .\32xl\:leading-8 {
    line-height: 2rem !important;
  }

  .\32xl\:leading-9 {
    line-height: 2.25rem !important;
  }

  .\32xl\:leading-10 {
    line-height: 2.5rem !important;
  }

  .\32xl\:leading-none {
    line-height: 1 !important;
  }

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

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

  .\32xl\:leading-normal {
    line-height: 1.5 !important;
  }

  .\32xl\:leading-relaxed {
    line-height: 1.625 !important;
  }

  .\32xl\:leading-loose {
    line-height: 2 !important;
  }

  .\32xl\:list-inside {
    list-style-position: inside !important;
  }

  .\32xl\:list-outside {
    list-style-position: outside !important;
  }

  .\32xl\:list-none {
    list-style-type: none !important;
  }

  .\32xl\:list-disc {
    list-style-type: disc !important;
  }

  .\32xl\:list-decimal {
    list-style-type: decimal !important;
  }

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

  .\32xl\:m-1 {
    margin: 0.25rem !important;
  }

  .\32xl\:m-2 {
    margin: 0.5rem !important;
  }

  .\32xl\:m-3 {
    margin: 0.75rem !important;
  }

  .\32xl\:m-4 {
    margin: 1rem !important;
  }

  .\32xl\:m-5 {
    margin: 1.25rem !important;
  }

  .\32xl\:m-6 {
    margin: 1.5rem !important;
  }

  .\32xl\:m-8 {
    margin: 2rem !important;
  }

  .\32xl\:m-9 {
    margin: 2.5rem !important;
  }

  .\32xl\:m-10 {
    margin: 2.5rem !important;
  }

  .\32xl\:m-12 {
    margin: 3rem !important;
  }

  .\32xl\:m-14 {
    margin: 3.5rem !important;
  }

  .\32xl\:m-16 {
    margin: 4rem !important;
  }

  .\32xl\:m-18 {
    margin: 4.5rem !important;
  }

  .\32xl\:m-20 {
    margin: 5rem !important;
  }

  .\32xl\:m-22 {
    margin: 5.626rem !important;
  }

  .\32xl\:m-24 {
    margin: 6rem !important;
  }

  .\32xl\:m-26 {
    margin: 6.25rem !important;
  }

  .\32xl\:m-28 {
    margin: 7rem !important;
  }

  .\32xl\:m-32 {
    margin: 8rem !important;
  }

  .\32xl\:m-34 {
    margin: 8.5rem !important;
  }

  .\32xl\:m-38 {
    margin: 9.25rem !important;
  }

  .\32xl\:m-40 {
    margin: 10rem !important;
  }

  .\32xl\:m-46 {
    margin: 11.75rem !important;
  }

  .\32xl\:m-48 {
    margin: 12rem !important;
  }

  .\32xl\:m-56 {
    margin: 14rem !important;
  }

  .\32xl\:m-64 {
    margin: 16rem !important;
  }

  .\32xl\:m-82 {
    margin: 20.75rem !important;
  }

  .\32xl\:m-auto {
    margin: auto !important;
  }

  .\32xl\:m-px {
    margin: 1px !important;
  }

  .\32xl\:m-tiny {
    margin: 0.3rem !important;
  }

  .\32xl\:m-quick-links {
    margin: 26% !important;
  }

  .\32xl\:m-pro-slid {
    margin: 48% !important;
  }

  .\32xl\:m-62p {
    margin: 62% !important;
  }

  .\32xl\:m-90p {
    margin: 90% !important;
  }

  .\32xl\:m-x-large {
    margin: 27.5rem !important;
  }

  .\32xl\:m-2px {
    margin: 0.125rem !important;
  }

  .\32xl\:m-9px {
    margin: 0.5625rem !important;
  }

  .\32xl\:m-10px {
    margin: 0.625rem !important;
  }

  .\32xl\:m-18px {
    margin: 1.125rem !important;
  }

  .\32xl\:m-20px {
    margin: 1.25rem !important;
  }

  .\32xl\:m-24px {
    margin: 1.5rem !important;
  }

  .\32xl\:m-26px {
    margin: 1.625rem !important;
  }

  .\32xl\:m-30px {
    margin: 1.875rem !important;
  }

  .\32xl\:m-38px {
    margin: 2.375rem !important;
  }

  .\32xl\:m-43px {
    margin: 2.6875rem !important;
  }

  .\32xl\:m-44px {
    margin: 2.75rem !important;
  }

  .\32xl\:m-46px {
    margin: 2.875rem !important;
  }

  .\32xl\:m-53px {
    margin: 3.3125rem !important;
  }

  .\32xl\:m-54px {
    margin: 3.375rem !important;
  }

  .\32xl\:m-55px {
    margin: 3.4375rem !important;
  }

  .\32xl\:m-60px {
    margin: 3.75rem !important;
  }

  .\32xl\:m-67px {
    margin: 4.1875rem !important;
  }

  .\32xl\:m-73px {
    margin: 4.5625rem !important;
  }

  .\32xl\:m-80px {
    margin: 5rem !important;
  }

  .\32xl\:m-81px {
    margin: 5.0625rem !important;
  }

  .\32xl\:m-85px {
    margin: 5.3125rem !important;
  }

  .\32xl\:m-92px {
    margin: 5.75rem !important;
  }

  .\32xl\:m-100px {
    margin: 6.25rem !important;
  }

  .\32xl\:m-106px {
    margin: 6.625rem !important;
  }

  .\32xl\:m-123px {
    margin: 7.6875rem !important;
  }

  .\32xl\:m-126px {
    margin: 7.875rem !important;
  }

  .\32xl\:m-138px {
    margin: 8.625rem !important;
  }

  .\32xl\:m-140px {
    margin: 8.75rem !important;
  }

  .\32xl\:m-146px {
    margin: 9.125rem !important;
  }

  .\32xl\:m-152px {
    margin: 9.5rem !important;
  }

  .\32xl\:m-187px {
    margin: 11.6875rem !important;
  }

  .\32xl\:m-220px {
    margin: 13.75rem !important;
  }

  .\32xl\:m-253px {
    margin: 15.8125rem !important;
  }

  .\32xl\:m-320px {
    margin: 20rem !important;
  }

  .\32xl\:m-400px {
    margin: 25rem !important;
  }

  .\32xl\:m-500px {
    margin: 31.25rem !important;
  }

  .\32xl\:m-lgPaddingTop {
    margin: 15.8125rem !important;
  }

  .\32xl\:m-phonePaddingTop {
    margin: 9.875rem !important;
  }

  .\32xl\:m-tabletPaddingTop {
    margin: 6.625rem !important;
  }

  .\32xl\:m-largePaddingTop {
    margin: 13.75rem !important;
  }

  .\32xl\:m-phoneTextContentMaxWidth {
    margin: 57.0625rem !important;
  }

  .\32xl\:m-phoneTextContentWidth {
    margin: 63% !important;
  }

  .\32xl\:m-phoneBlockContentWidth {
    margin: 71.625rem !important;
  }

  .\32xl\:m-tabletTextContentMaxWidth {
    margin: 57.0625rem !important;
  }

  .\32xl\:m-tabletTextContentWidth {
    margin: 63% !important;
  }

  .\32xl\:m-tabletBlockContentWidth {
    margin: 71.625rem !important;
  }

  .\32xl\:m-largeTextContentMaxWidth {
    margin: 57.0625rem !important;
  }

  .\32xl\:m-largeTextContentWidth {
    margin: 63% !important;
  }

  .\32xl\:m-largeBlockContentWidth {
    margin: 71.625rem !important;
  }

  .\32xl\:-m-1 {
    margin: -0.25rem !important;
  }

  .\32xl\:-m-2 {
    margin: -0.5rem !important;
  }

  .\32xl\:-m-3 {
    margin: -0.75rem !important;
  }

  .\32xl\:-m-4 {
    margin: -1rem !important;
  }

  .\32xl\:-m-5 {
    margin: -1.25rem !important;
  }

  .\32xl\:-m-6 {
    margin: -1.5rem !important;
  }

  .\32xl\:-m-8 {
    margin: -2rem !important;
  }

  .\32xl\:-m-9 {
    margin: -2.5rem !important;
  }

  .\32xl\:-m-10 {
    margin: -2.5rem !important;
  }

  .\32xl\:-m-12 {
    margin: -3rem !important;
  }

  .\32xl\:-m-14 {
    margin: -3.5rem !important;
  }

  .\32xl\:-m-16 {
    margin: -4rem !important;
  }

  .\32xl\:-m-18 {
    margin: -4.5rem !important;
  }

  .\32xl\:-m-20 {
    margin: -5rem !important;
  }

  .\32xl\:-m-22 {
    margin: -5.626rem !important;
  }

  .\32xl\:-m-24 {
    margin: -6rem !important;
  }

  .\32xl\:-m-26 {
    margin: -6.25rem !important;
  }

  .\32xl\:-m-28 {
    margin: -7rem !important;
  }

  .\32xl\:-m-32 {
    margin: -8rem !important;
  }

  .\32xl\:-m-34 {
    margin: -8.5rem !important;
  }

  .\32xl\:-m-38 {
    margin: -9.25rem !important;
  }

  .\32xl\:-m-40 {
    margin: -10rem !important;
  }

  .\32xl\:-m-46 {
    margin: -11.75rem !important;
  }

  .\32xl\:-m-48 {
    margin: -12rem !important;
  }

  .\32xl\:-m-56 {
    margin: -14rem !important;
  }

  .\32xl\:-m-64 {
    margin: -16rem !important;
  }

  .\32xl\:-m-82 {
    margin: -20.75rem !important;
  }

  .\32xl\:-m-px {
    margin: -1px !important;
  }

  .\32xl\:-m-tiny {
    margin: -0.3rem !important;
  }

  .\32xl\:-m-quick-links {
    margin: -26% !important;
  }

  .\32xl\:-m-pro-slid {
    margin: -48% !important;
  }

  .\32xl\:-m-62p {
    margin: -62% !important;
  }

  .\32xl\:-m-90p {
    margin: -90% !important;
  }

  .\32xl\:-m-x-large {
    margin: -27.5rem !important;
  }

  .\32xl\:-m-2px {
    margin: -0.125rem !important;
  }

  .\32xl\:-m-9px {
    margin: -0.5625rem !important;
  }

  .\32xl\:-m-10px {
    margin: -0.625rem !important;
  }

  .\32xl\:-m-18px {
    margin: -1.125rem !important;
  }

  .\32xl\:-m-20px {
    margin: -1.25rem !important;
  }

  .\32xl\:-m-24px {
    margin: -1.5rem !important;
  }

  .\32xl\:-m-26px {
    margin: -1.625rem !important;
  }

  .\32xl\:-m-30px {
    margin: -1.875rem !important;
  }

  .\32xl\:-m-38px {
    margin: -2.375rem !important;
  }

  .\32xl\:-m-43px {
    margin: -2.6875rem !important;
  }

  .\32xl\:-m-44px {
    margin: -2.75rem !important;
  }

  .\32xl\:-m-46px {
    margin: -2.875rem !important;
  }

  .\32xl\:-m-53px {
    margin: -3.3125rem !important;
  }

  .\32xl\:-m-54px {
    margin: -3.375rem !important;
  }

  .\32xl\:-m-55px {
    margin: -3.4375rem !important;
  }

  .\32xl\:-m-60px {
    margin: -3.75rem !important;
  }

  .\32xl\:-m-67px {
    margin: -4.1875rem !important;
  }

  .\32xl\:-m-73px {
    margin: -4.5625rem !important;
  }

  .\32xl\:-m-80px {
    margin: -5rem !important;
  }

  .\32xl\:-m-81px {
    margin: -5.0625rem !important;
  }

  .\32xl\:-m-85px {
    margin: -5.3125rem !important;
  }

  .\32xl\:-m-92px {
    margin: -5.75rem !important;
  }

  .\32xl\:-m-100px {
    margin: -6.25rem !important;
  }

  .\32xl\:-m-106px {
    margin: -6.625rem !important;
  }

  .\32xl\:-m-123px {
    margin: -7.6875rem !important;
  }

  .\32xl\:-m-126px {
    margin: -7.875rem !important;
  }

  .\32xl\:-m-138px {
    margin: -8.625rem !important;
  }

  .\32xl\:-m-140px {
    margin: -8.75rem !important;
  }

  .\32xl\:-m-146px {
    margin: -9.125rem !important;
  }

  .\32xl\:-m-152px {
    margin: -9.5rem !important;
  }

  .\32xl\:-m-187px {
    margin: -11.6875rem !important;
  }

  .\32xl\:-m-220px {
    margin: -13.75rem !important;
  }

  .\32xl\:-m-253px {
    margin: -15.8125rem !important;
  }

  .\32xl\:-m-320px {
    margin: -20rem !important;
  }

  .\32xl\:-m-400px {
    margin: -25rem !important;
  }

  .\32xl\:-m-500px {
    margin: -31.25rem !important;
  }

  .\32xl\:-m-lgPaddingTop {
    margin: -15.8125rem !important;
  }

  .\32xl\:-m-phonePaddingTop {
    margin: -9.875rem !important;
  }

  .\32xl\:-m-tabletPaddingTop {
    margin: -6.625rem !important;
  }

  .\32xl\:-m-largePaddingTop {
    margin: -13.75rem !important;
  }

  .\32xl\:-m-phoneTextContentMaxWidth {
    margin: -57.0625rem !important;
  }

  .\32xl\:-m-phoneTextContentWidth {
    margin: -63% !important;
  }

  .\32xl\:-m-phoneBlockContentWidth {
    margin: -71.625rem !important;
  }

  .\32xl\:-m-tabletTextContentMaxWidth {
    margin: -57.0625rem !important;
  }

  .\32xl\:-m-tabletTextContentWidth {
    margin: -63% !important;
  }

  .\32xl\:-m-tabletBlockContentWidth {
    margin: -71.625rem !important;
  }

  .\32xl\:-m-largeTextContentMaxWidth {
    margin: -57.0625rem !important;
  }

  .\32xl\:-m-largeTextContentWidth {
    margin: -63% !important;
  }

  .\32xl\:-m-largeBlockContentWidth {
    margin: -71.625rem !important;
  }

  .\32xl\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .\32xl\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .\32xl\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .\32xl\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .\32xl\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .\32xl\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .\32xl\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .\32xl\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .\32xl\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .\32xl\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .\32xl\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .\32xl\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .\32xl\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .\32xl\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .\32xl\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .\32xl\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .\32xl\:my-9 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .\32xl\:mx-9 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .\32xl\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .\32xl\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .\32xl\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .\32xl\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .\32xl\:my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .\32xl\:mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .\32xl\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .\32xl\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .\32xl\:my-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .\32xl\:mx-18 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }

  .\32xl\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .\32xl\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .\32xl\:my-22 {
    margin-top: 5.626rem !important;
    margin-bottom: 5.626rem !important;
  }

  .\32xl\:mx-22 {
    margin-left: 5.626rem !important;
    margin-right: 5.626rem !important;
  }

  .\32xl\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .\32xl\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .\32xl\:my-26 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }

  .\32xl\:mx-26 {
    margin-left: 6.25rem !important;
    margin-right: 6.25rem !important;
  }

  .\32xl\:my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .\32xl\:mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .\32xl\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .\32xl\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .\32xl\:my-34 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }

  .\32xl\:mx-34 {
    margin-left: 8.5rem !important;
    margin-right: 8.5rem !important;
  }

  .\32xl\:my-38 {
    margin-top: 9.25rem !important;
    margin-bottom: 9.25rem !important;
  }

  .\32xl\:mx-38 {
    margin-left: 9.25rem !important;
    margin-right: 9.25rem !important;
  }

  .\32xl\:my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .\32xl\:mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .\32xl\:my-46 {
    margin-top: 11.75rem !important;
    margin-bottom: 11.75rem !important;
  }

  .\32xl\:mx-46 {
    margin-left: 11.75rem !important;
    margin-right: 11.75rem !important;
  }

  .\32xl\:my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .\32xl\:mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .\32xl\:my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .\32xl\:mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .\32xl\:my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .\32xl\:mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .\32xl\:my-82 {
    margin-top: 20.75rem !important;
    margin-bottom: 20.75rem !important;
  }

  .\32xl\:mx-82 {
    margin-left: 20.75rem !important;
    margin-right: 20.75rem !important;
  }

  .\32xl\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .\32xl\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .\32xl\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .\32xl\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .\32xl\:my-tiny {
    margin-top: 0.3rem !important;
    margin-bottom: 0.3rem !important;
  }

  .\32xl\:mx-tiny {
    margin-left: 0.3rem !important;
    margin-right: 0.3rem !important;
  }

  .\32xl\:my-quick-links {
    margin-top: 26% !important;
    margin-bottom: 26% !important;
  }

  .\32xl\:mx-quick-links {
    margin-left: 26% !important;
    margin-right: 26% !important;
  }

  .\32xl\:my-pro-slid {
    margin-top: 48% !important;
    margin-bottom: 48% !important;
  }

  .\32xl\:mx-pro-slid {
    margin-left: 48% !important;
    margin-right: 48% !important;
  }

  .\32xl\:my-62p {
    margin-top: 62% !important;
    margin-bottom: 62% !important;
  }

  .\32xl\:mx-62p {
    margin-left: 62% !important;
    margin-right: 62% !important;
  }

  .\32xl\:my-90p {
    margin-top: 90% !important;
    margin-bottom: 90% !important;
  }

  .\32xl\:mx-90p {
    margin-left: 90% !important;
    margin-right: 90% !important;
  }

  .\32xl\:my-x-large {
    margin-top: 27.5rem !important;
    margin-bottom: 27.5rem !important;
  }

  .\32xl\:mx-x-large {
    margin-left: 27.5rem !important;
    margin-right: 27.5rem !important;
  }

  .\32xl\:my-2px {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .\32xl\:mx-2px {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .\32xl\:my-9px {
    margin-top: 0.5625rem !important;
    margin-bottom: 0.5625rem !important;
  }

  .\32xl\:mx-9px {
    margin-left: 0.5625rem !important;
    margin-right: 0.5625rem !important;
  }

  .\32xl\:my-10px {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .\32xl\:mx-10px {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .\32xl\:my-18px {
    margin-top: 1.125rem !important;
    margin-bottom: 1.125rem !important;
  }

  .\32xl\:mx-18px {
    margin-left: 1.125rem !important;
    margin-right: 1.125rem !important;
  }

  .\32xl\:my-20px {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .\32xl\:mx-20px {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .\32xl\:my-24px {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .\32xl\:mx-24px {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .\32xl\:my-26px {
    margin-top: 1.625rem !important;
    margin-bottom: 1.625rem !important;
  }

  .\32xl\:mx-26px {
    margin-left: 1.625rem !important;
    margin-right: 1.625rem !important;
  }

  .\32xl\:my-30px {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }

  .\32xl\:mx-30px {
    margin-left: 1.875rem !important;
    margin-right: 1.875rem !important;
  }

  .\32xl\:my-38px {
    margin-top: 2.375rem !important;
    margin-bottom: 2.375rem !important;
  }

  .\32xl\:mx-38px {
    margin-left: 2.375rem !important;
    margin-right: 2.375rem !important;
  }

  .\32xl\:my-43px {
    margin-top: 2.6875rem !important;
    margin-bottom: 2.6875rem !important;
  }

  .\32xl\:mx-43px {
    margin-left: 2.6875rem !important;
    margin-right: 2.6875rem !important;
  }

  .\32xl\:my-44px {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .\32xl\:mx-44px {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .\32xl\:my-46px {
    margin-top: 2.875rem !important;
    margin-bottom: 2.875rem !important;
  }

  .\32xl\:mx-46px {
    margin-left: 2.875rem !important;
    margin-right: 2.875rem !important;
  }

  .\32xl\:my-53px {
    margin-top: 3.3125rem !important;
    margin-bottom: 3.3125rem !important;
  }

  .\32xl\:mx-53px {
    margin-left: 3.3125rem !important;
    margin-right: 3.3125rem !important;
  }

  .\32xl\:my-54px {
    margin-top: 3.375rem !important;
    margin-bottom: 3.375rem !important;
  }

  .\32xl\:mx-54px {
    margin-left: 3.375rem !important;
    margin-right: 3.375rem !important;
  }

  .\32xl\:my-55px {
    margin-top: 3.4375rem !important;
    margin-bottom: 3.4375rem !important;
  }

  .\32xl\:mx-55px {
    margin-left: 3.4375rem !important;
    margin-right: 3.4375rem !important;
  }

  .\32xl\:my-60px {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }

  .\32xl\:mx-60px {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important;
  }

  .\32xl\:my-67px {
    margin-top: 4.1875rem !important;
    margin-bottom: 4.1875rem !important;
  }

  .\32xl\:mx-67px {
    margin-left: 4.1875rem !important;
    margin-right: 4.1875rem !important;
  }

  .\32xl\:my-73px {
    margin-top: 4.5625rem !important;
    margin-bottom: 4.5625rem !important;
  }

  .\32xl\:mx-73px {
    margin-left: 4.5625rem !important;
    margin-right: 4.5625rem !important;
  }

  .\32xl\:my-80px {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .\32xl\:mx-80px {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .\32xl\:my-81px {
    margin-top: 5.0625rem !important;
    margin-bottom: 5.0625rem !important;
  }

  .\32xl\:mx-81px {
    margin-left: 5.0625rem !important;
    margin-right: 5.0625rem !important;
  }

  .\32xl\:my-85px {
    margin-top: 5.3125rem !important;
    margin-bottom: 5.3125rem !important;
  }

  .\32xl\:mx-85px {
    margin-left: 5.3125rem !important;
    margin-right: 5.3125rem !important;
  }

  .\32xl\:my-92px {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }

  .\32xl\:mx-92px {
    margin-left: 5.75rem !important;
    margin-right: 5.75rem !important;
  }

  .\32xl\:my-100px {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }

  .\32xl\:mx-100px {
    margin-left: 6.25rem !important;
    margin-right: 6.25rem !important;
  }

  .\32xl\:my-106px {
    margin-top: 6.625rem !important;
    margin-bottom: 6.625rem !important;
  }

  .\32xl\:mx-106px {
    margin-left: 6.625rem !important;
    margin-right: 6.625rem !important;
  }

  .\32xl\:my-123px {
    margin-top: 7.6875rem !important;
    margin-bottom: 7.6875rem !important;
  }

  .\32xl\:mx-123px {
    margin-left: 7.6875rem !important;
    margin-right: 7.6875rem !important;
  }

  .\32xl\:my-126px {
    margin-top: 7.875rem !important;
    margin-bottom: 7.875rem !important;
  }

  .\32xl\:mx-126px {
    margin-left: 7.875rem !important;
    margin-right: 7.875rem !important;
  }

  .\32xl\:my-138px {
    margin-top: 8.625rem !important;
    margin-bottom: 8.625rem !important;
  }

  .\32xl\:mx-138px {
    margin-left: 8.625rem !important;
    margin-right: 8.625rem !important;
  }

  .\32xl\:my-140px {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }

  .\32xl\:mx-140px {
    margin-left: 8.75rem !important;
    margin-right: 8.75rem !important;
  }

  .\32xl\:my-146px {
    margin-top: 9.125rem !important;
    margin-bottom: 9.125rem !important;
  }

  .\32xl\:mx-146px {
    margin-left: 9.125rem !important;
    margin-right: 9.125rem !important;
  }

  .\32xl\:my-152px {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }

  .\32xl\:mx-152px {
    margin-left: 9.5rem !important;
    margin-right: 9.5rem !important;
  }

  .\32xl\:my-187px {
    margin-top: 11.6875rem !important;
    margin-bottom: 11.6875rem !important;
  }

  .\32xl\:mx-187px {
    margin-left: 11.6875rem !important;
    margin-right: 11.6875rem !important;
  }

  .\32xl\:my-220px {
    margin-top: 13.75rem !important;
    margin-bottom: 13.75rem !important;
  }

  .\32xl\:mx-220px {
    margin-left: 13.75rem !important;
    margin-right: 13.75rem !important;
  }

  .\32xl\:my-253px {
    margin-top: 15.8125rem !important;
    margin-bottom: 15.8125rem !important;
  }

  .\32xl\:mx-253px {
    margin-left: 15.8125rem !important;
    margin-right: 15.8125rem !important;
  }

  .\32xl\:my-320px {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .\32xl\:mx-320px {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .\32xl\:my-400px {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }

  .\32xl\:mx-400px {
    margin-left: 25rem !important;
    margin-right: 25rem !important;
  }

  .\32xl\:my-500px {
    margin-top: 31.25rem !important;
    margin-bottom: 31.25rem !important;
  }

  .\32xl\:mx-500px {
    margin-left: 31.25rem !important;
    margin-right: 31.25rem !important;
  }

  .\32xl\:my-lgPaddingTop {
    margin-top: 15.8125rem !important;
    margin-bottom: 15.8125rem !important;
  }

  .\32xl\:mx-lgPaddingTop {
    margin-left: 15.8125rem !important;
    margin-right: 15.8125rem !important;
  }

  .\32xl\:my-phonePaddingTop {
    margin-top: 9.875rem !important;
    margin-bottom: 9.875rem !important;
  }

  .\32xl\:mx-phonePaddingTop {
    margin-left: 9.875rem !important;
    margin-right: 9.875rem !important;
  }

  .\32xl\:my-tabletPaddingTop {
    margin-top: 6.625rem !important;
    margin-bottom: 6.625rem !important;
  }

  .\32xl\:mx-tabletPaddingTop {
    margin-left: 6.625rem !important;
    margin-right: 6.625rem !important;
  }

  .\32xl\:my-largePaddingTop {
    margin-top: 13.75rem !important;
    margin-bottom: 13.75rem !important;
  }

  .\32xl\:mx-largePaddingTop {
    margin-left: 13.75rem !important;
    margin-right: 13.75rem !important;
  }

  .\32xl\:my-phoneTextContentMaxWidth {
    margin-top: 57.0625rem !important;
    margin-bottom: 57.0625rem !important;
  }

  .\32xl\:mx-phoneTextContentMaxWidth {
    margin-left: 57.0625rem !important;
    margin-right: 57.0625rem !important;
  }

  .\32xl\:my-phoneTextContentWidth {
    margin-top: 63% !important;
    margin-bottom: 63% !important;
  }

  .\32xl\:mx-phoneTextContentWidth {
    margin-left: 63% !important;
    margin-right: 63% !important;
  }

  .\32xl\:my-phoneBlockContentWidth {
    margin-top: 71.625rem !important;
    margin-bottom: 71.625rem !important;
  }

  .\32xl\:mx-phoneBlockContentWidth {
    margin-left: 71.625rem !important;
    margin-right: 71.625rem !important;
  }

  .\32xl\:my-tabletTextContentMaxWidth {
    margin-top: 57.0625rem !important;
    margin-bottom: 57.0625rem !important;
  }

  .\32xl\:mx-tabletTextContentMaxWidth {
    margin-left: 57.0625rem !important;
    margin-right: 57.0625rem !important;
  }

  .\32xl\:my-tabletTextContentWidth {
    margin-top: 63% !important;
    margin-bottom: 63% !important;
  }

  .\32xl\:mx-tabletTextContentWidth {
    margin-left: 63% !important;
    margin-right: 63% !important;
  }

  .\32xl\:my-tabletBlockContentWidth {
    margin-top: 71.625rem !important;
    margin-bottom: 71.625rem !important;
  }

  .\32xl\:mx-tabletBlockContentWidth {
    margin-left: 71.625rem !important;
    margin-right: 71.625rem !important;
  }

  .\32xl\:my-largeTextContentMaxWidth {
    margin-top: 57.0625rem !important;
    margin-bottom: 57.0625rem !important;
  }

  .\32xl\:mx-largeTextContentMaxWidth {
    margin-left: 57.0625rem !important;
    margin-right: 57.0625rem !important;
  }

  .\32xl\:my-largeTextContentWidth {
    margin-top: 63% !important;
    margin-bottom: 63% !important;
  }

  .\32xl\:mx-largeTextContentWidth {
    margin-left: 63% !important;
    margin-right: 63% !important;
  }

  .\32xl\:my-largeBlockContentWidth {
    margin-top: 71.625rem !important;
    margin-bottom: 71.625rem !important;
  }

  .\32xl\:mx-largeBlockContentWidth {
    margin-left: 71.625rem !important;
    margin-right: 71.625rem !important;
  }

  .\32xl\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .\32xl\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .\32xl\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .\32xl\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .\32xl\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .\32xl\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .\32xl\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .\32xl\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .\32xl\:-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .\32xl\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .\32xl\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .\32xl\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .\32xl\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .\32xl\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .\32xl\:-my-9 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .\32xl\:-mx-9 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .\32xl\:-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .\32xl\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .\32xl\:-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .\32xl\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .\32xl\:-my-14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .\32xl\:-mx-14 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .\32xl\:-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .\32xl\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .\32xl\:-my-18 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }

  .\32xl\:-mx-18 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important;
  }

  .\32xl\:-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .\32xl\:-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .\32xl\:-my-22 {
    margin-top: -5.626rem !important;
    margin-bottom: -5.626rem !important;
  }

  .\32xl\:-mx-22 {
    margin-left: -5.626rem !important;
    margin-right: -5.626rem !important;
  }

  .\32xl\:-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .\32xl\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .\32xl\:-my-26 {
    margin-top: -6.25rem !important;
    margin-bottom: -6.25rem !important;
  }

  .\32xl\:-mx-26 {
    margin-left: -6.25rem !important;
    margin-right: -6.25rem !important;
  }

  .\32xl\:-my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .\32xl\:-mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .\32xl\:-my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .\32xl\:-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .\32xl\:-my-34 {
    margin-top: -8.5rem !important;
    margin-bottom: -8.5rem !important;
  }

  .\32xl\:-mx-34 {
    margin-left: -8.5rem !important;
    margin-right: -8.5rem !important;
  }

  .\32xl\:-my-38 {
    margin-top: -9.25rem !important;
    margin-bottom: -9.25rem !important;
  }

  .\32xl\:-mx-38 {
    margin-left: -9.25rem !important;
    margin-right: -9.25rem !important;
  }

  .\32xl\:-my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .\32xl\:-mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .\32xl\:-my-46 {
    margin-top: -11.75rem !important;
    margin-bottom: -11.75rem !important;
  }

  .\32xl\:-mx-46 {
    margin-left: -11.75rem !important;
    margin-right: -11.75rem !important;
  }

  .\32xl\:-my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .\32xl\:-mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .\32xl\:-my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .\32xl\:-mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .\32xl\:-my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .\32xl\:-mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .\32xl\:-my-82 {
    margin-top: -20.75rem !important;
    margin-bottom: -20.75rem !important;
  }

  .\32xl\:-mx-82 {
    margin-left: -20.75rem !important;
    margin-right: -20.75rem !important;
  }

  .\32xl\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .\32xl\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .\32xl\:-my-tiny {
    margin-top: -0.3rem !important;
    margin-bottom: -0.3rem !important;
  }

  .\32xl\:-mx-tiny {
    margin-left: -0.3rem !important;
    margin-right: -0.3rem !important;
  }

  .\32xl\:-my-quick-links {
    margin-top: -26% !important;
    margin-bottom: -26% !important;
  }

  .\32xl\:-mx-quick-links {
    margin-left: -26% !important;
    margin-right: -26% !important;
  }

  .\32xl\:-my-pro-slid {
    margin-top: -48% !important;
    margin-bottom: -48% !important;
  }

  .\32xl\:-mx-pro-slid {
    margin-left: -48% !important;
    margin-right: -48% !important;
  }

  .\32xl\:-my-62p {
    margin-top: -62% !important;
    margin-bottom: -62% !important;
  }

  .\32xl\:-mx-62p {
    margin-left: -62% !important;
    margin-right: -62% !important;
  }

  .\32xl\:-my-90p {
    margin-top: -90% !important;
    margin-bottom: -90% !important;
  }

  .\32xl\:-mx-90p {
    margin-left: -90% !important;
    margin-right: -90% !important;
  }

  .\32xl\:-my-x-large {
    margin-top: -27.5rem !important;
    margin-bottom: -27.5rem !important;
  }

  .\32xl\:-mx-x-large {
    margin-left: -27.5rem !important;
    margin-right: -27.5rem !important;
  }

  .\32xl\:-my-2px {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .\32xl\:-mx-2px {
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .\32xl\:-my-9px {
    margin-top: -0.5625rem !important;
    margin-bottom: -0.5625rem !important;
  }

  .\32xl\:-mx-9px {
    margin-left: -0.5625rem !important;
    margin-right: -0.5625rem !important;
  }

  .\32xl\:-my-10px {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .\32xl\:-mx-10px {
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .\32xl\:-my-18px {
    margin-top: -1.125rem !important;
    margin-bottom: -1.125rem !important;
  }

  .\32xl\:-mx-18px {
    margin-left: -1.125rem !important;
    margin-right: -1.125rem !important;
  }

  .\32xl\:-my-20px {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .\32xl\:-mx-20px {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .\32xl\:-my-24px {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .\32xl\:-mx-24px {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .\32xl\:-my-26px {
    margin-top: -1.625rem !important;
    margin-bottom: -1.625rem !important;
  }

  .\32xl\:-mx-26px {
    margin-left: -1.625rem !important;
    margin-right: -1.625rem !important;
  }

  .\32xl\:-my-30px {
    margin-top: -1.875rem !important;
    margin-bottom: -1.875rem !important;
  }

  .\32xl\:-mx-30px {
    margin-left: -1.875rem !important;
    margin-right: -1.875rem !important;
  }

  .\32xl\:-my-38px {
    margin-top: -2.375rem !important;
    margin-bottom: -2.375rem !important;
  }

  .\32xl\:-mx-38px {
    margin-left: -2.375rem !important;
    margin-right: -2.375rem !important;
  }

  .\32xl\:-my-43px {
    margin-top: -2.6875rem !important;
    margin-bottom: -2.6875rem !important;
  }

  .\32xl\:-mx-43px {
    margin-left: -2.6875rem !important;
    margin-right: -2.6875rem !important;
  }

  .\32xl\:-my-44px {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .\32xl\:-mx-44px {
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }

  .\32xl\:-my-46px {
    margin-top: -2.875rem !important;
    margin-bottom: -2.875rem !important;
  }

  .\32xl\:-mx-46px {
    margin-left: -2.875rem !important;
    margin-right: -2.875rem !important;
  }

  .\32xl\:-my-53px {
    margin-top: -3.3125rem !important;
    margin-bottom: -3.3125rem !important;
  }

  .\32xl\:-mx-53px {
    margin-left: -3.3125rem !important;
    margin-right: -3.3125rem !important;
  }

  .\32xl\:-my-54px {
    margin-top: -3.375rem !important;
    margin-bottom: -3.375rem !important;
  }

  .\32xl\:-mx-54px {
    margin-left: -3.375rem !important;
    margin-right: -3.375rem !important;
  }

  .\32xl\:-my-55px {
    margin-top: -3.4375rem !important;
    margin-bottom: -3.4375rem !important;
  }

  .\32xl\:-mx-55px {
    margin-left: -3.4375rem !important;
    margin-right: -3.4375rem !important;
  }

  .\32xl\:-my-60px {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }

  .\32xl\:-mx-60px {
    margin-left: -3.75rem !important;
    margin-right: -3.75rem !important;
  }

  .\32xl\:-my-67px {
    margin-top: -4.1875rem !important;
    margin-bottom: -4.1875rem !important;
  }

  .\32xl\:-mx-67px {
    margin-left: -4.1875rem !important;
    margin-right: -4.1875rem !important;
  }

  .\32xl\:-my-73px {
    margin-top: -4.5625rem !important;
    margin-bottom: -4.5625rem !important;
  }

  .\32xl\:-mx-73px {
    margin-left: -4.5625rem !important;
    margin-right: -4.5625rem !important;
  }

  .\32xl\:-my-80px {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .\32xl\:-mx-80px {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .\32xl\:-my-81px {
    margin-top: -5.0625rem !important;
    margin-bottom: -5.0625rem !important;
  }

  .\32xl\:-mx-81px {
    margin-left: -5.0625rem !important;
    margin-right: -5.0625rem !important;
  }

  .\32xl\:-my-85px {
    margin-top: -5.3125rem !important;
    margin-bottom: -5.3125rem !important;
  }

  .\32xl\:-mx-85px {
    margin-left: -5.3125rem !important;
    margin-right: -5.3125rem !important;
  }

  .\32xl\:-my-92px {
    margin-top: -5.75rem !important;
    margin-bottom: -5.75rem !important;
  }

  .\32xl\:-mx-92px {
    margin-left: -5.75rem !important;
    margin-right: -5.75rem !important;
  }

  .\32xl\:-my-100px {
    margin-top: -6.25rem !important;
    margin-bottom: -6.25rem !important;
  }

  .\32xl\:-mx-100px {
    margin-left: -6.25rem !important;
    margin-right: -6.25rem !important;
  }

  .\32xl\:-my-106px {
    margin-top: -6.625rem !important;
    margin-bottom: -6.625rem !important;
  }

  .\32xl\:-mx-106px {
    margin-left: -6.625rem !important;
    margin-right: -6.625rem !important;
  }

  .\32xl\:-my-123px {
    margin-top: -7.6875rem !important;
    margin-bottom: -7.6875rem !important;
  }

  .\32xl\:-mx-123px {
    margin-left: -7.6875rem !important;
    margin-right: -7.6875rem !important;
  }

  .\32xl\:-my-126px {
    margin-top: -7.875rem !important;
    margin-bottom: -7.875rem !important;
  }

  .\32xl\:-mx-126px {
    margin-left: -7.875rem !important;
    margin-right: -7.875rem !important;
  }

  .\32xl\:-my-138px {
    margin-top: -8.625rem !important;
    margin-bottom: -8.625rem !important;
  }

  .\32xl\:-mx-138px {
    margin-left: -8.625rem !important;
    margin-right: -8.625rem !important;
  }

  .\32xl\:-my-140px {
    margin-top: -8.75rem !important;
    margin-bottom: -8.75rem !important;
  }

  .\32xl\:-mx-140px {
    margin-left: -8.75rem !important;
    margin-right: -8.75rem !important;
  }

  .\32xl\:-my-146px {
    margin-top: -9.125rem !important;
    margin-bottom: -9.125rem !important;
  }

  .\32xl\:-mx-146px {
    margin-left: -9.125rem !important;
    margin-right: -9.125rem !important;
  }

  .\32xl\:-my-152px {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important;
  }

  .\32xl\:-mx-152px {
    margin-left: -9.5rem !important;
    margin-right: -9.5rem !important;
  }

  .\32xl\:-my-187px {
    margin-top: -11.6875rem !important;
    margin-bottom: -11.6875rem !important;
  }

  .\32xl\:-mx-187px {
    margin-left: -11.6875rem !important;
    margin-right: -11.6875rem !important;
  }

  .\32xl\:-my-220px {
    margin-top: -13.75rem !important;
    margin-bottom: -13.75rem !important;
  }

  .\32xl\:-mx-220px {
    margin-left: -13.75rem !important;
    margin-right: -13.75rem !important;
  }

  .\32xl\:-my-253px {
    margin-top: -15.8125rem !important;
    margin-bottom: -15.8125rem !important;
  }

  .\32xl\:-mx-253px {
    margin-left: -15.8125rem !important;
    margin-right: -15.8125rem !important;
  }

  .\32xl\:-my-320px {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .\32xl\:-mx-320px {
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }

  .\32xl\:-my-400px {
    margin-top: -25rem !important;
    margin-bottom: -25rem !important;
  }

  .\32xl\:-mx-400px {
    margin-left: -25rem !important;
    margin-right: -25rem !important;
  }

  .\32xl\:-my-500px {
    margin-top: -31.25rem !important;
    margin-bottom: -31.25rem !important;
  }

  .\32xl\:-mx-500px {
    margin-left: -31.25rem !important;
    margin-right: -31.25rem !important;
  }

  .\32xl\:-my-lgPaddingTop {
    margin-top: -15.8125rem !important;
    margin-bottom: -15.8125rem !important;
  }

  .\32xl\:-mx-lgPaddingTop {
    margin-left: -15.8125rem !important;
    margin-right: -15.8125rem !important;
  }

  .\32xl\:-my-phonePaddingTop {
    margin-top: -9.875rem !important;
    margin-bottom: -9.875rem !important;
  }

  .\32xl\:-mx-phonePaddingTop {
    margin-left: -9.875rem !important;
    margin-right: -9.875rem !important;
  }

  .\32xl\:-my-tabletPaddingTop {
    margin-top: -6.625rem !important;
    margin-bottom: -6.625rem !important;
  }

  .\32xl\:-mx-tabletPaddingTop {
    margin-left: -6.625rem !important;
    margin-right: -6.625rem !important;
  }

  .\32xl\:-my-largePaddingTop {
    margin-top: -13.75rem !important;
    margin-bottom: -13.75rem !important;
  }

  .\32xl\:-mx-largePaddingTop {
    margin-left: -13.75rem !important;
    margin-right: -13.75rem !important;
  }

  .\32xl\:-my-phoneTextContentMaxWidth {
    margin-top: -57.0625rem !important;
    margin-bottom: -57.0625rem !important;
  }

  .\32xl\:-mx-phoneTextContentMaxWidth {
    margin-left: -57.0625rem !important;
    margin-right: -57.0625rem !important;
  }

  .\32xl\:-my-phoneTextContentWidth {
    margin-top: -63% !important;
    margin-bottom: -63% !important;
  }

  .\32xl\:-mx-phoneTextContentWidth {
    margin-left: -63% !important;
    margin-right: -63% !important;
  }

  .\32xl\:-my-phoneBlockContentWidth {
    margin-top: -71.625rem !important;
    margin-bottom: -71.625rem !important;
  }

  .\32xl\:-mx-phoneBlockContentWidth {
    margin-left: -71.625rem !important;
    margin-right: -71.625rem !important;
  }

  .\32xl\:-my-tabletTextContentMaxWidth {
    margin-top: -57.0625rem !important;
    margin-bottom: -57.0625rem !important;
  }

  .\32xl\:-mx-tabletTextContentMaxWidth {
    margin-left: -57.0625rem !important;
    margin-right: -57.0625rem !important;
  }

  .\32xl\:-my-tabletTextContentWidth {
    margin-top: -63% !important;
    margin-bottom: -63% !important;
  }

  .\32xl\:-mx-tabletTextContentWidth {
    margin-left: -63% !important;
    margin-right: -63% !important;
  }

  .\32xl\:-my-tabletBlockContentWidth {
    margin-top: -71.625rem !important;
    margin-bottom: -71.625rem !important;
  }

  .\32xl\:-mx-tabletBlockContentWidth {
    margin-left: -71.625rem !important;
    margin-right: -71.625rem !important;
  }

  .\32xl\:-my-largeTextContentMaxWidth {
    margin-top: -57.0625rem !important;
    margin-bottom: -57.0625rem !important;
  }

  .\32xl\:-mx-largeTextContentMaxWidth {
    margin-left: -57.0625rem !important;
    margin-right: -57.0625rem !important;
  }

  .\32xl\:-my-largeTextContentWidth {
    margin-top: -63% !important;
    margin-bottom: -63% !important;
  }

  .\32xl\:-mx-largeTextContentWidth {
    margin-left: -63% !important;
    margin-right: -63% !important;
  }

  .\32xl\:-my-largeBlockContentWidth {
    margin-top: -71.625rem !important;
    margin-bottom: -71.625rem !important;
  }

  .\32xl\:-mx-largeBlockContentWidth {
    margin-left: -71.625rem !important;
    margin-right: -71.625rem !important;
  }

  .\32xl\:mt-0 {
    margin-top: 0 !important;
  }

  .\32xl\:mr-0 {
    margin-right: 0 !important;
  }

  .\32xl\:mb-0 {
    margin-bottom: 0 !important;
  }

  .\32xl\:ml-0 {
    margin-left: 0 !important;
  }

  .\32xl\:mt-1 {
    margin-top: 0.25rem !important;
  }

  .\32xl\:mr-1 {
    margin-right: 0.25rem !important;
  }

  .\32xl\:mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .\32xl\:ml-1 {
    margin-left: 0.25rem !important;
  }

  .\32xl\:mt-2 {
    margin-top: 0.5rem !important;
  }

  .\32xl\:mr-2 {
    margin-right: 0.5rem !important;
  }

  .\32xl\:mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .\32xl\:ml-2 {
    margin-left: 0.5rem !important;
  }

  .\32xl\:mt-3 {
    margin-top: 0.75rem !important;
  }

  .\32xl\:mr-3 {
    margin-right: 0.75rem !important;
  }

  .\32xl\:mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .\32xl\:ml-3 {
    margin-left: 0.75rem !important;
  }

  .\32xl\:mt-4 {
    margin-top: 1rem !important;
  }

  .\32xl\:mr-4 {
    margin-right: 1rem !important;
  }

  .\32xl\:mb-4 {
    margin-bottom: 1rem !important;
  }

  .\32xl\:ml-4 {
    margin-left: 1rem !important;
  }

  .\32xl\:mt-5 {
    margin-top: 1.25rem !important;
  }

  .\32xl\:mr-5 {
    margin-right: 1.25rem !important;
  }

  .\32xl\:mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .\32xl\:ml-5 {
    margin-left: 1.25rem !important;
  }

  .\32xl\:mt-6 {
    margin-top: 1.5rem !important;
  }

  .\32xl\:mr-6 {
    margin-right: 1.5rem !important;
  }

  .\32xl\:mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .\32xl\:ml-6 {
    margin-left: 1.5rem !important;
  }

  .\32xl\:mt-8 {
    margin-top: 2rem !important;
  }

  .\32xl\:mr-8 {
    margin-right: 2rem !important;
  }

  .\32xl\:mb-8 {
    margin-bottom: 2rem !important;
  }

  .\32xl\:ml-8 {
    margin-left: 2rem !important;
  }

  .\32xl\:mt-9 {
    margin-top: 2.5rem !important;
  }

  .\32xl\:mr-9 {
    margin-right: 2.5rem !important;
  }

  .\32xl\:mb-9 {
    margin-bottom: 2.5rem !important;
  }

  .\32xl\:ml-9 {
    margin-left: 2.5rem !important;
  }

  .\32xl\:mt-10 {
    margin-top: 2.5rem !important;
  }

  .\32xl\:mr-10 {
    margin-right: 2.5rem !important;
  }

  .\32xl\:mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .\32xl\:ml-10 {
    margin-left: 2.5rem !important;
  }

  .\32xl\:mt-12 {
    margin-top: 3rem !important;
  }

  .\32xl\:mr-12 {
    margin-right: 3rem !important;
  }

  .\32xl\:mb-12 {
    margin-bottom: 3rem !important;
  }

  .\32xl\:ml-12 {
    margin-left: 3rem !important;
  }

  .\32xl\:mt-14 {
    margin-top: 3.5rem !important;
  }

  .\32xl\:mr-14 {
    margin-right: 3.5rem !important;
  }

  .\32xl\:mb-14 {
    margin-bottom: 3.5rem !important;
  }

  .\32xl\:ml-14 {
    margin-left: 3.5rem !important;
  }

  .\32xl\:mt-16 {
    margin-top: 4rem !important;
  }

  .\32xl\:mr-16 {
    margin-right: 4rem !important;
  }

  .\32xl\:mb-16 {
    margin-bottom: 4rem !important;
  }

  .\32xl\:ml-16 {
    margin-left: 4rem !important;
  }

  .\32xl\:mt-18 {
    margin-top: 4.5rem !important;
  }

  .\32xl\:mr-18 {
    margin-right: 4.5rem !important;
  }

  .\32xl\:mb-18 {
    margin-bottom: 4.5rem !important;
  }

  .\32xl\:ml-18 {
    margin-left: 4.5rem !important;
  }

  .\32xl\:mt-20 {
    margin-top: 5rem !important;
  }

  .\32xl\:mr-20 {
    margin-right: 5rem !important;
  }

  .\32xl\:mb-20 {
    margin-bottom: 5rem !important;
  }

  .\32xl\:ml-20 {
    margin-left: 5rem !important;
  }

  .\32xl\:mt-22 {
    margin-top: 5.626rem !important;
  }

  .\32xl\:mr-22 {
    margin-right: 5.626rem !important;
  }

  .\32xl\:mb-22 {
    margin-bottom: 5.626rem !important;
  }

  .\32xl\:ml-22 {
    margin-left: 5.626rem !important;
  }

  .\32xl\:mt-24 {
    margin-top: 6rem !important;
  }

  .\32xl\:mr-24 {
    margin-right: 6rem !important;
  }

  .\32xl\:mb-24 {
    margin-bottom: 6rem !important;
  }

  .\32xl\:ml-24 {
    margin-left: 6rem !important;
  }

  .\32xl\:mt-26 {
    margin-top: 6.25rem !important;
  }

  .\32xl\:mr-26 {
    margin-right: 6.25rem !important;
  }

  .\32xl\:mb-26 {
    margin-bottom: 6.25rem !important;
  }

  .\32xl\:ml-26 {
    margin-left: 6.25rem !important;
  }

  .\32xl\:mt-28 {
    margin-top: 7rem !important;
  }

  .\32xl\:mr-28 {
    margin-right: 7rem !important;
  }

  .\32xl\:mb-28 {
    margin-bottom: 7rem !important;
  }

  .\32xl\:ml-28 {
    margin-left: 7rem !important;
  }

  .\32xl\:mt-32 {
    margin-top: 8rem !important;
  }

  .\32xl\:mr-32 {
    margin-right: 8rem !important;
  }

  .\32xl\:mb-32 {
    margin-bottom: 8rem !important;
  }

  .\32xl\:ml-32 {
    margin-left: 8rem !important;
  }

  .\32xl\:mt-34 {
    margin-top: 8.5rem !important;
  }

  .\32xl\:mr-34 {
    margin-right: 8.5rem !important;
  }

  .\32xl\:mb-34 {
    margin-bottom: 8.5rem !important;
  }

  .\32xl\:ml-34 {
    margin-left: 8.5rem !important;
  }

  .\32xl\:mt-38 {
    margin-top: 9.25rem !important;
  }

  .\32xl\:mr-38 {
    margin-right: 9.25rem !important;
  }

  .\32xl\:mb-38 {
    margin-bottom: 9.25rem !important;
  }

  .\32xl\:ml-38 {
    margin-left: 9.25rem !important;
  }

  .\32xl\:mt-40 {
    margin-top: 10rem !important;
  }

  .\32xl\:mr-40 {
    margin-right: 10rem !important;
  }

  .\32xl\:mb-40 {
    margin-bottom: 10rem !important;
  }

  .\32xl\:ml-40 {
    margin-left: 10rem !important;
  }

  .\32xl\:mt-46 {
    margin-top: 11.75rem !important;
  }

  .\32xl\:mr-46 {
    margin-right: 11.75rem !important;
  }

  .\32xl\:mb-46 {
    margin-bottom: 11.75rem !important;
  }

  .\32xl\:ml-46 {
    margin-left: 11.75rem !important;
  }

  .\32xl\:mt-48 {
    margin-top: 12rem !important;
  }

  .\32xl\:mr-48 {
    margin-right: 12rem !important;
  }

  .\32xl\:mb-48 {
    margin-bottom: 12rem !important;
  }

  .\32xl\:ml-48 {
    margin-left: 12rem !important;
  }

  .\32xl\:mt-56 {
    margin-top: 14rem !important;
  }

  .\32xl\:mr-56 {
    margin-right: 14rem !important;
  }

  .\32xl\:mb-56 {
    margin-bottom: 14rem !important;
  }

  .\32xl\:ml-56 {
    margin-left: 14rem !important;
  }

  .\32xl\:mt-64 {
    margin-top: 16rem !important;
  }

  .\32xl\:mr-64 {
    margin-right: 16rem !important;
  }

  .\32xl\:mb-64 {
    margin-bottom: 16rem !important;
  }

  .\32xl\:ml-64 {
    margin-left: 16rem !important;
  }

  .\32xl\:mt-82 {
    margin-top: 20.75rem !important;
  }

  .\32xl\:mr-82 {
    margin-right: 20.75rem !important;
  }

  .\32xl\:mb-82 {
    margin-bottom: 20.75rem !important;
  }

  .\32xl\:ml-82 {
    margin-left: 20.75rem !important;
  }

  .\32xl\:mt-auto {
    margin-top: auto !important;
  }

  .\32xl\:mr-auto {
    margin-right: auto !important;
  }

  .\32xl\:mb-auto {
    margin-bottom: auto !important;
  }

  .\32xl\:ml-auto {
    margin-left: auto !important;
  }

  .\32xl\:mt-px {
    margin-top: 1px !important;
  }

  .\32xl\:mr-px {
    margin-right: 1px !important;
  }

  .\32xl\:mb-px {
    margin-bottom: 1px !important;
  }

  .\32xl\:ml-px {
    margin-left: 1px !important;
  }

  .\32xl\:mt-tiny {
    margin-top: 0.3rem !important;
  }

  .\32xl\:mr-tiny {
    margin-right: 0.3rem !important;
  }

  .\32xl\:mb-tiny {
    margin-bottom: 0.3rem !important;
  }

  .\32xl\:ml-tiny {
    margin-left: 0.3rem !important;
  }

  .\32xl\:mt-quick-links {
    margin-top: 26% !important;
  }

  .\32xl\:mr-quick-links {
    margin-right: 26% !important;
  }

  .\32xl\:mb-quick-links {
    margin-bottom: 26% !important;
  }

  .\32xl\:ml-quick-links {
    margin-left: 26% !important;
  }

  .\32xl\:mt-pro-slid {
    margin-top: 48% !important;
  }

  .\32xl\:mr-pro-slid {
    margin-right: 48% !important;
  }

  .\32xl\:mb-pro-slid {
    margin-bottom: 48% !important;
  }

  .\32xl\:ml-pro-slid {
    margin-left: 48% !important;
  }

  .\32xl\:mt-62p {
    margin-top: 62% !important;
  }

  .\32xl\:mr-62p {
    margin-right: 62% !important;
  }

  .\32xl\:mb-62p {
    margin-bottom: 62% !important;
  }

  .\32xl\:ml-62p {
    margin-left: 62% !important;
  }

  .\32xl\:mt-90p {
    margin-top: 90% !important;
  }

  .\32xl\:mr-90p {
    margin-right: 90% !important;
  }

  .\32xl\:mb-90p {
    margin-bottom: 90% !important;
  }

  .\32xl\:ml-90p {
    margin-left: 90% !important;
  }

  .\32xl\:mt-x-large {
    margin-top: 27.5rem !important;
  }

  .\32xl\:mr-x-large {
    margin-right: 27.5rem !important;
  }

  .\32xl\:mb-x-large {
    margin-bottom: 27.5rem !important;
  }

  .\32xl\:ml-x-large {
    margin-left: 27.5rem !important;
  }

  .\32xl\:mt-2px {
    margin-top: 0.125rem !important;
  }

  .\32xl\:mr-2px {
    margin-right: 0.125rem !important;
  }

  .\32xl\:mb-2px {
    margin-bottom: 0.125rem !important;
  }

  .\32xl\:ml-2px {
    margin-left: 0.125rem !important;
  }

  .\32xl\:mt-9px {
    margin-top: 0.5625rem !important;
  }

  .\32xl\:mr-9px {
    margin-right: 0.5625rem !important;
  }

  .\32xl\:mb-9px {
    margin-bottom: 0.5625rem !important;
  }

  .\32xl\:ml-9px {
    margin-left: 0.5625rem !important;
  }

  .\32xl\:mt-10px {
    margin-top: 0.625rem !important;
  }

  .\32xl\:mr-10px {
    margin-right: 0.625rem !important;
  }

  .\32xl\:mb-10px {
    margin-bottom: 0.625rem !important;
  }

  .\32xl\:ml-10px {
    margin-left: 0.625rem !important;
  }

  .\32xl\:mt-18px {
    margin-top: 1.125rem !important;
  }

  .\32xl\:mr-18px {
    margin-right: 1.125rem !important;
  }

  .\32xl\:mb-18px {
    margin-bottom: 1.125rem !important;
  }

  .\32xl\:ml-18px {
    margin-left: 1.125rem !important;
  }

  .\32xl\:mt-20px {
    margin-top: 1.25rem !important;
  }

  .\32xl\:mr-20px {
    margin-right: 1.25rem !important;
  }

  .\32xl\:mb-20px {
    margin-bottom: 1.25rem !important;
  }

  .\32xl\:ml-20px {
    margin-left: 1.25rem !important;
  }

  .\32xl\:mt-24px {
    margin-top: 1.5rem !important;
  }

  .\32xl\:mr-24px {
    margin-right: 1.5rem !important;
  }

  .\32xl\:mb-24px {
    margin-bottom: 1.5rem !important;
  }

  .\32xl\:ml-24px {
    margin-left: 1.5rem !important;
  }

  .\32xl\:mt-26px {
    margin-top: 1.625rem !important;
  }

  .\32xl\:mr-26px {
    margin-right: 1.625rem !important;
  }

  .\32xl\:mb-26px {
    margin-bottom: 1.625rem !important;
  }

  .\32xl\:ml-26px {
    margin-left: 1.625rem !important;
  }

  .\32xl\:mt-30px {
    margin-top: 1.875rem !important;
  }

  .\32xl\:mr-30px {
    margin-right: 1.875rem !important;
  }

  .\32xl\:mb-30px {
    margin-bottom: 1.875rem !important;
  }

  .\32xl\:ml-30px {
    margin-left: 1.875rem !important;
  }

  .\32xl\:mt-38px {
    margin-top: 2.375rem !important;
  }

  .\32xl\:mr-38px {
    margin-right: 2.375rem !important;
  }

  .\32xl\:mb-38px {
    margin-bottom: 2.375rem !important;
  }

  .\32xl\:ml-38px {
    margin-left: 2.375rem !important;
  }

  .\32xl\:mt-43px {
    margin-top: 2.6875rem !important;
  }

  .\32xl\:mr-43px {
    margin-right: 2.6875rem !important;
  }

  .\32xl\:mb-43px {
    margin-bottom: 2.6875rem !important;
  }

  .\32xl\:ml-43px {
    margin-left: 2.6875rem !important;
  }

  .\32xl\:mt-44px {
    margin-top: 2.75rem !important;
  }

  .\32xl\:mr-44px {
    margin-right: 2.75rem !important;
  }

  .\32xl\:mb-44px {
    margin-bottom: 2.75rem !important;
  }

  .\32xl\:ml-44px {
    margin-left: 2.75rem !important;
  }

  .\32xl\:mt-46px {
    margin-top: 2.875rem !important;
  }

  .\32xl\:mr-46px {
    margin-right: 2.875rem !important;
  }

  .\32xl\:mb-46px {
    margin-bottom: 2.875rem !important;
  }

  .\32xl\:ml-46px {
    margin-left: 2.875rem !important;
  }

  .\32xl\:mt-53px {
    margin-top: 3.3125rem !important;
  }

  .\32xl\:mr-53px {
    margin-right: 3.3125rem !important;
  }

  .\32xl\:mb-53px {
    margin-bottom: 3.3125rem !important;
  }

  .\32xl\:ml-53px {
    margin-left: 3.3125rem !important;
  }

  .\32xl\:mt-54px {
    margin-top: 3.375rem !important;
  }

  .\32xl\:mr-54px {
    margin-right: 3.375rem !important;
  }

  .\32xl\:mb-54px {
    margin-bottom: 3.375rem !important;
  }

  .\32xl\:ml-54px {
    margin-left: 3.375rem !important;
  }

  .\32xl\:mt-55px {
    margin-top: 3.4375rem !important;
  }

  .\32xl\:mr-55px {
    margin-right: 3.4375rem !important;
  }

  .\32xl\:mb-55px {
    margin-bottom: 3.4375rem !important;
  }

  .\32xl\:ml-55px {
    margin-left: 3.4375rem !important;
  }

  .\32xl\:mt-60px {
    margin-top: 3.75rem !important;
  }

  .\32xl\:mr-60px {
    margin-right: 3.75rem !important;
  }

  .\32xl\:mb-60px {
    margin-bottom: 3.75rem !important;
  }

  .\32xl\:ml-60px {
    margin-left: 3.75rem !important;
  }

  .\32xl\:mt-67px {
    margin-top: 4.1875rem !important;
  }

  .\32xl\:mr-67px {
    margin-right: 4.1875rem !important;
  }

  .\32xl\:mb-67px {
    margin-bottom: 4.1875rem !important;
  }

  .\32xl\:ml-67px {
    margin-left: 4.1875rem !important;
  }

  .\32xl\:mt-73px {
    margin-top: 4.5625rem !important;
  }

  .\32xl\:mr-73px {
    margin-right: 4.5625rem !important;
  }

  .\32xl\:mb-73px {
    margin-bottom: 4.5625rem !important;
  }

  .\32xl\:ml-73px {
    margin-left: 4.5625rem !important;
  }

  .\32xl\:mt-80px {
    margin-top: 5rem !important;
  }

  .\32xl\:mr-80px {
    margin-right: 5rem !important;
  }

  .\32xl\:mb-80px {
    margin-bottom: 5rem !important;
  }

  .\32xl\:ml-80px {
    margin-left: 5rem !important;
  }

  .\32xl\:mt-81px {
    margin-top: 5.0625rem !important;
  }

  .\32xl\:mr-81px {
    margin-right: 5.0625rem !important;
  }

  .\32xl\:mb-81px {
    margin-bottom: 5.0625rem !important;
  }

  .\32xl\:ml-81px {
    margin-left: 5.0625rem !important;
  }

  .\32xl\:mt-85px {
    margin-top: 5.3125rem !important;
  }

  .\32xl\:mr-85px {
    margin-right: 5.3125rem !important;
  }

  .\32xl\:mb-85px {
    margin-bottom: 5.3125rem !important;
  }

  .\32xl\:ml-85px {
    margin-left: 5.3125rem !important;
  }

  .\32xl\:mt-92px {
    margin-top: 5.75rem !important;
  }

  .\32xl\:mr-92px {
    margin-right: 5.75rem !important;
  }

  .\32xl\:mb-92px {
    margin-bottom: 5.75rem !important;
  }

  .\32xl\:ml-92px {
    margin-left: 5.75rem !important;
  }

  .\32xl\:mt-100px {
    margin-top: 6.25rem !important;
  }

  .\32xl\:mr-100px {
    margin-right: 6.25rem !important;
  }

  .\32xl\:mb-100px {
    margin-bottom: 6.25rem !important;
  }

  .\32xl\:ml-100px {
    margin-left: 6.25rem !important;
  }

  .\32xl\:mt-106px {
    margin-top: 6.625rem !important;
  }

  .\32xl\:mr-106px {
    margin-right: 6.625rem !important;
  }

  .\32xl\:mb-106px {
    margin-bottom: 6.625rem !important;
  }

  .\32xl\:ml-106px {
    margin-left: 6.625rem !important;
  }

  .\32xl\:mt-123px {
    margin-top: 7.6875rem !important;
  }

  .\32xl\:mr-123px {
    margin-right: 7.6875rem !important;
  }

  .\32xl\:mb-123px {
    margin-bottom: 7.6875rem !important;
  }

  .\32xl\:ml-123px {
    margin-left: 7.6875rem !important;
  }

  .\32xl\:mt-126px {
    margin-top: 7.875rem !important;
  }

  .\32xl\:mr-126px {
    margin-right: 7.875rem !important;
  }

  .\32xl\:mb-126px {
    margin-bottom: 7.875rem !important;
  }

  .\32xl\:ml-126px {
    margin-left: 7.875rem !important;
  }

  .\32xl\:mt-138px {
    margin-top: 8.625rem !important;
  }

  .\32xl\:mr-138px {
    margin-right: 8.625rem !important;
  }

  .\32xl\:mb-138px {
    margin-bottom: 8.625rem !important;
  }

  .\32xl\:ml-138px {
    margin-left: 8.625rem !important;
  }

  .\32xl\:mt-140px {
    margin-top: 8.75rem !important;
  }

  .\32xl\:mr-140px {
    margin-right: 8.75rem !important;
  }

  .\32xl\:mb-140px {
    margin-bottom: 8.75rem !important;
  }

  .\32xl\:ml-140px {
    margin-left: 8.75rem !important;
  }

  .\32xl\:mt-146px {
    margin-top: 9.125rem !important;
  }

  .\32xl\:mr-146px {
    margin-right: 9.125rem !important;
  }

  .\32xl\:mb-146px {
    margin-bottom: 9.125rem !important;
  }

  .\32xl\:ml-146px {
    margin-left: 9.125rem !important;
  }

  .\32xl\:mt-152px {
    margin-top: 9.5rem !important;
  }

  .\32xl\:mr-152px {
    margin-right: 9.5rem !important;
  }

  .\32xl\:mb-152px {
    margin-bottom: 9.5rem !important;
  }

  .\32xl\:ml-152px {
    margin-left: 9.5rem !important;
  }

  .\32xl\:mt-187px {
    margin-top: 11.6875rem !important;
  }

  .\32xl\:mr-187px {
    margin-right: 11.6875rem !important;
  }

  .\32xl\:mb-187px {
    margin-bottom: 11.6875rem !important;
  }

  .\32xl\:ml-187px {
    margin-left: 11.6875rem !important;
  }

  .\32xl\:mt-220px {
    margin-top: 13.75rem !important;
  }

  .\32xl\:mr-220px {
    margin-right: 13.75rem !important;
  }

  .\32xl\:mb-220px {
    margin-bottom: 13.75rem !important;
  }

  .\32xl\:ml-220px {
    margin-left: 13.75rem !important;
  }

  .\32xl\:mt-253px {
    margin-top: 15.8125rem !important;
  }

  .\32xl\:mr-253px {
    margin-right: 15.8125rem !important;
  }

  .\32xl\:mb-253px {
    margin-bottom: 15.8125rem !important;
  }

  .\32xl\:ml-253px {
    margin-left: 15.8125rem !important;
  }

  .\32xl\:mt-320px {
    margin-top: 20rem !important;
  }

  .\32xl\:mr-320px {
    margin-right: 20rem !important;
  }

  .\32xl\:mb-320px {
    margin-bottom: 20rem !important;
  }

  .\32xl\:ml-320px {
    margin-left: 20rem !important;
  }

  .\32xl\:mt-400px {
    margin-top: 25rem !important;
  }

  .\32xl\:mr-400px {
    margin-right: 25rem !important;
  }

  .\32xl\:mb-400px {
    margin-bottom: 25rem !important;
  }

  .\32xl\:ml-400px {
    margin-left: 25rem !important;
  }

  .\32xl\:mt-500px {
    margin-top: 31.25rem !important;
  }

  .\32xl\:mr-500px {
    margin-right: 31.25rem !important;
  }

  .\32xl\:mb-500px {
    margin-bottom: 31.25rem !important;
  }

  .\32xl\:ml-500px {
    margin-left: 31.25rem !important;
  }

  .\32xl\:mt-lgPaddingTop {
    margin-top: 15.8125rem !important;
  }

  .\32xl\:mr-lgPaddingTop {
    margin-right: 15.8125rem !important;
  }

  .\32xl\:mb-lgPaddingTop {
    margin-bottom: 15.8125rem !important;
  }

  .\32xl\:ml-lgPaddingTop {
    margin-left: 15.8125rem !important;
  }

  .\32xl\:mt-phonePaddingTop {
    margin-top: 9.875rem !important;
  }

  .\32xl\:mr-phonePaddingTop {
    margin-right: 9.875rem !important;
  }

  .\32xl\:mb-phonePaddingTop {
    margin-bottom: 9.875rem !important;
  }

  .\32xl\:ml-phonePaddingTop {
    margin-left: 9.875rem !important;
  }

  .\32xl\:mt-tabletPaddingTop {
    margin-top: 6.625rem !important;
  }

  .\32xl\:mr-tabletPaddingTop {
    margin-right: 6.625rem !important;
  }

  .\32xl\:mb-tabletPaddingTop {
    margin-bottom: 6.625rem !important;
  }

  .\32xl\:ml-tabletPaddingTop {
    margin-left: 6.625rem !important;
  }

  .\32xl\:mt-largePaddingTop {
    margin-top: 13.75rem !important;
  }

  .\32xl\:mr-largePaddingTop {
    margin-right: 13.75rem !important;
  }

  .\32xl\:mb-largePaddingTop {
    margin-bottom: 13.75rem !important;
  }

  .\32xl\:ml-largePaddingTop {
    margin-left: 13.75rem !important;
  }

  .\32xl\:mt-phoneTextContentMaxWidth {
    margin-top: 57.0625rem !important;
  }

  .\32xl\:mr-phoneTextContentMaxWidth {
    margin-right: 57.0625rem !important;
  }

  .\32xl\:mb-phoneTextContentMaxWidth {
    margin-bottom: 57.0625rem !important;
  }

  .\32xl\:ml-phoneTextContentMaxWidth {
    margin-left: 57.0625rem !important;
  }

  .\32xl\:mt-phoneTextContentWidth {
    margin-top: 63% !important;
  }

  .\32xl\:mr-phoneTextContentWidth {
    margin-right: 63% !important;
  }

  .\32xl\:mb-phoneTextContentWidth {
    margin-bottom: 63% !important;
  }

  .\32xl\:ml-phoneTextContentWidth {
    margin-left: 63% !important;
  }

  .\32xl\:mt-phoneBlockContentWidth {
    margin-top: 71.625rem !important;
  }

  .\32xl\:mr-phoneBlockContentWidth {
    margin-right: 71.625rem !important;
  }

  .\32xl\:mb-phoneBlockContentWidth {
    margin-bottom: 71.625rem !important;
  }

  .\32xl\:ml-phoneBlockContentWidth {
    margin-left: 71.625rem !important;
  }

  .\32xl\:mt-tabletTextContentMaxWidth {
    margin-top: 57.0625rem !important;
  }

  .\32xl\:mr-tabletTextContentMaxWidth {
    margin-right: 57.0625rem !important;
  }

  .\32xl\:mb-tabletTextContentMaxWidth {
    margin-bottom: 57.0625rem !important;
  }

  .\32xl\:ml-tabletTextContentMaxWidth {
    margin-left: 57.0625rem !important;
  }

  .\32xl\:mt-tabletTextContentWidth {
    margin-top: 63% !important;
  }

  .\32xl\:mr-tabletTextContentWidth {
    margin-right: 63% !important;
  }

  .\32xl\:mb-tabletTextContentWidth {
    margin-bottom: 63% !important;
  }

  .\32xl\:ml-tabletTextContentWidth {
    margin-left: 63% !important;
  }

  .\32xl\:mt-tabletBlockContentWidth {
    margin-top: 71.625rem !important;
  }

  .\32xl\:mr-tabletBlockContentWidth {
    margin-right: 71.625rem !important;
  }

  .\32xl\:mb-tabletBlockContentWidth {
    margin-bottom: 71.625rem !important;
  }

  .\32xl\:ml-tabletBlockContentWidth {
    margin-left: 71.625rem !important;
  }

  .\32xl\:mt-largeTextContentMaxWidth {
    margin-top: 57.0625rem !important;
  }

  .\32xl\:mr-largeTextContentMaxWidth {
    margin-right: 57.0625rem !important;
  }

  .\32xl\:mb-largeTextContentMaxWidth {
    margin-bottom: 57.0625rem !important;
  }

  .\32xl\:ml-largeTextContentMaxWidth {
    margin-left: 57.0625rem !important;
  }

  .\32xl\:mt-largeTextContentWidth {
    margin-top: 63% !important;
  }

  .\32xl\:mr-largeTextContentWidth {
    margin-right: 63% !important;
  }

  .\32xl\:mb-largeTextContentWidth {
    margin-bottom: 63% !important;
  }

  .\32xl\:ml-largeTextContentWidth {
    margin-left: 63% !important;
  }

  .\32xl\:mt-largeBlockContentWidth {
    margin-top: 71.625rem !important;
  }

  .\32xl\:mr-largeBlockContentWidth {
    margin-right: 71.625rem !important;
  }

  .\32xl\:mb-largeBlockContentWidth {
    margin-bottom: 71.625rem !important;
  }

  .\32xl\:ml-largeBlockContentWidth {
    margin-left: 71.625rem !important;
  }

  .\32xl\:-mt-1 {
    margin-top: -0.25rem !important;
  }

  .\32xl\:-mr-1 {
    margin-right: -0.25rem !important;
  }

  .\32xl\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .\32xl\:-ml-1 {
    margin-left: -0.25rem !important;
  }

  .\32xl\:-mt-2 {
    margin-top: -0.5rem !important;
  }

  .\32xl\:-mr-2 {
    margin-right: -0.5rem !important;
  }

  .\32xl\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .\32xl\:-ml-2 {
    margin-left: -0.5rem !important;
  }

  .\32xl\:-mt-3 {
    margin-top: -0.75rem !important;
  }

  .\32xl\:-mr-3 {
    margin-right: -0.75rem !important;
  }

  .\32xl\:-mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .\32xl\:-ml-3 {
    margin-left: -0.75rem !important;
  }

  .\32xl\:-mt-4 {
    margin-top: -1rem !important;
  }

  .\32xl\:-mr-4 {
    margin-right: -1rem !important;
  }

  .\32xl\:-mb-4 {
    margin-bottom: -1rem !important;
  }

  .\32xl\:-ml-4 {
    margin-left: -1rem !important;
  }

  .\32xl\:-mt-5 {
    margin-top: -1.25rem !important;
  }

  .\32xl\:-mr-5 {
    margin-right: -1.25rem !important;
  }

  .\32xl\:-mb-5 {
    margin-bottom: -1.25rem !important;
  }

  .\32xl\:-ml-5 {
    margin-left: -1.25rem !important;
  }

  .\32xl\:-mt-6 {
    margin-top: -1.5rem !important;
  }

  .\32xl\:-mr-6 {
    margin-right: -1.5rem !important;
  }

  .\32xl\:-mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .\32xl\:-ml-6 {
    margin-left: -1.5rem !important;
  }

  .\32xl\:-mt-8 {
    margin-top: -2rem !important;
  }

  .\32xl\:-mr-8 {
    margin-right: -2rem !important;
  }

  .\32xl\:-mb-8 {
    margin-bottom: -2rem !important;
  }

  .\32xl\:-ml-8 {
    margin-left: -2rem !important;
  }

  .\32xl\:-mt-9 {
    margin-top: -2.5rem !important;
  }

  .\32xl\:-mr-9 {
    margin-right: -2.5rem !important;
  }

  .\32xl\:-mb-9 {
    margin-bottom: -2.5rem !important;
  }

  .\32xl\:-ml-9 {
    margin-left: -2.5rem !important;
  }

  .\32xl\:-mt-10 {
    margin-top: -2.5rem !important;
  }

  .\32xl\:-mr-10 {
    margin-right: -2.5rem !important;
  }

  .\32xl\:-mb-10 {
    margin-bottom: -2.5rem !important;
  }

  .\32xl\:-ml-10 {
    margin-left: -2.5rem !important;
  }

  .\32xl\:-mt-12 {
    margin-top: -3rem !important;
  }

  .\32xl\:-mr-12 {
    margin-right: -3rem !important;
  }

  .\32xl\:-mb-12 {
    margin-bottom: -3rem !important;
  }

  .\32xl\:-ml-12 {
    margin-left: -3rem !important;
  }

  .\32xl\:-mt-14 {
    margin-top: -3.5rem !important;
  }

  .\32xl\:-mr-14 {
    margin-right: -3.5rem !important;
  }

  .\32xl\:-mb-14 {
    margin-bottom: -3.5rem !important;
  }

  .\32xl\:-ml-14 {
    margin-left: -3.5rem !important;
  }

  .\32xl\:-mt-16 {
    margin-top: -4rem !important;
  }

  .\32xl\:-mr-16 {
    margin-right: -4rem !important;
  }

  .\32xl\:-mb-16 {
    margin-bottom: -4rem !important;
  }

  .\32xl\:-ml-16 {
    margin-left: -4rem !important;
  }

  .\32xl\:-mt-18 {
    margin-top: -4.5rem !important;
  }

  .\32xl\:-mr-18 {
    margin-right: -4.5rem !important;
  }

  .\32xl\:-mb-18 {
    margin-bottom: -4.5rem !important;
  }

  .\32xl\:-ml-18 {
    margin-left: -4.5rem !important;
  }

  .\32xl\:-mt-20 {
    margin-top: -5rem !important;
  }

  .\32xl\:-mr-20 {
    margin-right: -5rem !important;
  }

  .\32xl\:-mb-20 {
    margin-bottom: -5rem !important;
  }

  .\32xl\:-ml-20 {
    margin-left: -5rem !important;
  }

  .\32xl\:-mt-22 {
    margin-top: -5.626rem !important;
  }

  .\32xl\:-mr-22 {
    margin-right: -5.626rem !important;
  }

  .\32xl\:-mb-22 {
    margin-bottom: -5.626rem !important;
  }

  .\32xl\:-ml-22 {
    margin-left: -5.626rem !important;
  }

  .\32xl\:-mt-24 {
    margin-top: -6rem !important;
  }

  .\32xl\:-mr-24 {
    margin-right: -6rem !important;
  }

  .\32xl\:-mb-24 {
    margin-bottom: -6rem !important;
  }

  .\32xl\:-ml-24 {
    margin-left: -6rem !important;
  }

  .\32xl\:-mt-26 {
    margin-top: -6.25rem !important;
  }

  .\32xl\:-mr-26 {
    margin-right: -6.25rem !important;
  }

  .\32xl\:-mb-26 {
    margin-bottom: -6.25rem !important;
  }

  .\32xl\:-ml-26 {
    margin-left: -6.25rem !important;
  }

  .\32xl\:-mt-28 {
    margin-top: -7rem !important;
  }

  .\32xl\:-mr-28 {
    margin-right: -7rem !important;
  }

  .\32xl\:-mb-28 {
    margin-bottom: -7rem !important;
  }

  .\32xl\:-ml-28 {
    margin-left: -7rem !important;
  }

  .\32xl\:-mt-32 {
    margin-top: -8rem !important;
  }

  .\32xl\:-mr-32 {
    margin-right: -8rem !important;
  }

  .\32xl\:-mb-32 {
    margin-bottom: -8rem !important;
  }

  .\32xl\:-ml-32 {
    margin-left: -8rem !important;
  }

  .\32xl\:-mt-34 {
    margin-top: -8.5rem !important;
  }

  .\32xl\:-mr-34 {
    margin-right: -8.5rem !important;
  }

  .\32xl\:-mb-34 {
    margin-bottom: -8.5rem !important;
  }

  .\32xl\:-ml-34 {
    margin-left: -8.5rem !important;
  }

  .\32xl\:-mt-38 {
    margin-top: -9.25rem !important;
  }

  .\32xl\:-mr-38 {
    margin-right: -9.25rem !important;
  }

  .\32xl\:-mb-38 {
    margin-bottom: -9.25rem !important;
  }

  .\32xl\:-ml-38 {
    margin-left: -9.25rem !important;
  }

  .\32xl\:-mt-40 {
    margin-top: -10rem !important;
  }

  .\32xl\:-mr-40 {
    margin-right: -10rem !important;
  }

  .\32xl\:-mb-40 {
    margin-bottom: -10rem !important;
  }

  .\32xl\:-ml-40 {
    margin-left: -10rem !important;
  }

  .\32xl\:-mt-46 {
    margin-top: -11.75rem !important;
  }

  .\32xl\:-mr-46 {
    margin-right: -11.75rem !important;
  }

  .\32xl\:-mb-46 {
    margin-bottom: -11.75rem !important;
  }

  .\32xl\:-ml-46 {
    margin-left: -11.75rem !important;
  }

  .\32xl\:-mt-48 {
    margin-top: -12rem !important;
  }

  .\32xl\:-mr-48 {
    margin-right: -12rem !important;
  }

  .\32xl\:-mb-48 {
    margin-bottom: -12rem !important;
  }

  .\32xl\:-ml-48 {
    margin-left: -12rem !important;
  }

  .\32xl\:-mt-56 {
    margin-top: -14rem !important;
  }

  .\32xl\:-mr-56 {
    margin-right: -14rem !important;
  }

  .\32xl\:-mb-56 {
    margin-bottom: -14rem !important;
  }

  .\32xl\:-ml-56 {
    margin-left: -14rem !important;
  }

  .\32xl\:-mt-64 {
    margin-top: -16rem !important;
  }

  .\32xl\:-mr-64 {
    margin-right: -16rem !important;
  }

  .\32xl\:-mb-64 {
    margin-bottom: -16rem !important;
  }

  .\32xl\:-ml-64 {
    margin-left: -16rem !important;
  }

  .\32xl\:-mt-82 {
    margin-top: -20.75rem !important;
  }

  .\32xl\:-mr-82 {
    margin-right: -20.75rem !important;
  }

  .\32xl\:-mb-82 {
    margin-bottom: -20.75rem !important;
  }

  .\32xl\:-ml-82 {
    margin-left: -20.75rem !important;
  }

  .\32xl\:-mt-px {
    margin-top: -1px !important;
  }

  .\32xl\:-mr-px {
    margin-right: -1px !important;
  }

  .\32xl\:-mb-px {
    margin-bottom: -1px !important;
  }

  .\32xl\:-ml-px {
    margin-left: -1px !important;
  }

  .\32xl\:-mt-tiny {
    margin-top: -0.3rem !important;
  }

  .\32xl\:-mr-tiny {
    margin-right: -0.3rem !important;
  }

  .\32xl\:-mb-tiny {
    margin-bottom: -0.3rem !important;
  }

  .\32xl\:-ml-tiny {
    margin-left: -0.3rem !important;
  }

  .\32xl\:-mt-quick-links {
    margin-top: -26% !important;
  }

  .\32xl\:-mr-quick-links {
    margin-right: -26% !important;
  }

  .\32xl\:-mb-quick-links {
    margin-bottom: -26% !important;
  }

  .\32xl\:-ml-quick-links {
    margin-left: -26% !important;
  }

  .\32xl\:-mt-pro-slid {
    margin-top: -48% !important;
  }

  .\32xl\:-mr-pro-slid {
    margin-right: -48% !important;
  }

  .\32xl\:-mb-pro-slid {
    margin-bottom: -48% !important;
  }

  .\32xl\:-ml-pro-slid {
    margin-left: -48% !important;
  }

  .\32xl\:-mt-62p {
    margin-top: -62% !important;
  }

  .\32xl\:-mr-62p {
    margin-right: -62% !important;
  }

  .\32xl\:-mb-62p {
    margin-bottom: -62% !important;
  }

  .\32xl\:-ml-62p {
    margin-left: -62% !important;
  }

  .\32xl\:-mt-90p {
    margin-top: -90% !important;
  }

  .\32xl\:-mr-90p {
    margin-right: -90% !important;
  }

  .\32xl\:-mb-90p {
    margin-bottom: -90% !important;
  }

  .\32xl\:-ml-90p {
    margin-left: -90% !important;
  }

  .\32xl\:-mt-x-large {
    margin-top: -27.5rem !important;
  }

  .\32xl\:-mr-x-large {
    margin-right: -27.5rem !important;
  }

  .\32xl\:-mb-x-large {
    margin-bottom: -27.5rem !important;
  }

  .\32xl\:-ml-x-large {
    margin-left: -27.5rem !important;
  }

  .\32xl\:-mt-2px {
    margin-top: -0.125rem !important;
  }

  .\32xl\:-mr-2px {
    margin-right: -0.125rem !important;
  }

  .\32xl\:-mb-2px {
    margin-bottom: -0.125rem !important;
  }

  .\32xl\:-ml-2px {
    margin-left: -0.125rem !important;
  }

  .\32xl\:-mt-9px {
    margin-top: -0.5625rem !important;
  }

  .\32xl\:-mr-9px {
    margin-right: -0.5625rem !important;
  }

  .\32xl\:-mb-9px {
    margin-bottom: -0.5625rem !important;
  }

  .\32xl\:-ml-9px {
    margin-left: -0.5625rem !important;
  }

  .\32xl\:-mt-10px {
    margin-top: -0.625rem !important;
  }

  .\32xl\:-mr-10px {
    margin-right: -0.625rem !important;
  }

  .\32xl\:-mb-10px {
    margin-bottom: -0.625rem !important;
  }

  .\32xl\:-ml-10px {
    margin-left: -0.625rem !important;
  }

  .\32xl\:-mt-18px {
    margin-top: -1.125rem !important;
  }

  .\32xl\:-mr-18px {
    margin-right: -1.125rem !important;
  }

  .\32xl\:-mb-18px {
    margin-bottom: -1.125rem !important;
  }

  .\32xl\:-ml-18px {
    margin-left: -1.125rem !important;
  }

  .\32xl\:-mt-20px {
    margin-top: -1.25rem !important;
  }

  .\32xl\:-mr-20px {
    margin-right: -1.25rem !important;
  }

  .\32xl\:-mb-20px {
    margin-bottom: -1.25rem !important;
  }

  .\32xl\:-ml-20px {
    margin-left: -1.25rem !important;
  }

  .\32xl\:-mt-24px {
    margin-top: -1.5rem !important;
  }

  .\32xl\:-mr-24px {
    margin-right: -1.5rem !important;
  }

  .\32xl\:-mb-24px {
    margin-bottom: -1.5rem !important;
  }

  .\32xl\:-ml-24px {
    margin-left: -1.5rem !important;
  }

  .\32xl\:-mt-26px {
    margin-top: -1.625rem !important;
  }

  .\32xl\:-mr-26px {
    margin-right: -1.625rem !important;
  }

  .\32xl\:-mb-26px {
    margin-bottom: -1.625rem !important;
  }

  .\32xl\:-ml-26px {
    margin-left: -1.625rem !important;
  }

  .\32xl\:-mt-30px {
    margin-top: -1.875rem !important;
  }

  .\32xl\:-mr-30px {
    margin-right: -1.875rem !important;
  }

  .\32xl\:-mb-30px {
    margin-bottom: -1.875rem !important;
  }

  .\32xl\:-ml-30px {
    margin-left: -1.875rem !important;
  }

  .\32xl\:-mt-38px {
    margin-top: -2.375rem !important;
  }

  .\32xl\:-mr-38px {
    margin-right: -2.375rem !important;
  }

  .\32xl\:-mb-38px {
    margin-bottom: -2.375rem !important;
  }

  .\32xl\:-ml-38px {
    margin-left: -2.375rem !important;
  }

  .\32xl\:-mt-43px {
    margin-top: -2.6875rem !important;
  }

  .\32xl\:-mr-43px {
    margin-right: -2.6875rem !important;
  }

  .\32xl\:-mb-43px {
    margin-bottom: -2.6875rem !important;
  }

  .\32xl\:-ml-43px {
    margin-left: -2.6875rem !important;
  }

  .\32xl\:-mt-44px {
    margin-top: -2.75rem !important;
  }

  .\32xl\:-mr-44px {
    margin-right: -2.75rem !important;
  }

  .\32xl\:-mb-44px {
    margin-bottom: -2.75rem !important;
  }

  .\32xl\:-ml-44px {
    margin-left: -2.75rem !important;
  }

  .\32xl\:-mt-46px {
    margin-top: -2.875rem !important;
  }

  .\32xl\:-mr-46px {
    margin-right: -2.875rem !important;
  }

  .\32xl\:-mb-46px {
    margin-bottom: -2.875rem !important;
  }

  .\32xl\:-ml-46px {
    margin-left: -2.875rem !important;
  }

  .\32xl\:-mt-53px {
    margin-top: -3.3125rem !important;
  }

  .\32xl\:-mr-53px {
    margin-right: -3.3125rem !important;
  }

  .\32xl\:-mb-53px {
    margin-bottom: -3.3125rem !important;
  }

  .\32xl\:-ml-53px {
    margin-left: -3.3125rem !important;
  }

  .\32xl\:-mt-54px {
    margin-top: -3.375rem !important;
  }

  .\32xl\:-mr-54px {
    margin-right: -3.375rem !important;
  }

  .\32xl\:-mb-54px {
    margin-bottom: -3.375rem !important;
  }

  .\32xl\:-ml-54px {
    margin-left: -3.375rem !important;
  }

  .\32xl\:-mt-55px {
    margin-top: -3.4375rem !important;
  }

  .\32xl\:-mr-55px {
    margin-right: -3.4375rem !important;
  }

  .\32xl\:-mb-55px {
    margin-bottom: -3.4375rem !important;
  }

  .\32xl\:-ml-55px {
    margin-left: -3.4375rem !important;
  }

  .\32xl\:-mt-60px {
    margin-top: -3.75rem !important;
  }

  .\32xl\:-mr-60px {
    margin-right: -3.75rem !important;
  }

  .\32xl\:-mb-60px {
    margin-bottom: -3.75rem !important;
  }

  .\32xl\:-ml-60px {
    margin-left: -3.75rem !important;
  }

  .\32xl\:-mt-67px {
    margin-top: -4.1875rem !important;
  }

  .\32xl\:-mr-67px {
    margin-right: -4.1875rem !important;
  }

  .\32xl\:-mb-67px {
    margin-bottom: -4.1875rem !important;
  }

  .\32xl\:-ml-67px {
    margin-left: -4.1875rem !important;
  }

  .\32xl\:-mt-73px {
    margin-top: -4.5625rem !important;
  }

  .\32xl\:-mr-73px {
    margin-right: -4.5625rem !important;
  }

  .\32xl\:-mb-73px {
    margin-bottom: -4.5625rem !important;
  }

  .\32xl\:-ml-73px {
    margin-left: -4.5625rem !important;
  }

  .\32xl\:-mt-80px {
    margin-top: -5rem !important;
  }

  .\32xl\:-mr-80px {
    margin-right: -5rem !important;
  }

  .\32xl\:-mb-80px {
    margin-bottom: -5rem !important;
  }

  .\32xl\:-ml-80px {
    margin-left: -5rem !important;
  }

  .\32xl\:-mt-81px {
    margin-top: -5.0625rem !important;
  }

  .\32xl\:-mr-81px {
    margin-right: -5.0625rem !important;
  }

  .\32xl\:-mb-81px {
    margin-bottom: -5.0625rem !important;
  }

  .\32xl\:-ml-81px {
    margin-left: -5.0625rem !important;
  }

  .\32xl\:-mt-85px {
    margin-top: -5.3125rem !important;
  }

  .\32xl\:-mr-85px {
    margin-right: -5.3125rem !important;
  }

  .\32xl\:-mb-85px {
    margin-bottom: -5.3125rem !important;
  }

  .\32xl\:-ml-85px {
    margin-left: -5.3125rem !important;
  }

  .\32xl\:-mt-92px {
    margin-top: -5.75rem !important;
  }

  .\32xl\:-mr-92px {
    margin-right: -5.75rem !important;
  }

  .\32xl\:-mb-92px {
    margin-bottom: -5.75rem !important;
  }

  .\32xl\:-ml-92px {
    margin-left: -5.75rem !important;
  }

  .\32xl\:-mt-100px {
    margin-top: -6.25rem !important;
  }

  .\32xl\:-mr-100px {
    margin-right: -6.25rem !important;
  }

  .\32xl\:-mb-100px {
    margin-bottom: -6.25rem !important;
  }

  .\32xl\:-ml-100px {
    margin-left: -6.25rem !important;
  }

  .\32xl\:-mt-106px {
    margin-top: -6.625rem !important;
  }

  .\32xl\:-mr-106px {
    margin-right: -6.625rem !important;
  }

  .\32xl\:-mb-106px {
    margin-bottom: -6.625rem !important;
  }

  .\32xl\:-ml-106px {
    margin-left: -6.625rem !important;
  }

  .\32xl\:-mt-123px {
    margin-top: -7.6875rem !important;
  }

  .\32xl\:-mr-123px {
    margin-right: -7.6875rem !important;
  }

  .\32xl\:-mb-123px {
    margin-bottom: -7.6875rem !important;
  }

  .\32xl\:-ml-123px {
    margin-left: -7.6875rem !important;
  }

  .\32xl\:-mt-126px {
    margin-top: -7.875rem !important;
  }

  .\32xl\:-mr-126px {
    margin-right: -7.875rem !important;
  }

  .\32xl\:-mb-126px {
    margin-bottom: -7.875rem !important;
  }

  .\32xl\:-ml-126px {
    margin-left: -7.875rem !important;
  }

  .\32xl\:-mt-138px {
    margin-top: -8.625rem !important;
  }

  .\32xl\:-mr-138px {
    margin-right: -8.625rem !important;
  }

  .\32xl\:-mb-138px {
    margin-bottom: -8.625rem !important;
  }

  .\32xl\:-ml-138px {
    margin-left: -8.625rem !important;
  }

  .\32xl\:-mt-140px {
    margin-top: -8.75rem !important;
  }

  .\32xl\:-mr-140px {
    margin-right: -8.75rem !important;
  }

  .\32xl\:-mb-140px {
    margin-bottom: -8.75rem !important;
  }

  .\32xl\:-ml-140px {
    margin-left: -8.75rem !important;
  }

  .\32xl\:-mt-146px {
    margin-top: -9.125rem !important;
  }

  .\32xl\:-mr-146px {
    margin-right: -9.125rem !important;
  }

  .\32xl\:-mb-146px {
    margin-bottom: -9.125rem !important;
  }

  .\32xl\:-ml-146px {
    margin-left: -9.125rem !important;
  }

  .\32xl\:-mt-152px {
    margin-top: -9.5rem !important;
  }

  .\32xl\:-mr-152px {
    margin-right: -9.5rem !important;
  }

  .\32xl\:-mb-152px {
    margin-bottom: -9.5rem !important;
  }

  .\32xl\:-ml-152px {
    margin-left: -9.5rem !important;
  }

  .\32xl\:-mt-187px {
    margin-top: -11.6875rem !important;
  }

  .\32xl\:-mr-187px {
    margin-right: -11.6875rem !important;
  }

  .\32xl\:-mb-187px {
    margin-bottom: -11.6875rem !important;
  }

  .\32xl\:-ml-187px {
    margin-left: -11.6875rem !important;
  }

  .\32xl\:-mt-220px {
    margin-top: -13.75rem !important;
  }

  .\32xl\:-mr-220px {
    margin-right: -13.75rem !important;
  }

  .\32xl\:-mb-220px {
    margin-bottom: -13.75rem !important;
  }

  .\32xl\:-ml-220px {
    margin-left: -13.75rem !important;
  }

  .\32xl\:-mt-253px {
    margin-top: -15.8125rem !important;
  }

  .\32xl\:-mr-253px {
    margin-right: -15.8125rem !important;
  }

  .\32xl\:-mb-253px {
    margin-bottom: -15.8125rem !important;
  }

  .\32xl\:-ml-253px {
    margin-left: -15.8125rem !important;
  }

  .\32xl\:-mt-320px {
    margin-top: -20rem !important;
  }

  .\32xl\:-mr-320px {
    margin-right: -20rem !important;
  }

  .\32xl\:-mb-320px {
    margin-bottom: -20rem !important;
  }

  .\32xl\:-ml-320px {
    margin-left: -20rem !important;
  }

  .\32xl\:-mt-400px {
    margin-top: -25rem !important;
  }

  .\32xl\:-mr-400px {
    margin-right: -25rem !important;
  }

  .\32xl\:-mb-400px {
    margin-bottom: -25rem !important;
  }

  .\32xl\:-ml-400px {
    margin-left: -25rem !important;
  }

  .\32xl\:-mt-500px {
    margin-top: -31.25rem !important;
  }

  .\32xl\:-mr-500px {
    margin-right: -31.25rem !important;
  }

  .\32xl\:-mb-500px {
    margin-bottom: -31.25rem !important;
  }

  .\32xl\:-ml-500px {
    margin-left: -31.25rem !important;
  }

  .\32xl\:-mt-lgPaddingTop {
    margin-top: -15.8125rem !important;
  }

  .\32xl\:-mr-lgPaddingTop {
    margin-right: -15.8125rem !important;
  }

  .\32xl\:-mb-lgPaddingTop {
    margin-bottom: -15.8125rem !important;
  }

  .\32xl\:-ml-lgPaddingTop {
    margin-left: -15.8125rem !important;
  }

  .\32xl\:-mt-phonePaddingTop {
    margin-top: -9.875rem !important;
  }

  .\32xl\:-mr-phonePaddingTop {
    margin-right: -9.875rem !important;
  }

  .\32xl\:-mb-phonePaddingTop {
    margin-bottom: -9.875rem !important;
  }

  .\32xl\:-ml-phonePaddingTop {
    margin-left: -9.875rem !important;
  }

  .\32xl\:-mt-tabletPaddingTop {
    margin-top: -6.625rem !important;
  }

  .\32xl\:-mr-tabletPaddingTop {
    margin-right: -6.625rem !important;
  }

  .\32xl\:-mb-tabletPaddingTop {
    margin-bottom: -6.625rem !important;
  }

  .\32xl\:-ml-tabletPaddingTop {
    margin-left: -6.625rem !important;
  }

  .\32xl\:-mt-largePaddingTop {
    margin-top: -13.75rem !important;
  }

  .\32xl\:-mr-largePaddingTop {
    margin-right: -13.75rem !important;
  }

  .\32xl\:-mb-largePaddingTop {
    margin-bottom: -13.75rem !important;
  }

  .\32xl\:-ml-largePaddingTop {
    margin-left: -13.75rem !important;
  }

  .\32xl\:-mt-phoneTextContentMaxWidth {
    margin-top: -57.0625rem !important;
  }

  .\32xl\:-mr-phoneTextContentMaxWidth {
    margin-right: -57.0625rem !important;
  }

  .\32xl\:-mb-phoneTextContentMaxWidth {
    margin-bottom: -57.0625rem !important;
  }

  .\32xl\:-ml-phoneTextContentMaxWidth {
    margin-left: -57.0625rem !important;
  }

  .\32xl\:-mt-phoneTextContentWidth {
    margin-top: -63% !important;
  }

  .\32xl\:-mr-phoneTextContentWidth {
    margin-right: -63% !important;
  }

  .\32xl\:-mb-phoneTextContentWidth {
    margin-bottom: -63% !important;
  }

  .\32xl\:-ml-phoneTextContentWidth {
    margin-left: -63% !important;
  }

  .\32xl\:-mt-phoneBlockContentWidth {
    margin-top: -71.625rem !important;
  }

  .\32xl\:-mr-phoneBlockContentWidth {
    margin-right: -71.625rem !important;
  }

  .\32xl\:-mb-phoneBlockContentWidth {
    margin-bottom: -71.625rem !important;
  }

  .\32xl\:-ml-phoneBlockContentWidth {
    margin-left: -71.625rem !important;
  }

  .\32xl\:-mt-tabletTextContentMaxWidth {
    margin-top: -57.0625rem !important;
  }

  .\32xl\:-mr-tabletTextContentMaxWidth {
    margin-right: -57.0625rem !important;
  }

  .\32xl\:-mb-tabletTextContentMaxWidth {
    margin-bottom: -57.0625rem !important;
  }

  .\32xl\:-ml-tabletTextContentMaxWidth {
    margin-left: -57.0625rem !important;
  }

  .\32xl\:-mt-tabletTextContentWidth {
    margin-top: -63% !important;
  }

  .\32xl\:-mr-tabletTextContentWidth {
    margin-right: -63% !important;
  }

  .\32xl\:-mb-tabletTextContentWidth {
    margin-bottom: -63% !important;
  }

  .\32xl\:-ml-tabletTextContentWidth {
    margin-left: -63% !important;
  }

  .\32xl\:-mt-tabletBlockContentWidth {
    margin-top: -71.625rem !important;
  }

  .\32xl\:-mr-tabletBlockContentWidth {
    margin-right: -71.625rem !important;
  }

  .\32xl\:-mb-tabletBlockContentWidth {
    margin-bottom: -71.625rem !important;
  }

  .\32xl\:-ml-tabletBlockContentWidth {
    margin-left: -71.625rem !important;
  }

  .\32xl\:-mt-largeTextContentMaxWidth {
    margin-top: -57.0625rem !important;
  }

  .\32xl\:-mr-largeTextContentMaxWidth {
    margin-right: -57.0625rem !important;
  }

  .\32xl\:-mb-largeTextContentMaxWidth {
    margin-bottom: -57.0625rem !important;
  }

  .\32xl\:-ml-largeTextContentMaxWidth {
    margin-left: -57.0625rem !important;
  }

  .\32xl\:-mt-largeTextContentWidth {
    margin-top: -63% !important;
  }

  .\32xl\:-mr-largeTextContentWidth {
    margin-right: -63% !important;
  }

  .\32xl\:-mb-largeTextContentWidth {
    margin-bottom: -63% !important;
  }

  .\32xl\:-ml-largeTextContentWidth {
    margin-left: -63% !important;
  }

  .\32xl\:-mt-largeBlockContentWidth {
    margin-top: -71.625rem !important;
  }

  .\32xl\:-mr-largeBlockContentWidth {
    margin-right: -71.625rem !important;
  }

  .\32xl\:-mb-largeBlockContentWidth {
    margin-bottom: -71.625rem !important;
  }

  .\32xl\:-ml-largeBlockContentWidth {
    margin-left: -71.625rem !important;
  }

  .\32xl\:max-h-full {
    max-height: 100% !important;
  }

  .\32xl\:max-h-screen {
    max-height: 100vh !important;
  }

  .\32xl\:max-w-none {
    max-width: none !important;
  }

  .\32xl\:max-w-xs {
    max-width: 20rem !important;
  }

  .\32xl\:max-w-sm {
    max-width: 24rem !important;
  }

  .\32xl\:max-w-md {
    max-width: 28rem !important;
  }

  .\32xl\:max-w-lg {
    max-width: 32rem !important;
  }

  .\32xl\:max-w-xl {
    max-width: 36rem !important;
  }

  .\32xl\:max-w-2xl {
    max-width: 42rem !important;
  }

  .\32xl\:max-w-3xl {
    max-width: 48rem !important;
  }

  .\32xl\:max-w-4xl {
    max-width: 56rem !important;
  }

  .\32xl\:max-w-5xl {
    max-width: 64rem !important;
  }

  .\32xl\:max-w-6xl {
    max-width: 72rem !important;
  }

  .\32xl\:max-w-full {
    max-width: 100% !important;
  }

  .\32xl\:max-w-screen-sm {
    max-width: 640px !important;
  }

  .\32xl\:max-w-screen-md {
    max-width: 768px !important;
  }

  .\32xl\:max-w-screen-lg {
    max-width: 1280px !important;
  }

  .\32xl\:max-w-screen-1xl {
    max-width: 1340px !important;
  }

  .\32xl\:max-w-screen-2xl {
    max-width: 1536px !important;
  }

  .\32xl\:max-w-screen-3xl {
    max-width: 1600px !important;
  }

  .\32xl\:max-w-container {
    max-width: 90rem !important;
  }

  .\32xl\:max-w-site {
    max-width: 90rem !important;
  }

  .\32xl\:max-w-largeTextContentMaxWidth {
    max-width: 57.0625rem !important;
  }

  .\32xl\:max-w-largeBlockContentMaxWidth {
    max-width: 71.625rem !important;
  }

  .\32xl\:max-w-halfLargeBlockContentMaxWidth {
    max-width: 35.8125rem !important;
  }

  .\32xl\:max-w-closeBanner {
    max-width: 1.25rem !important;
  }

  .\32xl\:min-h-400px {
    min-height: 25rem !important;
  }

  .\32xl\:min-h-450px {
    min-height: 28.125rem !important;
  }

  .\32xl\:min-h-500px {
    min-height: 31.25rem !important;
  }

  .\32xl\:min-w-0 {
    min-width: 0 !important;
  }

  .\32xl\:min-w-full {
    min-width: 100% !important;
  }

  .\32xl\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .\32xl\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .\32xl\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .\32xl\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .\32xl\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .\32xl\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .\32xl\:object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .\32xl\:object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .\32xl\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .\32xl\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .\32xl\:object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .\32xl\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .\32xl\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .\32xl\:object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .\32xl\:opacity-0 {
    opacity: 0 !important;
  }

  .\32xl\:opacity-25 {
    opacity: 0.25 !important;
  }

  .\32xl\:opacity-50 {
    opacity: 0.5 !important;
  }

  .\32xl\:opacity-75 {
    opacity: 0.75 !important;
  }

  .\32xl\:opacity-100 {
    opacity: 1 !important;
  }

  .\32xl\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }

  .\32xl\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }

  .\32xl\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }

  .\32xl\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }

  .\32xl\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }

  .\32xl\:focus\:opacity-0:focus {
    opacity: 0 !important;
  }

  .\32xl\:focus\:opacity-25:focus {
    opacity: 0.25 !important;
  }

  .\32xl\:focus\:opacity-50:focus {
    opacity: 0.5 !important;
  }

  .\32xl\:focus\:opacity-75:focus {
    opacity: 0.75 !important;
  }

  .\32xl\:focus\:opacity-100:focus {
    opacity: 1 !important;
  }

  .\32xl\:outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .\32xl\:outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .\32xl\:outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .\32xl\:focus\:outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .\32xl\:focus\:outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .\32xl\:focus\:outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .\32xl\:overflow-auto {
    overflow: auto !important;
  }

  .\32xl\:overflow-hidden {
    overflow: hidden !important;
  }

  .\32xl\:overflow-visible {
    overflow: visible !important;
  }

  .\32xl\:overflow-scroll {
    overflow: scroll !important;
  }

  .\32xl\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .\32xl\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .\32xl\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .\32xl\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .\32xl\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .\32xl\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .\32xl\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .\32xl\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .\32xl\:scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }

  .\32xl\:scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }

  .\32xl\:overscroll-auto {
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .\32xl\:overscroll-contain {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .\32xl\:overscroll-none {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: none !important;
  }

  .\32xl\:overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .\32xl\:overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .\32xl\:overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .\32xl\:overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .\32xl\:overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .\32xl\:overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  .\32xl\:p-0 {
    padding: 0 !important;
  }

  .\32xl\:p-1 {
    padding: 0.25rem !important;
  }

  .\32xl\:p-2 {
    padding: 0.5rem !important;
  }

  .\32xl\:p-3 {
    padding: 0.75rem !important;
  }

  .\32xl\:p-4 {
    padding: 1rem !important;
  }

  .\32xl\:p-5 {
    padding: 1.25rem !important;
  }

  .\32xl\:p-6 {
    padding: 1.5rem !important;
  }

  .\32xl\:p-8 {
    padding: 2rem !important;
  }

  .\32xl\:p-9 {
    padding: 2.5rem !important;
  }

  .\32xl\:p-10 {
    padding: 2.5rem !important;
  }

  .\32xl\:p-12 {
    padding: 3rem !important;
  }

  .\32xl\:p-14 {
    padding: 3.5rem !important;
  }

  .\32xl\:p-16 {
    padding: 4rem !important;
  }

  .\32xl\:p-18 {
    padding: 4.5rem !important;
  }

  .\32xl\:p-20 {
    padding: 5rem !important;
  }

  .\32xl\:p-22 {
    padding: 5.626rem !important;
  }

  .\32xl\:p-24 {
    padding: 6rem !important;
  }

  .\32xl\:p-26 {
    padding: 6.25rem !important;
  }

  .\32xl\:p-28 {
    padding: 7rem !important;
  }

  .\32xl\:p-32 {
    padding: 8rem !important;
  }

  .\32xl\:p-34 {
    padding: 8.5rem !important;
  }

  .\32xl\:p-38 {
    padding: 9.25rem !important;
  }

  .\32xl\:p-40 {
    padding: 10rem !important;
  }

  .\32xl\:p-46 {
    padding: 11.75rem !important;
  }

  .\32xl\:p-48 {
    padding: 12rem !important;
  }

  .\32xl\:p-56 {
    padding: 14rem !important;
  }

  .\32xl\:p-64 {
    padding: 16rem !important;
  }

  .\32xl\:p-82 {
    padding: 20.75rem !important;
  }

  .\32xl\:p-px {
    padding: 1px !important;
  }

  .\32xl\:p-tiny {
    padding: 0.3rem !important;
  }

  .\32xl\:p-quick-links {
    padding: 26% !important;
  }

  .\32xl\:p-pro-slid {
    padding: 48% !important;
  }

  .\32xl\:p-62p {
    padding: 62% !important;
  }

  .\32xl\:p-90p {
    padding: 90% !important;
  }

  .\32xl\:p-x-large {
    padding: 27.5rem !important;
  }

  .\32xl\:p-2px {
    padding: 0.125rem !important;
  }

  .\32xl\:p-9px {
    padding: 0.5625rem !important;
  }

  .\32xl\:p-10px {
    padding: 0.625rem !important;
  }

  .\32xl\:p-18px {
    padding: 1.125rem !important;
  }

  .\32xl\:p-20px {
    padding: 1.25rem !important;
  }

  .\32xl\:p-24px {
    padding: 1.5rem !important;
  }

  .\32xl\:p-26px {
    padding: 1.625rem !important;
  }

  .\32xl\:p-30px {
    padding: 1.875rem !important;
  }

  .\32xl\:p-38px {
    padding: 2.375rem !important;
  }

  .\32xl\:p-43px {
    padding: 2.6875rem !important;
  }

  .\32xl\:p-44px {
    padding: 2.75rem !important;
  }

  .\32xl\:p-46px {
    padding: 2.875rem !important;
  }

  .\32xl\:p-53px {
    padding: 3.3125rem !important;
  }

  .\32xl\:p-54px {
    padding: 3.375rem !important;
  }

  .\32xl\:p-55px {
    padding: 3.4375rem !important;
  }

  .\32xl\:p-60px {
    padding: 3.75rem !important;
  }

  .\32xl\:p-67px {
    padding: 4.1875rem !important;
  }

  .\32xl\:p-73px {
    padding: 4.5625rem !important;
  }

  .\32xl\:p-80px {
    padding: 5rem !important;
  }

  .\32xl\:p-81px {
    padding: 5.0625rem !important;
  }

  .\32xl\:p-85px {
    padding: 5.3125rem !important;
  }

  .\32xl\:p-92px {
    padding: 5.75rem !important;
  }

  .\32xl\:p-100px {
    padding: 6.25rem !important;
  }

  .\32xl\:p-106px {
    padding: 6.625rem !important;
  }

  .\32xl\:p-123px {
    padding: 7.6875rem !important;
  }

  .\32xl\:p-126px {
    padding: 7.875rem !important;
  }

  .\32xl\:p-138px {
    padding: 8.625rem !important;
  }

  .\32xl\:p-140px {
    padding: 8.75rem !important;
  }

  .\32xl\:p-146px {
    padding: 9.125rem !important;
  }

  .\32xl\:p-152px {
    padding: 9.5rem !important;
  }

  .\32xl\:p-187px {
    padding: 11.6875rem !important;
  }

  .\32xl\:p-220px {
    padding: 13.75rem !important;
  }

  .\32xl\:p-253px {
    padding: 15.8125rem !important;
  }

  .\32xl\:p-320px {
    padding: 20rem !important;
  }

  .\32xl\:p-400px {
    padding: 25rem !important;
  }

  .\32xl\:p-500px {
    padding: 31.25rem !important;
  }

  .\32xl\:p-lgPaddingTop {
    padding: 15.8125rem !important;
  }

  .\32xl\:p-phonePaddingTop {
    padding: 9.875rem !important;
  }

  .\32xl\:p-tabletPaddingTop {
    padding: 6.625rem !important;
  }

  .\32xl\:p-largePaddingTop {
    padding: 13.75rem !important;
  }

  .\32xl\:p-phoneTextContentMaxWidth {
    padding: 57.0625rem !important;
  }

  .\32xl\:p-phoneTextContentWidth {
    padding: 63% !important;
  }

  .\32xl\:p-phoneBlockContentWidth {
    padding: 71.625rem !important;
  }

  .\32xl\:p-tabletTextContentMaxWidth {
    padding: 57.0625rem !important;
  }

  .\32xl\:p-tabletTextContentWidth {
    padding: 63% !important;
  }

  .\32xl\:p-tabletBlockContentWidth {
    padding: 71.625rem !important;
  }

  .\32xl\:p-largeTextContentMaxWidth {
    padding: 57.0625rem !important;
  }

  .\32xl\:p-largeTextContentWidth {
    padding: 63% !important;
  }

  .\32xl\:p-largeBlockContentWidth {
    padding: 71.625rem !important;
  }

  .\32xl\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .\32xl\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .\32xl\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .\32xl\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .\32xl\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .\32xl\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .\32xl\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .\32xl\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .\32xl\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .\32xl\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .\32xl\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .\32xl\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .\32xl\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .\32xl\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .\32xl\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .\32xl\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .\32xl\:py-9 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .\32xl\:px-9 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .\32xl\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .\32xl\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .\32xl\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .\32xl\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .\32xl\:py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .\32xl\:px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .\32xl\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

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

  .\32xl\:py-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .\32xl\:px-18 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }

  .\32xl\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .\32xl\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .\32xl\:py-22 {
    padding-top: 5.626rem !important;
    padding-bottom: 5.626rem !important;
  }

  .\32xl\:px-22 {
    padding-left: 5.626rem !important;
    padding-right: 5.626rem !important;
  }

  .\32xl\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .\32xl\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .\32xl\:py-26 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }

  .\32xl\:px-26 {
    padding-left: 6.25rem !important;
    padding-right: 6.25rem !important;
  }

  .\32xl\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .\32xl\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .\32xl\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .\32xl\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .\32xl\:py-34 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }

  .\32xl\:px-34 {
    padding-left: 8.5rem !important;
    padding-right: 8.5rem !important;
  }

  .\32xl\:py-38 {
    padding-top: 9.25rem !important;
    padding-bottom: 9.25rem !important;
  }

  .\32xl\:px-38 {
    padding-left: 9.25rem !important;
    padding-right: 9.25rem !important;
  }

  .\32xl\:py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .\32xl\:px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .\32xl\:py-46 {
    padding-top: 11.75rem !important;
    padding-bottom: 11.75rem !important;
  }

  .\32xl\:px-46 {
    padding-left: 11.75rem !important;
    padding-right: 11.75rem !important;
  }

  .\32xl\:py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .\32xl\:px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .\32xl\:py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .\32xl\:px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .\32xl\:py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .\32xl\:px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .\32xl\:py-82 {
    padding-top: 20.75rem !important;
    padding-bottom: 20.75rem !important;
  }

  .\32xl\:px-82 {
    padding-left: 20.75rem !important;
    padding-right: 20.75rem !important;
  }

  .\32xl\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .\32xl\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .\32xl\:py-tiny {
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
  }

  .\32xl\:px-tiny {
    padding-left: 0.3rem !important;
    padding-right: 0.3rem !important;
  }

  .\32xl\:py-quick-links {
    padding-top: 26% !important;
    padding-bottom: 26% !important;
  }

  .\32xl\:px-quick-links {
    padding-left: 26% !important;
    padding-right: 26% !important;
  }

  .\32xl\:py-pro-slid {
    padding-top: 48% !important;
    padding-bottom: 48% !important;
  }

  .\32xl\:px-pro-slid {
    padding-left: 48% !important;
    padding-right: 48% !important;
  }

  .\32xl\:py-62p {
    padding-top: 62% !important;
    padding-bottom: 62% !important;
  }

  .\32xl\:px-62p {
    padding-left: 62% !important;
    padding-right: 62% !important;
  }

  .\32xl\:py-90p {
    padding-top: 90% !important;
    padding-bottom: 90% !important;
  }

  .\32xl\:px-90p {
    padding-left: 90% !important;
    padding-right: 90% !important;
  }

  .\32xl\:py-x-large {
    padding-top: 27.5rem !important;
    padding-bottom: 27.5rem !important;
  }

  .\32xl\:px-x-large {
    padding-left: 27.5rem !important;
    padding-right: 27.5rem !important;
  }

  .\32xl\:py-2px {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .\32xl\:px-2px {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .\32xl\:py-9px {
    padding-top: 0.5625rem !important;
    padding-bottom: 0.5625rem !important;
  }

  .\32xl\:px-9px {
    padding-left: 0.5625rem !important;
    padding-right: 0.5625rem !important;
  }

  .\32xl\:py-10px {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .\32xl\:px-10px {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .\32xl\:py-18px {
    padding-top: 1.125rem !important;
    padding-bottom: 1.125rem !important;
  }

  .\32xl\:px-18px {
    padding-left: 1.125rem !important;
    padding-right: 1.125rem !important;
  }

  .\32xl\:py-20px {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .\32xl\:px-20px {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .\32xl\:py-24px {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .\32xl\:px-24px {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .\32xl\:py-26px {
    padding-top: 1.625rem !important;
    padding-bottom: 1.625rem !important;
  }

  .\32xl\:px-26px {
    padding-left: 1.625rem !important;
    padding-right: 1.625rem !important;
  }

  .\32xl\:py-30px {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }

  .\32xl\:px-30px {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important;
  }

  .\32xl\:py-38px {
    padding-top: 2.375rem !important;
    padding-bottom: 2.375rem !important;
  }

  .\32xl\:px-38px {
    padding-left: 2.375rem !important;
    padding-right: 2.375rem !important;
  }

  .\32xl\:py-43px {
    padding-top: 2.6875rem !important;
    padding-bottom: 2.6875rem !important;
  }

  .\32xl\:px-43px {
    padding-left: 2.6875rem !important;
    padding-right: 2.6875rem !important;
  }

  .\32xl\:py-44px {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .\32xl\:px-44px {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .\32xl\:py-46px {
    padding-top: 2.875rem !important;
    padding-bottom: 2.875rem !important;
  }

  .\32xl\:px-46px {
    padding-left: 2.875rem !important;
    padding-right: 2.875rem !important;
  }

  .\32xl\:py-53px {
    padding-top: 3.3125rem !important;
    padding-bottom: 3.3125rem !important;
  }

  .\32xl\:px-53px {
    padding-left: 3.3125rem !important;
    padding-right: 3.3125rem !important;
  }

  .\32xl\:py-54px {
    padding-top: 3.375rem !important;
    padding-bottom: 3.375rem !important;
  }

  .\32xl\:px-54px {
    padding-left: 3.375rem !important;
    padding-right: 3.375rem !important;
  }

  .\32xl\:py-55px {
    padding-top: 3.4375rem !important;
    padding-bottom: 3.4375rem !important;
  }

  .\32xl\:px-55px {
    padding-left: 3.4375rem !important;
    padding-right: 3.4375rem !important;
  }

  .\32xl\:py-60px {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }

  .\32xl\:px-60px {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }

  .\32xl\:py-67px {
    padding-top: 4.1875rem !important;
    padding-bottom: 4.1875rem !important;
  }

  .\32xl\:px-67px {
    padding-left: 4.1875rem !important;
    padding-right: 4.1875rem !important;
  }

  .\32xl\:py-73px {
    padding-top: 4.5625rem !important;
    padding-bottom: 4.5625rem !important;
  }

  .\32xl\:px-73px {
    padding-left: 4.5625rem !important;
    padding-right: 4.5625rem !important;
  }

  .\32xl\:py-80px {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .\32xl\:px-80px {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .\32xl\:py-81px {
    padding-top: 5.0625rem !important;
    padding-bottom: 5.0625rem !important;
  }

  .\32xl\:px-81px {
    padding-left: 5.0625rem !important;
    padding-right: 5.0625rem !important;
  }

  .\32xl\:py-85px {
    padding-top: 5.3125rem !important;
    padding-bottom: 5.3125rem !important;
  }

  .\32xl\:px-85px {
    padding-left: 5.3125rem !important;
    padding-right: 5.3125rem !important;
  }

  .\32xl\:py-92px {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }

  .\32xl\:px-92px {
    padding-left: 5.75rem !important;
    padding-right: 5.75rem !important;
  }

  .\32xl\:py-100px {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }

  .\32xl\:px-100px {
    padding-left: 6.25rem !important;
    padding-right: 6.25rem !important;
  }

  .\32xl\:py-106px {
    padding-top: 6.625rem !important;
    padding-bottom: 6.625rem !important;
  }

  .\32xl\:px-106px {
    padding-left: 6.625rem !important;
    padding-right: 6.625rem !important;
  }

  .\32xl\:py-123px {
    padding-top: 7.6875rem !important;
    padding-bottom: 7.6875rem !important;
  }

  .\32xl\:px-123px {
    padding-left: 7.6875rem !important;
    padding-right: 7.6875rem !important;
  }

  .\32xl\:py-126px {
    padding-top: 7.875rem !important;
    padding-bottom: 7.875rem !important;
  }

  .\32xl\:px-126px {
    padding-left: 7.875rem !important;
    padding-right: 7.875rem !important;
  }

  .\32xl\:py-138px {
    padding-top: 8.625rem !important;
    padding-bottom: 8.625rem !important;
  }

  .\32xl\:px-138px {
    padding-left: 8.625rem !important;
    padding-right: 8.625rem !important;
  }

  .\32xl\:py-140px {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }

  .\32xl\:px-140px {
    padding-left: 8.75rem !important;
    padding-right: 8.75rem !important;
  }

  .\32xl\:py-146px {
    padding-top: 9.125rem !important;
    padding-bottom: 9.125rem !important;
  }

  .\32xl\:px-146px {
    padding-left: 9.125rem !important;
    padding-right: 9.125rem !important;
  }

  .\32xl\:py-152px {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }

  .\32xl\:px-152px {
    padding-left: 9.5rem !important;
    padding-right: 9.5rem !important;
  }

  .\32xl\:py-187px {
    padding-top: 11.6875rem !important;
    padding-bottom: 11.6875rem !important;
  }

  .\32xl\:px-187px {
    padding-left: 11.6875rem !important;
    padding-right: 11.6875rem !important;
  }

  .\32xl\:py-220px {
    padding-top: 13.75rem !important;
    padding-bottom: 13.75rem !important;
  }

  .\32xl\:px-220px {
    padding-left: 13.75rem !important;
    padding-right: 13.75rem !important;
  }

  .\32xl\:py-253px {
    padding-top: 15.8125rem !important;
    padding-bottom: 15.8125rem !important;
  }

  .\32xl\:px-253px {
    padding-left: 15.8125rem !important;
    padding-right: 15.8125rem !important;
  }

  .\32xl\:py-320px {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .\32xl\:px-320px {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .\32xl\:py-400px {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }

  .\32xl\:px-400px {
    padding-left: 25rem !important;
    padding-right: 25rem !important;
  }

  .\32xl\:py-500px {
    padding-top: 31.25rem !important;
    padding-bottom: 31.25rem !important;
  }

  .\32xl\:px-500px {
    padding-left: 31.25rem !important;
    padding-right: 31.25rem !important;
  }

  .\32xl\:py-lgPaddingTop {
    padding-top: 15.8125rem !important;
    padding-bottom: 15.8125rem !important;
  }

  .\32xl\:px-lgPaddingTop {
    padding-left: 15.8125rem !important;
    padding-right: 15.8125rem !important;
  }

  .\32xl\:py-phonePaddingTop {
    padding-top: 9.875rem !important;
    padding-bottom: 9.875rem !important;
  }

  .\32xl\:px-phonePaddingTop {
    padding-left: 9.875rem !important;
    padding-right: 9.875rem !important;
  }

  .\32xl\:py-tabletPaddingTop {
    padding-top: 6.625rem !important;
    padding-bottom: 6.625rem !important;
  }

  .\32xl\:px-tabletPaddingTop {
    padding-left: 6.625rem !important;
    padding-right: 6.625rem !important;
  }

  .\32xl\:py-largePaddingTop {
    padding-top: 13.75rem !important;
    padding-bottom: 13.75rem !important;
  }

  .\32xl\:px-largePaddingTop {
    padding-left: 13.75rem !important;
    padding-right: 13.75rem !important;
  }

  .\32xl\:py-phoneTextContentMaxWidth {
    padding-top: 57.0625rem !important;
    padding-bottom: 57.0625rem !important;
  }

  .\32xl\:px-phoneTextContentMaxWidth {
    padding-left: 57.0625rem !important;
    padding-right: 57.0625rem !important;
  }

  .\32xl\:py-phoneTextContentWidth {
    padding-top: 63% !important;
    padding-bottom: 63% !important;
  }

  .\32xl\:px-phoneTextContentWidth {
    padding-left: 63% !important;
    padding-right: 63% !important;
  }

  .\32xl\:py-phoneBlockContentWidth {
    padding-top: 71.625rem !important;
    padding-bottom: 71.625rem !important;
  }

  .\32xl\:px-phoneBlockContentWidth {
    padding-left: 71.625rem !important;
    padding-right: 71.625rem !important;
  }

  .\32xl\:py-tabletTextContentMaxWidth {
    padding-top: 57.0625rem !important;
    padding-bottom: 57.0625rem !important;
  }

  .\32xl\:px-tabletTextContentMaxWidth {
    padding-left: 57.0625rem !important;
    padding-right: 57.0625rem !important;
  }

  .\32xl\:py-tabletTextContentWidth {
    padding-top: 63% !important;
    padding-bottom: 63% !important;
  }

  .\32xl\:px-tabletTextContentWidth {
    padding-left: 63% !important;
    padding-right: 63% !important;
  }

  .\32xl\:py-tabletBlockContentWidth {
    padding-top: 71.625rem !important;
    padding-bottom: 71.625rem !important;
  }

  .\32xl\:px-tabletBlockContentWidth {
    padding-left: 71.625rem !important;
    padding-right: 71.625rem !important;
  }

  .\32xl\:py-largeTextContentMaxWidth {
    padding-top: 57.0625rem !important;
    padding-bottom: 57.0625rem !important;
  }

  .\32xl\:px-largeTextContentMaxWidth {
    padding-left: 57.0625rem !important;
    padding-right: 57.0625rem !important;
  }

  .\32xl\:py-largeTextContentWidth {
    padding-top: 63% !important;
    padding-bottom: 63% !important;
  }

  .\32xl\:px-largeTextContentWidth {
    padding-left: 63% !important;
    padding-right: 63% !important;
  }

  .\32xl\:py-largeBlockContentWidth {
    padding-top: 71.625rem !important;
    padding-bottom: 71.625rem !important;
  }

  .\32xl\:px-largeBlockContentWidth {
    padding-left: 71.625rem !important;
    padding-right: 71.625rem !important;
  }

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

  .\32xl\:pr-0 {
    padding-right: 0 !important;
  }

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

  .\32xl\:pl-0 {
    padding-left: 0 !important;
  }

  .\32xl\:pt-1 {
    padding-top: 0.25rem !important;
  }

  .\32xl\:pr-1 {
    padding-right: 0.25rem !important;
  }

  .\32xl\:pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .\32xl\:pl-1 {
    padding-left: 0.25rem !important;
  }

  .\32xl\:pt-2 {
    padding-top: 0.5rem !important;
  }

  .\32xl\:pr-2 {
    padding-right: 0.5rem !important;
  }

  .\32xl\:pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .\32xl\:pl-2 {
    padding-left: 0.5rem !important;
  }

  .\32xl\:pt-3 {
    padding-top: 0.75rem !important;
  }

  .\32xl\:pr-3 {
    padding-right: 0.75rem !important;
  }

  .\32xl\:pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .\32xl\:pl-3 {
    padding-left: 0.75rem !important;
  }

  .\32xl\:pt-4 {
    padding-top: 1rem !important;
  }

  .\32xl\:pr-4 {
    padding-right: 1rem !important;
  }

  .\32xl\:pb-4 {
    padding-bottom: 1rem !important;
  }

  .\32xl\:pl-4 {
    padding-left: 1rem !important;
  }

  .\32xl\:pt-5 {
    padding-top: 1.25rem !important;
  }

  .\32xl\:pr-5 {
    padding-right: 1.25rem !important;
  }

  .\32xl\:pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .\32xl\:pl-5 {
    padding-left: 1.25rem !important;
  }

  .\32xl\:pt-6 {
    padding-top: 1.5rem !important;
  }

  .\32xl\:pr-6 {
    padding-right: 1.5rem !important;
  }

  .\32xl\:pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .\32xl\:pl-6 {
    padding-left: 1.5rem !important;
  }

  .\32xl\:pt-8 {
    padding-top: 2rem !important;
  }

  .\32xl\:pr-8 {
    padding-right: 2rem !important;
  }

  .\32xl\:pb-8 {
    padding-bottom: 2rem !important;
  }

  .\32xl\:pl-8 {
    padding-left: 2rem !important;
  }

  .\32xl\:pt-9 {
    padding-top: 2.5rem !important;
  }

  .\32xl\:pr-9 {
    padding-right: 2.5rem !important;
  }

  .\32xl\:pb-9 {
    padding-bottom: 2.5rem !important;
  }

  .\32xl\:pl-9 {
    padding-left: 2.5rem !important;
  }

  .\32xl\:pt-10 {
    padding-top: 2.5rem !important;
  }

  .\32xl\:pr-10 {
    padding-right: 2.5rem !important;
  }

  .\32xl\:pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .\32xl\:pl-10 {
    padding-left: 2.5rem !important;
  }

  .\32xl\:pt-12 {
    padding-top: 3rem !important;
  }

  .\32xl\:pr-12 {
    padding-right: 3rem !important;
  }

  .\32xl\:pb-12 {
    padding-bottom: 3rem !important;
  }

  .\32xl\:pl-12 {
    padding-left: 3rem !important;
  }

  .\32xl\:pt-14 {
    padding-top: 3.5rem !important;
  }

  .\32xl\:pr-14 {
    padding-right: 3.5rem !important;
  }

  .\32xl\:pb-14 {
    padding-bottom: 3.5rem !important;
  }

  .\32xl\:pl-14 {
    padding-left: 3.5rem !important;
  }

  .\32xl\:pt-16 {
    padding-top: 4rem !important;
  }

  .\32xl\:pr-16 {
    padding-right: 4rem !important;
  }

  .\32xl\:pb-16 {
    padding-bottom: 4rem !important;
  }

  .\32xl\:pl-16 {
    padding-left: 4rem !important;
  }

  .\32xl\:pt-18 {
    padding-top: 4.5rem !important;
  }

  .\32xl\:pr-18 {
    padding-right: 4.5rem !important;
  }

  .\32xl\:pb-18 {
    padding-bottom: 4.5rem !important;
  }

  .\32xl\:pl-18 {
    padding-left: 4.5rem !important;
  }

  .\32xl\:pt-20 {
    padding-top: 5rem !important;
  }

  .\32xl\:pr-20 {
    padding-right: 5rem !important;
  }

  .\32xl\:pb-20 {
    padding-bottom: 5rem !important;
  }

  .\32xl\:pl-20 {
    padding-left: 5rem !important;
  }

  .\32xl\:pt-22 {
    padding-top: 5.626rem !important;
  }

  .\32xl\:pr-22 {
    padding-right: 5.626rem !important;
  }

  .\32xl\:pb-22 {
    padding-bottom: 5.626rem !important;
  }

  .\32xl\:pl-22 {
    padding-left: 5.626rem !important;
  }

  .\32xl\:pt-24 {
    padding-top: 6rem !important;
  }

  .\32xl\:pr-24 {
    padding-right: 6rem !important;
  }

  .\32xl\:pb-24 {
    padding-bottom: 6rem !important;
  }

  .\32xl\:pl-24 {
    padding-left: 6rem !important;
  }

  .\32xl\:pt-26 {
    padding-top: 6.25rem !important;
  }

  .\32xl\:pr-26 {
    padding-right: 6.25rem !important;
  }

  .\32xl\:pb-26 {
    padding-bottom: 6.25rem !important;
  }

  .\32xl\:pl-26 {
    padding-left: 6.25rem !important;
  }

  .\32xl\:pt-28 {
    padding-top: 7rem !important;
  }

  .\32xl\:pr-28 {
    padding-right: 7rem !important;
  }

  .\32xl\:pb-28 {
    padding-bottom: 7rem !important;
  }

  .\32xl\:pl-28 {
    padding-left: 7rem !important;
  }

  .\32xl\:pt-32 {
    padding-top: 8rem !important;
  }

  .\32xl\:pr-32 {
    padding-right: 8rem !important;
  }

  .\32xl\:pb-32 {
    padding-bottom: 8rem !important;
  }

  .\32xl\:pl-32 {
    padding-left: 8rem !important;
  }

  .\32xl\:pt-34 {
    padding-top: 8.5rem !important;
  }

  .\32xl\:pr-34 {
    padding-right: 8.5rem !important;
  }

  .\32xl\:pb-34 {
    padding-bottom: 8.5rem !important;
  }

  .\32xl\:pl-34 {
    padding-left: 8.5rem !important;
  }

  .\32xl\:pt-38 {
    padding-top: 9.25rem !important;
  }

  .\32xl\:pr-38 {
    padding-right: 9.25rem !important;
  }

  .\32xl\:pb-38 {
    padding-bottom: 9.25rem !important;
  }

  .\32xl\:pl-38 {
    padding-left: 9.25rem !important;
  }

  .\32xl\:pt-40 {
    padding-top: 10rem !important;
  }

  .\32xl\:pr-40 {
    padding-right: 10rem !important;
  }

  .\32xl\:pb-40 {
    padding-bottom: 10rem !important;
  }

  .\32xl\:pl-40 {
    padding-left: 10rem !important;
  }

  .\32xl\:pt-46 {
    padding-top: 11.75rem !important;
  }

  .\32xl\:pr-46 {
    padding-right: 11.75rem !important;
  }

  .\32xl\:pb-46 {
    padding-bottom: 11.75rem !important;
  }

  .\32xl\:pl-46 {
    padding-left: 11.75rem !important;
  }

  .\32xl\:pt-48 {
    padding-top: 12rem !important;
  }

  .\32xl\:pr-48 {
    padding-right: 12rem !important;
  }

  .\32xl\:pb-48 {
    padding-bottom: 12rem !important;
  }

  .\32xl\:pl-48 {
    padding-left: 12rem !important;
  }

  .\32xl\:pt-56 {
    padding-top: 14rem !important;
  }

  .\32xl\:pr-56 {
    padding-right: 14rem !important;
  }

  .\32xl\:pb-56 {
    padding-bottom: 14rem !important;
  }

  .\32xl\:pl-56 {
    padding-left: 14rem !important;
  }

  .\32xl\:pt-64 {
    padding-top: 16rem !important;
  }

  .\32xl\:pr-64 {
    padding-right: 16rem !important;
  }

  .\32xl\:pb-64 {
    padding-bottom: 16rem !important;
  }

  .\32xl\:pl-64 {
    padding-left: 16rem !important;
  }

  .\32xl\:pt-82 {
    padding-top: 20.75rem !important;
  }

  .\32xl\:pr-82 {
    padding-right: 20.75rem !important;
  }

  .\32xl\:pb-82 {
    padding-bottom: 20.75rem !important;
  }

  .\32xl\:pl-82 {
    padding-left: 20.75rem !important;
  }

  .\32xl\:pt-px {
    padding-top: 1px !important;
  }

  .\32xl\:pr-px {
    padding-right: 1px !important;
  }

  .\32xl\:pb-px {
    padding-bottom: 1px !important;
  }

  .\32xl\:pl-px {
    padding-left: 1px !important;
  }

  .\32xl\:pt-tiny {
    padding-top: 0.3rem !important;
  }

  .\32xl\:pr-tiny {
    padding-right: 0.3rem !important;
  }

  .\32xl\:pb-tiny {
    padding-bottom: 0.3rem !important;
  }

  .\32xl\:pl-tiny {
    padding-left: 0.3rem !important;
  }

  .\32xl\:pt-quick-links {
    padding-top: 26% !important;
  }

  .\32xl\:pr-quick-links {
    padding-right: 26% !important;
  }

  .\32xl\:pb-quick-links {
    padding-bottom: 26% !important;
  }

  .\32xl\:pl-quick-links {
    padding-left: 26% !important;
  }

  .\32xl\:pt-pro-slid {
    padding-top: 48% !important;
  }

  .\32xl\:pr-pro-slid {
    padding-right: 48% !important;
  }

  .\32xl\:pb-pro-slid {
    padding-bottom: 48% !important;
  }

  .\32xl\:pl-pro-slid {
    padding-left: 48% !important;
  }

  .\32xl\:pt-62p {
    padding-top: 62% !important;
  }

  .\32xl\:pr-62p {
    padding-right: 62% !important;
  }

  .\32xl\:pb-62p {
    padding-bottom: 62% !important;
  }

  .\32xl\:pl-62p {
    padding-left: 62% !important;
  }

  .\32xl\:pt-90p {
    padding-top: 90% !important;
  }

  .\32xl\:pr-90p {
    padding-right: 90% !important;
  }

  .\32xl\:pb-90p {
    padding-bottom: 90% !important;
  }

  .\32xl\:pl-90p {
    padding-left: 90% !important;
  }

  .\32xl\:pt-x-large {
    padding-top: 27.5rem !important;
  }

  .\32xl\:pr-x-large {
    padding-right: 27.5rem !important;
  }

  .\32xl\:pb-x-large {
    padding-bottom: 27.5rem !important;
  }

  .\32xl\:pl-x-large {
    padding-left: 27.5rem !important;
  }

  .\32xl\:pt-2px {
    padding-top: 0.125rem !important;
  }

  .\32xl\:pr-2px {
    padding-right: 0.125rem !important;
  }

  .\32xl\:pb-2px {
    padding-bottom: 0.125rem !important;
  }

  .\32xl\:pl-2px {
    padding-left: 0.125rem !important;
  }

  .\32xl\:pt-9px {
    padding-top: 0.5625rem !important;
  }

  .\32xl\:pr-9px {
    padding-right: 0.5625rem !important;
  }

  .\32xl\:pb-9px {
    padding-bottom: 0.5625rem !important;
  }

  .\32xl\:pl-9px {
    padding-left: 0.5625rem !important;
  }

  .\32xl\:pt-10px {
    padding-top: 0.625rem !important;
  }

  .\32xl\:pr-10px {
    padding-right: 0.625rem !important;
  }

  .\32xl\:pb-10px {
    padding-bottom: 0.625rem !important;
  }

  .\32xl\:pl-10px {
    padding-left: 0.625rem !important;
  }

  .\32xl\:pt-18px {
    padding-top: 1.125rem !important;
  }

  .\32xl\:pr-18px {
    padding-right: 1.125rem !important;
  }

  .\32xl\:pb-18px {
    padding-bottom: 1.125rem !important;
  }

  .\32xl\:pl-18px {
    padding-left: 1.125rem !important;
  }

  .\32xl\:pt-20px {
    padding-top: 1.25rem !important;
  }

  .\32xl\:pr-20px {
    padding-right: 1.25rem !important;
  }

  .\32xl\:pb-20px {
    padding-bottom: 1.25rem !important;
  }

  .\32xl\:pl-20px {
    padding-left: 1.25rem !important;
  }

  .\32xl\:pt-24px {
    padding-top: 1.5rem !important;
  }

  .\32xl\:pr-24px {
    padding-right: 1.5rem !important;
  }

  .\32xl\:pb-24px {
    padding-bottom: 1.5rem !important;
  }

  .\32xl\:pl-24px {
    padding-left: 1.5rem !important;
  }

  .\32xl\:pt-26px {
    padding-top: 1.625rem !important;
  }

  .\32xl\:pr-26px {
    padding-right: 1.625rem !important;
  }

  .\32xl\:pb-26px {
    padding-bottom: 1.625rem !important;
  }

  .\32xl\:pl-26px {
    padding-left: 1.625rem !important;
  }

  .\32xl\:pt-30px {
    padding-top: 1.875rem !important;
  }

  .\32xl\:pr-30px {
    padding-right: 1.875rem !important;
  }

  .\32xl\:pb-30px {
    padding-bottom: 1.875rem !important;
  }

  .\32xl\:pl-30px {
    padding-left: 1.875rem !important;
  }

  .\32xl\:pt-38px {
    padding-top: 2.375rem !important;
  }

  .\32xl\:pr-38px {
    padding-right: 2.375rem !important;
  }

  .\32xl\:pb-38px {
    padding-bottom: 2.375rem !important;
  }

  .\32xl\:pl-38px {
    padding-left: 2.375rem !important;
  }

  .\32xl\:pt-43px {
    padding-top: 2.6875rem !important;
  }

  .\32xl\:pr-43px {
    padding-right: 2.6875rem !important;
  }

  .\32xl\:pb-43px {
    padding-bottom: 2.6875rem !important;
  }

  .\32xl\:pl-43px {
    padding-left: 2.6875rem !important;
  }

  .\32xl\:pt-44px {
    padding-top: 2.75rem !important;
  }

  .\32xl\:pr-44px {
    padding-right: 2.75rem !important;
  }

  .\32xl\:pb-44px {
    padding-bottom: 2.75rem !important;
  }

  .\32xl\:pl-44px {
    padding-left: 2.75rem !important;
  }

  .\32xl\:pt-46px {
    padding-top: 2.875rem !important;
  }

  .\32xl\:pr-46px {
    padding-right: 2.875rem !important;
  }

  .\32xl\:pb-46px {
    padding-bottom: 2.875rem !important;
  }

  .\32xl\:pl-46px {
    padding-left: 2.875rem !important;
  }

  .\32xl\:pt-53px {
    padding-top: 3.3125rem !important;
  }

  .\32xl\:pr-53px {
    padding-right: 3.3125rem !important;
  }

  .\32xl\:pb-53px {
    padding-bottom: 3.3125rem !important;
  }

  .\32xl\:pl-53px {
    padding-left: 3.3125rem !important;
  }

  .\32xl\:pt-54px {
    padding-top: 3.375rem !important;
  }

  .\32xl\:pr-54px {
    padding-right: 3.375rem !important;
  }

  .\32xl\:pb-54px {
    padding-bottom: 3.375rem !important;
  }

  .\32xl\:pl-54px {
    padding-left: 3.375rem !important;
  }

  .\32xl\:pt-55px {
    padding-top: 3.4375rem !important;
  }

  .\32xl\:pr-55px {
    padding-right: 3.4375rem !important;
  }

  .\32xl\:pb-55px {
    padding-bottom: 3.4375rem !important;
  }

  .\32xl\:pl-55px {
    padding-left: 3.4375rem !important;
  }

  .\32xl\:pt-60px {
    padding-top: 3.75rem !important;
  }

  .\32xl\:pr-60px {
    padding-right: 3.75rem !important;
  }

  .\32xl\:pb-60px {
    padding-bottom: 3.75rem !important;
  }

  .\32xl\:pl-60px {
    padding-left: 3.75rem !important;
  }

  .\32xl\:pt-67px {
    padding-top: 4.1875rem !important;
  }

  .\32xl\:pr-67px {
    padding-right: 4.1875rem !important;
  }

  .\32xl\:pb-67px {
    padding-bottom: 4.1875rem !important;
  }

  .\32xl\:pl-67px {
    padding-left: 4.1875rem !important;
  }

  .\32xl\:pt-73px {
    padding-top: 4.5625rem !important;
  }

  .\32xl\:pr-73px {
    padding-right: 4.5625rem !important;
  }

  .\32xl\:pb-73px {
    padding-bottom: 4.5625rem !important;
  }

  .\32xl\:pl-73px {
    padding-left: 4.5625rem !important;
  }

  .\32xl\:pt-80px {
    padding-top: 5rem !important;
  }

  .\32xl\:pr-80px {
    padding-right: 5rem !important;
  }

  .\32xl\:pb-80px {
    padding-bottom: 5rem !important;
  }

  .\32xl\:pl-80px {
    padding-left: 5rem !important;
  }

  .\32xl\:pt-81px {
    padding-top: 5.0625rem !important;
  }

  .\32xl\:pr-81px {
    padding-right: 5.0625rem !important;
  }

  .\32xl\:pb-81px {
    padding-bottom: 5.0625rem !important;
  }

  .\32xl\:pl-81px {
    padding-left: 5.0625rem !important;
  }

  .\32xl\:pt-85px {
    padding-top: 5.3125rem !important;
  }

  .\32xl\:pr-85px {
    padding-right: 5.3125rem !important;
  }

  .\32xl\:pb-85px {
    padding-bottom: 5.3125rem !important;
  }

  .\32xl\:pl-85px {
    padding-left: 5.3125rem !important;
  }

  .\32xl\:pt-92px {
    padding-top: 5.75rem !important;
  }

  .\32xl\:pr-92px {
    padding-right: 5.75rem !important;
  }

  .\32xl\:pb-92px {
    padding-bottom: 5.75rem !important;
  }

  .\32xl\:pl-92px {
    padding-left: 5.75rem !important;
  }

  .\32xl\:pt-100px {
    padding-top: 6.25rem !important;
  }

  .\32xl\:pr-100px {
    padding-right: 6.25rem !important;
  }

  .\32xl\:pb-100px {
    padding-bottom: 6.25rem !important;
  }

  .\32xl\:pl-100px {
    padding-left: 6.25rem !important;
  }

  .\32xl\:pt-106px {
    padding-top: 6.625rem !important;
  }

  .\32xl\:pr-106px {
    padding-right: 6.625rem !important;
  }

  .\32xl\:pb-106px {
    padding-bottom: 6.625rem !important;
  }

  .\32xl\:pl-106px {
    padding-left: 6.625rem !important;
  }

  .\32xl\:pt-123px {
    padding-top: 7.6875rem !important;
  }

  .\32xl\:pr-123px {
    padding-right: 7.6875rem !important;
  }

  .\32xl\:pb-123px {
    padding-bottom: 7.6875rem !important;
  }

  .\32xl\:pl-123px {
    padding-left: 7.6875rem !important;
  }

  .\32xl\:pt-126px {
    padding-top: 7.875rem !important;
  }

  .\32xl\:pr-126px {
    padding-right: 7.875rem !important;
  }

  .\32xl\:pb-126px {
    padding-bottom: 7.875rem !important;
  }

  .\32xl\:pl-126px {
    padding-left: 7.875rem !important;
  }

  .\32xl\:pt-138px {
    padding-top: 8.625rem !important;
  }

  .\32xl\:pr-138px {
    padding-right: 8.625rem !important;
  }

  .\32xl\:pb-138px {
    padding-bottom: 8.625rem !important;
  }

  .\32xl\:pl-138px {
    padding-left: 8.625rem !important;
  }

  .\32xl\:pt-140px {
    padding-top: 8.75rem !important;
  }

  .\32xl\:pr-140px {
    padding-right: 8.75rem !important;
  }

  .\32xl\:pb-140px {
    padding-bottom: 8.75rem !important;
  }

  .\32xl\:pl-140px {
    padding-left: 8.75rem !important;
  }

  .\32xl\:pt-146px {
    padding-top: 9.125rem !important;
  }

  .\32xl\:pr-146px {
    padding-right: 9.125rem !important;
  }

  .\32xl\:pb-146px {
    padding-bottom: 9.125rem !important;
  }

  .\32xl\:pl-146px {
    padding-left: 9.125rem !important;
  }

  .\32xl\:pt-152px {
    padding-top: 9.5rem !important;
  }

  .\32xl\:pr-152px {
    padding-right: 9.5rem !important;
  }

  .\32xl\:pb-152px {
    padding-bottom: 9.5rem !important;
  }

  .\32xl\:pl-152px {
    padding-left: 9.5rem !important;
  }

  .\32xl\:pt-187px {
    padding-top: 11.6875rem !important;
  }

  .\32xl\:pr-187px {
    padding-right: 11.6875rem !important;
  }

  .\32xl\:pb-187px {
    padding-bottom: 11.6875rem !important;
  }

  .\32xl\:pl-187px {
    padding-left: 11.6875rem !important;
  }

  .\32xl\:pt-220px {
    padding-top: 13.75rem !important;
  }

  .\32xl\:pr-220px {
    padding-right: 13.75rem !important;
  }

  .\32xl\:pb-220px {
    padding-bottom: 13.75rem !important;
  }

  .\32xl\:pl-220px {
    padding-left: 13.75rem !important;
  }

  .\32xl\:pt-253px {
    padding-top: 15.8125rem !important;
  }

  .\32xl\:pr-253px {
    padding-right: 15.8125rem !important;
  }

  .\32xl\:pb-253px {
    padding-bottom: 15.8125rem !important;
  }

  .\32xl\:pl-253px {
    padding-left: 15.8125rem !important;
  }

  .\32xl\:pt-320px {
    padding-top: 20rem !important;
  }

  .\32xl\:pr-320px {
    padding-right: 20rem !important;
  }

  .\32xl\:pb-320px {
    padding-bottom: 20rem !important;
  }

  .\32xl\:pl-320px {
    padding-left: 20rem !important;
  }

  .\32xl\:pt-400px {
    padding-top: 25rem !important;
  }

  .\32xl\:pr-400px {
    padding-right: 25rem !important;
  }

  .\32xl\:pb-400px {
    padding-bottom: 25rem !important;
  }

  .\32xl\:pl-400px {
    padding-left: 25rem !important;
  }

  .\32xl\:pt-500px {
    padding-top: 31.25rem !important;
  }

  .\32xl\:pr-500px {
    padding-right: 31.25rem !important;
  }

  .\32xl\:pb-500px {
    padding-bottom: 31.25rem !important;
  }

  .\32xl\:pl-500px {
    padding-left: 31.25rem !important;
  }

  .\32xl\:pt-lgPaddingTop {
    padding-top: 15.8125rem !important;
  }

  .\32xl\:pr-lgPaddingTop {
    padding-right: 15.8125rem !important;
  }

  .\32xl\:pb-lgPaddingTop {
    padding-bottom: 15.8125rem !important;
  }

  .\32xl\:pl-lgPaddingTop {
    padding-left: 15.8125rem !important;
  }

  .\32xl\:pt-phonePaddingTop {
    padding-top: 9.875rem !important;
  }

  .\32xl\:pr-phonePaddingTop {
    padding-right: 9.875rem !important;
  }

  .\32xl\:pb-phonePaddingTop {
    padding-bottom: 9.875rem !important;
  }

  .\32xl\:pl-phonePaddingTop {
    padding-left: 9.875rem !important;
  }

  .\32xl\:pt-tabletPaddingTop {
    padding-top: 6.625rem !important;
  }

  .\32xl\:pr-tabletPaddingTop {
    padding-right: 6.625rem !important;
  }

  .\32xl\:pb-tabletPaddingTop {
    padding-bottom: 6.625rem !important;
  }

  .\32xl\:pl-tabletPaddingTop {
    padding-left: 6.625rem !important;
  }

  .\32xl\:pt-largePaddingTop {
    padding-top: 13.75rem !important;
  }

  .\32xl\:pr-largePaddingTop {
    padding-right: 13.75rem !important;
  }

  .\32xl\:pb-largePaddingTop {
    padding-bottom: 13.75rem !important;
  }

  .\32xl\:pl-largePaddingTop {
    padding-left: 13.75rem !important;
  }

  .\32xl\:pt-phoneTextContentMaxWidth {
    padding-top: 57.0625rem !important;
  }

  .\32xl\:pr-phoneTextContentMaxWidth {
    padding-right: 57.0625rem !important;
  }

  .\32xl\:pb-phoneTextContentMaxWidth {
    padding-bottom: 57.0625rem !important;
  }

  .\32xl\:pl-phoneTextContentMaxWidth {
    padding-left: 57.0625rem !important;
  }

  .\32xl\:pt-phoneTextContentWidth {
    padding-top: 63% !important;
  }

  .\32xl\:pr-phoneTextContentWidth {
    padding-right: 63% !important;
  }

  .\32xl\:pb-phoneTextContentWidth {
    padding-bottom: 63% !important;
  }

  .\32xl\:pl-phoneTextContentWidth {
    padding-left: 63% !important;
  }

  .\32xl\:pt-phoneBlockContentWidth {
    padding-top: 71.625rem !important;
  }

  .\32xl\:pr-phoneBlockContentWidth {
    padding-right: 71.625rem !important;
  }

  .\32xl\:pb-phoneBlockContentWidth {
    padding-bottom: 71.625rem !important;
  }

  .\32xl\:pl-phoneBlockContentWidth {
    padding-left: 71.625rem !important;
  }

  .\32xl\:pt-tabletTextContentMaxWidth {
    padding-top: 57.0625rem !important;
  }

  .\32xl\:pr-tabletTextContentMaxWidth {
    padding-right: 57.0625rem !important;
  }

  .\32xl\:pb-tabletTextContentMaxWidth {
    padding-bottom: 57.0625rem !important;
  }

  .\32xl\:pl-tabletTextContentMaxWidth {
    padding-left: 57.0625rem !important;
  }

  .\32xl\:pt-tabletTextContentWidth {
    padding-top: 63% !important;
  }

  .\32xl\:pr-tabletTextContentWidth {
    padding-right: 63% !important;
  }

  .\32xl\:pb-tabletTextContentWidth {
    padding-bottom: 63% !important;
  }

  .\32xl\:pl-tabletTextContentWidth {
    padding-left: 63% !important;
  }

  .\32xl\:pt-tabletBlockContentWidth {
    padding-top: 71.625rem !important;
  }

  .\32xl\:pr-tabletBlockContentWidth {
    padding-right: 71.625rem !important;
  }

  .\32xl\:pb-tabletBlockContentWidth {
    padding-bottom: 71.625rem !important;
  }

  .\32xl\:pl-tabletBlockContentWidth {
    padding-left: 71.625rem !important;
  }

  .\32xl\:pt-largeTextContentMaxWidth {
    padding-top: 57.0625rem !important;
  }

  .\32xl\:pr-largeTextContentMaxWidth {
    padding-right: 57.0625rem !important;
  }

  .\32xl\:pb-largeTextContentMaxWidth {
    padding-bottom: 57.0625rem !important;
  }

  .\32xl\:pl-largeTextContentMaxWidth {
    padding-left: 57.0625rem !important;
  }

  .\32xl\:pt-largeTextContentWidth {
    padding-top: 63% !important;
  }

  .\32xl\:pr-largeTextContentWidth {
    padding-right: 63% !important;
  }

  .\32xl\:pb-largeTextContentWidth {
    padding-bottom: 63% !important;
  }

  .\32xl\:pl-largeTextContentWidth {
    padding-left: 63% !important;
  }

  .\32xl\:pt-largeBlockContentWidth {
    padding-top: 71.625rem !important;
  }

  .\32xl\:pr-largeBlockContentWidth {
    padding-right: 71.625rem !important;
  }

  .\32xl\:pb-largeBlockContentWidth {
    padding-bottom: 71.625rem !important;
  }

  .\32xl\:pl-largeBlockContentWidth {
    padding-left: 71.625rem !important;
  }

  .\32xl\:placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .\32xl\:placeholder-transparent:-ms-input-placeholder {
    color: transparent !important;
  }

  .\32xl\:placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .\32xl\:placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }

  .\32xl\:placeholder-current:-ms-input-placeholder {
    color: currentColor !important;
  }

  .\32xl\:placeholder-current::placeholder {
    color: currentColor !important;
  }

  .\32xl\:placeholder-black::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-black:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-black::placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFFFFF !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFFFFF !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white::placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFFFFF !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #727272 !important;
    color: rgba(114, 114, 114, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #727272 !important;
    color: rgba(114, 114, 114, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray::placeholder {
    --placeholder-opacity: 1 !important;
    color: #727272 !important;
    color: rgba(114, 114, 114, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-red::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #E12A09 !important;
    color: rgba(225, 42, 9, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-red:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #E12A09 !important;
    color: rgba(225, 42, 9, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-red::placeholder {
    --placeholder-opacity: 1 !important;
    color: #E12A09 !important;
    color: rgba(225, 42, 9, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-orange::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F29C2B !important;
    color: rgba(242, 156, 43, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-orange:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F29C2B !important;
    color: rgba(242, 156, 43, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-orange::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F29C2B !important;
    color: rgba(242, 156, 43, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-yellow::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFEB9A !important;
    color: rgba(255, 235, 154, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-yellow:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFEB9A !important;
    color: rgba(255, 235, 154, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-yellow::placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFEB9A !important;
    color: rgba(255, 235, 154, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-green-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-green-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-green-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-green-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-green-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-green-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-green-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-green-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-green-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-green-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-green-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-green-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-green-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-green-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-green-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-green-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-green-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-green-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-green-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-green-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-green-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-green-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-green-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-green-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-green-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-green-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-green-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-teal-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-teal-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-teal-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-teal-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-teal-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-teal-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-teal-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-teal-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-teal-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-teal-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-teal-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-teal-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-teal-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-teal-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-teal-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-teal-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-teal-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-teal-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-teal-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-teal-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-teal-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-teal-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-teal-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-teal-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-teal-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-teal-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-teal-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-indigo-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-indigo-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-indigo-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-indigo-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-indigo-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-indigo-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-indigo-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-indigo-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-indigo-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-indigo-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-indigo-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-indigo-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-indigo-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-indigo-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-indigo-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-indigo-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-indigo-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-indigo-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-indigo-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-indigo-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-indigo-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-indigo-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-indigo-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-indigo-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-indigo-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-indigo-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-indigo-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-purple-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-purple-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-purple-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-purple-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-purple-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-purple-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-purple-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-purple-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-purple-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-purple-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-purple-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-purple-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-purple-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-purple-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-purple-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-purple-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-purple-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-purple-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-purple-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-purple-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-purple-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-purple-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-purple-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-purple-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-purple-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-purple-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-purple-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-pink-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-pink-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-pink-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-pink-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-pink-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-pink-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-pink-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-pink-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-pink-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-pink-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-pink-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-pink-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-pink-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-pink-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-pink-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-pink-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-pink-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-pink-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-pink-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-pink-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-pink-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-pink-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-pink-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-pink-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-pink-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-pink-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-pink-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-navy-blue::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #23345A !important;
    color: rgba(35, 52, 90, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-navy-blue:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #23345A !important;
    color: rgba(35, 52, 90, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-navy-blue::placeholder {
    --placeholder-opacity: 1 !important;
    color: #23345A !important;
    color: rgba(35, 52, 90, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-cyan::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #40C8EA !important;
    color: rgba(64, 200, 234, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-cyan:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #40C8EA !important;
    color: rgba(64, 200, 234, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-cyan::placeholder {
    --placeholder-opacity: 1 !important;
    color: #40C8EA !important;
    color: rgba(64, 200, 234, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-yellowOrange::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8E9A7 !important;
    color: rgba(248, 233, 167, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-yellowOrange:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8E9A7 !important;
    color: rgba(248, 233, 167, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-yellowOrange::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8E9A7 !important;
    color: rgba(248, 233, 167, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-light-blue::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #C9EAF4 !important;
    color: rgba(201, 234, 244, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-light-blue:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #C9EAF4 !important;
    color: rgba(201, 234, 244, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-light-blue::placeholder {
    --placeholder-opacity: 1 !important;
    color: #C9EAF4 !important;
    color: rgba(201, 234, 244, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-lightest-blue::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #EBFAFF !important;
    color: rgba(235, 250, 255, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-lightest-blue:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #EBFAFF !important;
    color: rgba(235, 250, 255, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-lightest-blue::placeholder {
    --placeholder-opacity: 1 !important;
    color: #EBFAFF !important;
    color: rgba(235, 250, 255, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blueGreen::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #148093 !important;
    color: rgba(20, 128, 147, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blueGreen:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #148093 !important;
    color: rgba(20, 128, 147, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blueGreen::placeholder {
    --placeholder-opacity: 1 !important;
    color: #148093 !important;
    color: rgba(20, 128, 147, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-mediumGray::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97A2B0 !important;
    color: rgba(151, 162, 176, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-mediumGray:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97A2B0 !important;
    color: rgba(151, 162, 176, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-mediumGray::placeholder {
    --placeholder-opacity: 1 !important;
    color: #97A2B0 !important;
    color: rgba(151, 162, 176, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-light-gray::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ACACB4 !important;
    color: rgba(172, 172, 180, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-light-gray:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ACACB4 !important;
    color: rgba(172, 172, 180, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-light-gray::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ACACB4 !important;
    color: rgba(172, 172, 180, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-lightestGray::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F2F2F2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-lightestGray:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F2F2F2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-lightestGray::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F2F2F2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-dark-gray::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #64626F !important;
    color: rgba(100, 98, 111, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-dark-gray:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #64626F !important;
    color: rgba(100, 98, 111, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-dark-gray::placeholder {
    --placeholder-opacity: 1 !important;
    color: #64626F !important;
    color: rgba(100, 98, 111, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nav-gray::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #65718C !important;
    color: rgba(101, 113, 140, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nav-gray:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #65718C !important;
    color: rgba(101, 113, 140, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nav-gray::placeholder {
    --placeholder-opacity: 1 !important;
    color: #65718C !important;
    color: rgba(101, 113, 140, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-bullet-gray::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F1F1F2 !important;
    color: rgba(241, 241, 242, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-bullet-gray:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F1F1F2 !important;
    color: rgba(241, 241, 242, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-bullet-gray::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F1F1F2 !important;
    color: rgba(241, 241, 242, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-dark-red::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #951700 !important;
    color: rgba(149, 23, 0, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-dark-red:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #951700 !important;
    color: rgba(149, 23, 0, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-dark-red::placeholder {
    --placeholder-opacity: 1 !important;
    color: #951700 !important;
    color: rgba(149, 23, 0, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-navy::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #182F50 !important;
    color: rgba(24, 47, 80, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-navy:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #182F50 !important;
    color: rgba(24, 47, 80, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-navy::placeholder {
    --placeholder-opacity: 1 !important;
    color: #182F50 !important;
    color: rgba(24, 47, 80, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-lightNavy::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #687FA0 !important;
    color: rgba(104, 127, 160, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-lightNavy:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #687FA0 !important;
    color: rgba(104, 127, 160, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-lightNavy::placeholder {
    --placeholder-opacity: 1 !important;
    color: #687FA0 !important;
    color: rgba(104, 127, 160, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .\32xl\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent !important;
  }

  .\32xl\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .\32xl\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }

  .\32xl\:focus\:placeholder-current:focus:-ms-input-placeholder {
    color: currentColor !important;
  }

  .\32xl\:focus\:placeholder-current:focus::placeholder {
    color: currentColor !important;
  }

  .\32xl\:focus\:placeholder-black:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-black:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFFFFF !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFFFFF !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFFFFF !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #727272 !important;
    color: rgba(114, 114, 114, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #727272 !important;
    color: rgba(114, 114, 114, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #727272 !important;
    color: rgba(114, 114, 114, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-red:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #E12A09 !important;
    color: rgba(225, 42, 9, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-red:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #E12A09 !important;
    color: rgba(225, 42, 9, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-red:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #E12A09 !important;
    color: rgba(225, 42, 9, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-orange:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F29C2B !important;
    color: rgba(242, 156, 43, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-orange:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F29C2B !important;
    color: rgba(242, 156, 43, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-orange:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F29C2B !important;
    color: rgba(242, 156, 43, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-yellow:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFEB9A !important;
    color: rgba(255, 235, 154, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-yellow:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFEB9A !important;
    color: rgba(255, 235, 154, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-yellow:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFEB9A !important;
    color: rgba(255, 235, 154, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-green-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-green-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-green-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-green-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-green-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-green-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-green-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-green-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-green-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-teal-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-teal-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-teal-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-teal-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-teal-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-teal-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-teal-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-teal-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-teal-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-indigo-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-indigo-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-indigo-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-indigo-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-indigo-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-indigo-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-indigo-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-indigo-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-indigo-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-purple-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-purple-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-purple-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-purple-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-purple-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-purple-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-purple-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-purple-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-purple-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-pink-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-pink-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-pink-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-pink-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-pink-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-pink-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-pink-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-pink-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-pink-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-navy-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #23345A !important;
    color: rgba(35, 52, 90, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-navy-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #23345A !important;
    color: rgba(35, 52, 90, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-navy-blue:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #23345A !important;
    color: rgba(35, 52, 90, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-cyan:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #40C8EA !important;
    color: rgba(64, 200, 234, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-cyan:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #40C8EA !important;
    color: rgba(64, 200, 234, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-cyan:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #40C8EA !important;
    color: rgba(64, 200, 234, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-yellowOrange:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8E9A7 !important;
    color: rgba(248, 233, 167, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-yellowOrange:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8E9A7 !important;
    color: rgba(248, 233, 167, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-yellowOrange:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8E9A7 !important;
    color: rgba(248, 233, 167, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-light-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #C9EAF4 !important;
    color: rgba(201, 234, 244, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-light-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #C9EAF4 !important;
    color: rgba(201, 234, 244, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-light-blue:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #C9EAF4 !important;
    color: rgba(201, 234, 244, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-lightest-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #EBFAFF !important;
    color: rgba(235, 250, 255, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-lightest-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #EBFAFF !important;
    color: rgba(235, 250, 255, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-lightest-blue:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #EBFAFF !important;
    color: rgba(235, 250, 255, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blueGreen:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #148093 !important;
    color: rgba(20, 128, 147, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blueGreen:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #148093 !important;
    color: rgba(20, 128, 147, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blueGreen:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #148093 !important;
    color: rgba(20, 128, 147, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-mediumGray:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97A2B0 !important;
    color: rgba(151, 162, 176, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-mediumGray:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97A2B0 !important;
    color: rgba(151, 162, 176, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-mediumGray:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #97A2B0 !important;
    color: rgba(151, 162, 176, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-light-gray:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ACACB4 !important;
    color: rgba(172, 172, 180, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-light-gray:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ACACB4 !important;
    color: rgba(172, 172, 180, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-light-gray:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ACACB4 !important;
    color: rgba(172, 172, 180, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-lightestGray:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F2F2F2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-lightestGray:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F2F2F2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-lightestGray:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F2F2F2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-dark-gray:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #64626F !important;
    color: rgba(100, 98, 111, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-dark-gray:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #64626F !important;
    color: rgba(100, 98, 111, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-dark-gray:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #64626F !important;
    color: rgba(100, 98, 111, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nav-gray:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #65718C !important;
    color: rgba(101, 113, 140, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nav-gray:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #65718C !important;
    color: rgba(101, 113, 140, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nav-gray:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #65718C !important;
    color: rgba(101, 113, 140, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-bullet-gray:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F1F1F2 !important;
    color: rgba(241, 241, 242, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-bullet-gray:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F1F1F2 !important;
    color: rgba(241, 241, 242, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-bullet-gray:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F1F1F2 !important;
    color: rgba(241, 241, 242, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-dark-red:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #951700 !important;
    color: rgba(149, 23, 0, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-dark-red:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #951700 !important;
    color: rgba(149, 23, 0, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-dark-red:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #951700 !important;
    color: rgba(149, 23, 0, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-navy:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #182F50 !important;
    color: rgba(24, 47, 80, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-navy:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #182F50 !important;
    color: rgba(24, 47, 80, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-navy:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #182F50 !important;
    color: rgba(24, 47, 80, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-lightNavy:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #687FA0 !important;
    color: rgba(104, 127, 160, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-lightNavy:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #687FA0 !important;
    color: rgba(104, 127, 160, var(--placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-lightNavy:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #687FA0 !important;
    color: rgba(104, 127, 160, var(--placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .\32xl\:placeholder-opacity-0:-ms-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .\32xl\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0 !important;
  }

  .\32xl\:placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .\32xl\:placeholder-opacity-25:-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .\32xl\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .\32xl\:placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .\32xl\:placeholder-opacity-50:-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .\32xl\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .\32xl\:placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .\32xl\:placeholder-opacity-75:-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .\32xl\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .\32xl\:placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .\32xl\:placeholder-opacity-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .\32xl\:placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1 !important;
  }

  .\32xl\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .\32xl\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .\32xl\:focus\:placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0 !important;
  }

  .\32xl\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .\32xl\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .\32xl\:focus\:placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .\32xl\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .\32xl\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .\32xl\:focus\:placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .\32xl\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .\32xl\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .\32xl\:focus\:placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .\32xl\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .\32xl\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .\32xl\:focus\:placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
  }

  .\32xl\:pointer-events-none {
    pointer-events: none !important;
  }

  .\32xl\:pointer-events-auto {
    pointer-events: auto !important;
  }

  .\32xl\:static {
    position: static !important;
  }

  .\32xl\:fixed {
    position: fixed !important;
  }

  .\32xl\:absolute {
    position: absolute !important;
  }

  .\32xl\:relative {
    position: relative !important;
  }

  .\32xl\:sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .\32xl\:inset-0 {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .\32xl\:inset-4 {
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .\32xl\:inset-6 {
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }

  .\32xl\:inset-8 {
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .\32xl\:inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .\32xl\:inset-31p {
    top: 31% !important;
    right: 31% !important;
    bottom: 31% !important;
    left: 31% !important;
  }

  .\32xl\:inset-42p {
    top: 42% !important;
    right: 42% !important;
    bottom: 42% !important;
    left: 42% !important;
  }

  .\32xl\:inset-2px {
    top: 0.125rem !important;
    right: 0.125rem !important;
    bottom: 0.125rem !important;
    left: 0.125rem !important;
  }

  .\32xl\:inset-85px {
    top: 5.3125rem !important;
    right: 5.3125rem !important;
    bottom: 5.3125rem !important;
    left: 5.3125rem !important;
  }

  .\32xl\:inset-152px {
    top: 9.5rem !important;
    right: 9.5rem !important;
    bottom: 9.5rem !important;
    left: 9.5rem !important;
  }

  .\32xl\:inset-neg2px {
    top: -0.125rem !important;
    right: -0.125rem !important;
    bottom: -0.125rem !important;
    left: -0.125rem !important;
  }

  .\32xl\:inset-neg20px {
    top: -1.25rem !important;
    right: -1.25rem !important;
    bottom: -1.25rem !important;
    left: -1.25rem !important;
  }

  .\32xl\:inset-neg2rem {
    top: -2rem !important;
    right: -2rem !important;
    bottom: -2rem !important;
    left: -2rem !important;
  }

  .\32xl\:inset-neg3rem {
    top: -3rem !important;
    right: -3rem !important;
    bottom: -3rem !important;
    left: -3rem !important;
  }

  .\32xl\:inset-neg100px {
    top: -6.25rem !important;
    right: -6.25rem !important;
    bottom: -6.25rem !important;
    left: -6.25rem !important;
  }

  .\32xl\:inset-neg125px {
    top: -7.8125rem !important;
    right: -7.8125rem !important;
    bottom: -7.8125rem !important;
    left: -7.8125rem !important;
  }

  .\32xl\:inset-neg150px {
    top: -9.375rem !important;
    right: -9.375rem !important;
    bottom: -9.375rem !important;
    left: -9.375rem !important;
  }

  .\32xl\:inset-neg4rem {
    top: -4rem !important;
    right: -4rem !important;
    bottom: -4rem !important;
    left: -4rem !important;
  }

  .\32xl\:inset-neg6rem {
    top: -6rem !important;
    right: -6rem !important;
    bottom: -6rem !important;
    left: -6rem !important;
  }

  .\32xl\:inset-y-0 {
    top: 0 !important;
    bottom: 0 !important;
  }

  .\32xl\:inset-x-0 {
    right: 0 !important;
    left: 0 !important;
  }

  .\32xl\:inset-y-4 {
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .\32xl\:inset-x-4 {
    right: 1rem !important;
    left: 1rem !important;
  }

  .\32xl\:inset-y-6 {
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }

  .\32xl\:inset-x-6 {
    right: 1.5rem !important;
    left: 1.5rem !important;
  }

  .\32xl\:inset-y-8 {
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .\32xl\:inset-x-8 {
    right: 2rem !important;
    left: 2rem !important;
  }

  .\32xl\:inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  .\32xl\:inset-x-auto {
    right: auto !important;
    left: auto !important;
  }

  .\32xl\:inset-y-31p {
    top: 31% !important;
    bottom: 31% !important;
  }

  .\32xl\:inset-x-31p {
    right: 31% !important;
    left: 31% !important;
  }

  .\32xl\:inset-y-42p {
    top: 42% !important;
    bottom: 42% !important;
  }

  .\32xl\:inset-x-42p {
    right: 42% !important;
    left: 42% !important;
  }

  .\32xl\:inset-y-2px {
    top: 0.125rem !important;
    bottom: 0.125rem !important;
  }

  .\32xl\:inset-x-2px {
    right: 0.125rem !important;
    left: 0.125rem !important;
  }

  .\32xl\:inset-y-85px {
    top: 5.3125rem !important;
    bottom: 5.3125rem !important;
  }

  .\32xl\:inset-x-85px {
    right: 5.3125rem !important;
    left: 5.3125rem !important;
  }

  .\32xl\:inset-y-152px {
    top: 9.5rem !important;
    bottom: 9.5rem !important;
  }

  .\32xl\:inset-x-152px {
    right: 9.5rem !important;
    left: 9.5rem !important;
  }

  .\32xl\:inset-y-neg2px {
    top: -0.125rem !important;
    bottom: -0.125rem !important;
  }

  .\32xl\:inset-x-neg2px {
    right: -0.125rem !important;
    left: -0.125rem !important;
  }

  .\32xl\:inset-y-neg20px {
    top: -1.25rem !important;
    bottom: -1.25rem !important;
  }

  .\32xl\:inset-x-neg20px {
    right: -1.25rem !important;
    left: -1.25rem !important;
  }

  .\32xl\:inset-y-neg2rem {
    top: -2rem !important;
    bottom: -2rem !important;
  }

  .\32xl\:inset-x-neg2rem {
    right: -2rem !important;
    left: -2rem !important;
  }

  .\32xl\:inset-y-neg3rem {
    top: -3rem !important;
    bottom: -3rem !important;
  }

  .\32xl\:inset-x-neg3rem {
    right: -3rem !important;
    left: -3rem !important;
  }

  .\32xl\:inset-y-neg100px {
    top: -6.25rem !important;
    bottom: -6.25rem !important;
  }

  .\32xl\:inset-x-neg100px {
    right: -6.25rem !important;
    left: -6.25rem !important;
  }

  .\32xl\:inset-y-neg125px {
    top: -7.8125rem !important;
    bottom: -7.8125rem !important;
  }

  .\32xl\:inset-x-neg125px {
    right: -7.8125rem !important;
    left: -7.8125rem !important;
  }

  .\32xl\:inset-y-neg150px {
    top: -9.375rem !important;
    bottom: -9.375rem !important;
  }

  .\32xl\:inset-x-neg150px {
    right: -9.375rem !important;
    left: -9.375rem !important;
  }

  .\32xl\:inset-y-neg4rem {
    top: -4rem !important;
    bottom: -4rem !important;
  }

  .\32xl\:inset-x-neg4rem {
    right: -4rem !important;
    left: -4rem !important;
  }

  .\32xl\:inset-y-neg6rem {
    top: -6rem !important;
    bottom: -6rem !important;
  }

  .\32xl\:inset-x-neg6rem {
    right: -6rem !important;
    left: -6rem !important;
  }

  .\32xl\:top-0 {
    top: 0 !important;
  }

  .\32xl\:right-0 {
    right: 0 !important;
  }

  .\32xl\:bottom-0 {
    bottom: 0 !important;
  }

  .\32xl\:left-0 {
    left: 0 !important;
  }

  .\32xl\:top-4 {
    top: 1rem !important;
  }

  .\32xl\:right-4 {
    right: 1rem !important;
  }

  .\32xl\:bottom-4 {
    bottom: 1rem !important;
  }

  .\32xl\:left-4 {
    left: 1rem !important;
  }

  .\32xl\:top-6 {
    top: 1.5rem !important;
  }

  .\32xl\:right-6 {
    right: 1.5rem !important;
  }

  .\32xl\:bottom-6 {
    bottom: 1.5rem !important;
  }

  .\32xl\:left-6 {
    left: 1.5rem !important;
  }

  .\32xl\:top-8 {
    top: 2rem !important;
  }

  .\32xl\:right-8 {
    right: 2rem !important;
  }

  .\32xl\:bottom-8 {
    bottom: 2rem !important;
  }

  .\32xl\:left-8 {
    left: 2rem !important;
  }

  .\32xl\:top-auto {
    top: auto !important;
  }

  .\32xl\:right-auto {
    right: auto !important;
  }

  .\32xl\:bottom-auto {
    bottom: auto !important;
  }

  .\32xl\:left-auto {
    left: auto !important;
  }

  .\32xl\:top-31p {
    top: 31% !important;
  }

  .\32xl\:right-31p {
    right: 31% !important;
  }

  .\32xl\:bottom-31p {
    bottom: 31% !important;
  }

  .\32xl\:left-31p {
    left: 31% !important;
  }

  .\32xl\:top-42p {
    top: 42% !important;
  }

  .\32xl\:right-42p {
    right: 42% !important;
  }

  .\32xl\:bottom-42p {
    bottom: 42% !important;
  }

  .\32xl\:left-42p {
    left: 42% !important;
  }

  .\32xl\:top-2px {
    top: 0.125rem !important;
  }

  .\32xl\:right-2px {
    right: 0.125rem !important;
  }

  .\32xl\:bottom-2px {
    bottom: 0.125rem !important;
  }

  .\32xl\:left-2px {
    left: 0.125rem !important;
  }

  .\32xl\:top-85px {
    top: 5.3125rem !important;
  }

  .\32xl\:right-85px {
    right: 5.3125rem !important;
  }

  .\32xl\:bottom-85px {
    bottom: 5.3125rem !important;
  }

  .\32xl\:left-85px {
    left: 5.3125rem !important;
  }

  .\32xl\:top-152px {
    top: 9.5rem !important;
  }

  .\32xl\:right-152px {
    right: 9.5rem !important;
  }

  .\32xl\:bottom-152px {
    bottom: 9.5rem !important;
  }

  .\32xl\:left-152px {
    left: 9.5rem !important;
  }

  .\32xl\:top-neg2px {
    top: -0.125rem !important;
  }

  .\32xl\:right-neg2px {
    right: -0.125rem !important;
  }

  .\32xl\:bottom-neg2px {
    bottom: -0.125rem !important;
  }

  .\32xl\:left-neg2px {
    left: -0.125rem !important;
  }

  .\32xl\:top-neg20px {
    top: -1.25rem !important;
  }

  .\32xl\:right-neg20px {
    right: -1.25rem !important;
  }

  .\32xl\:bottom-neg20px {
    bottom: -1.25rem !important;
  }

  .\32xl\:left-neg20px {
    left: -1.25rem !important;
  }

  .\32xl\:top-neg2rem {
    top: -2rem !important;
  }

  .\32xl\:right-neg2rem {
    right: -2rem !important;
  }

  .\32xl\:bottom-neg2rem {
    bottom: -2rem !important;
  }

  .\32xl\:left-neg2rem {
    left: -2rem !important;
  }

  .\32xl\:top-neg3rem {
    top: -3rem !important;
  }

  .\32xl\:right-neg3rem {
    right: -3rem !important;
  }

  .\32xl\:bottom-neg3rem {
    bottom: -3rem !important;
  }

  .\32xl\:left-neg3rem {
    left: -3rem !important;
  }

  .\32xl\:top-neg100px {
    top: -6.25rem !important;
  }

  .\32xl\:right-neg100px {
    right: -6.25rem !important;
  }

  .\32xl\:bottom-neg100px {
    bottom: -6.25rem !important;
  }

  .\32xl\:left-neg100px {
    left: -6.25rem !important;
  }

  .\32xl\:top-neg125px {
    top: -7.8125rem !important;
  }

  .\32xl\:right-neg125px {
    right: -7.8125rem !important;
  }

  .\32xl\:bottom-neg125px {
    bottom: -7.8125rem !important;
  }

  .\32xl\:left-neg125px {
    left: -7.8125rem !important;
  }

  .\32xl\:top-neg150px {
    top: -9.375rem !important;
  }

  .\32xl\:right-neg150px {
    right: -9.375rem !important;
  }

  .\32xl\:bottom-neg150px {
    bottom: -9.375rem !important;
  }

  .\32xl\:left-neg150px {
    left: -9.375rem !important;
  }

  .\32xl\:top-neg4rem {
    top: -4rem !important;
  }

  .\32xl\:right-neg4rem {
    right: -4rem !important;
  }

  .\32xl\:bottom-neg4rem {
    bottom: -4rem !important;
  }

  .\32xl\:left-neg4rem {
    left: -4rem !important;
  }

  .\32xl\:top-neg6rem {
    top: -6rem !important;
  }

  .\32xl\:right-neg6rem {
    right: -6rem !important;
  }

  .\32xl\:bottom-neg6rem {
    bottom: -6rem !important;
  }

  .\32xl\:left-neg6rem {
    left: -6rem !important;
  }

  .\32xl\:resize-none {
    resize: none !important;
  }

  .\32xl\:resize-y {
    resize: vertical !important;
  }

  .\32xl\:resize-x {
    resize: horizontal !important;
  }

  .\32xl\:resize {
    resize: both !important;
  }

  .\32xl\:shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .\32xl\:shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .\32xl\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .\32xl\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .\32xl\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .\32xl\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .\32xl\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .\32xl\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .\32xl\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .\32xl\:shadow-none {
    box-shadow: none !important;
  }

  .\32xl\:shadow-thick {
    box-shadow: 2px 2px 10px 3px rgba(0,0,0,0.4) !important;
  }

  .\32xl\:hover\:shadow-xs:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .\32xl\:hover\:shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .\32xl\:hover\:shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .\32xl\:hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .\32xl\:hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .\32xl\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .\32xl\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .\32xl\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .\32xl\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .\32xl\:hover\:shadow-none:hover {
    box-shadow: none !important;
  }

  .\32xl\:hover\:shadow-thick:hover {
    box-shadow: 2px 2px 10px 3px rgba(0,0,0,0.4) !important;
  }

  .\32xl\:focus\:shadow-xs:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .\32xl\:focus\:shadow-sm:focus {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .\32xl\:focus\:shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .\32xl\:focus\:shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .\32xl\:focus\:shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .\32xl\:focus\:shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .\32xl\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .\32xl\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .\32xl\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .\32xl\:focus\:shadow-none:focus {
    box-shadow: none !important;
  }

  .\32xl\:focus\:shadow-thick:focus {
    box-shadow: 2px 2px 10px 3px rgba(0,0,0,0.4) !important;
  }

  .\32xl\:fill-current {
    fill: currentColor !important;
  }

  .\32xl\:stroke-current {
    stroke: currentColor !important;
  }

  .\32xl\:stroke-0 {
    stroke-width: 0 !important;
  }

  .\32xl\:stroke-1 {
    stroke-width: 1 !important;
  }

  .\32xl\:stroke-2 {
    stroke-width: 2 !important;
  }

  .\32xl\:table-auto {
    table-layout: auto !important;
  }

  .\32xl\:table-fixed {
    table-layout: fixed !important;
  }

  .\32xl\:text-left {
    text-align: left !important;
  }

  .\32xl\:text-center {
    text-align: center !important;
  }

  .\32xl\:text-right {
    text-align: right !important;
  }

  .\32xl\:text-justify {
    text-align: justify !important;
  }

  .\32xl\:text-transparent {
    color: transparent !important;
  }

  .\32xl\:text-current {
    color: currentColor !important;
  }

  .\32xl\:text-black {
    --text-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .\32xl\:text-white {
    --text-opacity: 1 !important;
    color: #FFFFFF !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .\32xl\:text-gray {
    --text-opacity: 1 !important;
    color: #727272 !important;
    color: rgba(114, 114, 114, var(--text-opacity)) !important;
  }

  .\32xl\:text-red {
    --text-opacity: 1 !important;
    color: #E12A09 !important;
    color: rgba(225, 42, 9, var(--text-opacity)) !important;
  }

  .\32xl\:text-orange {
    --text-opacity: 1 !important;
    color: #F29C2B !important;
    color: rgba(242, 156, 43, var(--text-opacity)) !important;
  }

  .\32xl\:text-yellow {
    --text-opacity: 1 !important;
    color: #FFEB9A !important;
    color: rgba(255, 235, 154, var(--text-opacity)) !important;
  }

  .\32xl\:text-green-100 {
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .\32xl\:text-green-200 {
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .\32xl\:text-green-300 {
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .\32xl\:text-green-400 {
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .\32xl\:text-green-500 {
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .\32xl\:text-green-600 {
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .\32xl\:text-green-700 {
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .\32xl\:text-green-800 {
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .\32xl\:text-green-900 {
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .\32xl\:text-teal-100 {
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .\32xl\:text-teal-200 {
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .\32xl\:text-teal-300 {
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .\32xl\:text-teal-400 {
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .\32xl\:text-teal-500 {
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .\32xl\:text-teal-600 {
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .\32xl\:text-teal-700 {
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .\32xl\:text-teal-800 {
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .\32xl\:text-teal-900 {
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .\32xl\:text-blue-100 {
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .\32xl\:text-blue-200 {
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .\32xl\:text-blue-300 {
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .\32xl\:text-blue-400 {
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .\32xl\:text-blue-500 {
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .\32xl\:text-blue-600 {
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .\32xl\:text-blue-700 {
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .\32xl\:text-blue-800 {
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .\32xl\:text-blue-900 {
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .\32xl\:text-indigo-100 {
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .\32xl\:text-indigo-200 {
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .\32xl\:text-indigo-300 {
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .\32xl\:text-indigo-400 {
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .\32xl\:text-indigo-500 {
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .\32xl\:text-indigo-600 {
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .\32xl\:text-indigo-700 {
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .\32xl\:text-indigo-800 {
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .\32xl\:text-indigo-900 {
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .\32xl\:text-purple-100 {
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .\32xl\:text-purple-200 {
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .\32xl\:text-purple-300 {
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .\32xl\:text-purple-400 {
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .\32xl\:text-purple-500 {
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .\32xl\:text-purple-600 {
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .\32xl\:text-purple-700 {
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .\32xl\:text-purple-800 {
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .\32xl\:text-purple-900 {
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .\32xl\:text-pink-100 {
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .\32xl\:text-pink-200 {
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .\32xl\:text-pink-300 {
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .\32xl\:text-pink-400 {
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .\32xl\:text-pink-500 {
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .\32xl\:text-pink-600 {
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .\32xl\:text-pink-700 {
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .\32xl\:text-pink-800 {
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .\32xl\:text-pink-900 {
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .\32xl\:text-navy-blue {
    --text-opacity: 1 !important;
    color: #23345A !important;
    color: rgba(35, 52, 90, var(--text-opacity)) !important;
  }

  .\32xl\:text-cyan {
    --text-opacity: 1 !important;
    color: #40C8EA !important;
    color: rgba(64, 200, 234, var(--text-opacity)) !important;
  }

  .\32xl\:text-yellowOrange {
    --text-opacity: 1 !important;
    color: #F8E9A7 !important;
    color: rgba(248, 233, 167, var(--text-opacity)) !important;
  }

  .\32xl\:text-light-blue {
    --text-opacity: 1 !important;
    color: #C9EAF4 !important;
    color: rgba(201, 234, 244, var(--text-opacity)) !important;
  }

  .\32xl\:text-lightest-blue {
    --text-opacity: 1 !important;
    color: #EBFAFF !important;
    color: rgba(235, 250, 255, var(--text-opacity)) !important;
  }

  .\32xl\:text-blueGreen {
    --text-opacity: 1 !important;
    color: #148093 !important;
    color: rgba(20, 128, 147, var(--text-opacity)) !important;
  }

  .\32xl\:text-mediumGray {
    --text-opacity: 1 !important;
    color: #97A2B0 !important;
    color: rgba(151, 162, 176, var(--text-opacity)) !important;
  }

  .\32xl\:text-light-gray {
    --text-opacity: 1 !important;
    color: #ACACB4 !important;
    color: rgba(172, 172, 180, var(--text-opacity)) !important;
  }

  .\32xl\:text-lightestGray {
    --text-opacity: 1 !important;
    color: #F2F2F2 !important;
    color: rgba(242, 242, 242, var(--text-opacity)) !important;
  }

  .\32xl\:text-dark-gray {
    --text-opacity: 1 !important;
    color: #64626F !important;
    color: rgba(100, 98, 111, var(--text-opacity)) !important;
  }

  .\32xl\:text-nav-gray {
    --text-opacity: 1 !important;
    color: #65718C !important;
    color: rgba(101, 113, 140, var(--text-opacity)) !important;
  }

  .\32xl\:text-bullet-gray {
    --text-opacity: 1 !important;
    color: #F1F1F2 !important;
    color: rgba(241, 241, 242, var(--text-opacity)) !important;
  }

  .\32xl\:text-dark-red {
    --text-opacity: 1 !important;
    color: #951700 !important;
    color: rgba(149, 23, 0, var(--text-opacity)) !important;
  }

  .\32xl\:text-navy {
    --text-opacity: 1 !important;
    color: #182F50 !important;
    color: rgba(24, 47, 80, var(--text-opacity)) !important;
  }

  .\32xl\:text-lightNavy {
    --text-opacity: 1 !important;
    color: #687FA0 !important;
    color: rgba(104, 127, 160, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .\32xl\:hover\:text-current:hover {
    color: currentColor !important;
  }

  .\32xl\:hover\:text-black:hover {
    --text-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-white:hover {
    --text-opacity: 1 !important;
    color: #FFFFFF !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-gray:hover {
    --text-opacity: 1 !important;
    color: #727272 !important;
    color: rgba(114, 114, 114, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-red:hover {
    --text-opacity: 1 !important;
    color: #E12A09 !important;
    color: rgba(225, 42, 9, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-orange:hover {
    --text-opacity: 1 !important;
    color: #F29C2B !important;
    color: rgba(242, 156, 43, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-yellow:hover {
    --text-opacity: 1 !important;
    color: #FFEB9A !important;
    color: rgba(255, 235, 154, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-green-100:hover {
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-green-200:hover {
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-green-300:hover {
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-green-400:hover {
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-green-500:hover {
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-green-600:hover {
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-green-700:hover {
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-green-800:hover {
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-green-900:hover {
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-teal-100:hover {
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-teal-200:hover {
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-teal-300:hover {
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-teal-400:hover {
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-teal-500:hover {
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-teal-600:hover {
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-teal-700:hover {
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-teal-800:hover {
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-teal-900:hover {
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-blue-100:hover {
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-blue-200:hover {
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-blue-300:hover {
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-blue-400:hover {
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-blue-500:hover {
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-blue-600:hover {
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-blue-700:hover {
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-blue-800:hover {
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-blue-900:hover {
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-indigo-100:hover {
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-indigo-200:hover {
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-indigo-300:hover {
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-indigo-400:hover {
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-indigo-500:hover {
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-indigo-600:hover {
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-indigo-700:hover {
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-indigo-800:hover {
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-indigo-900:hover {
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-purple-100:hover {
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-purple-200:hover {
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-purple-300:hover {
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-purple-400:hover {
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-purple-500:hover {
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-purple-600:hover {
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-purple-700:hover {
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-purple-800:hover {
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-purple-900:hover {
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-pink-100:hover {
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-pink-200:hover {
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-pink-300:hover {
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-pink-400:hover {
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-pink-500:hover {
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-pink-600:hover {
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-pink-700:hover {
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-pink-800:hover {
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-pink-900:hover {
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-navy-blue:hover {
    --text-opacity: 1 !important;
    color: #23345A !important;
    color: rgba(35, 52, 90, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-cyan:hover {
    --text-opacity: 1 !important;
    color: #40C8EA !important;
    color: rgba(64, 200, 234, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-yellowOrange:hover {
    --text-opacity: 1 !important;
    color: #F8E9A7 !important;
    color: rgba(248, 233, 167, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-light-blue:hover {
    --text-opacity: 1 !important;
    color: #C9EAF4 !important;
    color: rgba(201, 234, 244, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-lightest-blue:hover {
    --text-opacity: 1 !important;
    color: #EBFAFF !important;
    color: rgba(235, 250, 255, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-blueGreen:hover {
    --text-opacity: 1 !important;
    color: #148093 !important;
    color: rgba(20, 128, 147, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-mediumGray:hover {
    --text-opacity: 1 !important;
    color: #97A2B0 !important;
    color: rgba(151, 162, 176, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-light-gray:hover {
    --text-opacity: 1 !important;
    color: #ACACB4 !important;
    color: rgba(172, 172, 180, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-lightestGray:hover {
    --text-opacity: 1 !important;
    color: #F2F2F2 !important;
    color: rgba(242, 242, 242, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-dark-gray:hover {
    --text-opacity: 1 !important;
    color: #64626F !important;
    color: rgba(100, 98, 111, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-nav-gray:hover {
    --text-opacity: 1 !important;
    color: #65718C !important;
    color: rgba(101, 113, 140, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-bullet-gray:hover {
    --text-opacity: 1 !important;
    color: #F1F1F2 !important;
    color: rgba(241, 241, 242, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-dark-red:hover {
    --text-opacity: 1 !important;
    color: #951700 !important;
    color: rgba(149, 23, 0, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-navy:hover {
    --text-opacity: 1 !important;
    color: #182F50 !important;
    color: rgba(24, 47, 80, var(--text-opacity)) !important;
  }

  .\32xl\:hover\:text-lightNavy:hover {
    --text-opacity: 1 !important;
    color: #687FA0 !important;
    color: rgba(104, 127, 160, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-transparent:focus {
    color: transparent !important;
  }

  .\32xl\:focus\:text-current:focus {
    color: currentColor !important;
  }

  .\32xl\:focus\:text-black:focus {
    --text-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-white:focus {
    --text-opacity: 1 !important;
    color: #FFFFFF !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-gray:focus {
    --text-opacity: 1 !important;
    color: #727272 !important;
    color: rgba(114, 114, 114, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-red:focus {
    --text-opacity: 1 !important;
    color: #E12A09 !important;
    color: rgba(225, 42, 9, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-orange:focus {
    --text-opacity: 1 !important;
    color: #F29C2B !important;
    color: rgba(242, 156, 43, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-yellow:focus {
    --text-opacity: 1 !important;
    color: #FFEB9A !important;
    color: rgba(255, 235, 154, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-green-100:focus {
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-green-200:focus {
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-green-300:focus {
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-green-400:focus {
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-green-500:focus {
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-green-600:focus {
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-green-700:focus {
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-green-800:focus {
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-green-900:focus {
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-teal-100:focus {
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-teal-200:focus {
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-teal-300:focus {
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-teal-400:focus {
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-teal-500:focus {
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-teal-600:focus {
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-teal-700:focus {
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-teal-800:focus {
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-teal-900:focus {
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-blue-100:focus {
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-blue-200:focus {
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-blue-300:focus {
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-blue-400:focus {
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-blue-500:focus {
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-blue-600:focus {
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-blue-700:focus {
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-blue-800:focus {
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-blue-900:focus {
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-indigo-100:focus {
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-indigo-200:focus {
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-indigo-300:focus {
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-indigo-400:focus {
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-indigo-500:focus {
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-indigo-600:focus {
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-indigo-700:focus {
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-indigo-800:focus {
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-indigo-900:focus {
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-purple-100:focus {
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-purple-200:focus {
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-purple-300:focus {
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-purple-400:focus {
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-purple-500:focus {
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-purple-600:focus {
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-purple-700:focus {
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-purple-800:focus {
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-purple-900:focus {
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-pink-100:focus {
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-pink-200:focus {
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-pink-300:focus {
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-pink-400:focus {
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-pink-500:focus {
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-pink-600:focus {
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-pink-700:focus {
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-pink-800:focus {
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-pink-900:focus {
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-navy-blue:focus {
    --text-opacity: 1 !important;
    color: #23345A !important;
    color: rgba(35, 52, 90, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-cyan:focus {
    --text-opacity: 1 !important;
    color: #40C8EA !important;
    color: rgba(64, 200, 234, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-yellowOrange:focus {
    --text-opacity: 1 !important;
    color: #F8E9A7 !important;
    color: rgba(248, 233, 167, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-light-blue:focus {
    --text-opacity: 1 !important;
    color: #C9EAF4 !important;
    color: rgba(201, 234, 244, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-lightest-blue:focus {
    --text-opacity: 1 !important;
    color: #EBFAFF !important;
    color: rgba(235, 250, 255, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-blueGreen:focus {
    --text-opacity: 1 !important;
    color: #148093 !important;
    color: rgba(20, 128, 147, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-mediumGray:focus {
    --text-opacity: 1 !important;
    color: #97A2B0 !important;
    color: rgba(151, 162, 176, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-light-gray:focus {
    --text-opacity: 1 !important;
    color: #ACACB4 !important;
    color: rgba(172, 172, 180, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-lightestGray:focus {
    --text-opacity: 1 !important;
    color: #F2F2F2 !important;
    color: rgba(242, 242, 242, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-dark-gray:focus {
    --text-opacity: 1 !important;
    color: #64626F !important;
    color: rgba(100, 98, 111, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-nav-gray:focus {
    --text-opacity: 1 !important;
    color: #65718C !important;
    color: rgba(101, 113, 140, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-bullet-gray:focus {
    --text-opacity: 1 !important;
    color: #F1F1F2 !important;
    color: rgba(241, 241, 242, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-dark-red:focus {
    --text-opacity: 1 !important;
    color: #951700 !important;
    color: rgba(149, 23, 0, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-navy:focus {
    --text-opacity: 1 !important;
    color: #182F50 !important;
    color: rgba(24, 47, 80, var(--text-opacity)) !important;
  }

  .\32xl\:focus\:text-lightNavy:focus {
    --text-opacity: 1 !important;
    color: #687FA0 !important;
    color: rgba(104, 127, 160, var(--text-opacity)) !important;
  }

  .\32xl\:text-opacity-0 {
    --text-opacity: 0 !important;
  }

  .\32xl\:text-opacity-25 {
    --text-opacity: 0.25 !important;
  }

  .\32xl\:text-opacity-50 {
    --text-opacity: 0.5 !important;
  }

  .\32xl\:text-opacity-75 {
    --text-opacity: 0.75 !important;
  }

  .\32xl\:text-opacity-100 {
    --text-opacity: 1 !important;
  }

  .\32xl\:hover\:text-opacity-0:hover {
    --text-opacity: 0 !important;
  }

  .\32xl\:hover\:text-opacity-25:hover {
    --text-opacity: 0.25 !important;
  }

  .\32xl\:hover\:text-opacity-50:hover {
    --text-opacity: 0.5 !important;
  }

  .\32xl\:hover\:text-opacity-75:hover {
    --text-opacity: 0.75 !important;
  }

  .\32xl\:hover\:text-opacity-100:hover {
    --text-opacity: 1 !important;
  }

  .\32xl\:focus\:text-opacity-0:focus {
    --text-opacity: 0 !important;
  }

  .\32xl\:focus\:text-opacity-25:focus {
    --text-opacity: 0.25 !important;
  }

  .\32xl\:focus\:text-opacity-50:focus {
    --text-opacity: 0.5 !important;
  }

  .\32xl\:focus\:text-opacity-75:focus {
    --text-opacity: 0.75 !important;
  }

  .\32xl\:focus\:text-opacity-100:focus {
    --text-opacity: 1 !important;
  }

  .\32xl\:italic {
    font-style: italic !important;
  }

  .\32xl\:not-italic {
    font-style: normal !important;
  }

  .\32xl\:uppercase {
    text-transform: uppercase !important;
  }

  .\32xl\:lowercase {
    text-transform: lowercase !important;
  }

  .\32xl\:capitalize {
    text-transform: capitalize !important;
  }

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

  .\32xl\:underline {
    text-decoration: underline !important;
  }

  .\32xl\:line-through {
    text-decoration: line-through !important;
  }

  .\32xl\:no-underline {
    text-decoration: none !important;
  }

  .\32xl\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .\32xl\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .\32xl\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .\32xl\:focus\:underline:focus {
    text-decoration: underline !important;
  }

  .\32xl\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }

  .\32xl\:focus\:no-underline:focus {
    text-decoration: none !important;
  }

  .\32xl\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .\32xl\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .\32xl\:ordinal, .\32xl\:slashed-zero, .\32xl\:lining-nums, .\32xl\:oldstyle-nums, .\32xl\:proportional-nums, .\32xl\:tabular-nums, .\32xl\:diagonal-fractions, .\32xl\:stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important;
  }

  .\32xl\:normal-nums {
    font-variant-numeric: normal !important;
  }

  .\32xl\:ordinal {
    --font-variant-numeric-ordinal: ordinal !important;
  }

  .\32xl\:slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero !important;
  }

  .\32xl\:lining-nums {
    --font-variant-numeric-figure: lining-nums !important;
  }

  .\32xl\:oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums !important;
  }

  .\32xl\:proportional-nums {
    --font-variant-numeric-spacing: proportional-nums !important;
  }

  .\32xl\:tabular-nums {
    --font-variant-numeric-spacing: tabular-nums !important;
  }

  .\32xl\:diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions !important;
  }

  .\32xl\:stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions !important;
  }

  .\32xl\:tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .\32xl\:tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .\32xl\:tracking-normal {
    letter-spacing: 0 !important;
  }

  .\32xl\:tracking-wide {
    letter-spacing: 0.025em !important;
  }

  .\32xl\:tracking-wider {
    letter-spacing: 0.05em !important;
  }

  .\32xl\:tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .\32xl\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .\32xl\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .\32xl\:select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
        -ms-user-select: all !important;
            user-select: all !important;
  }

  .\32xl\:select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .\32xl\:align-baseline {
    vertical-align: baseline !important;
  }

  .\32xl\:align-top {
    vertical-align: top !important;
  }

  .\32xl\:align-middle {
    vertical-align: middle !important;
  }

  .\32xl\:align-bottom {
    vertical-align: bottom !important;
  }

  .\32xl\:align-text-top {
    vertical-align: text-top !important;
  }

  .\32xl\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .\32xl\:visible {
    visibility: visible !important;
  }

  .\32xl\:invisible {
    visibility: hidden !important;
  }

  .\32xl\:hover\:visible:hover {
    visibility: visible !important;
  }

  .\32xl\:hover\:invisible:hover {
    visibility: hidden !important;
  }

  .group:hover .\32xl\:group-hover\:visible {
    visibility: visible !important;
  }

  .group:hover .\32xl\:group-hover\:invisible {
    visibility: hidden !important;
  }

  .\32xl\:whitespace-normal {
    white-space: normal !important;
  }

  .\32xl\:whitespace-no-wrap {
    white-space: nowrap !important;
  }

  .\32xl\:whitespace-pre {
    white-space: pre !important;
  }

  .\32xl\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .\32xl\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .\32xl\:break-normal {
    word-wrap: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .\32xl\:break-words {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }

  .\32xl\:break-all {
    word-break: break-all !important;
  }

  .\32xl\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .\32xl\:w-0 {
    width: 0 !important;
  }

  .\32xl\:w-1 {
    width: 0.25rem !important;
  }

  .\32xl\:w-2 {
    width: 0.5rem !important;
  }

  .\32xl\:w-3 {
    width: 0.75rem !important;
  }

  .\32xl\:w-4 {
    width: 1rem !important;
  }

  .\32xl\:w-5 {
    width: 1.25rem !important;
  }

  .\32xl\:w-6 {
    width: 1.5rem !important;
  }

  .\32xl\:w-8 {
    width: 2rem !important;
  }

  .\32xl\:w-9 {
    width: 2.5rem !important;
  }

  .\32xl\:w-10 {
    width: 2.5rem !important;
  }

  .\32xl\:w-12 {
    width: 3rem !important;
  }

  .\32xl\:w-14 {
    width: 3.5rem !important;
  }

  .\32xl\:w-16 {
    width: 4rem !important;
  }

  .\32xl\:w-18 {
    width: 4.5rem !important;
  }

  .\32xl\:w-20 {
    width: 5rem !important;
  }

  .\32xl\:w-22 {
    width: 5.626rem !important;
  }

  .\32xl\:w-24 {
    width: 6rem !important;
  }

  .\32xl\:w-26 {
    width: 6.25rem !important;
  }

  .\32xl\:w-28 {
    width: 7rem !important;
  }

  .\32xl\:w-32 {
    width: 8rem !important;
  }

  .\32xl\:w-34 {
    width: 8.5rem !important;
  }

  .\32xl\:w-38 {
    width: 9.25rem !important;
  }

  .\32xl\:w-40 {
    width: 10rem !important;
  }

  .\32xl\:w-46 {
    width: 11.75rem !important;
  }

  .\32xl\:w-48 {
    width: 12rem !important;
  }

  .\32xl\:w-56 {
    width: 14rem !important;
  }

  .\32xl\:w-64 {
    width: 16rem !important;
  }

  .\32xl\:w-82 {
    width: 20.75rem !important;
  }

  .\32xl\:w-auto {
    width: auto !important;
  }

  .\32xl\:w-px {
    width: 1px !important;
  }

  .\32xl\:w-tiny {
    width: 0.3rem !important;
  }

  .\32xl\:w-quick-links {
    width: 26% !important;
  }

  .\32xl\:w-pro-slid {
    width: 48% !important;
  }

  .\32xl\:w-62p {
    width: 62% !important;
  }

  .\32xl\:w-90p {
    width: 90% !important;
  }

  .\32xl\:w-x-large {
    width: 27.5rem !important;
  }

  .\32xl\:w-2px {
    width: 0.125rem !important;
  }

  .\32xl\:w-9px {
    width: 0.5625rem !important;
  }

  .\32xl\:w-10px {
    width: 0.625rem !important;
  }

  .\32xl\:w-18px {
    width: 1.125rem !important;
  }

  .\32xl\:w-20px {
    width: 1.25rem !important;
  }

  .\32xl\:w-24px {
    width: 1.5rem !important;
  }

  .\32xl\:w-26px {
    width: 1.625rem !important;
  }

  .\32xl\:w-30px {
    width: 1.875rem !important;
  }

  .\32xl\:w-38px {
    width: 2.375rem !important;
  }

  .\32xl\:w-43px {
    width: 2.6875rem !important;
  }

  .\32xl\:w-44px {
    width: 2.75rem !important;
  }

  .\32xl\:w-46px {
    width: 2.875rem !important;
  }

  .\32xl\:w-53px {
    width: 3.3125rem !important;
  }

  .\32xl\:w-54px {
    width: 3.375rem !important;
  }

  .\32xl\:w-55px {
    width: 3.4375rem !important;
  }

  .\32xl\:w-60px {
    width: 3.75rem !important;
  }

  .\32xl\:w-67px {
    width: 4.1875rem !important;
  }

  .\32xl\:w-73px {
    width: 4.5625rem !important;
  }

  .\32xl\:w-80px {
    width: 5rem !important;
  }

  .\32xl\:w-81px {
    width: 5.0625rem !important;
  }

  .\32xl\:w-85px {
    width: 5.3125rem !important;
  }

  .\32xl\:w-92px {
    width: 5.75rem !important;
  }

  .\32xl\:w-100px {
    width: 6.25rem !important;
  }

  .\32xl\:w-106px {
    width: 6.625rem !important;
  }

  .\32xl\:w-123px {
    width: 7.6875rem !important;
  }

  .\32xl\:w-126px {
    width: 7.875rem !important;
  }

  .\32xl\:w-138px {
    width: 8.625rem !important;
  }

  .\32xl\:w-140px {
    width: 8.75rem !important;
  }

  .\32xl\:w-146px {
    width: 9.125rem !important;
  }

  .\32xl\:w-152px {
    width: 9.5rem !important;
  }

  .\32xl\:w-187px {
    width: 11.6875rem !important;
  }

  .\32xl\:w-220px {
    width: 13.75rem !important;
  }

  .\32xl\:w-253px {
    width: 15.8125rem !important;
  }

  .\32xl\:w-320px {
    width: 20rem !important;
  }

  .\32xl\:w-400px {
    width: 25rem !important;
  }

  .\32xl\:w-500px {
    width: 31.25rem !important;
  }

  .\32xl\:w-lgPaddingTop {
    width: 15.8125rem !important;
  }

  .\32xl\:w-phonePaddingTop {
    width: 9.875rem !important;
  }

  .\32xl\:w-tabletPaddingTop {
    width: 6.625rem !important;
  }

  .\32xl\:w-largePaddingTop {
    width: 13.75rem !important;
  }

  .\32xl\:w-phoneTextContentMaxWidth {
    width: 57.0625rem !important;
  }

  .\32xl\:w-phoneTextContentWidth {
    width: 63% !important;
  }

  .\32xl\:w-phoneBlockContentWidth {
    width: 71.625rem !important;
  }

  .\32xl\:w-tabletTextContentMaxWidth {
    width: 57.0625rem !important;
  }

  .\32xl\:w-tabletTextContentWidth {
    width: 63% !important;
  }

  .\32xl\:w-tabletBlockContentWidth {
    width: 71.625rem !important;
  }

  .\32xl\:w-largeTextContentMaxWidth {
    width: 57.0625rem !important;
  }

  .\32xl\:w-largeTextContentWidth {
    width: 63% !important;
  }

  .\32xl\:w-largeBlockContentWidth {
    width: 71.625rem !important;
  }

  .\32xl\:w-1\/2 {
    width: 50% !important;
  }

  .\32xl\:w-1\/3 {
    width: 33.333333% !important;
  }

  .\32xl\:w-2\/3 {
    width: 66.666667% !important;
  }

  .\32xl\:w-1\/4 {
    width: 25% !important;
  }

  .\32xl\:w-2\/4 {
    width: 50% !important;
  }

  .\32xl\:w-3\/4 {
    width: 75% !important;
  }

  .\32xl\:w-1\/5 {
    width: 20% !important;
  }

  .\32xl\:w-2\/5 {
    width: 40% !important;
  }

  .\32xl\:w-3\/5 {
    width: 60% !important;
  }

  .\32xl\:w-4\/5 {
    width: 80% !important;
  }

  .\32xl\:w-1\/6 {
    width: 16.666667% !important;
  }

  .\32xl\:w-2\/6 {
    width: 33.333333% !important;
  }

  .\32xl\:w-3\/6 {
    width: 50% !important;
  }

  .\32xl\:w-4\/6 {
    width: 66.666667% !important;
  }

  .\32xl\:w-5\/6 {
    width: 83.333333% !important;
  }

  .\32xl\:w-1\/12 {
    width: 8.333333% !important;
  }

  .\32xl\:w-2\/12 {
    width: 16.666667% !important;
  }

  .\32xl\:w-3\/12 {
    width: 25% !important;
  }

  .\32xl\:w-4\/12 {
    width: 33.333333% !important;
  }

  .\32xl\:w-5\/12 {
    width: 41.666667% !important;
  }

  .\32xl\:w-6\/12 {
    width: 50% !important;
  }

  .\32xl\:w-7\/12 {
    width: 58.333333% !important;
  }

  .\32xl\:w-8\/12 {
    width: 66.666667% !important;
  }

  .\32xl\:w-9\/12 {
    width: 75% !important;
  }

  .\32xl\:w-10\/12 {
    width: 83.333333% !important;
  }

  .\32xl\:w-11\/12 {
    width: 91.666667% !important;
  }

  .\32xl\:w-full {
    width: 100% !important;
  }

  .\32xl\:w-screen {
    width: 100vw !important;
  }

  .\32xl\:z-0 {
    z-index: 0 !important;
  }

  .\32xl\:z-10 {
    z-index: 10 !important;
  }

  .\32xl\:z-20 {
    z-index: 20 !important;
  }

  .\32xl\:z-30 {
    z-index: 30 !important;
  }

  .\32xl\:z-40 {
    z-index: 40 !important;
  }

  .\32xl\:z-50 {
    z-index: 50 !important;
  }

  .\32xl\:z-auto {
    z-index: auto !important;
  }

  .\32xl\:gap-0 {
    grid-gap: 0 !important;
    gap: 0 !important;
  }

  .\32xl\:gap-1 {
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important;
  }

  .\32xl\:gap-2 {
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
  }

  .\32xl\:gap-3 {
    grid-gap: 0.75rem !important;
    gap: 0.75rem !important;
  }

  .\32xl\:gap-4 {
    grid-gap: 1rem !important;
    gap: 1rem !important;
  }

  .\32xl\:gap-5 {
    grid-gap: 1.25rem !important;
    gap: 1.25rem !important;
  }

  .\32xl\:gap-6 {
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

  .\32xl\:gap-8 {
    grid-gap: 2rem !important;
    gap: 2rem !important;
  }

  .\32xl\:gap-9 {
    grid-gap: 2.5rem !important;
    gap: 2.5rem !important;
  }

  .\32xl\:gap-10 {
    grid-gap: 2.5rem !important;
    gap: 2.5rem !important;
  }

  .\32xl\:gap-12 {
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

  .\32xl\:gap-14 {
    grid-gap: 3.5rem !important;
    gap: 3.5rem !important;
  }

  .\32xl\:gap-16 {
    grid-gap: 4rem !important;
    gap: 4rem !important;
  }

  .\32xl\:gap-18 {
    grid-gap: 4.5rem !important;
    gap: 4.5rem !important;
  }

  .\32xl\:gap-20 {
    grid-gap: 5rem !important;
    gap: 5rem !important;
  }

  .\32xl\:gap-22 {
    grid-gap: 5.626rem !important;
    gap: 5.626rem !important;
  }

  .\32xl\:gap-24 {
    grid-gap: 6rem !important;
    gap: 6rem !important;
  }

  .\32xl\:gap-26 {
    grid-gap: 6.25rem !important;
    gap: 6.25rem !important;
  }

  .\32xl\:gap-28 {
    grid-gap: 7rem !important;
    gap: 7rem !important;
  }

  .\32xl\:gap-32 {
    grid-gap: 8rem !important;
    gap: 8rem !important;
  }

  .\32xl\:gap-34 {
    grid-gap: 8.5rem !important;
    gap: 8.5rem !important;
  }

  .\32xl\:gap-38 {
    grid-gap: 9.25rem !important;
    gap: 9.25rem !important;
  }

  .\32xl\:gap-40 {
    grid-gap: 10rem !important;
    gap: 10rem !important;
  }

  .\32xl\:gap-46 {
    grid-gap: 11.75rem !important;
    gap: 11.75rem !important;
  }

  .\32xl\:gap-48 {
    grid-gap: 12rem !important;
    gap: 12rem !important;
  }

  .\32xl\:gap-56 {
    grid-gap: 14rem !important;
    gap: 14rem !important;
  }

  .\32xl\:gap-64 {
    grid-gap: 16rem !important;
    gap: 16rem !important;
  }

  .\32xl\:gap-82 {
    grid-gap: 20.75rem !important;
    gap: 20.75rem !important;
  }

  .\32xl\:gap-px {
    grid-gap: 1px !important;
    gap: 1px !important;
  }

  .\32xl\:gap-tiny {
    grid-gap: 0.3rem !important;
    gap: 0.3rem !important;
  }

  .\32xl\:gap-quick-links {
    grid-gap: 26% !important;
    gap: 26% !important;
  }

  .\32xl\:gap-pro-slid {
    grid-gap: 48% !important;
    gap: 48% !important;
  }

  .\32xl\:gap-62p {
    grid-gap: 62% !important;
    gap: 62% !important;
  }

  .\32xl\:gap-90p {
    grid-gap: 90% !important;
    gap: 90% !important;
  }

  .\32xl\:gap-x-large {
    grid-gap: 27.5rem !important;
    gap: 27.5rem !important;
  }

  .\32xl\:gap-2px {
    grid-gap: 0.125rem !important;
    gap: 0.125rem !important;
  }

  .\32xl\:gap-9px {
    grid-gap: 0.5625rem !important;
    gap: 0.5625rem !important;
  }

  .\32xl\:gap-10px {
    grid-gap: 0.625rem !important;
    gap: 0.625rem !important;
  }

  .\32xl\:gap-18px {
    grid-gap: 1.125rem !important;
    gap: 1.125rem !important;
  }

  .\32xl\:gap-20px {
    grid-gap: 1.25rem !important;
    gap: 1.25rem !important;
  }

  .\32xl\:gap-24px {
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

  .\32xl\:gap-26px {
    grid-gap: 1.625rem !important;
    gap: 1.625rem !important;
  }

  .\32xl\:gap-30px {
    grid-gap: 1.875rem !important;
    gap: 1.875rem !important;
  }

  .\32xl\:gap-38px {
    grid-gap: 2.375rem !important;
    gap: 2.375rem !important;
  }

  .\32xl\:gap-43px {
    grid-gap: 2.6875rem !important;
    gap: 2.6875rem !important;
  }

  .\32xl\:gap-44px {
    grid-gap: 2.75rem !important;
    gap: 2.75rem !important;
  }

  .\32xl\:gap-46px {
    grid-gap: 2.875rem !important;
    gap: 2.875rem !important;
  }

  .\32xl\:gap-53px {
    grid-gap: 3.3125rem !important;
    gap: 3.3125rem !important;
  }

  .\32xl\:gap-54px {
    grid-gap: 3.375rem !important;
    gap: 3.375rem !important;
  }

  .\32xl\:gap-55px {
    grid-gap: 3.4375rem !important;
    gap: 3.4375rem !important;
  }

  .\32xl\:gap-60px {
    grid-gap: 3.75rem !important;
    gap: 3.75rem !important;
  }

  .\32xl\:gap-67px {
    grid-gap: 4.1875rem !important;
    gap: 4.1875rem !important;
  }

  .\32xl\:gap-73px {
    grid-gap: 4.5625rem !important;
    gap: 4.5625rem !important;
  }

  .\32xl\:gap-80px {
    grid-gap: 5rem !important;
    gap: 5rem !important;
  }

  .\32xl\:gap-81px {
    grid-gap: 5.0625rem !important;
    gap: 5.0625rem !important;
  }

  .\32xl\:gap-85px {
    grid-gap: 5.3125rem !important;
    gap: 5.3125rem !important;
  }

  .\32xl\:gap-92px {
    grid-gap: 5.75rem !important;
    gap: 5.75rem !important;
  }

  .\32xl\:gap-100px {
    grid-gap: 6.25rem !important;
    gap: 6.25rem !important;
  }

  .\32xl\:gap-106px {
    grid-gap: 6.625rem !important;
    gap: 6.625rem !important;
  }

  .\32xl\:gap-123px {
    grid-gap: 7.6875rem !important;
    gap: 7.6875rem !important;
  }

  .\32xl\:gap-126px {
    grid-gap: 7.875rem !important;
    gap: 7.875rem !important;
  }

  .\32xl\:gap-138px {
    grid-gap: 8.625rem !important;
    gap: 8.625rem !important;
  }

  .\32xl\:gap-140px {
    grid-gap: 8.75rem !important;
    gap: 8.75rem !important;
  }

  .\32xl\:gap-146px {
    grid-gap: 9.125rem !important;
    gap: 9.125rem !important;
  }

  .\32xl\:gap-152px {
    grid-gap: 9.5rem !important;
    gap: 9.5rem !important;
  }

  .\32xl\:gap-187px {
    grid-gap: 11.6875rem !important;
    gap: 11.6875rem !important;
  }

  .\32xl\:gap-220px {
    grid-gap: 13.75rem !important;
    gap: 13.75rem !important;
  }

  .\32xl\:gap-253px {
    grid-gap: 15.8125rem !important;
    gap: 15.8125rem !important;
  }

  .\32xl\:gap-320px {
    grid-gap: 20rem !important;
    gap: 20rem !important;
  }

  .\32xl\:gap-400px {
    grid-gap: 25rem !important;
    gap: 25rem !important;
  }

  .\32xl\:gap-500px {
    grid-gap: 31.25rem !important;
    gap: 31.25rem !important;
  }

  .\32xl\:gap-lgPaddingTop {
    grid-gap: 15.8125rem !important;
    gap: 15.8125rem !important;
  }

  .\32xl\:gap-phonePaddingTop {
    grid-gap: 9.875rem !important;
    gap: 9.875rem !important;
  }

  .\32xl\:gap-tabletPaddingTop {
    grid-gap: 6.625rem !important;
    gap: 6.625rem !important;
  }

  .\32xl\:gap-largePaddingTop {
    grid-gap: 13.75rem !important;
    gap: 13.75rem !important;
  }

  .\32xl\:gap-phoneTextContentMaxWidth {
    grid-gap: 57.0625rem !important;
    gap: 57.0625rem !important;
  }

  .\32xl\:gap-phoneTextContentWidth {
    grid-gap: 63% !important;
    gap: 63% !important;
  }

  .\32xl\:gap-phoneBlockContentWidth {
    grid-gap: 71.625rem !important;
    gap: 71.625rem !important;
  }

  .\32xl\:gap-tabletTextContentMaxWidth {
    grid-gap: 57.0625rem !important;
    gap: 57.0625rem !important;
  }

  .\32xl\:gap-tabletTextContentWidth {
    grid-gap: 63% !important;
    gap: 63% !important;
  }

  .\32xl\:gap-tabletBlockContentWidth {
    grid-gap: 71.625rem !important;
    gap: 71.625rem !important;
  }

  .\32xl\:gap-largeTextContentMaxWidth {
    grid-gap: 57.0625rem !important;
    gap: 57.0625rem !important;
  }

  .\32xl\:gap-largeTextContentWidth {
    grid-gap: 63% !important;
    gap: 63% !important;
  }

  .\32xl\:gap-largeBlockContentWidth {
    grid-gap: 71.625rem !important;
    gap: 71.625rem !important;
  }

  .\32xl\:col-gap-0 {
    grid-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }

  .\32xl\:col-gap-1 {
    grid-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .\32xl\:col-gap-2 {
    grid-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .\32xl\:col-gap-3 {
    grid-column-gap: 0.75rem !important;
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .\32xl\:col-gap-4 {
    grid-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .\32xl\:col-gap-5 {
    grid-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .\32xl\:col-gap-6 {
    grid-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .\32xl\:col-gap-8 {
    grid-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .\32xl\:col-gap-9 {
    grid-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .\32xl\:col-gap-10 {
    grid-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .\32xl\:col-gap-12 {
    grid-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .\32xl\:col-gap-14 {
    grid-column-gap: 3.5rem !important;
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .\32xl\:col-gap-16 {
    grid-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .\32xl\:col-gap-18 {
    grid-column-gap: 4.5rem !important;
    -moz-column-gap: 4.5rem !important;
         column-gap: 4.5rem !important;
  }

  .\32xl\:col-gap-20 {
    grid-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .\32xl\:col-gap-22 {
    grid-column-gap: 5.626rem !important;
    -moz-column-gap: 5.626rem !important;
         column-gap: 5.626rem !important;
  }

  .\32xl\:col-gap-24 {
    grid-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .\32xl\:col-gap-26 {
    grid-column-gap: 6.25rem !important;
    -moz-column-gap: 6.25rem !important;
         column-gap: 6.25rem !important;
  }

  .\32xl\:col-gap-28 {
    grid-column-gap: 7rem !important;
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .\32xl\:col-gap-32 {
    grid-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .\32xl\:col-gap-34 {
    grid-column-gap: 8.5rem !important;
    -moz-column-gap: 8.5rem !important;
         column-gap: 8.5rem !important;
  }

  .\32xl\:col-gap-38 {
    grid-column-gap: 9.25rem !important;
    -moz-column-gap: 9.25rem !important;
         column-gap: 9.25rem !important;
  }

  .\32xl\:col-gap-40 {
    grid-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .\32xl\:col-gap-46 {
    grid-column-gap: 11.75rem !important;
    -moz-column-gap: 11.75rem !important;
         column-gap: 11.75rem !important;
  }

  .\32xl\:col-gap-48 {
    grid-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .\32xl\:col-gap-56 {
    grid-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .\32xl\:col-gap-64 {
    grid-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .\32xl\:col-gap-82 {
    grid-column-gap: 20.75rem !important;
    -moz-column-gap: 20.75rem !important;
         column-gap: 20.75rem !important;
  }

  .\32xl\:col-gap-px {
    grid-column-gap: 1px !important;
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .\32xl\:col-gap-tiny {
    grid-column-gap: 0.3rem !important;
    -moz-column-gap: 0.3rem !important;
         column-gap: 0.3rem !important;
  }

  .\32xl\:col-gap-quick-links {
    grid-column-gap: 26% !important;
    -moz-column-gap: 26% !important;
         column-gap: 26% !important;
  }

  .\32xl\:col-gap-pro-slid {
    grid-column-gap: 48% !important;
    -moz-column-gap: 48% !important;
         column-gap: 48% !important;
  }

  .\32xl\:col-gap-62p {
    grid-column-gap: 62% !important;
    -moz-column-gap: 62% !important;
         column-gap: 62% !important;
  }

  .\32xl\:col-gap-90p {
    grid-column-gap: 90% !important;
    -moz-column-gap: 90% !important;
         column-gap: 90% !important;
  }

  .\32xl\:col-gap-x-large {
    grid-column-gap: 27.5rem !important;
    -moz-column-gap: 27.5rem !important;
         column-gap: 27.5rem !important;
  }

  .\32xl\:col-gap-2px {
    grid-column-gap: 0.125rem !important;
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .\32xl\:col-gap-9px {
    grid-column-gap: 0.5625rem !important;
    -moz-column-gap: 0.5625rem !important;
         column-gap: 0.5625rem !important;
  }

  .\32xl\:col-gap-10px {
    grid-column-gap: 0.625rem !important;
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .\32xl\:col-gap-18px {
    grid-column-gap: 1.125rem !important;
    -moz-column-gap: 1.125rem !important;
         column-gap: 1.125rem !important;
  }

  .\32xl\:col-gap-20px {
    grid-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .\32xl\:col-gap-24px {
    grid-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .\32xl\:col-gap-26px {
    grid-column-gap: 1.625rem !important;
    -moz-column-gap: 1.625rem !important;
         column-gap: 1.625rem !important;
  }

  .\32xl\:col-gap-30px {
    grid-column-gap: 1.875rem !important;
    -moz-column-gap: 1.875rem !important;
         column-gap: 1.875rem !important;
  }

  .\32xl\:col-gap-38px {
    grid-column-gap: 2.375rem !important;
    -moz-column-gap: 2.375rem !important;
         column-gap: 2.375rem !important;
  }

  .\32xl\:col-gap-43px {
    grid-column-gap: 2.6875rem !important;
    -moz-column-gap: 2.6875rem !important;
         column-gap: 2.6875rem !important;
  }

  .\32xl\:col-gap-44px {
    grid-column-gap: 2.75rem !important;
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .\32xl\:col-gap-46px {
    grid-column-gap: 2.875rem !important;
    -moz-column-gap: 2.875rem !important;
         column-gap: 2.875rem !important;
  }

  .\32xl\:col-gap-53px {
    grid-column-gap: 3.3125rem !important;
    -moz-column-gap: 3.3125rem !important;
         column-gap: 3.3125rem !important;
  }

  .\32xl\:col-gap-54px {
    grid-column-gap: 3.375rem !important;
    -moz-column-gap: 3.375rem !important;
         column-gap: 3.375rem !important;
  }

  .\32xl\:col-gap-55px {
    grid-column-gap: 3.4375rem !important;
    -moz-column-gap: 3.4375rem !important;
         column-gap: 3.4375rem !important;
  }

  .\32xl\:col-gap-60px {
    grid-column-gap: 3.75rem !important;
    -moz-column-gap: 3.75rem !important;
         column-gap: 3.75rem !important;
  }

  .\32xl\:col-gap-67px {
    grid-column-gap: 4.1875rem !important;
    -moz-column-gap: 4.1875rem !important;
         column-gap: 4.1875rem !important;
  }

  .\32xl\:col-gap-73px {
    grid-column-gap: 4.5625rem !important;
    -moz-column-gap: 4.5625rem !important;
         column-gap: 4.5625rem !important;
  }

  .\32xl\:col-gap-80px {
    grid-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .\32xl\:col-gap-81px {
    grid-column-gap: 5.0625rem !important;
    -moz-column-gap: 5.0625rem !important;
         column-gap: 5.0625rem !important;
  }

  .\32xl\:col-gap-85px {
    grid-column-gap: 5.3125rem !important;
    -moz-column-gap: 5.3125rem !important;
         column-gap: 5.3125rem !important;
  }

  .\32xl\:col-gap-92px {
    grid-column-gap: 5.75rem !important;
    -moz-column-gap: 5.75rem !important;
         column-gap: 5.75rem !important;
  }

  .\32xl\:col-gap-100px {
    grid-column-gap: 6.25rem !important;
    -moz-column-gap: 6.25rem !important;
         column-gap: 6.25rem !important;
  }

  .\32xl\:col-gap-106px {
    grid-column-gap: 6.625rem !important;
    -moz-column-gap: 6.625rem !important;
         column-gap: 6.625rem !important;
  }

  .\32xl\:col-gap-123px {
    grid-column-gap: 7.6875rem !important;
    -moz-column-gap: 7.6875rem !important;
         column-gap: 7.6875rem !important;
  }

  .\32xl\:col-gap-126px {
    grid-column-gap: 7.875rem !important;
    -moz-column-gap: 7.875rem !important;
         column-gap: 7.875rem !important;
  }

  .\32xl\:col-gap-138px {
    grid-column-gap: 8.625rem !important;
    -moz-column-gap: 8.625rem !important;
         column-gap: 8.625rem !important;
  }

  .\32xl\:col-gap-140px {
    grid-column-gap: 8.75rem !important;
    -moz-column-gap: 8.75rem !important;
         column-gap: 8.75rem !important;
  }

  .\32xl\:col-gap-146px {
    grid-column-gap: 9.125rem !important;
    -moz-column-gap: 9.125rem !important;
         column-gap: 9.125rem !important;
  }

  .\32xl\:col-gap-152px {
    grid-column-gap: 9.5rem !important;
    -moz-column-gap: 9.5rem !important;
         column-gap: 9.5rem !important;
  }

  .\32xl\:col-gap-187px {
    grid-column-gap: 11.6875rem !important;
    -moz-column-gap: 11.6875rem !important;
         column-gap: 11.6875rem !important;
  }

  .\32xl\:col-gap-220px {
    grid-column-gap: 13.75rem !important;
    -moz-column-gap: 13.75rem !important;
         column-gap: 13.75rem !important;
  }

  .\32xl\:col-gap-253px {
    grid-column-gap: 15.8125rem !important;
    -moz-column-gap: 15.8125rem !important;
         column-gap: 15.8125rem !important;
  }

  .\32xl\:col-gap-320px {
    grid-column-gap: 20rem !important;
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .\32xl\:col-gap-400px {
    grid-column-gap: 25rem !important;
    -moz-column-gap: 25rem !important;
         column-gap: 25rem !important;
  }

  .\32xl\:col-gap-500px {
    grid-column-gap: 31.25rem !important;
    -moz-column-gap: 31.25rem !important;
         column-gap: 31.25rem !important;
  }

  .\32xl\:col-gap-lgPaddingTop {
    grid-column-gap: 15.8125rem !important;
    -moz-column-gap: 15.8125rem !important;
         column-gap: 15.8125rem !important;
  }

  .\32xl\:col-gap-phonePaddingTop {
    grid-column-gap: 9.875rem !important;
    -moz-column-gap: 9.875rem !important;
         column-gap: 9.875rem !important;
  }

  .\32xl\:col-gap-tabletPaddingTop {
    grid-column-gap: 6.625rem !important;
    -moz-column-gap: 6.625rem !important;
         column-gap: 6.625rem !important;
  }

  .\32xl\:col-gap-largePaddingTop {
    grid-column-gap: 13.75rem !important;
    -moz-column-gap: 13.75rem !important;
         column-gap: 13.75rem !important;
  }

  .\32xl\:col-gap-phoneTextContentMaxWidth {
    grid-column-gap: 57.0625rem !important;
    -moz-column-gap: 57.0625rem !important;
         column-gap: 57.0625rem !important;
  }

  .\32xl\:col-gap-phoneTextContentWidth {
    grid-column-gap: 63% !important;
    -moz-column-gap: 63% !important;
         column-gap: 63% !important;
  }

  .\32xl\:col-gap-phoneBlockContentWidth {
    grid-column-gap: 71.625rem !important;
    -moz-column-gap: 71.625rem !important;
         column-gap: 71.625rem !important;
  }

  .\32xl\:col-gap-tabletTextContentMaxWidth {
    grid-column-gap: 57.0625rem !important;
    -moz-column-gap: 57.0625rem !important;
         column-gap: 57.0625rem !important;
  }

  .\32xl\:col-gap-tabletTextContentWidth {
    grid-column-gap: 63% !important;
    -moz-column-gap: 63% !important;
         column-gap: 63% !important;
  }

  .\32xl\:col-gap-tabletBlockContentWidth {
    grid-column-gap: 71.625rem !important;
    -moz-column-gap: 71.625rem !important;
         column-gap: 71.625rem !important;
  }

  .\32xl\:col-gap-largeTextContentMaxWidth {
    grid-column-gap: 57.0625rem !important;
    -moz-column-gap: 57.0625rem !important;
         column-gap: 57.0625rem !important;
  }

  .\32xl\:col-gap-largeTextContentWidth {
    grid-column-gap: 63% !important;
    -moz-column-gap: 63% !important;
         column-gap: 63% !important;
  }

  .\32xl\:col-gap-largeBlockContentWidth {
    grid-column-gap: 71.625rem !important;
    -moz-column-gap: 71.625rem !important;
         column-gap: 71.625rem !important;
  }

  .\32xl\:gap-x-0 {
    grid-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }

  .\32xl\:gap-x-1 {
    grid-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .\32xl\:gap-x-2 {
    grid-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .\32xl\:gap-x-3 {
    grid-column-gap: 0.75rem !important;
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .\32xl\:gap-x-4 {
    grid-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .\32xl\:gap-x-5 {
    grid-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .\32xl\:gap-x-6 {
    grid-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .\32xl\:gap-x-8 {
    grid-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .\32xl\:gap-x-9 {
    grid-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .\32xl\:gap-x-10 {
    grid-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .\32xl\:gap-x-12 {
    grid-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .\32xl\:gap-x-14 {
    grid-column-gap: 3.5rem !important;
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .\32xl\:gap-x-16 {
    grid-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .\32xl\:gap-x-18 {
    grid-column-gap: 4.5rem !important;
    -moz-column-gap: 4.5rem !important;
         column-gap: 4.5rem !important;
  }

  .\32xl\:gap-x-20 {
    grid-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .\32xl\:gap-x-22 {
    grid-column-gap: 5.626rem !important;
    -moz-column-gap: 5.626rem !important;
         column-gap: 5.626rem !important;
  }

  .\32xl\:gap-x-24 {
    grid-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .\32xl\:gap-x-26 {
    grid-column-gap: 6.25rem !important;
    -moz-column-gap: 6.25rem !important;
         column-gap: 6.25rem !important;
  }

  .\32xl\:gap-x-28 {
    grid-column-gap: 7rem !important;
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .\32xl\:gap-x-32 {
    grid-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .\32xl\:gap-x-34 {
    grid-column-gap: 8.5rem !important;
    -moz-column-gap: 8.5rem !important;
         column-gap: 8.5rem !important;
  }

  .\32xl\:gap-x-38 {
    grid-column-gap: 9.25rem !important;
    -moz-column-gap: 9.25rem !important;
         column-gap: 9.25rem !important;
  }

  .\32xl\:gap-x-40 {
    grid-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .\32xl\:gap-x-46 {
    grid-column-gap: 11.75rem !important;
    -moz-column-gap: 11.75rem !important;
         column-gap: 11.75rem !important;
  }

  .\32xl\:gap-x-48 {
    grid-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .\32xl\:gap-x-56 {
    grid-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .\32xl\:gap-x-64 {
    grid-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .\32xl\:gap-x-82 {
    grid-column-gap: 20.75rem !important;
    -moz-column-gap: 20.75rem !important;
         column-gap: 20.75rem !important;
  }

  .\32xl\:gap-x-px {
    grid-column-gap: 1px !important;
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .\32xl\:gap-x-tiny {
    grid-column-gap: 0.3rem !important;
    -moz-column-gap: 0.3rem !important;
         column-gap: 0.3rem !important;
  }

  .\32xl\:gap-x-quick-links {
    grid-column-gap: 26% !important;
    -moz-column-gap: 26% !important;
         column-gap: 26% !important;
  }

  .\32xl\:gap-x-pro-slid {
    grid-column-gap: 48% !important;
    -moz-column-gap: 48% !important;
         column-gap: 48% !important;
  }

  .\32xl\:gap-x-62p {
    grid-column-gap: 62% !important;
    -moz-column-gap: 62% !important;
         column-gap: 62% !important;
  }

  .\32xl\:gap-x-90p {
    grid-column-gap: 90% !important;
    -moz-column-gap: 90% !important;
         column-gap: 90% !important;
  }

  .\32xl\:gap-x-x-large {
    grid-column-gap: 27.5rem !important;
    -moz-column-gap: 27.5rem !important;
         column-gap: 27.5rem !important;
  }

  .\32xl\:gap-x-2px {
    grid-column-gap: 0.125rem !important;
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .\32xl\:gap-x-9px {
    grid-column-gap: 0.5625rem !important;
    -moz-column-gap: 0.5625rem !important;
         column-gap: 0.5625rem !important;
  }

  .\32xl\:gap-x-10px {
    grid-column-gap: 0.625rem !important;
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .\32xl\:gap-x-18px {
    grid-column-gap: 1.125rem !important;
    -moz-column-gap: 1.125rem !important;
         column-gap: 1.125rem !important;
  }

  .\32xl\:gap-x-20px {
    grid-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .\32xl\:gap-x-24px {
    grid-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .\32xl\:gap-x-26px {
    grid-column-gap: 1.625rem !important;
    -moz-column-gap: 1.625rem !important;
         column-gap: 1.625rem !important;
  }

  .\32xl\:gap-x-30px {
    grid-column-gap: 1.875rem !important;
    -moz-column-gap: 1.875rem !important;
         column-gap: 1.875rem !important;
  }

  .\32xl\:gap-x-38px {
    grid-column-gap: 2.375rem !important;
    -moz-column-gap: 2.375rem !important;
         column-gap: 2.375rem !important;
  }

  .\32xl\:gap-x-43px {
    grid-column-gap: 2.6875rem !important;
    -moz-column-gap: 2.6875rem !important;
         column-gap: 2.6875rem !important;
  }

  .\32xl\:gap-x-44px {
    grid-column-gap: 2.75rem !important;
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .\32xl\:gap-x-46px {
    grid-column-gap: 2.875rem !important;
    -moz-column-gap: 2.875rem !important;
         column-gap: 2.875rem !important;
  }

  .\32xl\:gap-x-53px {
    grid-column-gap: 3.3125rem !important;
    -moz-column-gap: 3.3125rem !important;
         column-gap: 3.3125rem !important;
  }

  .\32xl\:gap-x-54px {
    grid-column-gap: 3.375rem !important;
    -moz-column-gap: 3.375rem !important;
         column-gap: 3.375rem !important;
  }

  .\32xl\:gap-x-55px {
    grid-column-gap: 3.4375rem !important;
    -moz-column-gap: 3.4375rem !important;
         column-gap: 3.4375rem !important;
  }

  .\32xl\:gap-x-60px {
    grid-column-gap: 3.75rem !important;
    -moz-column-gap: 3.75rem !important;
         column-gap: 3.75rem !important;
  }

  .\32xl\:gap-x-67px {
    grid-column-gap: 4.1875rem !important;
    -moz-column-gap: 4.1875rem !important;
         column-gap: 4.1875rem !important;
  }

  .\32xl\:gap-x-73px {
    grid-column-gap: 4.5625rem !important;
    -moz-column-gap: 4.5625rem !important;
         column-gap: 4.5625rem !important;
  }

  .\32xl\:gap-x-80px {
    grid-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .\32xl\:gap-x-81px {
    grid-column-gap: 5.0625rem !important;
    -moz-column-gap: 5.0625rem !important;
         column-gap: 5.0625rem !important;
  }

  .\32xl\:gap-x-85px {
    grid-column-gap: 5.3125rem !important;
    -moz-column-gap: 5.3125rem !important;
         column-gap: 5.3125rem !important;
  }

  .\32xl\:gap-x-92px {
    grid-column-gap: 5.75rem !important;
    -moz-column-gap: 5.75rem !important;
         column-gap: 5.75rem !important;
  }

  .\32xl\:gap-x-100px {
    grid-column-gap: 6.25rem !important;
    -moz-column-gap: 6.25rem !important;
         column-gap: 6.25rem !important;
  }

  .\32xl\:gap-x-106px {
    grid-column-gap: 6.625rem !important;
    -moz-column-gap: 6.625rem !important;
         column-gap: 6.625rem !important;
  }

  .\32xl\:gap-x-123px {
    grid-column-gap: 7.6875rem !important;
    -moz-column-gap: 7.6875rem !important;
         column-gap: 7.6875rem !important;
  }

  .\32xl\:gap-x-126px {
    grid-column-gap: 7.875rem !important;
    -moz-column-gap: 7.875rem !important;
         column-gap: 7.875rem !important;
  }

  .\32xl\:gap-x-138px {
    grid-column-gap: 8.625rem !important;
    -moz-column-gap: 8.625rem !important;
         column-gap: 8.625rem !important;
  }

  .\32xl\:gap-x-140px {
    grid-column-gap: 8.75rem !important;
    -moz-column-gap: 8.75rem !important;
         column-gap: 8.75rem !important;
  }

  .\32xl\:gap-x-146px {
    grid-column-gap: 9.125rem !important;
    -moz-column-gap: 9.125rem !important;
         column-gap: 9.125rem !important;
  }

  .\32xl\:gap-x-152px {
    grid-column-gap: 9.5rem !important;
    -moz-column-gap: 9.5rem !important;
         column-gap: 9.5rem !important;
  }

  .\32xl\:gap-x-187px {
    grid-column-gap: 11.6875rem !important;
    -moz-column-gap: 11.6875rem !important;
         column-gap: 11.6875rem !important;
  }

  .\32xl\:gap-x-220px {
    grid-column-gap: 13.75rem !important;
    -moz-column-gap: 13.75rem !important;
         column-gap: 13.75rem !important;
  }

  .\32xl\:gap-x-253px {
    grid-column-gap: 15.8125rem !important;
    -moz-column-gap: 15.8125rem !important;
         column-gap: 15.8125rem !important;
  }

  .\32xl\:gap-x-320px {
    grid-column-gap: 20rem !important;
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .\32xl\:gap-x-400px {
    grid-column-gap: 25rem !important;
    -moz-column-gap: 25rem !important;
         column-gap: 25rem !important;
  }

  .\32xl\:gap-x-500px {
    grid-column-gap: 31.25rem !important;
    -moz-column-gap: 31.25rem !important;
         column-gap: 31.25rem !important;
  }

  .\32xl\:gap-x-lgPaddingTop {
    grid-column-gap: 15.8125rem !important;
    -moz-column-gap: 15.8125rem !important;
         column-gap: 15.8125rem !important;
  }

  .\32xl\:gap-x-phonePaddingTop {
    grid-column-gap: 9.875rem !important;
    -moz-column-gap: 9.875rem !important;
         column-gap: 9.875rem !important;
  }

  .\32xl\:gap-x-tabletPaddingTop {
    grid-column-gap: 6.625rem !important;
    -moz-column-gap: 6.625rem !important;
         column-gap: 6.625rem !important;
  }

  .\32xl\:gap-x-largePaddingTop {
    grid-column-gap: 13.75rem !important;
    -moz-column-gap: 13.75rem !important;
         column-gap: 13.75rem !important;
  }

  .\32xl\:gap-x-phoneTextContentMaxWidth {
    grid-column-gap: 57.0625rem !important;
    -moz-column-gap: 57.0625rem !important;
         column-gap: 57.0625rem !important;
  }

  .\32xl\:gap-x-phoneTextContentWidth {
    grid-column-gap: 63% !important;
    -moz-column-gap: 63% !important;
         column-gap: 63% !important;
  }

  .\32xl\:gap-x-phoneBlockContentWidth {
    grid-column-gap: 71.625rem !important;
    -moz-column-gap: 71.625rem !important;
         column-gap: 71.625rem !important;
  }

  .\32xl\:gap-x-tabletTextContentMaxWidth {
    grid-column-gap: 57.0625rem !important;
    -moz-column-gap: 57.0625rem !important;
         column-gap: 57.0625rem !important;
  }

  .\32xl\:gap-x-tabletTextContentWidth {
    grid-column-gap: 63% !important;
    -moz-column-gap: 63% !important;
         column-gap: 63% !important;
  }

  .\32xl\:gap-x-tabletBlockContentWidth {
    grid-column-gap: 71.625rem !important;
    -moz-column-gap: 71.625rem !important;
         column-gap: 71.625rem !important;
  }

  .\32xl\:gap-x-largeTextContentMaxWidth {
    grid-column-gap: 57.0625rem !important;
    -moz-column-gap: 57.0625rem !important;
         column-gap: 57.0625rem !important;
  }

  .\32xl\:gap-x-largeTextContentWidth {
    grid-column-gap: 63% !important;
    -moz-column-gap: 63% !important;
         column-gap: 63% !important;
  }

  .\32xl\:gap-x-largeBlockContentWidth {
    grid-column-gap: 71.625rem !important;
    -moz-column-gap: 71.625rem !important;
         column-gap: 71.625rem !important;
  }

  .\32xl\:row-gap-0 {
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .\32xl\:row-gap-1 {
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .\32xl\:row-gap-2 {
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .\32xl\:row-gap-3 {
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .\32xl\:row-gap-4 {
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .\32xl\:row-gap-5 {
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .\32xl\:row-gap-6 {
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .\32xl\:row-gap-8 {
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .\32xl\:row-gap-9 {
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .\32xl\:row-gap-10 {
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .\32xl\:row-gap-12 {
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .\32xl\:row-gap-14 {
    grid-row-gap: 3.5rem !important;
    row-gap: 3.5rem !important;
  }

  .\32xl\:row-gap-16 {
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .\32xl\:row-gap-18 {
    grid-row-gap: 4.5rem !important;
    row-gap: 4.5rem !important;
  }

  .\32xl\:row-gap-20 {
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .\32xl\:row-gap-22 {
    grid-row-gap: 5.626rem !important;
    row-gap: 5.626rem !important;
  }

  .\32xl\:row-gap-24 {
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .\32xl\:row-gap-26 {
    grid-row-gap: 6.25rem !important;
    row-gap: 6.25rem !important;
  }

  .\32xl\:row-gap-28 {
    grid-row-gap: 7rem !important;
    row-gap: 7rem !important;
  }

  .\32xl\:row-gap-32 {
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .\32xl\:row-gap-34 {
    grid-row-gap: 8.5rem !important;
    row-gap: 8.5rem !important;
  }

  .\32xl\:row-gap-38 {
    grid-row-gap: 9.25rem !important;
    row-gap: 9.25rem !important;
  }

  .\32xl\:row-gap-40 {
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .\32xl\:row-gap-46 {
    grid-row-gap: 11.75rem !important;
    row-gap: 11.75rem !important;
  }

  .\32xl\:row-gap-48 {
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .\32xl\:row-gap-56 {
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .\32xl\:row-gap-64 {
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .\32xl\:row-gap-82 {
    grid-row-gap: 20.75rem !important;
    row-gap: 20.75rem !important;
  }

  .\32xl\:row-gap-px {
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .\32xl\:row-gap-tiny {
    grid-row-gap: 0.3rem !important;
    row-gap: 0.3rem !important;
  }

  .\32xl\:row-gap-quick-links {
    grid-row-gap: 26% !important;
    row-gap: 26% !important;
  }

  .\32xl\:row-gap-pro-slid {
    grid-row-gap: 48% !important;
    row-gap: 48% !important;
  }

  .\32xl\:row-gap-62p {
    grid-row-gap: 62% !important;
    row-gap: 62% !important;
  }

  .\32xl\:row-gap-90p {
    grid-row-gap: 90% !important;
    row-gap: 90% !important;
  }

  .\32xl\:row-gap-x-large {
    grid-row-gap: 27.5rem !important;
    row-gap: 27.5rem !important;
  }

  .\32xl\:row-gap-2px {
    grid-row-gap: 0.125rem !important;
    row-gap: 0.125rem !important;
  }

  .\32xl\:row-gap-9px {
    grid-row-gap: 0.5625rem !important;
    row-gap: 0.5625rem !important;
  }

  .\32xl\:row-gap-10px {
    grid-row-gap: 0.625rem !important;
    row-gap: 0.625rem !important;
  }

  .\32xl\:row-gap-18px {
    grid-row-gap: 1.125rem !important;
    row-gap: 1.125rem !important;
  }

  .\32xl\:row-gap-20px {
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .\32xl\:row-gap-24px {
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .\32xl\:row-gap-26px {
    grid-row-gap: 1.625rem !important;
    row-gap: 1.625rem !important;
  }

  .\32xl\:row-gap-30px {
    grid-row-gap: 1.875rem !important;
    row-gap: 1.875rem !important;
  }

  .\32xl\:row-gap-38px {
    grid-row-gap: 2.375rem !important;
    row-gap: 2.375rem !important;
  }

  .\32xl\:row-gap-43px {
    grid-row-gap: 2.6875rem !important;
    row-gap: 2.6875rem !important;
  }

  .\32xl\:row-gap-44px {
    grid-row-gap: 2.75rem !important;
    row-gap: 2.75rem !important;
  }

  .\32xl\:row-gap-46px {
    grid-row-gap: 2.875rem !important;
    row-gap: 2.875rem !important;
  }

  .\32xl\:row-gap-53px {
    grid-row-gap: 3.3125rem !important;
    row-gap: 3.3125rem !important;
  }

  .\32xl\:row-gap-54px {
    grid-row-gap: 3.375rem !important;
    row-gap: 3.375rem !important;
  }

  .\32xl\:row-gap-55px {
    grid-row-gap: 3.4375rem !important;
    row-gap: 3.4375rem !important;
  }

  .\32xl\:row-gap-60px {
    grid-row-gap: 3.75rem !important;
    row-gap: 3.75rem !important;
  }

  .\32xl\:row-gap-67px {
    grid-row-gap: 4.1875rem !important;
    row-gap: 4.1875rem !important;
  }

  .\32xl\:row-gap-73px {
    grid-row-gap: 4.5625rem !important;
    row-gap: 4.5625rem !important;
  }

  .\32xl\:row-gap-80px {
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .\32xl\:row-gap-81px {
    grid-row-gap: 5.0625rem !important;
    row-gap: 5.0625rem !important;
  }

  .\32xl\:row-gap-85px {
    grid-row-gap: 5.3125rem !important;
    row-gap: 5.3125rem !important;
  }

  .\32xl\:row-gap-92px {
    grid-row-gap: 5.75rem !important;
    row-gap: 5.75rem !important;
  }

  .\32xl\:row-gap-100px {
    grid-row-gap: 6.25rem !important;
    row-gap: 6.25rem !important;
  }

  .\32xl\:row-gap-106px {
    grid-row-gap: 6.625rem !important;
    row-gap: 6.625rem !important;
  }

  .\32xl\:row-gap-123px {
    grid-row-gap: 7.6875rem !important;
    row-gap: 7.6875rem !important;
  }

  .\32xl\:row-gap-126px {
    grid-row-gap: 7.875rem !important;
    row-gap: 7.875rem !important;
  }

  .\32xl\:row-gap-138px {
    grid-row-gap: 8.625rem !important;
    row-gap: 8.625rem !important;
  }

  .\32xl\:row-gap-140px {
    grid-row-gap: 8.75rem !important;
    row-gap: 8.75rem !important;
  }

  .\32xl\:row-gap-146px {
    grid-row-gap: 9.125rem !important;
    row-gap: 9.125rem !important;
  }

  .\32xl\:row-gap-152px {
    grid-row-gap: 9.5rem !important;
    row-gap: 9.5rem !important;
  }

  .\32xl\:row-gap-187px {
    grid-row-gap: 11.6875rem !important;
    row-gap: 11.6875rem !important;
  }

  .\32xl\:row-gap-220px {
    grid-row-gap: 13.75rem !important;
    row-gap: 13.75rem !important;
  }

  .\32xl\:row-gap-253px {
    grid-row-gap: 15.8125rem !important;
    row-gap: 15.8125rem !important;
  }

  .\32xl\:row-gap-320px {
    grid-row-gap: 20rem !important;
    row-gap: 20rem !important;
  }

  .\32xl\:row-gap-400px {
    grid-row-gap: 25rem !important;
    row-gap: 25rem !important;
  }

  .\32xl\:row-gap-500px {
    grid-row-gap: 31.25rem !important;
    row-gap: 31.25rem !important;
  }

  .\32xl\:row-gap-lgPaddingTop {
    grid-row-gap: 15.8125rem !important;
    row-gap: 15.8125rem !important;
  }

  .\32xl\:row-gap-phonePaddingTop {
    grid-row-gap: 9.875rem !important;
    row-gap: 9.875rem !important;
  }

  .\32xl\:row-gap-tabletPaddingTop {
    grid-row-gap: 6.625rem !important;
    row-gap: 6.625rem !important;
  }

  .\32xl\:row-gap-largePaddingTop {
    grid-row-gap: 13.75rem !important;
    row-gap: 13.75rem !important;
  }

  .\32xl\:row-gap-phoneTextContentMaxWidth {
    grid-row-gap: 57.0625rem !important;
    row-gap: 57.0625rem !important;
  }

  .\32xl\:row-gap-phoneTextContentWidth {
    grid-row-gap: 63% !important;
    row-gap: 63% !important;
  }

  .\32xl\:row-gap-phoneBlockContentWidth {
    grid-row-gap: 71.625rem !important;
    row-gap: 71.625rem !important;
  }

  .\32xl\:row-gap-tabletTextContentMaxWidth {
    grid-row-gap: 57.0625rem !important;
    row-gap: 57.0625rem !important;
  }

  .\32xl\:row-gap-tabletTextContentWidth {
    grid-row-gap: 63% !important;
    row-gap: 63% !important;
  }

  .\32xl\:row-gap-tabletBlockContentWidth {
    grid-row-gap: 71.625rem !important;
    row-gap: 71.625rem !important;
  }

  .\32xl\:row-gap-largeTextContentMaxWidth {
    grid-row-gap: 57.0625rem !important;
    row-gap: 57.0625rem !important;
  }

  .\32xl\:row-gap-largeTextContentWidth {
    grid-row-gap: 63% !important;
    row-gap: 63% !important;
  }

  .\32xl\:row-gap-largeBlockContentWidth {
    grid-row-gap: 71.625rem !important;
    row-gap: 71.625rem !important;
  }

  .\32xl\:gap-y-0 {
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .\32xl\:gap-y-1 {
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .\32xl\:gap-y-2 {
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .\32xl\:gap-y-3 {
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .\32xl\:gap-y-4 {
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .\32xl\:gap-y-5 {
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .\32xl\:gap-y-6 {
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .\32xl\:gap-y-8 {
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .\32xl\:gap-y-9 {
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .\32xl\:gap-y-10 {
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .\32xl\:gap-y-12 {
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .\32xl\:gap-y-14 {
    grid-row-gap: 3.5rem !important;
    row-gap: 3.5rem !important;
  }

  .\32xl\:gap-y-16 {
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .\32xl\:gap-y-18 {
    grid-row-gap: 4.5rem !important;
    row-gap: 4.5rem !important;
  }

  .\32xl\:gap-y-20 {
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .\32xl\:gap-y-22 {
    grid-row-gap: 5.626rem !important;
    row-gap: 5.626rem !important;
  }

  .\32xl\:gap-y-24 {
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .\32xl\:gap-y-26 {
    grid-row-gap: 6.25rem !important;
    row-gap: 6.25rem !important;
  }

  .\32xl\:gap-y-28 {
    grid-row-gap: 7rem !important;
    row-gap: 7rem !important;
  }

  .\32xl\:gap-y-32 {
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .\32xl\:gap-y-34 {
    grid-row-gap: 8.5rem !important;
    row-gap: 8.5rem !important;
  }

  .\32xl\:gap-y-38 {
    grid-row-gap: 9.25rem !important;
    row-gap: 9.25rem !important;
  }

  .\32xl\:gap-y-40 {
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .\32xl\:gap-y-46 {
    grid-row-gap: 11.75rem !important;
    row-gap: 11.75rem !important;
  }

  .\32xl\:gap-y-48 {
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .\32xl\:gap-y-56 {
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .\32xl\:gap-y-64 {
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .\32xl\:gap-y-82 {
    grid-row-gap: 20.75rem !important;
    row-gap: 20.75rem !important;
  }

  .\32xl\:gap-y-px {
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .\32xl\:gap-y-tiny {
    grid-row-gap: 0.3rem !important;
    row-gap: 0.3rem !important;
  }

  .\32xl\:gap-y-quick-links {
    grid-row-gap: 26% !important;
    row-gap: 26% !important;
  }

  .\32xl\:gap-y-pro-slid {
    grid-row-gap: 48% !important;
    row-gap: 48% !important;
  }

  .\32xl\:gap-y-62p {
    grid-row-gap: 62% !important;
    row-gap: 62% !important;
  }

  .\32xl\:gap-y-90p {
    grid-row-gap: 90% !important;
    row-gap: 90% !important;
  }

  .\32xl\:gap-y-x-large {
    grid-row-gap: 27.5rem !important;
    row-gap: 27.5rem !important;
  }

  .\32xl\:gap-y-2px {
    grid-row-gap: 0.125rem !important;
    row-gap: 0.125rem !important;
  }

  .\32xl\:gap-y-9px {
    grid-row-gap: 0.5625rem !important;
    row-gap: 0.5625rem !important;
  }

  .\32xl\:gap-y-10px {
    grid-row-gap: 0.625rem !important;
    row-gap: 0.625rem !important;
  }

  .\32xl\:gap-y-18px {
    grid-row-gap: 1.125rem !important;
    row-gap: 1.125rem !important;
  }

  .\32xl\:gap-y-20px {
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .\32xl\:gap-y-24px {
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .\32xl\:gap-y-26px {
    grid-row-gap: 1.625rem !important;
    row-gap: 1.625rem !important;
  }

  .\32xl\:gap-y-30px {
    grid-row-gap: 1.875rem !important;
    row-gap: 1.875rem !important;
  }

  .\32xl\:gap-y-38px {
    grid-row-gap: 2.375rem !important;
    row-gap: 2.375rem !important;
  }

  .\32xl\:gap-y-43px {
    grid-row-gap: 2.6875rem !important;
    row-gap: 2.6875rem !important;
  }

  .\32xl\:gap-y-44px {
    grid-row-gap: 2.75rem !important;
    row-gap: 2.75rem !important;
  }

  .\32xl\:gap-y-46px {
    grid-row-gap: 2.875rem !important;
    row-gap: 2.875rem !important;
  }

  .\32xl\:gap-y-53px {
    grid-row-gap: 3.3125rem !important;
    row-gap: 3.3125rem !important;
  }

  .\32xl\:gap-y-54px {
    grid-row-gap: 3.375rem !important;
    row-gap: 3.375rem !important;
  }

  .\32xl\:gap-y-55px {
    grid-row-gap: 3.4375rem !important;
    row-gap: 3.4375rem !important;
  }

  .\32xl\:gap-y-60px {
    grid-row-gap: 3.75rem !important;
    row-gap: 3.75rem !important;
  }

  .\32xl\:gap-y-67px {
    grid-row-gap: 4.1875rem !important;
    row-gap: 4.1875rem !important;
  }

  .\32xl\:gap-y-73px {
    grid-row-gap: 4.5625rem !important;
    row-gap: 4.5625rem !important;
  }

  .\32xl\:gap-y-80px {
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .\32xl\:gap-y-81px {
    grid-row-gap: 5.0625rem !important;
    row-gap: 5.0625rem !important;
  }

  .\32xl\:gap-y-85px {
    grid-row-gap: 5.3125rem !important;
    row-gap: 5.3125rem !important;
  }

  .\32xl\:gap-y-92px {
    grid-row-gap: 5.75rem !important;
    row-gap: 5.75rem !important;
  }

  .\32xl\:gap-y-100px {
    grid-row-gap: 6.25rem !important;
    row-gap: 6.25rem !important;
  }

  .\32xl\:gap-y-106px {
    grid-row-gap: 6.625rem !important;
    row-gap: 6.625rem !important;
  }

  .\32xl\:gap-y-123px {
    grid-row-gap: 7.6875rem !important;
    row-gap: 7.6875rem !important;
  }

  .\32xl\:gap-y-126px {
    grid-row-gap: 7.875rem !important;
    row-gap: 7.875rem !important;
  }

  .\32xl\:gap-y-138px {
    grid-row-gap: 8.625rem !important;
    row-gap: 8.625rem !important;
  }

  .\32xl\:gap-y-140px {
    grid-row-gap: 8.75rem !important;
    row-gap: 8.75rem !important;
  }

  .\32xl\:gap-y-146px {
    grid-row-gap: 9.125rem !important;
    row-gap: 9.125rem !important;
  }

  .\32xl\:gap-y-152px {
    grid-row-gap: 9.5rem !important;
    row-gap: 9.5rem !important;
  }

  .\32xl\:gap-y-187px {
    grid-row-gap: 11.6875rem !important;
    row-gap: 11.6875rem !important;
  }

  .\32xl\:gap-y-220px {
    grid-row-gap: 13.75rem !important;
    row-gap: 13.75rem !important;
  }

  .\32xl\:gap-y-253px {
    grid-row-gap: 15.8125rem !important;
    row-gap: 15.8125rem !important;
  }

  .\32xl\:gap-y-320px {
    grid-row-gap: 20rem !important;
    row-gap: 20rem !important;
  }

  .\32xl\:gap-y-400px {
    grid-row-gap: 25rem !important;
    row-gap: 25rem !important;
  }

  .\32xl\:gap-y-500px {
    grid-row-gap: 31.25rem !important;
    row-gap: 31.25rem !important;
  }

  .\32xl\:gap-y-lgPaddingTop {
    grid-row-gap: 15.8125rem !important;
    row-gap: 15.8125rem !important;
  }

  .\32xl\:gap-y-phonePaddingTop {
    grid-row-gap: 9.875rem !important;
    row-gap: 9.875rem !important;
  }

  .\32xl\:gap-y-tabletPaddingTop {
    grid-row-gap: 6.625rem !important;
    row-gap: 6.625rem !important;
  }

  .\32xl\:gap-y-largePaddingTop {
    grid-row-gap: 13.75rem !important;
    row-gap: 13.75rem !important;
  }

  .\32xl\:gap-y-phoneTextContentMaxWidth {
    grid-row-gap: 57.0625rem !important;
    row-gap: 57.0625rem !important;
  }

  .\32xl\:gap-y-phoneTextContentWidth {
    grid-row-gap: 63% !important;
    row-gap: 63% !important;
  }

  .\32xl\:gap-y-phoneBlockContentWidth {
    grid-row-gap: 71.625rem !important;
    row-gap: 71.625rem !important;
  }

  .\32xl\:gap-y-tabletTextContentMaxWidth {
    grid-row-gap: 57.0625rem !important;
    row-gap: 57.0625rem !important;
  }

  .\32xl\:gap-y-tabletTextContentWidth {
    grid-row-gap: 63% !important;
    row-gap: 63% !important;
  }

  .\32xl\:gap-y-tabletBlockContentWidth {
    grid-row-gap: 71.625rem !important;
    row-gap: 71.625rem !important;
  }

  .\32xl\:gap-y-largeTextContentMaxWidth {
    grid-row-gap: 57.0625rem !important;
    row-gap: 57.0625rem !important;
  }

  .\32xl\:gap-y-largeTextContentWidth {
    grid-row-gap: 63% !important;
    row-gap: 63% !important;
  }

  .\32xl\:gap-y-largeBlockContentWidth {
    grid-row-gap: 71.625rem !important;
    row-gap: 71.625rem !important;
  }

  .\32xl\:grid-flow-row {
    grid-auto-flow: row !important;
  }

  .\32xl\:grid-flow-col {
    grid-auto-flow: column !important;
  }

  .\32xl\:grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .\32xl\:grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .\32xl\:grid-cols-none {
    grid-template-columns: none !important;
  }

  .\32xl\:auto-cols-auto {
    grid-auto-columns: auto !important;
  }

  .\32xl\:auto-cols-min {
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .\32xl\:auto-cols-max {
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .\32xl\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .\32xl\:col-auto {
    grid-column: auto !important;
  }

  .\32xl\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .\32xl\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .\32xl\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .\32xl\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .\32xl\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .\32xl\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .\32xl\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .\32xl\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .\32xl\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .\32xl\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .\32xl\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .\32xl\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .\32xl\:col-span-full {
    grid-column: 1 / -1 !important;
  }

  .\32xl\:col-start-1 {
    grid-column-start: 1 !important;
  }

  .\32xl\:col-start-2 {
    grid-column-start: 2 !important;
  }

  .\32xl\:col-start-3 {
    grid-column-start: 3 !important;
  }

  .\32xl\:col-start-4 {
    grid-column-start: 4 !important;
  }

  .\32xl\:col-start-5 {
    grid-column-start: 5 !important;
  }

  .\32xl\:col-start-6 {
    grid-column-start: 6 !important;
  }

  .\32xl\:col-start-7 {
    grid-column-start: 7 !important;
  }

  .\32xl\:col-start-8 {
    grid-column-start: 8 !important;
  }

  .\32xl\:col-start-9 {
    grid-column-start: 9 !important;
  }

  .\32xl\:col-start-10 {
    grid-column-start: 10 !important;
  }

  .\32xl\:col-start-11 {
    grid-column-start: 11 !important;
  }

  .\32xl\:col-start-12 {
    grid-column-start: 12 !important;
  }

  .\32xl\:col-start-13 {
    grid-column-start: 13 !important;
  }

  .\32xl\:col-start-auto {
    grid-column-start: auto !important;
  }

  .\32xl\:col-end-1 {
    grid-column-end: 1 !important;
  }

  .\32xl\:col-end-2 {
    grid-column-end: 2 !important;
  }

  .\32xl\:col-end-3 {
    grid-column-end: 3 !important;
  }

  .\32xl\:col-end-4 {
    grid-column-end: 4 !important;
  }

  .\32xl\:col-end-5 {
    grid-column-end: 5 !important;
  }

  .\32xl\:col-end-6 {
    grid-column-end: 6 !important;
  }

  .\32xl\:col-end-7 {
    grid-column-end: 7 !important;
  }

  .\32xl\:col-end-8 {
    grid-column-end: 8 !important;
  }

  .\32xl\:col-end-9 {
    grid-column-end: 9 !important;
  }

  .\32xl\:col-end-10 {
    grid-column-end: 10 !important;
  }

  .\32xl\:col-end-11 {
    grid-column-end: 11 !important;
  }

  .\32xl\:col-end-12 {
    grid-column-end: 12 !important;
  }

  .\32xl\:col-end-13 {
    grid-column-end: 13 !important;
  }

  .\32xl\:col-end-auto {
    grid-column-end: auto !important;
  }

  .\32xl\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-rows-none {
    grid-template-rows: none !important;
  }

  .\32xl\:auto-rows-auto {
    grid-auto-rows: auto !important;
  }

  .\32xl\:auto-rows-min {
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .\32xl\:auto-rows-max {
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .\32xl\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .\32xl\:row-auto {
    grid-row: auto !important;
  }

  .\32xl\:row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .\32xl\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .\32xl\:row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .\32xl\:row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .\32xl\:row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .\32xl\:row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .\32xl\:row-span-full {
    grid-row: 1 / -1 !important;
  }

  .\32xl\:row-start-1 {
    grid-row-start: 1 !important;
  }

  .\32xl\:row-start-2 {
    grid-row-start: 2 !important;
  }

  .\32xl\:row-start-3 {
    grid-row-start: 3 !important;
  }

  .\32xl\:row-start-4 {
    grid-row-start: 4 !important;
  }

  .\32xl\:row-start-5 {
    grid-row-start: 5 !important;
  }

  .\32xl\:row-start-6 {
    grid-row-start: 6 !important;
  }

  .\32xl\:row-start-7 {
    grid-row-start: 7 !important;
  }

  .\32xl\:row-start-auto {
    grid-row-start: auto !important;
  }

  .\32xl\:row-end-1 {
    grid-row-end: 1 !important;
  }

  .\32xl\:row-end-2 {
    grid-row-end: 2 !important;
  }

  .\32xl\:row-end-3 {
    grid-row-end: 3 !important;
  }

  .\32xl\:row-end-4 {
    grid-row-end: 4 !important;
  }

  .\32xl\:row-end-5 {
    grid-row-end: 5 !important;
  }

  .\32xl\:row-end-6 {
    grid-row-end: 6 !important;
  }

  .\32xl\:row-end-7 {
    grid-row-end: 7 !important;
  }

  .\32xl\:row-end-auto {
    grid-row-end: auto !important;
  }

  .\32xl\:transform {
    --transform-translate-x: 0 !important;
    --transform-translate-y: 0 !important;
    --transform-rotate: 0 !important;
    --transform-skew-x: 0 !important;
    --transform-skew-y: 0 !important;
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
  }

  .\32xl\:transform-none {
    transform: none !important;
  }

  .\32xl\:origin-center {
    transform-origin: center !important;
  }

  .\32xl\:origin-top {
    transform-origin: top !important;
  }

  .\32xl\:origin-top-right {
    transform-origin: top right !important;
  }

  .\32xl\:origin-right {
    transform-origin: right !important;
  }

  .\32xl\:origin-bottom-right {
    transform-origin: bottom right !important;
  }

  .\32xl\:origin-bottom {
    transform-origin: bottom !important;
  }

  .\32xl\:origin-bottom-left {
    transform-origin: bottom left !important;
  }

  .\32xl\:origin-left {
    transform-origin: left !important;
  }

  .\32xl\:origin-top-left {
    transform-origin: top left !important;
  }

  .\32xl\:scale-0 {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .\32xl\:scale-50 {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .\32xl\:scale-75 {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .\32xl\:scale-90 {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .\32xl\:scale-95 {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .\32xl\:scale-100 {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .\32xl\:scale-105 {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .\32xl\:scale-110 {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .\32xl\:scale-125 {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .\32xl\:scale-150 {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .\32xl\:scale-x-0 {
    --transform-scale-x: 0 !important;
  }

  .\32xl\:scale-x-50 {
    --transform-scale-x: .5 !important;
  }

  .\32xl\:scale-x-75 {
    --transform-scale-x: .75 !important;
  }

  .\32xl\:scale-x-90 {
    --transform-scale-x: .9 !important;
  }

  .\32xl\:scale-x-95 {
    --transform-scale-x: .95 !important;
  }

  .\32xl\:scale-x-100 {
    --transform-scale-x: 1 !important;
  }

  .\32xl\:scale-x-105 {
    --transform-scale-x: 1.05 !important;
  }

  .\32xl\:scale-x-110 {
    --transform-scale-x: 1.1 !important;
  }

  .\32xl\:scale-x-125 {
    --transform-scale-x: 1.25 !important;
  }

  .\32xl\:scale-x-150 {
    --transform-scale-x: 1.5 !important;
  }

  .\32xl\:scale-y-0 {
    --transform-scale-y: 0 !important;
  }

  .\32xl\:scale-y-50 {
    --transform-scale-y: .5 !important;
  }

  .\32xl\:scale-y-75 {
    --transform-scale-y: .75 !important;
  }

  .\32xl\:scale-y-90 {
    --transform-scale-y: .9 !important;
  }

  .\32xl\:scale-y-95 {
    --transform-scale-y: .95 !important;
  }

  .\32xl\:scale-y-100 {
    --transform-scale-y: 1 !important;
  }

  .\32xl\:scale-y-105 {
    --transform-scale-y: 1.05 !important;
  }

  .\32xl\:scale-y-110 {
    --transform-scale-y: 1.1 !important;
  }

  .\32xl\:scale-y-125 {
    --transform-scale-y: 1.25 !important;
  }

  .\32xl\:scale-y-150 {
    --transform-scale-y: 1.5 !important;
  }

  .\32xl\:hover\:scale-0:hover {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .\32xl\:hover\:scale-50:hover {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .\32xl\:hover\:scale-75:hover {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .\32xl\:hover\:scale-90:hover {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .\32xl\:hover\:scale-95:hover {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .\32xl\:hover\:scale-100:hover {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .\32xl\:hover\:scale-105:hover {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .\32xl\:hover\:scale-110:hover {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .\32xl\:hover\:scale-125:hover {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .\32xl\:hover\:scale-150:hover {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .\32xl\:hover\:scale-x-0:hover {
    --transform-scale-x: 0 !important;
  }

  .\32xl\:hover\:scale-x-50:hover {
    --transform-scale-x: .5 !important;
  }

  .\32xl\:hover\:scale-x-75:hover {
    --transform-scale-x: .75 !important;
  }

  .\32xl\:hover\:scale-x-90:hover {
    --transform-scale-x: .9 !important;
  }

  .\32xl\:hover\:scale-x-95:hover {
    --transform-scale-x: .95 !important;
  }

  .\32xl\:hover\:scale-x-100:hover {
    --transform-scale-x: 1 !important;
  }

  .\32xl\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05 !important;
  }

  .\32xl\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1 !important;
  }

  .\32xl\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25 !important;
  }

  .\32xl\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5 !important;
  }

  .\32xl\:hover\:scale-y-0:hover {
    --transform-scale-y: 0 !important;
  }

  .\32xl\:hover\:scale-y-50:hover {
    --transform-scale-y: .5 !important;
  }

  .\32xl\:hover\:scale-y-75:hover {
    --transform-scale-y: .75 !important;
  }

  .\32xl\:hover\:scale-y-90:hover {
    --transform-scale-y: .9 !important;
  }

  .\32xl\:hover\:scale-y-95:hover {
    --transform-scale-y: .95 !important;
  }

  .\32xl\:hover\:scale-y-100:hover {
    --transform-scale-y: 1 !important;
  }

  .\32xl\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05 !important;
  }

  .\32xl\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1 !important;
  }

  .\32xl\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25 !important;
  }

  .\32xl\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5 !important;
  }

  .\32xl\:focus\:scale-0:focus {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .\32xl\:focus\:scale-50:focus {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .\32xl\:focus\:scale-75:focus {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .\32xl\:focus\:scale-90:focus {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .\32xl\:focus\:scale-95:focus {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .\32xl\:focus\:scale-100:focus {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .\32xl\:focus\:scale-105:focus {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .\32xl\:focus\:scale-110:focus {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .\32xl\:focus\:scale-125:focus {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .\32xl\:focus\:scale-150:focus {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .\32xl\:focus\:scale-x-0:focus {
    --transform-scale-x: 0 !important;
  }

  .\32xl\:focus\:scale-x-50:focus {
    --transform-scale-x: .5 !important;
  }

  .\32xl\:focus\:scale-x-75:focus {
    --transform-scale-x: .75 !important;
  }

  .\32xl\:focus\:scale-x-90:focus {
    --transform-scale-x: .9 !important;
  }

  .\32xl\:focus\:scale-x-95:focus {
    --transform-scale-x: .95 !important;
  }

  .\32xl\:focus\:scale-x-100:focus {
    --transform-scale-x: 1 !important;
  }

  .\32xl\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05 !important;
  }

  .\32xl\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1 !important;
  }

  .\32xl\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25 !important;
  }

  .\32xl\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5 !important;
  }

  .\32xl\:focus\:scale-y-0:focus {
    --transform-scale-y: 0 !important;
  }

  .\32xl\:focus\:scale-y-50:focus {
    --transform-scale-y: .5 !important;
  }

  .\32xl\:focus\:scale-y-75:focus {
    --transform-scale-y: .75 !important;
  }

  .\32xl\:focus\:scale-y-90:focus {
    --transform-scale-y: .9 !important;
  }

  .\32xl\:focus\:scale-y-95:focus {
    --transform-scale-y: .95 !important;
  }

  .\32xl\:focus\:scale-y-100:focus {
    --transform-scale-y: 1 !important;
  }

  .\32xl\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05 !important;
  }

  .\32xl\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1 !important;
  }

  .\32xl\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25 !important;
  }

  .\32xl\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5 !important;
  }

  .\32xl\:rotate-0 {
    --transform-rotate: 0 !important;
  }

  .\32xl\:rotate-1 {
    --transform-rotate: 1deg !important;
  }

  .\32xl\:rotate-2 {
    --transform-rotate: 2deg !important;
  }

  .\32xl\:rotate-3 {
    --transform-rotate: 3deg !important;
  }

  .\32xl\:rotate-6 {
    --transform-rotate: 6deg !important;
  }

  .\32xl\:rotate-12 {
    --transform-rotate: 12deg !important;
  }

  .\32xl\:rotate-45 {
    --transform-rotate: 45deg !important;
  }

  .\32xl\:rotate-90 {
    --transform-rotate: 90deg !important;
  }

  .\32xl\:rotate-180 {
    --transform-rotate: 180deg !important;
  }

  .\32xl\:-rotate-180 {
    --transform-rotate: -180deg !important;
  }

  .\32xl\:-rotate-90 {
    --transform-rotate: -90deg !important;
  }

  .\32xl\:-rotate-45 {
    --transform-rotate: -45deg !important;
  }

  .\32xl\:-rotate-12 {
    --transform-rotate: -12deg !important;
  }

  .\32xl\:-rotate-6 {
    --transform-rotate: -6deg !important;
  }

  .\32xl\:-rotate-3 {
    --transform-rotate: -3deg !important;
  }

  .\32xl\:-rotate-2 {
    --transform-rotate: -2deg !important;
  }

  .\32xl\:-rotate-1 {
    --transform-rotate: -1deg !important;
  }

  .\32xl\:hover\:rotate-0:hover {
    --transform-rotate: 0 !important;
  }

  .\32xl\:hover\:rotate-1:hover {
    --transform-rotate: 1deg !important;
  }

  .\32xl\:hover\:rotate-2:hover {
    --transform-rotate: 2deg !important;
  }

  .\32xl\:hover\:rotate-3:hover {
    --transform-rotate: 3deg !important;
  }

  .\32xl\:hover\:rotate-6:hover {
    --transform-rotate: 6deg !important;
  }

  .\32xl\:hover\:rotate-12:hover {
    --transform-rotate: 12deg !important;
  }

  .\32xl\:hover\:rotate-45:hover {
    --transform-rotate: 45deg !important;
  }

  .\32xl\:hover\:rotate-90:hover {
    --transform-rotate: 90deg !important;
  }

  .\32xl\:hover\:rotate-180:hover {
    --transform-rotate: 180deg !important;
  }

  .\32xl\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg !important;
  }

  .\32xl\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg !important;
  }

  .\32xl\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg !important;
  }

  .\32xl\:hover\:-rotate-12:hover {
    --transform-rotate: -12deg !important;
  }

  .\32xl\:hover\:-rotate-6:hover {
    --transform-rotate: -6deg !important;
  }

  .\32xl\:hover\:-rotate-3:hover {
    --transform-rotate: -3deg !important;
  }

  .\32xl\:hover\:-rotate-2:hover {
    --transform-rotate: -2deg !important;
  }

  .\32xl\:hover\:-rotate-1:hover {
    --transform-rotate: -1deg !important;
  }

  .\32xl\:focus\:rotate-0:focus {
    --transform-rotate: 0 !important;
  }

  .\32xl\:focus\:rotate-1:focus {
    --transform-rotate: 1deg !important;
  }

  .\32xl\:focus\:rotate-2:focus {
    --transform-rotate: 2deg !important;
  }

  .\32xl\:focus\:rotate-3:focus {
    --transform-rotate: 3deg !important;
  }

  .\32xl\:focus\:rotate-6:focus {
    --transform-rotate: 6deg !important;
  }

  .\32xl\:focus\:rotate-12:focus {
    --transform-rotate: 12deg !important;
  }

  .\32xl\:focus\:rotate-45:focus {
    --transform-rotate: 45deg !important;
  }

  .\32xl\:focus\:rotate-90:focus {
    --transform-rotate: 90deg !important;
  }

  .\32xl\:focus\:rotate-180:focus {
    --transform-rotate: 180deg !important;
  }

  .\32xl\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg !important;
  }

  .\32xl\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg !important;
  }

  .\32xl\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg !important;
  }

  .\32xl\:focus\:-rotate-12:focus {
    --transform-rotate: -12deg !important;
  }

  .\32xl\:focus\:-rotate-6:focus {
    --transform-rotate: -6deg !important;
  }

  .\32xl\:focus\:-rotate-3:focus {
    --transform-rotate: -3deg !important;
  }

  .\32xl\:focus\:-rotate-2:focus {
    --transform-rotate: -2deg !important;
  }

  .\32xl\:focus\:-rotate-1:focus {
    --transform-rotate: -1deg !important;
  }

  .\32xl\:translate-x-0 {
    --transform-translate-x: 0 !important;
  }

  .\32xl\:translate-x-1 {
    --transform-translate-x: 0.25rem !important;
  }

  .\32xl\:translate-x-2 {
    --transform-translate-x: 0.5rem !important;
  }

  .\32xl\:translate-x-3 {
    --transform-translate-x: 0.75rem !important;
  }

  .\32xl\:translate-x-4 {
    --transform-translate-x: 1rem !important;
  }

  .\32xl\:translate-x-5 {
    --transform-translate-x: 1.25rem !important;
  }

  .\32xl\:translate-x-6 {
    --transform-translate-x: 1.5rem !important;
  }

  .\32xl\:translate-x-8 {
    --transform-translate-x: 2rem !important;
  }

  .\32xl\:translate-x-9 {
    --transform-translate-x: 2.5rem !important;
  }

  .\32xl\:translate-x-10 {
    --transform-translate-x: 2.5rem !important;
  }

  .\32xl\:translate-x-12 {
    --transform-translate-x: 3rem !important;
  }

  .\32xl\:translate-x-14 {
    --transform-translate-x: 3.5rem !important;
  }

  .\32xl\:translate-x-16 {
    --transform-translate-x: 4rem !important;
  }

  .\32xl\:translate-x-18 {
    --transform-translate-x: 4.5rem !important;
  }

  .\32xl\:translate-x-20 {
    --transform-translate-x: 5rem !important;
  }

  .\32xl\:translate-x-22 {
    --transform-translate-x: 5.626rem !important;
  }

  .\32xl\:translate-x-24 {
    --transform-translate-x: 6rem !important;
  }

  .\32xl\:translate-x-26 {
    --transform-translate-x: 6.25rem !important;
  }

  .\32xl\:translate-x-28 {
    --transform-translate-x: 7rem !important;
  }

  .\32xl\:translate-x-32 {
    --transform-translate-x: 8rem !important;
  }

  .\32xl\:translate-x-34 {
    --transform-translate-x: 8.5rem !important;
  }

  .\32xl\:translate-x-38 {
    --transform-translate-x: 9.25rem !important;
  }

  .\32xl\:translate-x-40 {
    --transform-translate-x: 10rem !important;
  }

  .\32xl\:translate-x-46 {
    --transform-translate-x: 11.75rem !important;
  }

  .\32xl\:translate-x-48 {
    --transform-translate-x: 12rem !important;
  }

  .\32xl\:translate-x-56 {
    --transform-translate-x: 14rem !important;
  }

  .\32xl\:translate-x-64 {
    --transform-translate-x: 16rem !important;
  }

  .\32xl\:translate-x-82 {
    --transform-translate-x: 20.75rem !important;
  }

  .\32xl\:translate-x-px {
    --transform-translate-x: 1px !important;
  }

  .\32xl\:translate-x-tiny {
    --transform-translate-x: 0.3rem !important;
  }

  .\32xl\:translate-x-quick-links {
    --transform-translate-x: 26% !important;
  }

  .\32xl\:translate-x-pro-slid {
    --transform-translate-x: 48% !important;
  }

  .\32xl\:translate-x-62p {
    --transform-translate-x: 62% !important;
  }

  .\32xl\:translate-x-90p {
    --transform-translate-x: 90% !important;
  }

  .\32xl\:translate-x-x-large {
    --transform-translate-x: 27.5rem !important;
  }

  .\32xl\:translate-x-2px {
    --transform-translate-x: 0.125rem !important;
  }

  .\32xl\:translate-x-9px {
    --transform-translate-x: 0.5625rem !important;
  }

  .\32xl\:translate-x-10px {
    --transform-translate-x: 0.625rem !important;
  }

  .\32xl\:translate-x-18px {
    --transform-translate-x: 1.125rem !important;
  }

  .\32xl\:translate-x-20px {
    --transform-translate-x: 1.25rem !important;
  }

  .\32xl\:translate-x-24px {
    --transform-translate-x: 1.5rem !important;
  }

  .\32xl\:translate-x-26px {
    --transform-translate-x: 1.625rem !important;
  }

  .\32xl\:translate-x-30px {
    --transform-translate-x: 1.875rem !important;
  }

  .\32xl\:translate-x-38px {
    --transform-translate-x: 2.375rem !important;
  }

  .\32xl\:translate-x-43px {
    --transform-translate-x: 2.6875rem !important;
  }

  .\32xl\:translate-x-44px {
    --transform-translate-x: 2.75rem !important;
  }

  .\32xl\:translate-x-46px {
    --transform-translate-x: 2.875rem !important;
  }

  .\32xl\:translate-x-53px {
    --transform-translate-x: 3.3125rem !important;
  }

  .\32xl\:translate-x-54px {
    --transform-translate-x: 3.375rem !important;
  }

  .\32xl\:translate-x-55px {
    --transform-translate-x: 3.4375rem !important;
  }

  .\32xl\:translate-x-60px {
    --transform-translate-x: 3.75rem !important;
  }

  .\32xl\:translate-x-67px {
    --transform-translate-x: 4.1875rem !important;
  }

  .\32xl\:translate-x-73px {
    --transform-translate-x: 4.5625rem !important;
  }

  .\32xl\:translate-x-80px {
    --transform-translate-x: 5rem !important;
  }

  .\32xl\:translate-x-81px {
    --transform-translate-x: 5.0625rem !important;
  }

  .\32xl\:translate-x-85px {
    --transform-translate-x: 5.3125rem !important;
  }

  .\32xl\:translate-x-92px {
    --transform-translate-x: 5.75rem !important;
  }

  .\32xl\:translate-x-100px {
    --transform-translate-x: 6.25rem !important;
  }

  .\32xl\:translate-x-106px {
    --transform-translate-x: 6.625rem !important;
  }

  .\32xl\:translate-x-123px {
    --transform-translate-x: 7.6875rem !important;
  }

  .\32xl\:translate-x-126px {
    --transform-translate-x: 7.875rem !important;
  }

  .\32xl\:translate-x-138px {
    --transform-translate-x: 8.625rem !important;
  }

  .\32xl\:translate-x-140px {
    --transform-translate-x: 8.75rem !important;
  }

  .\32xl\:translate-x-146px {
    --transform-translate-x: 9.125rem !important;
  }

  .\32xl\:translate-x-152px {
    --transform-translate-x: 9.5rem !important;
  }

  .\32xl\:translate-x-187px {
    --transform-translate-x: 11.6875rem !important;
  }

  .\32xl\:translate-x-220px {
    --transform-translate-x: 13.75rem !important;
  }

  .\32xl\:translate-x-253px {
    --transform-translate-x: 15.8125rem !important;
  }

  .\32xl\:translate-x-320px {
    --transform-translate-x: 20rem !important;
  }

  .\32xl\:translate-x-400px {
    --transform-translate-x: 25rem !important;
  }

  .\32xl\:translate-x-500px {
    --transform-translate-x: 31.25rem !important;
  }

  .\32xl\:translate-x-lgPaddingTop {
    --transform-translate-x: 15.8125rem !important;
  }

  .\32xl\:translate-x-phonePaddingTop {
    --transform-translate-x: 9.875rem !important;
  }

  .\32xl\:translate-x-tabletPaddingTop {
    --transform-translate-x: 6.625rem !important;
  }

  .\32xl\:translate-x-largePaddingTop {
    --transform-translate-x: 13.75rem !important;
  }

  .\32xl\:translate-x-phoneTextContentMaxWidth {
    --transform-translate-x: 57.0625rem !important;
  }

  .\32xl\:translate-x-phoneTextContentWidth {
    --transform-translate-x: 63% !important;
  }

  .\32xl\:translate-x-phoneBlockContentWidth {
    --transform-translate-x: 71.625rem !important;
  }

  .\32xl\:translate-x-tabletTextContentMaxWidth {
    --transform-translate-x: 57.0625rem !important;
  }

  .\32xl\:translate-x-tabletTextContentWidth {
    --transform-translate-x: 63% !important;
  }

  .\32xl\:translate-x-tabletBlockContentWidth {
    --transform-translate-x: 71.625rem !important;
  }

  .\32xl\:translate-x-largeTextContentMaxWidth {
    --transform-translate-x: 57.0625rem !important;
  }

  .\32xl\:translate-x-largeTextContentWidth {
    --transform-translate-x: 63% !important;
  }

  .\32xl\:translate-x-largeBlockContentWidth {
    --transform-translate-x: 71.625rem !important;
  }

  .\32xl\:-translate-x-1 {
    --transform-translate-x: -0.25rem !important;
  }

  .\32xl\:-translate-x-2 {
    --transform-translate-x: -0.5rem !important;
  }

  .\32xl\:-translate-x-3 {
    --transform-translate-x: -0.75rem !important;
  }

  .\32xl\:-translate-x-4 {
    --transform-translate-x: -1rem !important;
  }

  .\32xl\:-translate-x-5 {
    --transform-translate-x: -1.25rem !important;
  }

  .\32xl\:-translate-x-6 {
    --transform-translate-x: -1.5rem !important;
  }

  .\32xl\:-translate-x-8 {
    --transform-translate-x: -2rem !important;
  }

  .\32xl\:-translate-x-9 {
    --transform-translate-x: -2.5rem !important;
  }

  .\32xl\:-translate-x-10 {
    --transform-translate-x: -2.5rem !important;
  }

  .\32xl\:-translate-x-12 {
    --transform-translate-x: -3rem !important;
  }

  .\32xl\:-translate-x-14 {
    --transform-translate-x: -3.5rem !important;
  }

  .\32xl\:-translate-x-16 {
    --transform-translate-x: -4rem !important;
  }

  .\32xl\:-translate-x-18 {
    --transform-translate-x: -4.5rem !important;
  }

  .\32xl\:-translate-x-20 {
    --transform-translate-x: -5rem !important;
  }

  .\32xl\:-translate-x-22 {
    --transform-translate-x: -5.626rem !important;
  }

  .\32xl\:-translate-x-24 {
    --transform-translate-x: -6rem !important;
  }

  .\32xl\:-translate-x-26 {
    --transform-translate-x: -6.25rem !important;
  }

  .\32xl\:-translate-x-28 {
    --transform-translate-x: -7rem !important;
  }

  .\32xl\:-translate-x-32 {
    --transform-translate-x: -8rem !important;
  }

  .\32xl\:-translate-x-34 {
    --transform-translate-x: -8.5rem !important;
  }

  .\32xl\:-translate-x-38 {
    --transform-translate-x: -9.25rem !important;
  }

  .\32xl\:-translate-x-40 {
    --transform-translate-x: -10rem !important;
  }

  .\32xl\:-translate-x-46 {
    --transform-translate-x: -11.75rem !important;
  }

  .\32xl\:-translate-x-48 {
    --transform-translate-x: -12rem !important;
  }

  .\32xl\:-translate-x-56 {
    --transform-translate-x: -14rem !important;
  }

  .\32xl\:-translate-x-64 {
    --transform-translate-x: -16rem !important;
  }

  .\32xl\:-translate-x-82 {
    --transform-translate-x: -20.75rem !important;
  }

  .\32xl\:-translate-x-px {
    --transform-translate-x: -1px !important;
  }

  .\32xl\:-translate-x-tiny {
    --transform-translate-x: -0.3rem !important;
  }

  .\32xl\:-translate-x-quick-links {
    --transform-translate-x: -26% !important;
  }

  .\32xl\:-translate-x-pro-slid {
    --transform-translate-x: -48% !important;
  }

  .\32xl\:-translate-x-62p {
    --transform-translate-x: -62% !important;
  }

  .\32xl\:-translate-x-90p {
    --transform-translate-x: -90% !important;
  }

  .\32xl\:-translate-x-x-large {
    --transform-translate-x: -27.5rem !important;
  }

  .\32xl\:-translate-x-2px {
    --transform-translate-x: -0.125rem !important;
  }

  .\32xl\:-translate-x-9px {
    --transform-translate-x: -0.5625rem !important;
  }

  .\32xl\:-translate-x-10px {
    --transform-translate-x: -0.625rem !important;
  }

  .\32xl\:-translate-x-18px {
    --transform-translate-x: -1.125rem !important;
  }

  .\32xl\:-translate-x-20px {
    --transform-translate-x: -1.25rem !important;
  }

  .\32xl\:-translate-x-24px {
    --transform-translate-x: -1.5rem !important;
  }

  .\32xl\:-translate-x-26px {
    --transform-translate-x: -1.625rem !important;
  }

  .\32xl\:-translate-x-30px {
    --transform-translate-x: -1.875rem !important;
  }

  .\32xl\:-translate-x-38px {
    --transform-translate-x: -2.375rem !important;
  }

  .\32xl\:-translate-x-43px {
    --transform-translate-x: -2.6875rem !important;
  }

  .\32xl\:-translate-x-44px {
    --transform-translate-x: -2.75rem !important;
  }

  .\32xl\:-translate-x-46px {
    --transform-translate-x: -2.875rem !important;
  }

  .\32xl\:-translate-x-53px {
    --transform-translate-x: -3.3125rem !important;
  }

  .\32xl\:-translate-x-54px {
    --transform-translate-x: -3.375rem !important;
  }

  .\32xl\:-translate-x-55px {
    --transform-translate-x: -3.4375rem !important;
  }

  .\32xl\:-translate-x-60px {
    --transform-translate-x: -3.75rem !important;
  }

  .\32xl\:-translate-x-67px {
    --transform-translate-x: -4.1875rem !important;
  }

  .\32xl\:-translate-x-73px {
    --transform-translate-x: -4.5625rem !important;
  }

  .\32xl\:-translate-x-80px {
    --transform-translate-x: -5rem !important;
  }

  .\32xl\:-translate-x-81px {
    --transform-translate-x: -5.0625rem !important;
  }

  .\32xl\:-translate-x-85px {
    --transform-translate-x: -5.3125rem !important;
  }

  .\32xl\:-translate-x-92px {
    --transform-translate-x: -5.75rem !important;
  }

  .\32xl\:-translate-x-100px {
    --transform-translate-x: -6.25rem !important;
  }

  .\32xl\:-translate-x-106px {
    --transform-translate-x: -6.625rem !important;
  }

  .\32xl\:-translate-x-123px {
    --transform-translate-x: -7.6875rem !important;
  }

  .\32xl\:-translate-x-126px {
    --transform-translate-x: -7.875rem !important;
  }

  .\32xl\:-translate-x-138px {
    --transform-translate-x: -8.625rem !important;
  }

  .\32xl\:-translate-x-140px {
    --transform-translate-x: -8.75rem !important;
  }

  .\32xl\:-translate-x-146px {
    --transform-translate-x: -9.125rem !important;
  }

  .\32xl\:-translate-x-152px {
    --transform-translate-x: -9.5rem !important;
  }

  .\32xl\:-translate-x-187px {
    --transform-translate-x: -11.6875rem !important;
  }

  .\32xl\:-translate-x-220px {
    --transform-translate-x: -13.75rem !important;
  }

  .\32xl\:-translate-x-253px {
    --transform-translate-x: -15.8125rem !important;
  }

  .\32xl\:-translate-x-320px {
    --transform-translate-x: -20rem !important;
  }

  .\32xl\:-translate-x-400px {
    --transform-translate-x: -25rem !important;
  }

  .\32xl\:-translate-x-500px {
    --transform-translate-x: -31.25rem !important;
  }

  .\32xl\:-translate-x-lgPaddingTop {
    --transform-translate-x: -15.8125rem !important;
  }

  .\32xl\:-translate-x-phonePaddingTop {
    --transform-translate-x: -9.875rem !important;
  }

  .\32xl\:-translate-x-tabletPaddingTop {
    --transform-translate-x: -6.625rem !important;
  }

  .\32xl\:-translate-x-largePaddingTop {
    --transform-translate-x: -13.75rem !important;
  }

  .\32xl\:-translate-x-phoneTextContentMaxWidth {
    --transform-translate-x: -57.0625rem !important;
  }

  .\32xl\:-translate-x-phoneTextContentWidth {
    --transform-translate-x: -63% !important;
  }

  .\32xl\:-translate-x-phoneBlockContentWidth {
    --transform-translate-x: -71.625rem !important;
  }

  .\32xl\:-translate-x-tabletTextContentMaxWidth {
    --transform-translate-x: -57.0625rem !important;
  }

  .\32xl\:-translate-x-tabletTextContentWidth {
    --transform-translate-x: -63% !important;
  }

  .\32xl\:-translate-x-tabletBlockContentWidth {
    --transform-translate-x: -71.625rem !important;
  }

  .\32xl\:-translate-x-largeTextContentMaxWidth {
    --transform-translate-x: -57.0625rem !important;
  }

  .\32xl\:-translate-x-largeTextContentWidth {
    --transform-translate-x: -63% !important;
  }

  .\32xl\:-translate-x-largeBlockContentWidth {
    --transform-translate-x: -71.625rem !important;
  }

  .\32xl\:-translate-x-full {
    --transform-translate-x: -100% !important;
  }

  .\32xl\:-translate-x-1\/2 {
    --transform-translate-x: -50% !important;
  }

  .\32xl\:translate-x-1\/2 {
    --transform-translate-x: 50% !important;
  }

  .\32xl\:translate-x-full {
    --transform-translate-x: 100% !important;
  }

  .\32xl\:translate-y-0 {
    --transform-translate-y: 0 !important;
  }

  .\32xl\:translate-y-1 {
    --transform-translate-y: 0.25rem !important;
  }

  .\32xl\:translate-y-2 {
    --transform-translate-y: 0.5rem !important;
  }

  .\32xl\:translate-y-3 {
    --transform-translate-y: 0.75rem !important;
  }

  .\32xl\:translate-y-4 {
    --transform-translate-y: 1rem !important;
  }

  .\32xl\:translate-y-5 {
    --transform-translate-y: 1.25rem !important;
  }

  .\32xl\:translate-y-6 {
    --transform-translate-y: 1.5rem !important;
  }

  .\32xl\:translate-y-8 {
    --transform-translate-y: 2rem !important;
  }

  .\32xl\:translate-y-9 {
    --transform-translate-y: 2.5rem !important;
  }

  .\32xl\:translate-y-10 {
    --transform-translate-y: 2.5rem !important;
  }

  .\32xl\:translate-y-12 {
    --transform-translate-y: 3rem !important;
  }

  .\32xl\:translate-y-14 {
    --transform-translate-y: 3.5rem !important;
  }

  .\32xl\:translate-y-16 {
    --transform-translate-y: 4rem !important;
  }

  .\32xl\:translate-y-18 {
    --transform-translate-y: 4.5rem !important;
  }

  .\32xl\:translate-y-20 {
    --transform-translate-y: 5rem !important;
  }

  .\32xl\:translate-y-22 {
    --transform-translate-y: 5.626rem !important;
  }

  .\32xl\:translate-y-24 {
    --transform-translate-y: 6rem !important;
  }

  .\32xl\:translate-y-26 {
    --transform-translate-y: 6.25rem !important;
  }

  .\32xl\:translate-y-28 {
    --transform-translate-y: 7rem !important;
  }

  .\32xl\:translate-y-32 {
    --transform-translate-y: 8rem !important;
  }

  .\32xl\:translate-y-34 {
    --transform-translate-y: 8.5rem !important;
  }

  .\32xl\:translate-y-38 {
    --transform-translate-y: 9.25rem !important;
  }

  .\32xl\:translate-y-40 {
    --transform-translate-y: 10rem !important;
  }

  .\32xl\:translate-y-46 {
    --transform-translate-y: 11.75rem !important;
  }

  .\32xl\:translate-y-48 {
    --transform-translate-y: 12rem !important;
  }

  .\32xl\:translate-y-56 {
    --transform-translate-y: 14rem !important;
  }

  .\32xl\:translate-y-64 {
    --transform-translate-y: 16rem !important;
  }

  .\32xl\:translate-y-82 {
    --transform-translate-y: 20.75rem !important;
  }

  .\32xl\:translate-y-px {
    --transform-translate-y: 1px !important;
  }

  .\32xl\:translate-y-tiny {
    --transform-translate-y: 0.3rem !important;
  }

  .\32xl\:translate-y-quick-links {
    --transform-translate-y: 26% !important;
  }

  .\32xl\:translate-y-pro-slid {
    --transform-translate-y: 48% !important;
  }

  .\32xl\:translate-y-62p {
    --transform-translate-y: 62% !important;
  }

  .\32xl\:translate-y-90p {
    --transform-translate-y: 90% !important;
  }

  .\32xl\:translate-y-x-large {
    --transform-translate-y: 27.5rem !important;
  }

  .\32xl\:translate-y-2px {
    --transform-translate-y: 0.125rem !important;
  }

  .\32xl\:translate-y-9px {
    --transform-translate-y: 0.5625rem !important;
  }

  .\32xl\:translate-y-10px {
    --transform-translate-y: 0.625rem !important;
  }

  .\32xl\:translate-y-18px {
    --transform-translate-y: 1.125rem !important;
  }

  .\32xl\:translate-y-20px {
    --transform-translate-y: 1.25rem !important;
  }

  .\32xl\:translate-y-24px {
    --transform-translate-y: 1.5rem !important;
  }

  .\32xl\:translate-y-26px {
    --transform-translate-y: 1.625rem !important;
  }

  .\32xl\:translate-y-30px {
    --transform-translate-y: 1.875rem !important;
  }

  .\32xl\:translate-y-38px {
    --transform-translate-y: 2.375rem !important;
  }

  .\32xl\:translate-y-43px {
    --transform-translate-y: 2.6875rem !important;
  }

  .\32xl\:translate-y-44px {
    --transform-translate-y: 2.75rem !important;
  }

  .\32xl\:translate-y-46px {
    --transform-translate-y: 2.875rem !important;
  }

  .\32xl\:translate-y-53px {
    --transform-translate-y: 3.3125rem !important;
  }

  .\32xl\:translate-y-54px {
    --transform-translate-y: 3.375rem !important;
  }

  .\32xl\:translate-y-55px {
    --transform-translate-y: 3.4375rem !important;
  }

  .\32xl\:translate-y-60px {
    --transform-translate-y: 3.75rem !important;
  }

  .\32xl\:translate-y-67px {
    --transform-translate-y: 4.1875rem !important;
  }

  .\32xl\:translate-y-73px {
    --transform-translate-y: 4.5625rem !important;
  }

  .\32xl\:translate-y-80px {
    --transform-translate-y: 5rem !important;
  }

  .\32xl\:translate-y-81px {
    --transform-translate-y: 5.0625rem !important;
  }

  .\32xl\:translate-y-85px {
    --transform-translate-y: 5.3125rem !important;
  }

  .\32xl\:translate-y-92px {
    --transform-translate-y: 5.75rem !important;
  }

  .\32xl\:translate-y-100px {
    --transform-translate-y: 6.25rem !important;
  }

  .\32xl\:translate-y-106px {
    --transform-translate-y: 6.625rem !important;
  }

  .\32xl\:translate-y-123px {
    --transform-translate-y: 7.6875rem !important;
  }

  .\32xl\:translate-y-126px {
    --transform-translate-y: 7.875rem !important;
  }

  .\32xl\:translate-y-138px {
    --transform-translate-y: 8.625rem !important;
  }

  .\32xl\:translate-y-140px {
    --transform-translate-y: 8.75rem !important;
  }

  .\32xl\:translate-y-146px {
    --transform-translate-y: 9.125rem !important;
  }

  .\32xl\:translate-y-152px {
    --transform-translate-y: 9.5rem !important;
  }

  .\32xl\:translate-y-187px {
    --transform-translate-y: 11.6875rem !important;
  }

  .\32xl\:translate-y-220px {
    --transform-translate-y: 13.75rem !important;
  }

  .\32xl\:translate-y-253px {
    --transform-translate-y: 15.8125rem !important;
  }

  .\32xl\:translate-y-320px {
    --transform-translate-y: 20rem !important;
  }

  .\32xl\:translate-y-400px {
    --transform-translate-y: 25rem !important;
  }

  .\32xl\:translate-y-500px {
    --transform-translate-y: 31.25rem !important;
  }

  .\32xl\:translate-y-lgPaddingTop {
    --transform-translate-y: 15.8125rem !important;
  }

  .\32xl\:translate-y-phonePaddingTop {
    --transform-translate-y: 9.875rem !important;
  }

  .\32xl\:translate-y-tabletPaddingTop {
    --transform-translate-y: 6.625rem !important;
  }

  .\32xl\:translate-y-largePaddingTop {
    --transform-translate-y: 13.75rem !important;
  }

  .\32xl\:translate-y-phoneTextContentMaxWidth {
    --transform-translate-y: 57.0625rem !important;
  }

  .\32xl\:translate-y-phoneTextContentWidth {
    --transform-translate-y: 63% !important;
  }

  .\32xl\:translate-y-phoneBlockContentWidth {
    --transform-translate-y: 71.625rem !important;
  }

  .\32xl\:translate-y-tabletTextContentMaxWidth {
    --transform-translate-y: 57.0625rem !important;
  }

  .\32xl\:translate-y-tabletTextContentWidth {
    --transform-translate-y: 63% !important;
  }

  .\32xl\:translate-y-tabletBlockContentWidth {
    --transform-translate-y: 71.625rem !important;
  }

  .\32xl\:translate-y-largeTextContentMaxWidth {
    --transform-translate-y: 57.0625rem !important;
  }

  .\32xl\:translate-y-largeTextContentWidth {
    --transform-translate-y: 63% !important;
  }

  .\32xl\:translate-y-largeBlockContentWidth {
    --transform-translate-y: 71.625rem !important;
  }

  .\32xl\:-translate-y-1 {
    --transform-translate-y: -0.25rem !important;
  }

  .\32xl\:-translate-y-2 {
    --transform-translate-y: -0.5rem !important;
  }

  .\32xl\:-translate-y-3 {
    --transform-translate-y: -0.75rem !important;
  }

  .\32xl\:-translate-y-4 {
    --transform-translate-y: -1rem !important;
  }

  .\32xl\:-translate-y-5 {
    --transform-translate-y: -1.25rem !important;
  }

  .\32xl\:-translate-y-6 {
    --transform-translate-y: -1.5rem !important;
  }

  .\32xl\:-translate-y-8 {
    --transform-translate-y: -2rem !important;
  }

  .\32xl\:-translate-y-9 {
    --transform-translate-y: -2.5rem !important;
  }

  .\32xl\:-translate-y-10 {
    --transform-translate-y: -2.5rem !important;
  }

  .\32xl\:-translate-y-12 {
    --transform-translate-y: -3rem !important;
  }

  .\32xl\:-translate-y-14 {
    --transform-translate-y: -3.5rem !important;
  }

  .\32xl\:-translate-y-16 {
    --transform-translate-y: -4rem !important;
  }

  .\32xl\:-translate-y-18 {
    --transform-translate-y: -4.5rem !important;
  }

  .\32xl\:-translate-y-20 {
    --transform-translate-y: -5rem !important;
  }

  .\32xl\:-translate-y-22 {
    --transform-translate-y: -5.626rem !important;
  }

  .\32xl\:-translate-y-24 {
    --transform-translate-y: -6rem !important;
  }

  .\32xl\:-translate-y-26 {
    --transform-translate-y: -6.25rem !important;
  }

  .\32xl\:-translate-y-28 {
    --transform-translate-y: -7rem !important;
  }

  .\32xl\:-translate-y-32 {
    --transform-translate-y: -8rem !important;
  }

  .\32xl\:-translate-y-34 {
    --transform-translate-y: -8.5rem !important;
  }

  .\32xl\:-translate-y-38 {
    --transform-translate-y: -9.25rem !important;
  }

  .\32xl\:-translate-y-40 {
    --transform-translate-y: -10rem !important;
  }

  .\32xl\:-translate-y-46 {
    --transform-translate-y: -11.75rem !important;
  }

  .\32xl\:-translate-y-48 {
    --transform-translate-y: -12rem !important;
  }

  .\32xl\:-translate-y-56 {
    --transform-translate-y: -14rem !important;
  }

  .\32xl\:-translate-y-64 {
    --transform-translate-y: -16rem !important;
  }

  .\32xl\:-translate-y-82 {
    --transform-translate-y: -20.75rem !important;
  }

  .\32xl\:-translate-y-px {
    --transform-translate-y: -1px !important;
  }

  .\32xl\:-translate-y-tiny {
    --transform-translate-y: -0.3rem !important;
  }

  .\32xl\:-translate-y-quick-links {
    --transform-translate-y: -26% !important;
  }

  .\32xl\:-translate-y-pro-slid {
    --transform-translate-y: -48% !important;
  }

  .\32xl\:-translate-y-62p {
    --transform-translate-y: -62% !important;
  }

  .\32xl\:-translate-y-90p {
    --transform-translate-y: -90% !important;
  }

  .\32xl\:-translate-y-x-large {
    --transform-translate-y: -27.5rem !important;
  }

  .\32xl\:-translate-y-2px {
    --transform-translate-y: -0.125rem !important;
  }

  .\32xl\:-translate-y-9px {
    --transform-translate-y: -0.5625rem !important;
  }

  .\32xl\:-translate-y-10px {
    --transform-translate-y: -0.625rem !important;
  }

  .\32xl\:-translate-y-18px {
    --transform-translate-y: -1.125rem !important;
  }

  .\32xl\:-translate-y-20px {
    --transform-translate-y: -1.25rem !important;
  }

  .\32xl\:-translate-y-24px {
    --transform-translate-y: -1.5rem !important;
  }

  .\32xl\:-translate-y-26px {
    --transform-translate-y: -1.625rem !important;
  }

  .\32xl\:-translate-y-30px {
    --transform-translate-y: -1.875rem !important;
  }

  .\32xl\:-translate-y-38px {
    --transform-translate-y: -2.375rem !important;
  }

  .\32xl\:-translate-y-43px {
    --transform-translate-y: -2.6875rem !important;
  }

  .\32xl\:-translate-y-44px {
    --transform-translate-y: -2.75rem !important;
  }

  .\32xl\:-translate-y-46px {
    --transform-translate-y: -2.875rem !important;
  }

  .\32xl\:-translate-y-53px {
    --transform-translate-y: -3.3125rem !important;
  }

  .\32xl\:-translate-y-54px {
    --transform-translate-y: -3.375rem !important;
  }

  .\32xl\:-translate-y-55px {
    --transform-translate-y: -3.4375rem !important;
  }

  .\32xl\:-translate-y-60px {
    --transform-translate-y: -3.75rem !important;
  }

  .\32xl\:-translate-y-67px {
    --transform-translate-y: -4.1875rem !important;
  }

  .\32xl\:-translate-y-73px {
    --transform-translate-y: -4.5625rem !important;
  }

  .\32xl\:-translate-y-80px {
    --transform-translate-y: -5rem !important;
  }

  .\32xl\:-translate-y-81px {
    --transform-translate-y: -5.0625rem !important;
  }

  .\32xl\:-translate-y-85px {
    --transform-translate-y: -5.3125rem !important;
  }

  .\32xl\:-translate-y-92px {
    --transform-translate-y: -5.75rem !important;
  }

  .\32xl\:-translate-y-100px {
    --transform-translate-y: -6.25rem !important;
  }

  .\32xl\:-translate-y-106px {
    --transform-translate-y: -6.625rem !important;
  }

  .\32xl\:-translate-y-123px {
    --transform-translate-y: -7.6875rem !important;
  }

  .\32xl\:-translate-y-126px {
    --transform-translate-y: -7.875rem !important;
  }

  .\32xl\:-translate-y-138px {
    --transform-translate-y: -8.625rem !important;
  }

  .\32xl\:-translate-y-140px {
    --transform-translate-y: -8.75rem !important;
  }

  .\32xl\:-translate-y-146px {
    --transform-translate-y: -9.125rem !important;
  }

  .\32xl\:-translate-y-152px {
    --transform-translate-y: -9.5rem !important;
  }

  .\32xl\:-translate-y-187px {
    --transform-translate-y: -11.6875rem !important;
  }

  .\32xl\:-translate-y-220px {
    --transform-translate-y: -13.75rem !important;
  }

  .\32xl\:-translate-y-253px {
    --transform-translate-y: -15.8125rem !important;
  }

  .\32xl\:-translate-y-320px {
    --transform-translate-y: -20rem !important;
  }

  .\32xl\:-translate-y-400px {
    --transform-translate-y: -25rem !important;
  }

  .\32xl\:-translate-y-500px {
    --transform-translate-y: -31.25rem !important;
  }

  .\32xl\:-translate-y-lgPaddingTop {
    --transform-translate-y: -15.8125rem !important;
  }

  .\32xl\:-translate-y-phonePaddingTop {
    --transform-translate-y: -9.875rem !important;
  }

  .\32xl\:-translate-y-tabletPaddingTop {
    --transform-translate-y: -6.625rem !important;
  }

  .\32xl\:-translate-y-largePaddingTop {
    --transform-translate-y: -13.75rem !important;
  }

  .\32xl\:-translate-y-phoneTextContentMaxWidth {
    --transform-translate-y: -57.0625rem !important;
  }

  .\32xl\:-translate-y-phoneTextContentWidth {
    --transform-translate-y: -63% !important;
  }

  .\32xl\:-translate-y-phoneBlockContentWidth {
    --transform-translate-y: -71.625rem !important;
  }

  .\32xl\:-translate-y-tabletTextContentMaxWidth {
    --transform-translate-y: -57.0625rem !important;
  }

  .\32xl\:-translate-y-tabletTextContentWidth {
    --transform-translate-y: -63% !important;
  }

  .\32xl\:-translate-y-tabletBlockContentWidth {
    --transform-translate-y: -71.625rem !important;
  }

  .\32xl\:-translate-y-largeTextContentMaxWidth {
    --transform-translate-y: -57.0625rem !important;
  }

  .\32xl\:-translate-y-largeTextContentWidth {
    --transform-translate-y: -63% !important;
  }

  .\32xl\:-translate-y-largeBlockContentWidth {
    --transform-translate-y: -71.625rem !important;
  }

  .\32xl\:-translate-y-full {
    --transform-translate-y: -100% !important;
  }

  .\32xl\:-translate-y-1\/2 {
    --transform-translate-y: -50% !important;
  }

  .\32xl\:translate-y-1\/2 {
    --transform-translate-y: 50% !important;
  }

  .\32xl\:translate-y-full {
    --transform-translate-y: 100% !important;
  }

  .\32xl\:hover\:translate-x-0:hover {
    --transform-translate-x: 0 !important;
  }

  .\32xl\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem !important;
  }

  .\32xl\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem !important;
  }

  .\32xl\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem !important;
  }

  .\32xl\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem !important;
  }

  .\32xl\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.25rem !important;
  }

  .\32xl\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem !important;
  }

  .\32xl\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem !important;
  }

  .\32xl\:hover\:translate-x-9:hover {
    --transform-translate-x: 2.5rem !important;
  }

  .\32xl\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem !important;
  }

  .\32xl\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem !important;
  }

  .\32xl\:hover\:translate-x-14:hover {
    --transform-translate-x: 3.5rem !important;
  }

  .\32xl\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem !important;
  }

  .\32xl\:hover\:translate-x-18:hover {
    --transform-translate-x: 4.5rem !important;
  }

  .\32xl\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem !important;
  }

  .\32xl\:hover\:translate-x-22:hover {
    --transform-translate-x: 5.626rem !important;
  }

  .\32xl\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem !important;
  }

  .\32xl\:hover\:translate-x-26:hover {
    --transform-translate-x: 6.25rem !important;
  }

  .\32xl\:hover\:translate-x-28:hover {
    --transform-translate-x: 7rem !important;
  }

  .\32xl\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem !important;
  }

  .\32xl\:hover\:translate-x-34:hover {
    --transform-translate-x: 8.5rem !important;
  }

  .\32xl\:hover\:translate-x-38:hover {
    --transform-translate-x: 9.25rem !important;
  }

  .\32xl\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem !important;
  }

  .\32xl\:hover\:translate-x-46:hover {
    --transform-translate-x: 11.75rem !important;
  }

  .\32xl\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem !important;
  }

  .\32xl\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem !important;
  }

  .\32xl\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem !important;
  }

  .\32xl\:hover\:translate-x-82:hover {
    --transform-translate-x: 20.75rem !important;
  }

  .\32xl\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px !important;
  }

  .\32xl\:hover\:translate-x-tiny:hover {
    --transform-translate-x: 0.3rem !important;
  }

  .\32xl\:hover\:translate-x-quick-links:hover {
    --transform-translate-x: 26% !important;
  }

  .\32xl\:hover\:translate-x-pro-slid:hover {
    --transform-translate-x: 48% !important;
  }

  .\32xl\:hover\:translate-x-62p:hover {
    --transform-translate-x: 62% !important;
  }

  .\32xl\:hover\:translate-x-90p:hover {
    --transform-translate-x: 90% !important;
  }

  .\32xl\:hover\:translate-x-x-large:hover {
    --transform-translate-x: 27.5rem !important;
  }

  .\32xl\:hover\:translate-x-2px:hover {
    --transform-translate-x: 0.125rem !important;
  }

  .\32xl\:hover\:translate-x-9px:hover {
    --transform-translate-x: 0.5625rem !important;
  }

  .\32xl\:hover\:translate-x-10px:hover {
    --transform-translate-x: 0.625rem !important;
  }

  .\32xl\:hover\:translate-x-18px:hover {
    --transform-translate-x: 1.125rem !important;
  }

  .\32xl\:hover\:translate-x-20px:hover {
    --transform-translate-x: 1.25rem !important;
  }

  .\32xl\:hover\:translate-x-24px:hover {
    --transform-translate-x: 1.5rem !important;
  }

  .\32xl\:hover\:translate-x-26px:hover {
    --transform-translate-x: 1.625rem !important;
  }

  .\32xl\:hover\:translate-x-30px:hover {
    --transform-translate-x: 1.875rem !important;
  }

  .\32xl\:hover\:translate-x-38px:hover {
    --transform-translate-x: 2.375rem !important;
  }

  .\32xl\:hover\:translate-x-43px:hover {
    --transform-translate-x: 2.6875rem !important;
  }

  .\32xl\:hover\:translate-x-44px:hover {
    --transform-translate-x: 2.75rem !important;
  }

  .\32xl\:hover\:translate-x-46px:hover {
    --transform-translate-x: 2.875rem !important;
  }

  .\32xl\:hover\:translate-x-53px:hover {
    --transform-translate-x: 3.3125rem !important;
  }

  .\32xl\:hover\:translate-x-54px:hover {
    --transform-translate-x: 3.375rem !important;
  }

  .\32xl\:hover\:translate-x-55px:hover {
    --transform-translate-x: 3.4375rem !important;
  }

  .\32xl\:hover\:translate-x-60px:hover {
    --transform-translate-x: 3.75rem !important;
  }

  .\32xl\:hover\:translate-x-67px:hover {
    --transform-translate-x: 4.1875rem !important;
  }

  .\32xl\:hover\:translate-x-73px:hover {
    --transform-translate-x: 4.5625rem !important;
  }

  .\32xl\:hover\:translate-x-80px:hover {
    --transform-translate-x: 5rem !important;
  }

  .\32xl\:hover\:translate-x-81px:hover {
    --transform-translate-x: 5.0625rem !important;
  }

  .\32xl\:hover\:translate-x-85px:hover {
    --transform-translate-x: 5.3125rem !important;
  }

  .\32xl\:hover\:translate-x-92px:hover {
    --transform-translate-x: 5.75rem !important;
  }

  .\32xl\:hover\:translate-x-100px:hover {
    --transform-translate-x: 6.25rem !important;
  }

  .\32xl\:hover\:translate-x-106px:hover {
    --transform-translate-x: 6.625rem !important;
  }

  .\32xl\:hover\:translate-x-123px:hover {
    --transform-translate-x: 7.6875rem !important;
  }

  .\32xl\:hover\:translate-x-126px:hover {
    --transform-translate-x: 7.875rem !important;
  }

  .\32xl\:hover\:translate-x-138px:hover {
    --transform-translate-x: 8.625rem !important;
  }

  .\32xl\:hover\:translate-x-140px:hover {
    --transform-translate-x: 8.75rem !important;
  }

  .\32xl\:hover\:translate-x-146px:hover {
    --transform-translate-x: 9.125rem !important;
  }

  .\32xl\:hover\:translate-x-152px:hover {
    --transform-translate-x: 9.5rem !important;
  }

  .\32xl\:hover\:translate-x-187px:hover {
    --transform-translate-x: 11.6875rem !important;
  }

  .\32xl\:hover\:translate-x-220px:hover {
    --transform-translate-x: 13.75rem !important;
  }

  .\32xl\:hover\:translate-x-253px:hover {
    --transform-translate-x: 15.8125rem !important;
  }

  .\32xl\:hover\:translate-x-320px:hover {
    --transform-translate-x: 20rem !important;
  }

  .\32xl\:hover\:translate-x-400px:hover {
    --transform-translate-x: 25rem !important;
  }

  .\32xl\:hover\:translate-x-500px:hover {
    --transform-translate-x: 31.25rem !important;
  }

  .\32xl\:hover\:translate-x-lgPaddingTop:hover {
    --transform-translate-x: 15.8125rem !important;
  }

  .\32xl\:hover\:translate-x-phonePaddingTop:hover {
    --transform-translate-x: 9.875rem !important;
  }

  .\32xl\:hover\:translate-x-tabletPaddingTop:hover {
    --transform-translate-x: 6.625rem !important;
  }

  .\32xl\:hover\:translate-x-largePaddingTop:hover {
    --transform-translate-x: 13.75rem !important;
  }

  .\32xl\:hover\:translate-x-phoneTextContentMaxWidth:hover {
    --transform-translate-x: 57.0625rem !important;
  }

  .\32xl\:hover\:translate-x-phoneTextContentWidth:hover {
    --transform-translate-x: 63% !important;
  }

  .\32xl\:hover\:translate-x-phoneBlockContentWidth:hover {
    --transform-translate-x: 71.625rem !important;
  }

  .\32xl\:hover\:translate-x-tabletTextContentMaxWidth:hover {
    --transform-translate-x: 57.0625rem !important;
  }

  .\32xl\:hover\:translate-x-tabletTextContentWidth:hover {
    --transform-translate-x: 63% !important;
  }

  .\32xl\:hover\:translate-x-tabletBlockContentWidth:hover {
    --transform-translate-x: 71.625rem !important;
  }

  .\32xl\:hover\:translate-x-largeTextContentMaxWidth:hover {
    --transform-translate-x: 57.0625rem !important;
  }

  .\32xl\:hover\:translate-x-largeTextContentWidth:hover {
    --transform-translate-x: 63% !important;
  }

  .\32xl\:hover\:translate-x-largeBlockContentWidth:hover {
    --transform-translate-x: 71.625rem !important;
  }

  .\32xl\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem !important;
  }

  .\32xl\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem !important;
  }

  .\32xl\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem !important;
  }

  .\32xl\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem !important;
  }

  .\32xl\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.25rem !important;
  }

  .\32xl\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem !important;
  }

  .\32xl\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem !important;
  }

  .\32xl\:hover\:-translate-x-9:hover {
    --transform-translate-x: -2.5rem !important;
  }

  .\32xl\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem !important;
  }

  .\32xl\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem !important;
  }

  .\32xl\:hover\:-translate-x-14:hover {
    --transform-translate-x: -3.5rem !important;
  }

  .\32xl\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem !important;
  }

  .\32xl\:hover\:-translate-x-18:hover {
    --transform-translate-x: -4.5rem !important;
  }

  .\32xl\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem !important;
  }

  .\32xl\:hover\:-translate-x-22:hover {
    --transform-translate-x: -5.626rem !important;
  }

  .\32xl\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem !important;
  }

  .\32xl\:hover\:-translate-x-26:hover {
    --transform-translate-x: -6.25rem !important;
  }

  .\32xl\:hover\:-translate-x-28:hover {
    --transform-translate-x: -7rem !important;
  }

  .\32xl\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem !important;
  }

  .\32xl\:hover\:-translate-x-34:hover {
    --transform-translate-x: -8.5rem !important;
  }

  .\32xl\:hover\:-translate-x-38:hover {
    --transform-translate-x: -9.25rem !important;
  }

  .\32xl\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem !important;
  }

  .\32xl\:hover\:-translate-x-46:hover {
    --transform-translate-x: -11.75rem !important;
  }

  .\32xl\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem !important;
  }

  .\32xl\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem !important;
  }

  .\32xl\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem !important;
  }

  .\32xl\:hover\:-translate-x-82:hover {
    --transform-translate-x: -20.75rem !important;
  }

  .\32xl\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px !important;
  }

  .\32xl\:hover\:-translate-x-tiny:hover {
    --transform-translate-x: -0.3rem !important;
  }

  .\32xl\:hover\:-translate-x-quick-links:hover {
    --transform-translate-x: -26% !important;
  }

  .\32xl\:hover\:-translate-x-pro-slid:hover {
    --transform-translate-x: -48% !important;
  }

  .\32xl\:hover\:-translate-x-62p:hover {
    --transform-translate-x: -62% !important;
  }

  .\32xl\:hover\:-translate-x-90p:hover {
    --transform-translate-x: -90% !important;
  }

  .\32xl\:hover\:-translate-x-x-large:hover {
    --transform-translate-x: -27.5rem !important;
  }

  .\32xl\:hover\:-translate-x-2px:hover {
    --transform-translate-x: -0.125rem !important;
  }

  .\32xl\:hover\:-translate-x-9px:hover {
    --transform-translate-x: -0.5625rem !important;
  }

  .\32xl\:hover\:-translate-x-10px:hover {
    --transform-translate-x: -0.625rem !important;
  }

  .\32xl\:hover\:-translate-x-18px:hover {
    --transform-translate-x: -1.125rem !important;
  }

  .\32xl\:hover\:-translate-x-20px:hover {
    --transform-translate-x: -1.25rem !important;
  }

  .\32xl\:hover\:-translate-x-24px:hover {
    --transform-translate-x: -1.5rem !important;
  }

  .\32xl\:hover\:-translate-x-26px:hover {
    --transform-translate-x: -1.625rem !important;
  }

  .\32xl\:hover\:-translate-x-30px:hover {
    --transform-translate-x: -1.875rem !important;
  }

  .\32xl\:hover\:-translate-x-38px:hover {
    --transform-translate-x: -2.375rem !important;
  }

  .\32xl\:hover\:-translate-x-43px:hover {
    --transform-translate-x: -2.6875rem !important;
  }

  .\32xl\:hover\:-translate-x-44px:hover {
    --transform-translate-x: -2.75rem !important;
  }

  .\32xl\:hover\:-translate-x-46px:hover {
    --transform-translate-x: -2.875rem !important;
  }

  .\32xl\:hover\:-translate-x-53px:hover {
    --transform-translate-x: -3.3125rem !important;
  }

  .\32xl\:hover\:-translate-x-54px:hover {
    --transform-translate-x: -3.375rem !important;
  }

  .\32xl\:hover\:-translate-x-55px:hover {
    --transform-translate-x: -3.4375rem !important;
  }

  .\32xl\:hover\:-translate-x-60px:hover {
    --transform-translate-x: -3.75rem !important;
  }

  .\32xl\:hover\:-translate-x-67px:hover {
    --transform-translate-x: -4.1875rem !important;
  }

  .\32xl\:hover\:-translate-x-73px:hover {
    --transform-translate-x: -4.5625rem !important;
  }

  .\32xl\:hover\:-translate-x-80px:hover {
    --transform-translate-x: -5rem !important;
  }

  .\32xl\:hover\:-translate-x-81px:hover {
    --transform-translate-x: -5.0625rem !important;
  }

  .\32xl\:hover\:-translate-x-85px:hover {
    --transform-translate-x: -5.3125rem !important;
  }

  .\32xl\:hover\:-translate-x-92px:hover {
    --transform-translate-x: -5.75rem !important;
  }

  .\32xl\:hover\:-translate-x-100px:hover {
    --transform-translate-x: -6.25rem !important;
  }

  .\32xl\:hover\:-translate-x-106px:hover {
    --transform-translate-x: -6.625rem !important;
  }

  .\32xl\:hover\:-translate-x-123px:hover {
    --transform-translate-x: -7.6875rem !important;
  }

  .\32xl\:hover\:-translate-x-126px:hover {
    --transform-translate-x: -7.875rem !important;
  }

  .\32xl\:hover\:-translate-x-138px:hover {
    --transform-translate-x: -8.625rem !important;
  }

  .\32xl\:hover\:-translate-x-140px:hover {
    --transform-translate-x: -8.75rem !important;
  }

  .\32xl\:hover\:-translate-x-146px:hover {
    --transform-translate-x: -9.125rem !important;
  }

  .\32xl\:hover\:-translate-x-152px:hover {
    --transform-translate-x: -9.5rem !important;
  }

  .\32xl\:hover\:-translate-x-187px:hover {
    --transform-translate-x: -11.6875rem !important;
  }

  .\32xl\:hover\:-translate-x-220px:hover {
    --transform-translate-x: -13.75rem !important;
  }

  .\32xl\:hover\:-translate-x-253px:hover {
    --transform-translate-x: -15.8125rem !important;
  }

  .\32xl\:hover\:-translate-x-320px:hover {
    --transform-translate-x: -20rem !important;
  }

  .\32xl\:hover\:-translate-x-400px:hover {
    --transform-translate-x: -25rem !important;
  }

  .\32xl\:hover\:-translate-x-500px:hover {
    --transform-translate-x: -31.25rem !important;
  }

  .\32xl\:hover\:-translate-x-lgPaddingTop:hover {
    --transform-translate-x: -15.8125rem !important;
  }

  .\32xl\:hover\:-translate-x-phonePaddingTop:hover {
    --transform-translate-x: -9.875rem !important;
  }

  .\32xl\:hover\:-translate-x-tabletPaddingTop:hover {
    --transform-translate-x: -6.625rem !important;
  }

  .\32xl\:hover\:-translate-x-largePaddingTop:hover {
    --transform-translate-x: -13.75rem !important;
  }

  .\32xl\:hover\:-translate-x-phoneTextContentMaxWidth:hover {
    --transform-translate-x: -57.0625rem !important;
  }

  .\32xl\:hover\:-translate-x-phoneTextContentWidth:hover {
    --transform-translate-x: -63% !important;
  }

  .\32xl\:hover\:-translate-x-phoneBlockContentWidth:hover {
    --transform-translate-x: -71.625rem !important;
  }

  .\32xl\:hover\:-translate-x-tabletTextContentMaxWidth:hover {
    --transform-translate-x: -57.0625rem !important;
  }

  .\32xl\:hover\:-translate-x-tabletTextContentWidth:hover {
    --transform-translate-x: -63% !important;
  }

  .\32xl\:hover\:-translate-x-tabletBlockContentWidth:hover {
    --transform-translate-x: -71.625rem !important;
  }

  .\32xl\:hover\:-translate-x-largeTextContentMaxWidth:hover {
    --transform-translate-x: -57.0625rem !important;
  }

  .\32xl\:hover\:-translate-x-largeTextContentWidth:hover {
    --transform-translate-x: -63% !important;
  }

  .\32xl\:hover\:-translate-x-largeBlockContentWidth:hover {
    --transform-translate-x: -71.625rem !important;
  }

  .\32xl\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100% !important;
  }

  .\32xl\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50% !important;
  }

  .\32xl\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50% !important;
  }

  .\32xl\:hover\:translate-x-full:hover {
    --transform-translate-x: 100% !important;
  }

  .\32xl\:hover\:translate-y-0:hover {
    --transform-translate-y: 0 !important;
  }

  .\32xl\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem !important;
  }

  .\32xl\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem !important;
  }

  .\32xl\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem !important;
  }

  .\32xl\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem !important;
  }

  .\32xl\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.25rem !important;
  }

  .\32xl\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem !important;
  }

  .\32xl\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem !important;
  }

  .\32xl\:hover\:translate-y-9:hover {
    --transform-translate-y: 2.5rem !important;
  }

  .\32xl\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem !important;
  }

  .\32xl\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem !important;
  }

  .\32xl\:hover\:translate-y-14:hover {
    --transform-translate-y: 3.5rem !important;
  }

  .\32xl\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem !important;
  }

  .\32xl\:hover\:translate-y-18:hover {
    --transform-translate-y: 4.5rem !important;
  }

  .\32xl\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem !important;
  }

  .\32xl\:hover\:translate-y-22:hover {
    --transform-translate-y: 5.626rem !important;
  }

  .\32xl\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem !important;
  }

  .\32xl\:hover\:translate-y-26:hover {
    --transform-translate-y: 6.25rem !important;
  }

  .\32xl\:hover\:translate-y-28:hover {
    --transform-translate-y: 7rem !important;
  }

  .\32xl\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem !important;
  }

  .\32xl\:hover\:translate-y-34:hover {
    --transform-translate-y: 8.5rem !important;
  }

  .\32xl\:hover\:translate-y-38:hover {
    --transform-translate-y: 9.25rem !important;
  }

  .\32xl\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem !important;
  }

  .\32xl\:hover\:translate-y-46:hover {
    --transform-translate-y: 11.75rem !important;
  }

  .\32xl\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem !important;
  }

  .\32xl\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem !important;
  }

  .\32xl\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem !important;
  }

  .\32xl\:hover\:translate-y-82:hover {
    --transform-translate-y: 20.75rem !important;
  }

  .\32xl\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px !important;
  }

  .\32xl\:hover\:translate-y-tiny:hover {
    --transform-translate-y: 0.3rem !important;
  }

  .\32xl\:hover\:translate-y-quick-links:hover {
    --transform-translate-y: 26% !important;
  }

  .\32xl\:hover\:translate-y-pro-slid:hover {
    --transform-translate-y: 48% !important;
  }

  .\32xl\:hover\:translate-y-62p:hover {
    --transform-translate-y: 62% !important;
  }

  .\32xl\:hover\:translate-y-90p:hover {
    --transform-translate-y: 90% !important;
  }

  .\32xl\:hover\:translate-y-x-large:hover {
    --transform-translate-y: 27.5rem !important;
  }

  .\32xl\:hover\:translate-y-2px:hover {
    --transform-translate-y: 0.125rem !important;
  }

  .\32xl\:hover\:translate-y-9px:hover {
    --transform-translate-y: 0.5625rem !important;
  }

  .\32xl\:hover\:translate-y-10px:hover {
    --transform-translate-y: 0.625rem !important;
  }

  .\32xl\:hover\:translate-y-18px:hover {
    --transform-translate-y: 1.125rem !important;
  }

  .\32xl\:hover\:translate-y-20px:hover {
    --transform-translate-y: 1.25rem !important;
  }

  .\32xl\:hover\:translate-y-24px:hover {
    --transform-translate-y: 1.5rem !important;
  }

  .\32xl\:hover\:translate-y-26px:hover {
    --transform-translate-y: 1.625rem !important;
  }

  .\32xl\:hover\:translate-y-30px:hover {
    --transform-translate-y: 1.875rem !important;
  }

  .\32xl\:hover\:translate-y-38px:hover {
    --transform-translate-y: 2.375rem !important;
  }

  .\32xl\:hover\:translate-y-43px:hover {
    --transform-translate-y: 2.6875rem !important;
  }

  .\32xl\:hover\:translate-y-44px:hover {
    --transform-translate-y: 2.75rem !important;
  }

  .\32xl\:hover\:translate-y-46px:hover {
    --transform-translate-y: 2.875rem !important;
  }

  .\32xl\:hover\:translate-y-53px:hover {
    --transform-translate-y: 3.3125rem !important;
  }

  .\32xl\:hover\:translate-y-54px:hover {
    --transform-translate-y: 3.375rem !important;
  }

  .\32xl\:hover\:translate-y-55px:hover {
    --transform-translate-y: 3.4375rem !important;
  }

  .\32xl\:hover\:translate-y-60px:hover {
    --transform-translate-y: 3.75rem !important;
  }

  .\32xl\:hover\:translate-y-67px:hover {
    --transform-translate-y: 4.1875rem !important;
  }

  .\32xl\:hover\:translate-y-73px:hover {
    --transform-translate-y: 4.5625rem !important;
  }

  .\32xl\:hover\:translate-y-80px:hover {
    --transform-translate-y: 5rem !important;
  }

  .\32xl\:hover\:translate-y-81px:hover {
    --transform-translate-y: 5.0625rem !important;
  }

  .\32xl\:hover\:translate-y-85px:hover {
    --transform-translate-y: 5.3125rem !important;
  }

  .\32xl\:hover\:translate-y-92px:hover {
    --transform-translate-y: 5.75rem !important;
  }

  .\32xl\:hover\:translate-y-100px:hover {
    --transform-translate-y: 6.25rem !important;
  }

  .\32xl\:hover\:translate-y-106px:hover {
    --transform-translate-y: 6.625rem !important;
  }

  .\32xl\:hover\:translate-y-123px:hover {
    --transform-translate-y: 7.6875rem !important;
  }

  .\32xl\:hover\:translate-y-126px:hover {
    --transform-translate-y: 7.875rem !important;
  }

  .\32xl\:hover\:translate-y-138px:hover {
    --transform-translate-y: 8.625rem !important;
  }

  .\32xl\:hover\:translate-y-140px:hover {
    --transform-translate-y: 8.75rem !important;
  }

  .\32xl\:hover\:translate-y-146px:hover {
    --transform-translate-y: 9.125rem !important;
  }

  .\32xl\:hover\:translate-y-152px:hover {
    --transform-translate-y: 9.5rem !important;
  }

  .\32xl\:hover\:translate-y-187px:hover {
    --transform-translate-y: 11.6875rem !important;
  }

  .\32xl\:hover\:translate-y-220px:hover {
    --transform-translate-y: 13.75rem !important;
  }

  .\32xl\:hover\:translate-y-253px:hover {
    --transform-translate-y: 15.8125rem !important;
  }

  .\32xl\:hover\:translate-y-320px:hover {
    --transform-translate-y: 20rem !important;
  }

  .\32xl\:hover\:translate-y-400px:hover {
    --transform-translate-y: 25rem !important;
  }

  .\32xl\:hover\:translate-y-500px:hover {
    --transform-translate-y: 31.25rem !important;
  }

  .\32xl\:hover\:translate-y-lgPaddingTop:hover {
    --transform-translate-y: 15.8125rem !important;
  }

  .\32xl\:hover\:translate-y-phonePaddingTop:hover {
    --transform-translate-y: 9.875rem !important;
  }

  .\32xl\:hover\:translate-y-tabletPaddingTop:hover {
    --transform-translate-y: 6.625rem !important;
  }

  .\32xl\:hover\:translate-y-largePaddingTop:hover {
    --transform-translate-y: 13.75rem !important;
  }

  .\32xl\:hover\:translate-y-phoneTextContentMaxWidth:hover {
    --transform-translate-y: 57.0625rem !important;
  }

  .\32xl\:hover\:translate-y-phoneTextContentWidth:hover {
    --transform-translate-y: 63% !important;
  }

  .\32xl\:hover\:translate-y-phoneBlockContentWidth:hover {
    --transform-translate-y: 71.625rem !important;
  }

  .\32xl\:hover\:translate-y-tabletTextContentMaxWidth:hover {
    --transform-translate-y: 57.0625rem !important;
  }

  .\32xl\:hover\:translate-y-tabletTextContentWidth:hover {
    --transform-translate-y: 63% !important;
  }

  .\32xl\:hover\:translate-y-tabletBlockContentWidth:hover {
    --transform-translate-y: 71.625rem !important;
  }

  .\32xl\:hover\:translate-y-largeTextContentMaxWidth:hover {
    --transform-translate-y: 57.0625rem !important;
  }

  .\32xl\:hover\:translate-y-largeTextContentWidth:hover {
    --transform-translate-y: 63% !important;
  }

  .\32xl\:hover\:translate-y-largeBlockContentWidth:hover {
    --transform-translate-y: 71.625rem !important;
  }

  .\32xl\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem !important;
  }

  .\32xl\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem !important;
  }

  .\32xl\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem !important;
  }

  .\32xl\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem !important;
  }

  .\32xl\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.25rem !important;
  }

  .\32xl\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem !important;
  }

  .\32xl\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem !important;
  }

  .\32xl\:hover\:-translate-y-9:hover {
    --transform-translate-y: -2.5rem !important;
  }

  .\32xl\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem !important;
  }

  .\32xl\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem !important;
  }

  .\32xl\:hover\:-translate-y-14:hover {
    --transform-translate-y: -3.5rem !important;
  }

  .\32xl\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem !important;
  }

  .\32xl\:hover\:-translate-y-18:hover {
    --transform-translate-y: -4.5rem !important;
  }

  .\32xl\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem !important;
  }

  .\32xl\:hover\:-translate-y-22:hover {
    --transform-translate-y: -5.626rem !important;
  }

  .\32xl\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem !important;
  }

  .\32xl\:hover\:-translate-y-26:hover {
    --transform-translate-y: -6.25rem !important;
  }

  .\32xl\:hover\:-translate-y-28:hover {
    --transform-translate-y: -7rem !important;
  }

  .\32xl\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem !important;
  }

  .\32xl\:hover\:-translate-y-34:hover {
    --transform-translate-y: -8.5rem !important;
  }

  .\32xl\:hover\:-translate-y-38:hover {
    --transform-translate-y: -9.25rem !important;
  }

  .\32xl\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem !important;
  }

  .\32xl\:hover\:-translate-y-46:hover {
    --transform-translate-y: -11.75rem !important;
  }

  .\32xl\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem !important;
  }

  .\32xl\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem !important;
  }

  .\32xl\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem !important;
  }

  .\32xl\:hover\:-translate-y-82:hover {
    --transform-translate-y: -20.75rem !important;
  }

  .\32xl\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px !important;
  }

  .\32xl\:hover\:-translate-y-tiny:hover {
    --transform-translate-y: -0.3rem !important;
  }

  .\32xl\:hover\:-translate-y-quick-links:hover {
    --transform-translate-y: -26% !important;
  }

  .\32xl\:hover\:-translate-y-pro-slid:hover {
    --transform-translate-y: -48% !important;
  }

  .\32xl\:hover\:-translate-y-62p:hover {
    --transform-translate-y: -62% !important;
  }

  .\32xl\:hover\:-translate-y-90p:hover {
    --transform-translate-y: -90% !important;
  }

  .\32xl\:hover\:-translate-y-x-large:hover {
    --transform-translate-y: -27.5rem !important;
  }

  .\32xl\:hover\:-translate-y-2px:hover {
    --transform-translate-y: -0.125rem !important;
  }

  .\32xl\:hover\:-translate-y-9px:hover {
    --transform-translate-y: -0.5625rem !important;
  }

  .\32xl\:hover\:-translate-y-10px:hover {
    --transform-translate-y: -0.625rem !important;
  }

  .\32xl\:hover\:-translate-y-18px:hover {
    --transform-translate-y: -1.125rem !important;
  }

  .\32xl\:hover\:-translate-y-20px:hover {
    --transform-translate-y: -1.25rem !important;
  }

  .\32xl\:hover\:-translate-y-24px:hover {
    --transform-translate-y: -1.5rem !important;
  }

  .\32xl\:hover\:-translate-y-26px:hover {
    --transform-translate-y: -1.625rem !important;
  }

  .\32xl\:hover\:-translate-y-30px:hover {
    --transform-translate-y: -1.875rem !important;
  }

  .\32xl\:hover\:-translate-y-38px:hover {
    --transform-translate-y: -2.375rem !important;
  }

  .\32xl\:hover\:-translate-y-43px:hover {
    --transform-translate-y: -2.6875rem !important;
  }

  .\32xl\:hover\:-translate-y-44px:hover {
    --transform-translate-y: -2.75rem !important;
  }

  .\32xl\:hover\:-translate-y-46px:hover {
    --transform-translate-y: -2.875rem !important;
  }

  .\32xl\:hover\:-translate-y-53px:hover {
    --transform-translate-y: -3.3125rem !important;
  }

  .\32xl\:hover\:-translate-y-54px:hover {
    --transform-translate-y: -3.375rem !important;
  }

  .\32xl\:hover\:-translate-y-55px:hover {
    --transform-translate-y: -3.4375rem !important;
  }

  .\32xl\:hover\:-translate-y-60px:hover {
    --transform-translate-y: -3.75rem !important;
  }

  .\32xl\:hover\:-translate-y-67px:hover {
    --transform-translate-y: -4.1875rem !important;
  }

  .\32xl\:hover\:-translate-y-73px:hover {
    --transform-translate-y: -4.5625rem !important;
  }

  .\32xl\:hover\:-translate-y-80px:hover {
    --transform-translate-y: -5rem !important;
  }

  .\32xl\:hover\:-translate-y-81px:hover {
    --transform-translate-y: -5.0625rem !important;
  }

  .\32xl\:hover\:-translate-y-85px:hover {
    --transform-translate-y: -5.3125rem !important;
  }

  .\32xl\:hover\:-translate-y-92px:hover {
    --transform-translate-y: -5.75rem !important;
  }

  .\32xl\:hover\:-translate-y-100px:hover {
    --transform-translate-y: -6.25rem !important;
  }

  .\32xl\:hover\:-translate-y-106px:hover {
    --transform-translate-y: -6.625rem !important;
  }

  .\32xl\:hover\:-translate-y-123px:hover {
    --transform-translate-y: -7.6875rem !important;
  }

  .\32xl\:hover\:-translate-y-126px:hover {
    --transform-translate-y: -7.875rem !important;
  }

  .\32xl\:hover\:-translate-y-138px:hover {
    --transform-translate-y: -8.625rem !important;
  }

  .\32xl\:hover\:-translate-y-140px:hover {
    --transform-translate-y: -8.75rem !important;
  }

  .\32xl\:hover\:-translate-y-146px:hover {
    --transform-translate-y: -9.125rem !important;
  }

  .\32xl\:hover\:-translate-y-152px:hover {
    --transform-translate-y: -9.5rem !important;
  }

  .\32xl\:hover\:-translate-y-187px:hover {
    --transform-translate-y: -11.6875rem !important;
  }

  .\32xl\:hover\:-translate-y-220px:hover {
    --transform-translate-y: -13.75rem !important;
  }

  .\32xl\:hover\:-translate-y-253px:hover {
    --transform-translate-y: -15.8125rem !important;
  }

  .\32xl\:hover\:-translate-y-320px:hover {
    --transform-translate-y: -20rem !important;
  }

  .\32xl\:hover\:-translate-y-400px:hover {
    --transform-translate-y: -25rem !important;
  }

  .\32xl\:hover\:-translate-y-500px:hover {
    --transform-translate-y: -31.25rem !important;
  }

  .\32xl\:hover\:-translate-y-lgPaddingTop:hover {
    --transform-translate-y: -15.8125rem !important;
  }

  .\32xl\:hover\:-translate-y-phonePaddingTop:hover {
    --transform-translate-y: -9.875rem !important;
  }

  .\32xl\:hover\:-translate-y-tabletPaddingTop:hover {
    --transform-translate-y: -6.625rem !important;
  }

  .\32xl\:hover\:-translate-y-largePaddingTop:hover {
    --transform-translate-y: -13.75rem !important;
  }

  .\32xl\:hover\:-translate-y-phoneTextContentMaxWidth:hover {
    --transform-translate-y: -57.0625rem !important;
  }

  .\32xl\:hover\:-translate-y-phoneTextContentWidth:hover {
    --transform-translate-y: -63% !important;
  }

  .\32xl\:hover\:-translate-y-phoneBlockContentWidth:hover {
    --transform-translate-y: -71.625rem !important;
  }

  .\32xl\:hover\:-translate-y-tabletTextContentMaxWidth:hover {
    --transform-translate-y: -57.0625rem !important;
  }

  .\32xl\:hover\:-translate-y-tabletTextContentWidth:hover {
    --transform-translate-y: -63% !important;
  }

  .\32xl\:hover\:-translate-y-tabletBlockContentWidth:hover {
    --transform-translate-y: -71.625rem !important;
  }

  .\32xl\:hover\:-translate-y-largeTextContentMaxWidth:hover {
    --transform-translate-y: -57.0625rem !important;
  }

  .\32xl\:hover\:-translate-y-largeTextContentWidth:hover {
    --transform-translate-y: -63% !important;
  }

  .\32xl\:hover\:-translate-y-largeBlockContentWidth:hover {
    --transform-translate-y: -71.625rem !important;
  }

  .\32xl\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100% !important;
  }

  .\32xl\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50% !important;
  }

  .\32xl\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50% !important;
  }

  .\32xl\:hover\:translate-y-full:hover {
    --transform-translate-y: 100% !important;
  }

  .\32xl\:focus\:translate-x-0:focus {
    --transform-translate-x: 0 !important;
  }

  .\32xl\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem !important;
  }

  .\32xl\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem !important;
  }

  .\32xl\:focus\:translate-x-3:focus {
    --transform-translate-x: 0.75rem !important;
  }

  .\32xl\:focus\:translate-x-4:focus {
    --transform-translate-x: 1rem !important;
  }

  .\32xl\:focus\:translate-x-5:focus {
    --transform-translate-x: 1.25rem !important;
  }

  .\32xl\:focus\:translate-x-6:focus {
    --transform-translate-x: 1.5rem !important;
  }

  .\32xl\:focus\:translate-x-8:focus {
    --transform-translate-x: 2rem !important;
  }

  .\32xl\:focus\:translate-x-9:focus {
    --transform-translate-x: 2.5rem !important;
  }

  .\32xl\:focus\:translate-x-10:focus {
    --transform-translate-x: 2.5rem !important;
  }

  .\32xl\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem !important;
  }

  .\32xl\:focus\:translate-x-14:focus {
    --transform-translate-x: 3.5rem !important;
  }

  .\32xl\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem !important;
  }

  .\32xl\:focus\:translate-x-18:focus {
    --transform-translate-x: 4.5rem !important;
  }

  .\32xl\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem !important;
  }

  .\32xl\:focus\:translate-x-22:focus {
    --transform-translate-x: 5.626rem !important;
  }

  .\32xl\:focus\:translate-x-24:focus {
    --transform-translate-x: 6rem !important;
  }

  .\32xl\:focus\:translate-x-26:focus {
    --transform-translate-x: 6.25rem !important;
  }

  .\32xl\:focus\:translate-x-28:focus {
    --transform-translate-x: 7rem !important;
  }

  .\32xl\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem !important;
  }

  .\32xl\:focus\:translate-x-34:focus {
    --transform-translate-x: 8.5rem !important;
  }

  .\32xl\:focus\:translate-x-38:focus {
    --transform-translate-x: 9.25rem !important;
  }

  .\32xl\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem !important;
  }

  .\32xl\:focus\:translate-x-46:focus {
    --transform-translate-x: 11.75rem !important;
  }

  .\32xl\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem !important;
  }

  .\32xl\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem !important;
  }

  .\32xl\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem !important;
  }

  .\32xl\:focus\:translate-x-82:focus {
    --transform-translate-x: 20.75rem !important;
  }

  .\32xl\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px !important;
  }

  .\32xl\:focus\:translate-x-tiny:focus {
    --transform-translate-x: 0.3rem !important;
  }

  .\32xl\:focus\:translate-x-quick-links:focus {
    --transform-translate-x: 26% !important;
  }

  .\32xl\:focus\:translate-x-pro-slid:focus {
    --transform-translate-x: 48% !important;
  }

  .\32xl\:focus\:translate-x-62p:focus {
    --transform-translate-x: 62% !important;
  }

  .\32xl\:focus\:translate-x-90p:focus {
    --transform-translate-x: 90% !important;
  }

  .\32xl\:focus\:translate-x-x-large:focus {
    --transform-translate-x: 27.5rem !important;
  }

  .\32xl\:focus\:translate-x-2px:focus {
    --transform-translate-x: 0.125rem !important;
  }

  .\32xl\:focus\:translate-x-9px:focus {
    --transform-translate-x: 0.5625rem !important;
  }

  .\32xl\:focus\:translate-x-10px:focus {
    --transform-translate-x: 0.625rem !important;
  }

  .\32xl\:focus\:translate-x-18px:focus {
    --transform-translate-x: 1.125rem !important;
  }

  .\32xl\:focus\:translate-x-20px:focus {
    --transform-translate-x: 1.25rem !important;
  }

  .\32xl\:focus\:translate-x-24px:focus {
    --transform-translate-x: 1.5rem !important;
  }

  .\32xl\:focus\:translate-x-26px:focus {
    --transform-translate-x: 1.625rem !important;
  }

  .\32xl\:focus\:translate-x-30px:focus {
    --transform-translate-x: 1.875rem !important;
  }

  .\32xl\:focus\:translate-x-38px:focus {
    --transform-translate-x: 2.375rem !important;
  }

  .\32xl\:focus\:translate-x-43px:focus {
    --transform-translate-x: 2.6875rem !important;
  }

  .\32xl\:focus\:translate-x-44px:focus {
    --transform-translate-x: 2.75rem !important;
  }

  .\32xl\:focus\:translate-x-46px:focus {
    --transform-translate-x: 2.875rem !important;
  }

  .\32xl\:focus\:translate-x-53px:focus {
    --transform-translate-x: 3.3125rem !important;
  }

  .\32xl\:focus\:translate-x-54px:focus {
    --transform-translate-x: 3.375rem !important;
  }

  .\32xl\:focus\:translate-x-55px:focus {
    --transform-translate-x: 3.4375rem !important;
  }

  .\32xl\:focus\:translate-x-60px:focus {
    --transform-translate-x: 3.75rem !important;
  }

  .\32xl\:focus\:translate-x-67px:focus {
    --transform-translate-x: 4.1875rem !important;
  }

  .\32xl\:focus\:translate-x-73px:focus {
    --transform-translate-x: 4.5625rem !important;
  }

  .\32xl\:focus\:translate-x-80px:focus {
    --transform-translate-x: 5rem !important;
  }

  .\32xl\:focus\:translate-x-81px:focus {
    --transform-translate-x: 5.0625rem !important;
  }

  .\32xl\:focus\:translate-x-85px:focus {
    --transform-translate-x: 5.3125rem !important;
  }

  .\32xl\:focus\:translate-x-92px:focus {
    --transform-translate-x: 5.75rem !important;
  }

  .\32xl\:focus\:translate-x-100px:focus {
    --transform-translate-x: 6.25rem !important;
  }

  .\32xl\:focus\:translate-x-106px:focus {
    --transform-translate-x: 6.625rem !important;
  }

  .\32xl\:focus\:translate-x-123px:focus {
    --transform-translate-x: 7.6875rem !important;
  }

  .\32xl\:focus\:translate-x-126px:focus {
    --transform-translate-x: 7.875rem !important;
  }

  .\32xl\:focus\:translate-x-138px:focus {
    --transform-translate-x: 8.625rem !important;
  }

  .\32xl\:focus\:translate-x-140px:focus {
    --transform-translate-x: 8.75rem !important;
  }

  .\32xl\:focus\:translate-x-146px:focus {
    --transform-translate-x: 9.125rem !important;
  }

  .\32xl\:focus\:translate-x-152px:focus {
    --transform-translate-x: 9.5rem !important;
  }

  .\32xl\:focus\:translate-x-187px:focus {
    --transform-translate-x: 11.6875rem !important;
  }

  .\32xl\:focus\:translate-x-220px:focus {
    --transform-translate-x: 13.75rem !important;
  }

  .\32xl\:focus\:translate-x-253px:focus {
    --transform-translate-x: 15.8125rem !important;
  }

  .\32xl\:focus\:translate-x-320px:focus {
    --transform-translate-x: 20rem !important;
  }

  .\32xl\:focus\:translate-x-400px:focus {
    --transform-translate-x: 25rem !important;
  }

  .\32xl\:focus\:translate-x-500px:focus {
    --transform-translate-x: 31.25rem !important;
  }

  .\32xl\:focus\:translate-x-lgPaddingTop:focus {
    --transform-translate-x: 15.8125rem !important;
  }

  .\32xl\:focus\:translate-x-phonePaddingTop:focus {
    --transform-translate-x: 9.875rem !important;
  }

  .\32xl\:focus\:translate-x-tabletPaddingTop:focus {
    --transform-translate-x: 6.625rem !important;
  }

  .\32xl\:focus\:translate-x-largePaddingTop:focus {
    --transform-translate-x: 13.75rem !important;
  }

  .\32xl\:focus\:translate-x-phoneTextContentMaxWidth:focus {
    --transform-translate-x: 57.0625rem !important;
  }

  .\32xl\:focus\:translate-x-phoneTextContentWidth:focus {
    --transform-translate-x: 63% !important;
  }

  .\32xl\:focus\:translate-x-phoneBlockContentWidth:focus {
    --transform-translate-x: 71.625rem !important;
  }

  .\32xl\:focus\:translate-x-tabletTextContentMaxWidth:focus {
    --transform-translate-x: 57.0625rem !important;
  }

  .\32xl\:focus\:translate-x-tabletTextContentWidth:focus {
    --transform-translate-x: 63% !important;
  }

  .\32xl\:focus\:translate-x-tabletBlockContentWidth:focus {
    --transform-translate-x: 71.625rem !important;
  }

  .\32xl\:focus\:translate-x-largeTextContentMaxWidth:focus {
    --transform-translate-x: 57.0625rem !important;
  }

  .\32xl\:focus\:translate-x-largeTextContentWidth:focus {
    --transform-translate-x: 63% !important;
  }

  .\32xl\:focus\:translate-x-largeBlockContentWidth:focus {
    --transform-translate-x: 71.625rem !important;
  }

  .\32xl\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem !important;
  }

  .\32xl\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem !important;
  }

  .\32xl\:focus\:-translate-x-3:focus {
    --transform-translate-x: -0.75rem !important;
  }

  .\32xl\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1rem !important;
  }

  .\32xl\:focus\:-translate-x-5:focus {
    --transform-translate-x: -1.25rem !important;
  }

  .\32xl\:focus\:-translate-x-6:focus {
    --transform-translate-x: -1.5rem !important;
  }

  .\32xl\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2rem !important;
  }

  .\32xl\:focus\:-translate-x-9:focus {
    --transform-translate-x: -2.5rem !important;
  }

  .\32xl\:focus\:-translate-x-10:focus {
    --transform-translate-x: -2.5rem !important;
  }

  .\32xl\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem !important;
  }

  .\32xl\:focus\:-translate-x-14:focus {
    --transform-translate-x: -3.5rem !important;
  }

  .\32xl\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem !important;
  }

  .\32xl\:focus\:-translate-x-18:focus {
    --transform-translate-x: -4.5rem !important;
  }

  .\32xl\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem !important;
  }

  .\32xl\:focus\:-translate-x-22:focus {
    --transform-translate-x: -5.626rem !important;
  }

  .\32xl\:focus\:-translate-x-24:focus {
    --transform-translate-x: -6rem !important;
  }

  .\32xl\:focus\:-translate-x-26:focus {
    --transform-translate-x: -6.25rem !important;
  }

  .\32xl\:focus\:-translate-x-28:focus {
    --transform-translate-x: -7rem !important;
  }

  .\32xl\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem !important;
  }

  .\32xl\:focus\:-translate-x-34:focus {
    --transform-translate-x: -8.5rem !important;
  }

  .\32xl\:focus\:-translate-x-38:focus {
    --transform-translate-x: -9.25rem !important;
  }

  .\32xl\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem !important;
  }

  .\32xl\:focus\:-translate-x-46:focus {
    --transform-translate-x: -11.75rem !important;
  }

  .\32xl\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem !important;
  }

  .\32xl\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem !important;
  }

  .\32xl\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem !important;
  }

  .\32xl\:focus\:-translate-x-82:focus {
    --transform-translate-x: -20.75rem !important;
  }

  .\32xl\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px !important;
  }

  .\32xl\:focus\:-translate-x-tiny:focus {
    --transform-translate-x: -0.3rem !important;
  }

  .\32xl\:focus\:-translate-x-quick-links:focus {
    --transform-translate-x: -26% !important;
  }

  .\32xl\:focus\:-translate-x-pro-slid:focus {
    --transform-translate-x: -48% !important;
  }

  .\32xl\:focus\:-translate-x-62p:focus {
    --transform-translate-x: -62% !important;
  }

  .\32xl\:focus\:-translate-x-90p:focus {
    --transform-translate-x: -90% !important;
  }

  .\32xl\:focus\:-translate-x-x-large:focus {
    --transform-translate-x: -27.5rem !important;
  }

  .\32xl\:focus\:-translate-x-2px:focus {
    --transform-translate-x: -0.125rem !important;
  }

  .\32xl\:focus\:-translate-x-9px:focus {
    --transform-translate-x: -0.5625rem !important;
  }

  .\32xl\:focus\:-translate-x-10px:focus {
    --transform-translate-x: -0.625rem !important;
  }

  .\32xl\:focus\:-translate-x-18px:focus {
    --transform-translate-x: -1.125rem !important;
  }

  .\32xl\:focus\:-translate-x-20px:focus {
    --transform-translate-x: -1.25rem !important;
  }

  .\32xl\:focus\:-translate-x-24px:focus {
    --transform-translate-x: -1.5rem !important;
  }

  .\32xl\:focus\:-translate-x-26px:focus {
    --transform-translate-x: -1.625rem !important;
  }

  .\32xl\:focus\:-translate-x-30px:focus {
    --transform-translate-x: -1.875rem !important;
  }

  .\32xl\:focus\:-translate-x-38px:focus {
    --transform-translate-x: -2.375rem !important;
  }

  .\32xl\:focus\:-translate-x-43px:focus {
    --transform-translate-x: -2.6875rem !important;
  }

  .\32xl\:focus\:-translate-x-44px:focus {
    --transform-translate-x: -2.75rem !important;
  }

  .\32xl\:focus\:-translate-x-46px:focus {
    --transform-translate-x: -2.875rem !important;
  }

  .\32xl\:focus\:-translate-x-53px:focus {
    --transform-translate-x: -3.3125rem !important;
  }

  .\32xl\:focus\:-translate-x-54px:focus {
    --transform-translate-x: -3.375rem !important;
  }

  .\32xl\:focus\:-translate-x-55px:focus {
    --transform-translate-x: -3.4375rem !important;
  }

  .\32xl\:focus\:-translate-x-60px:focus {
    --transform-translate-x: -3.75rem !important;
  }

  .\32xl\:focus\:-translate-x-67px:focus {
    --transform-translate-x: -4.1875rem !important;
  }

  .\32xl\:focus\:-translate-x-73px:focus {
    --transform-translate-x: -4.5625rem !important;
  }

  .\32xl\:focus\:-translate-x-80px:focus {
    --transform-translate-x: -5rem !important;
  }

  .\32xl\:focus\:-translate-x-81px:focus {
    --transform-translate-x: -5.0625rem !important;
  }

  .\32xl\:focus\:-translate-x-85px:focus {
    --transform-translate-x: -5.3125rem !important;
  }

  .\32xl\:focus\:-translate-x-92px:focus {
    --transform-translate-x: -5.75rem !important;
  }

  .\32xl\:focus\:-translate-x-100px:focus {
    --transform-translate-x: -6.25rem !important;
  }

  .\32xl\:focus\:-translate-x-106px:focus {
    --transform-translate-x: -6.625rem !important;
  }

  .\32xl\:focus\:-translate-x-123px:focus {
    --transform-translate-x: -7.6875rem !important;
  }

  .\32xl\:focus\:-translate-x-126px:focus {
    --transform-translate-x: -7.875rem !important;
  }

  .\32xl\:focus\:-translate-x-138px:focus {
    --transform-translate-x: -8.625rem !important;
  }

  .\32xl\:focus\:-translate-x-140px:focus {
    --transform-translate-x: -8.75rem !important;
  }

  .\32xl\:focus\:-translate-x-146px:focus {
    --transform-translate-x: -9.125rem !important;
  }

  .\32xl\:focus\:-translate-x-152px:focus {
    --transform-translate-x: -9.5rem !important;
  }

  .\32xl\:focus\:-translate-x-187px:focus {
    --transform-translate-x: -11.6875rem !important;
  }

  .\32xl\:focus\:-translate-x-220px:focus {
    --transform-translate-x: -13.75rem !important;
  }

  .\32xl\:focus\:-translate-x-253px:focus {
    --transform-translate-x: -15.8125rem !important;
  }

  .\32xl\:focus\:-translate-x-320px:focus {
    --transform-translate-x: -20rem !important;
  }

  .\32xl\:focus\:-translate-x-400px:focus {
    --transform-translate-x: -25rem !important;
  }

  .\32xl\:focus\:-translate-x-500px:focus {
    --transform-translate-x: -31.25rem !important;
  }

  .\32xl\:focus\:-translate-x-lgPaddingTop:focus {
    --transform-translate-x: -15.8125rem !important;
  }

  .\32xl\:focus\:-translate-x-phonePaddingTop:focus {
    --transform-translate-x: -9.875rem !important;
  }

  .\32xl\:focus\:-translate-x-tabletPaddingTop:focus {
    --transform-translate-x: -6.625rem !important;
  }

  .\32xl\:focus\:-translate-x-largePaddingTop:focus {
    --transform-translate-x: -13.75rem !important;
  }

  .\32xl\:focus\:-translate-x-phoneTextContentMaxWidth:focus {
    --transform-translate-x: -57.0625rem !important;
  }

  .\32xl\:focus\:-translate-x-phoneTextContentWidth:focus {
    --transform-translate-x: -63% !important;
  }

  .\32xl\:focus\:-translate-x-phoneBlockContentWidth:focus {
    --transform-translate-x: -71.625rem !important;
  }

  .\32xl\:focus\:-translate-x-tabletTextContentMaxWidth:focus {
    --transform-translate-x: -57.0625rem !important;
  }

  .\32xl\:focus\:-translate-x-tabletTextContentWidth:focus {
    --transform-translate-x: -63% !important;
  }

  .\32xl\:focus\:-translate-x-tabletBlockContentWidth:focus {
    --transform-translate-x: -71.625rem !important;
  }

  .\32xl\:focus\:-translate-x-largeTextContentMaxWidth:focus {
    --transform-translate-x: -57.0625rem !important;
  }

  .\32xl\:focus\:-translate-x-largeTextContentWidth:focus {
    --transform-translate-x: -63% !important;
  }

  .\32xl\:focus\:-translate-x-largeBlockContentWidth:focus {
    --transform-translate-x: -71.625rem !important;
  }

  .\32xl\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100% !important;
  }

  .\32xl\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50% !important;
  }

  .\32xl\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50% !important;
  }

  .\32xl\:focus\:translate-x-full:focus {
    --transform-translate-x: 100% !important;
  }

  .\32xl\:focus\:translate-y-0:focus {
    --transform-translate-y: 0 !important;
  }

  .\32xl\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem !important;
  }

  .\32xl\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem !important;
  }

  .\32xl\:focus\:translate-y-3:focus {
    --transform-translate-y: 0.75rem !important;
  }

  .\32xl\:focus\:translate-y-4:focus {
    --transform-translate-y: 1rem !important;
  }

  .\32xl\:focus\:translate-y-5:focus {
    --transform-translate-y: 1.25rem !important;
  }

  .\32xl\:focus\:translate-y-6:focus {
    --transform-translate-y: 1.5rem !important;
  }

  .\32xl\:focus\:translate-y-8:focus {
    --transform-translate-y: 2rem !important;
  }

  .\32xl\:focus\:translate-y-9:focus {
    --transform-translate-y: 2.5rem !important;
  }

  .\32xl\:focus\:translate-y-10:focus {
    --transform-translate-y: 2.5rem !important;
  }

  .\32xl\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem !important;
  }

  .\32xl\:focus\:translate-y-14:focus {
    --transform-translate-y: 3.5rem !important;
  }

  .\32xl\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem !important;
  }

  .\32xl\:focus\:translate-y-18:focus {
    --transform-translate-y: 4.5rem !important;
  }

  .\32xl\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem !important;
  }

  .\32xl\:focus\:translate-y-22:focus {
    --transform-translate-y: 5.626rem !important;
  }

  .\32xl\:focus\:translate-y-24:focus {
    --transform-translate-y: 6rem !important;
  }

  .\32xl\:focus\:translate-y-26:focus {
    --transform-translate-y: 6.25rem !important;
  }

  .\32xl\:focus\:translate-y-28:focus {
    --transform-translate-y: 7rem !important;
  }

  .\32xl\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem !important;
  }

  .\32xl\:focus\:translate-y-34:focus {
    --transform-translate-y: 8.5rem !important;
  }

  .\32xl\:focus\:translate-y-38:focus {
    --transform-translate-y: 9.25rem !important;
  }

  .\32xl\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem !important;
  }

  .\32xl\:focus\:translate-y-46:focus {
    --transform-translate-y: 11.75rem !important;
  }

  .\32xl\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem !important;
  }

  .\32xl\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem !important;
  }

  .\32xl\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem !important;
  }

  .\32xl\:focus\:translate-y-82:focus {
    --transform-translate-y: 20.75rem !important;
  }

  .\32xl\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px !important;
  }

  .\32xl\:focus\:translate-y-tiny:focus {
    --transform-translate-y: 0.3rem !important;
  }

  .\32xl\:focus\:translate-y-quick-links:focus {
    --transform-translate-y: 26% !important;
  }

  .\32xl\:focus\:translate-y-pro-slid:focus {
    --transform-translate-y: 48% !important;
  }

  .\32xl\:focus\:translate-y-62p:focus {
    --transform-translate-y: 62% !important;
  }

  .\32xl\:focus\:translate-y-90p:focus {
    --transform-translate-y: 90% !important;
  }

  .\32xl\:focus\:translate-y-x-large:focus {
    --transform-translate-y: 27.5rem !important;
  }

  .\32xl\:focus\:translate-y-2px:focus {
    --transform-translate-y: 0.125rem !important;
  }

  .\32xl\:focus\:translate-y-9px:focus {
    --transform-translate-y: 0.5625rem !important;
  }

  .\32xl\:focus\:translate-y-10px:focus {
    --transform-translate-y: 0.625rem !important;
  }

  .\32xl\:focus\:translate-y-18px:focus {
    --transform-translate-y: 1.125rem !important;
  }

  .\32xl\:focus\:translate-y-20px:focus {
    --transform-translate-y: 1.25rem !important;
  }

  .\32xl\:focus\:translate-y-24px:focus {
    --transform-translate-y: 1.5rem !important;
  }

  .\32xl\:focus\:translate-y-26px:focus {
    --transform-translate-y: 1.625rem !important;
  }

  .\32xl\:focus\:translate-y-30px:focus {
    --transform-translate-y: 1.875rem !important;
  }

  .\32xl\:focus\:translate-y-38px:focus {
    --transform-translate-y: 2.375rem !important;
  }

  .\32xl\:focus\:translate-y-43px:focus {
    --transform-translate-y: 2.6875rem !important;
  }

  .\32xl\:focus\:translate-y-44px:focus {
    --transform-translate-y: 2.75rem !important;
  }

  .\32xl\:focus\:translate-y-46px:focus {
    --transform-translate-y: 2.875rem !important;
  }

  .\32xl\:focus\:translate-y-53px:focus {
    --transform-translate-y: 3.3125rem !important;
  }

  .\32xl\:focus\:translate-y-54px:focus {
    --transform-translate-y: 3.375rem !important;
  }

  .\32xl\:focus\:translate-y-55px:focus {
    --transform-translate-y: 3.4375rem !important;
  }

  .\32xl\:focus\:translate-y-60px:focus {
    --transform-translate-y: 3.75rem !important;
  }

  .\32xl\:focus\:translate-y-67px:focus {
    --transform-translate-y: 4.1875rem !important;
  }

  .\32xl\:focus\:translate-y-73px:focus {
    --transform-translate-y: 4.5625rem !important;
  }

  .\32xl\:focus\:translate-y-80px:focus {
    --transform-translate-y: 5rem !important;
  }

  .\32xl\:focus\:translate-y-81px:focus {
    --transform-translate-y: 5.0625rem !important;
  }

  .\32xl\:focus\:translate-y-85px:focus {
    --transform-translate-y: 5.3125rem !important;
  }

  .\32xl\:focus\:translate-y-92px:focus {
    --transform-translate-y: 5.75rem !important;
  }

  .\32xl\:focus\:translate-y-100px:focus {
    --transform-translate-y: 6.25rem !important;
  }

  .\32xl\:focus\:translate-y-106px:focus {
    --transform-translate-y: 6.625rem !important;
  }

  .\32xl\:focus\:translate-y-123px:focus {
    --transform-translate-y: 7.6875rem !important;
  }

  .\32xl\:focus\:translate-y-126px:focus {
    --transform-translate-y: 7.875rem !important;
  }

  .\32xl\:focus\:translate-y-138px:focus {
    --transform-translate-y: 8.625rem !important;
  }

  .\32xl\:focus\:translate-y-140px:focus {
    --transform-translate-y: 8.75rem !important;
  }

  .\32xl\:focus\:translate-y-146px:focus {
    --transform-translate-y: 9.125rem !important;
  }

  .\32xl\:focus\:translate-y-152px:focus {
    --transform-translate-y: 9.5rem !important;
  }

  .\32xl\:focus\:translate-y-187px:focus {
    --transform-translate-y: 11.6875rem !important;
  }

  .\32xl\:focus\:translate-y-220px:focus {
    --transform-translate-y: 13.75rem !important;
  }

  .\32xl\:focus\:translate-y-253px:focus {
    --transform-translate-y: 15.8125rem !important;
  }

  .\32xl\:focus\:translate-y-320px:focus {
    --transform-translate-y: 20rem !important;
  }

  .\32xl\:focus\:translate-y-400px:focus {
    --transform-translate-y: 25rem !important;
  }

  .\32xl\:focus\:translate-y-500px:focus {
    --transform-translate-y: 31.25rem !important;
  }

  .\32xl\:focus\:translate-y-lgPaddingTop:focus {
    --transform-translate-y: 15.8125rem !important;
  }

  .\32xl\:focus\:translate-y-phonePaddingTop:focus {
    --transform-translate-y: 9.875rem !important;
  }

  .\32xl\:focus\:translate-y-tabletPaddingTop:focus {
    --transform-translate-y: 6.625rem !important;
  }

  .\32xl\:focus\:translate-y-largePaddingTop:focus {
    --transform-translate-y: 13.75rem !important;
  }

  .\32xl\:focus\:translate-y-phoneTextContentMaxWidth:focus {
    --transform-translate-y: 57.0625rem !important;
  }

  .\32xl\:focus\:translate-y-phoneTextContentWidth:focus {
    --transform-translate-y: 63% !important;
  }

  .\32xl\:focus\:translate-y-phoneBlockContentWidth:focus {
    --transform-translate-y: 71.625rem !important;
  }

  .\32xl\:focus\:translate-y-tabletTextContentMaxWidth:focus {
    --transform-translate-y: 57.0625rem !important;
  }

  .\32xl\:focus\:translate-y-tabletTextContentWidth:focus {
    --transform-translate-y: 63% !important;
  }

  .\32xl\:focus\:translate-y-tabletBlockContentWidth:focus {
    --transform-translate-y: 71.625rem !important;
  }

  .\32xl\:focus\:translate-y-largeTextContentMaxWidth:focus {
    --transform-translate-y: 57.0625rem !important;
  }

  .\32xl\:focus\:translate-y-largeTextContentWidth:focus {
    --transform-translate-y: 63% !important;
  }

  .\32xl\:focus\:translate-y-largeBlockContentWidth:focus {
    --transform-translate-y: 71.625rem !important;
  }

  .\32xl\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem !important;
  }

  .\32xl\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem !important;
  }

  .\32xl\:focus\:-translate-y-3:focus {
    --transform-translate-y: -0.75rem !important;
  }

  .\32xl\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1rem !important;
  }

  .\32xl\:focus\:-translate-y-5:focus {
    --transform-translate-y: -1.25rem !important;
  }

  .\32xl\:focus\:-translate-y-6:focus {
    --transform-translate-y: -1.5rem !important;
  }

  .\32xl\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2rem !important;
  }

  .\32xl\:focus\:-translate-y-9:focus {
    --transform-translate-y: -2.5rem !important;
  }

  .\32xl\:focus\:-translate-y-10:focus {
    --transform-translate-y: -2.5rem !important;
  }

  .\32xl\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem !important;
  }

  .\32xl\:focus\:-translate-y-14:focus {
    --transform-translate-y: -3.5rem !important;
  }

  .\32xl\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem !important;
  }

  .\32xl\:focus\:-translate-y-18:focus {
    --transform-translate-y: -4.5rem !important;
  }

  .\32xl\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem !important;
  }

  .\32xl\:focus\:-translate-y-22:focus {
    --transform-translate-y: -5.626rem !important;
  }

  .\32xl\:focus\:-translate-y-24:focus {
    --transform-translate-y: -6rem !important;
  }

  .\32xl\:focus\:-translate-y-26:focus {
    --transform-translate-y: -6.25rem !important;
  }

  .\32xl\:focus\:-translate-y-28:focus {
    --transform-translate-y: -7rem !important;
  }

  .\32xl\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem !important;
  }

  .\32xl\:focus\:-translate-y-34:focus {
    --transform-translate-y: -8.5rem !important;
  }

  .\32xl\:focus\:-translate-y-38:focus {
    --transform-translate-y: -9.25rem !important;
  }

  .\32xl\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem !important;
  }

  .\32xl\:focus\:-translate-y-46:focus {
    --transform-translate-y: -11.75rem !important;
  }

  .\32xl\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem !important;
  }

  .\32xl\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem !important;
  }

  .\32xl\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem !important;
  }

  .\32xl\:focus\:-translate-y-82:focus {
    --transform-translate-y: -20.75rem !important;
  }

  .\32xl\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px !important;
  }

  .\32xl\:focus\:-translate-y-tiny:focus {
    --transform-translate-y: -0.3rem !important;
  }

  .\32xl\:focus\:-translate-y-quick-links:focus {
    --transform-translate-y: -26% !important;
  }

  .\32xl\:focus\:-translate-y-pro-slid:focus {
    --transform-translate-y: -48% !important;
  }

  .\32xl\:focus\:-translate-y-62p:focus {
    --transform-translate-y: -62% !important;
  }

  .\32xl\:focus\:-translate-y-90p:focus {
    --transform-translate-y: -90% !important;
  }

  .\32xl\:focus\:-translate-y-x-large:focus {
    --transform-translate-y: -27.5rem !important;
  }

  .\32xl\:focus\:-translate-y-2px:focus {
    --transform-translate-y: -0.125rem !important;
  }

  .\32xl\:focus\:-translate-y-9px:focus {
    --transform-translate-y: -0.5625rem !important;
  }

  .\32xl\:focus\:-translate-y-10px:focus {
    --transform-translate-y: -0.625rem !important;
  }

  .\32xl\:focus\:-translate-y-18px:focus {
    --transform-translate-y: -1.125rem !important;
  }

  .\32xl\:focus\:-translate-y-20px:focus {
    --transform-translate-y: -1.25rem !important;
  }

  .\32xl\:focus\:-translate-y-24px:focus {
    --transform-translate-y: -1.5rem !important;
  }

  .\32xl\:focus\:-translate-y-26px:focus {
    --transform-translate-y: -1.625rem !important;
  }

  .\32xl\:focus\:-translate-y-30px:focus {
    --transform-translate-y: -1.875rem !important;
  }

  .\32xl\:focus\:-translate-y-38px:focus {
    --transform-translate-y: -2.375rem !important;
  }

  .\32xl\:focus\:-translate-y-43px:focus {
    --transform-translate-y: -2.6875rem !important;
  }

  .\32xl\:focus\:-translate-y-44px:focus {
    --transform-translate-y: -2.75rem !important;
  }

  .\32xl\:focus\:-translate-y-46px:focus {
    --transform-translate-y: -2.875rem !important;
  }

  .\32xl\:focus\:-translate-y-53px:focus {
    --transform-translate-y: -3.3125rem !important;
  }

  .\32xl\:focus\:-translate-y-54px:focus {
    --transform-translate-y: -3.375rem !important;
  }

  .\32xl\:focus\:-translate-y-55px:focus {
    --transform-translate-y: -3.4375rem !important;
  }

  .\32xl\:focus\:-translate-y-60px:focus {
    --transform-translate-y: -3.75rem !important;
  }

  .\32xl\:focus\:-translate-y-67px:focus {
    --transform-translate-y: -4.1875rem !important;
  }

  .\32xl\:focus\:-translate-y-73px:focus {
    --transform-translate-y: -4.5625rem !important;
  }

  .\32xl\:focus\:-translate-y-80px:focus {
    --transform-translate-y: -5rem !important;
  }

  .\32xl\:focus\:-translate-y-81px:focus {
    --transform-translate-y: -5.0625rem !important;
  }

  .\32xl\:focus\:-translate-y-85px:focus {
    --transform-translate-y: -5.3125rem !important;
  }

  .\32xl\:focus\:-translate-y-92px:focus {
    --transform-translate-y: -5.75rem !important;
  }

  .\32xl\:focus\:-translate-y-100px:focus {
    --transform-translate-y: -6.25rem !important;
  }

  .\32xl\:focus\:-translate-y-106px:focus {
    --transform-translate-y: -6.625rem !important;
  }

  .\32xl\:focus\:-translate-y-123px:focus {
    --transform-translate-y: -7.6875rem !important;
  }

  .\32xl\:focus\:-translate-y-126px:focus {
    --transform-translate-y: -7.875rem !important;
  }

  .\32xl\:focus\:-translate-y-138px:focus {
    --transform-translate-y: -8.625rem !important;
  }

  .\32xl\:focus\:-translate-y-140px:focus {
    --transform-translate-y: -8.75rem !important;
  }

  .\32xl\:focus\:-translate-y-146px:focus {
    --transform-translate-y: -9.125rem !important;
  }

  .\32xl\:focus\:-translate-y-152px:focus {
    --transform-translate-y: -9.5rem !important;
  }

  .\32xl\:focus\:-translate-y-187px:focus {
    --transform-translate-y: -11.6875rem !important;
  }

  .\32xl\:focus\:-translate-y-220px:focus {
    --transform-translate-y: -13.75rem !important;
  }

  .\32xl\:focus\:-translate-y-253px:focus {
    --transform-translate-y: -15.8125rem !important;
  }

  .\32xl\:focus\:-translate-y-320px:focus {
    --transform-translate-y: -20rem !important;
  }

  .\32xl\:focus\:-translate-y-400px:focus {
    --transform-translate-y: -25rem !important;
  }

  .\32xl\:focus\:-translate-y-500px:focus {
    --transform-translate-y: -31.25rem !important;
  }

  .\32xl\:focus\:-translate-y-lgPaddingTop:focus {
    --transform-translate-y: -15.8125rem !important;
  }

  .\32xl\:focus\:-translate-y-phonePaddingTop:focus {
    --transform-translate-y: -9.875rem !important;
  }

  .\32xl\:focus\:-translate-y-tabletPaddingTop:focus {
    --transform-translate-y: -6.625rem !important;
  }

  .\32xl\:focus\:-translate-y-largePaddingTop:focus {
    --transform-translate-y: -13.75rem !important;
  }

  .\32xl\:focus\:-translate-y-phoneTextContentMaxWidth:focus {
    --transform-translate-y: -57.0625rem !important;
  }

  .\32xl\:focus\:-translate-y-phoneTextContentWidth:focus {
    --transform-translate-y: -63% !important;
  }

  .\32xl\:focus\:-translate-y-phoneBlockContentWidth:focus {
    --transform-translate-y: -71.625rem !important;
  }

  .\32xl\:focus\:-translate-y-tabletTextContentMaxWidth:focus {
    --transform-translate-y: -57.0625rem !important;
  }

  .\32xl\:focus\:-translate-y-tabletTextContentWidth:focus {
    --transform-translate-y: -63% !important;
  }

  .\32xl\:focus\:-translate-y-tabletBlockContentWidth:focus {
    --transform-translate-y: -71.625rem !important;
  }

  .\32xl\:focus\:-translate-y-largeTextContentMaxWidth:focus {
    --transform-translate-y: -57.0625rem !important;
  }

  .\32xl\:focus\:-translate-y-largeTextContentWidth:focus {
    --transform-translate-y: -63% !important;
  }

  .\32xl\:focus\:-translate-y-largeBlockContentWidth:focus {
    --transform-translate-y: -71.625rem !important;
  }

  .\32xl\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100% !important;
  }

  .\32xl\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50% !important;
  }

  .\32xl\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50% !important;
  }

  .\32xl\:focus\:translate-y-full:focus {
    --transform-translate-y: 100% !important;
  }

  .\32xl\:skew-x-0 {
    --transform-skew-x: 0 !important;
  }

  .\32xl\:skew-x-1 {
    --transform-skew-x: 1deg !important;
  }

  .\32xl\:skew-x-2 {
    --transform-skew-x: 2deg !important;
  }

  .\32xl\:skew-x-3 {
    --transform-skew-x: 3deg !important;
  }

  .\32xl\:skew-x-6 {
    --transform-skew-x: 6deg !important;
  }

  .\32xl\:skew-x-12 {
    --transform-skew-x: 12deg !important;
  }

  .\32xl\:-skew-x-12 {
    --transform-skew-x: -12deg !important;
  }

  .\32xl\:-skew-x-6 {
    --transform-skew-x: -6deg !important;
  }

  .\32xl\:-skew-x-3 {
    --transform-skew-x: -3deg !important;
  }

  .\32xl\:-skew-x-2 {
    --transform-skew-x: -2deg !important;
  }

  .\32xl\:-skew-x-1 {
    --transform-skew-x: -1deg !important;
  }

  .\32xl\:skew-y-0 {
    --transform-skew-y: 0 !important;
  }

  .\32xl\:skew-y-1 {
    --transform-skew-y: 1deg !important;
  }

  .\32xl\:skew-y-2 {
    --transform-skew-y: 2deg !important;
  }

  .\32xl\:skew-y-3 {
    --transform-skew-y: 3deg !important;
  }

  .\32xl\:skew-y-6 {
    --transform-skew-y: 6deg !important;
  }

  .\32xl\:skew-y-12 {
    --transform-skew-y: 12deg !important;
  }

  .\32xl\:-skew-y-12 {
    --transform-skew-y: -12deg !important;
  }

  .\32xl\:-skew-y-6 {
    --transform-skew-y: -6deg !important;
  }

  .\32xl\:-skew-y-3 {
    --transform-skew-y: -3deg !important;
  }

  .\32xl\:-skew-y-2 {
    --transform-skew-y: -2deg !important;
  }

  .\32xl\:-skew-y-1 {
    --transform-skew-y: -1deg !important;
  }

  .\32xl\:hover\:skew-x-0:hover {
    --transform-skew-x: 0 !important;
  }

  .\32xl\:hover\:skew-x-1:hover {
    --transform-skew-x: 1deg !important;
  }

  .\32xl\:hover\:skew-x-2:hover {
    --transform-skew-x: 2deg !important;
  }

  .\32xl\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg !important;
  }

  .\32xl\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg !important;
  }

  .\32xl\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg !important;
  }

  .\32xl\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg !important;
  }

  .\32xl\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg !important;
  }

  .\32xl\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg !important;
  }

  .\32xl\:hover\:-skew-x-2:hover {
    --transform-skew-x: -2deg !important;
  }

  .\32xl\:hover\:-skew-x-1:hover {
    --transform-skew-x: -1deg !important;
  }

  .\32xl\:hover\:skew-y-0:hover {
    --transform-skew-y: 0 !important;
  }

  .\32xl\:hover\:skew-y-1:hover {
    --transform-skew-y: 1deg !important;
  }

  .\32xl\:hover\:skew-y-2:hover {
    --transform-skew-y: 2deg !important;
  }

  .\32xl\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg !important;
  }

  .\32xl\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg !important;
  }

  .\32xl\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg !important;
  }

  .\32xl\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg !important;
  }

  .\32xl\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg !important;
  }

  .\32xl\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg !important;
  }

  .\32xl\:hover\:-skew-y-2:hover {
    --transform-skew-y: -2deg !important;
  }

  .\32xl\:hover\:-skew-y-1:hover {
    --transform-skew-y: -1deg !important;
  }

  .\32xl\:focus\:skew-x-0:focus {
    --transform-skew-x: 0 !important;
  }

  .\32xl\:focus\:skew-x-1:focus {
    --transform-skew-x: 1deg !important;
  }

  .\32xl\:focus\:skew-x-2:focus {
    --transform-skew-x: 2deg !important;
  }

  .\32xl\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg !important;
  }

  .\32xl\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg !important;
  }

  .\32xl\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg !important;
  }

  .\32xl\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg !important;
  }

  .\32xl\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg !important;
  }

  .\32xl\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg !important;
  }

  .\32xl\:focus\:-skew-x-2:focus {
    --transform-skew-x: -2deg !important;
  }

  .\32xl\:focus\:-skew-x-1:focus {
    --transform-skew-x: -1deg !important;
  }

  .\32xl\:focus\:skew-y-0:focus {
    --transform-skew-y: 0 !important;
  }

  .\32xl\:focus\:skew-y-1:focus {
    --transform-skew-y: 1deg !important;
  }

  .\32xl\:focus\:skew-y-2:focus {
    --transform-skew-y: 2deg !important;
  }

  .\32xl\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg !important;
  }

  .\32xl\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg !important;
  }

  .\32xl\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg !important;
  }

  .\32xl\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg !important;
  }

  .\32xl\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg !important;
  }

  .\32xl\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg !important;
  }

  .\32xl\:focus\:-skew-y-2:focus {
    --transform-skew-y: -2deg !important;
  }

  .\32xl\:focus\:-skew-y-1:focus {
    --transform-skew-y: -1deg !important;
  }

  .\32xl\:transition-none {
    transition-property: none !important;
  }

  .\32xl\:transition-all {
    transition-property: all !important;
  }

  .\32xl\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
  }

  .\32xl\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  .\32xl\:transition-opacity {
    transition-property: opacity !important;
  }

  .\32xl\:transition-shadow {
    transition-property: box-shadow !important;
  }

  .\32xl\:transition-transform {
    transition-property: transform !important;
  }

  .\32xl\:ease-linear {
    transition-timing-function: linear !important;
  }

  .\32xl\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .\32xl\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

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

  .\32xl\:duration-75 {
    transition-duration: 75ms !important;
  }

  .\32xl\:duration-100 {
    transition-duration: 100ms !important;
  }

  .\32xl\:duration-150 {
    transition-duration: 150ms !important;
  }

  .\32xl\:duration-200 {
    transition-duration: 200ms !important;
  }

  .\32xl\:duration-300 {
    transition-duration: 300ms !important;
  }

  .\32xl\:duration-500 {
    transition-duration: 500ms !important;
  }

  .\32xl\:duration-700 {
    transition-duration: 700ms !important;
  }

  .\32xl\:duration-1000 {
    transition-duration: 1000ms !important;
  }

  .\32xl\:delay-75 {
    transition-delay: 75ms !important;
  }

  .\32xl\:delay-100 {
    transition-delay: 100ms !important;
  }

  .\32xl\:delay-150 {
    transition-delay: 150ms !important;
  }

  .\32xl\:delay-200 {
    transition-delay: 200ms !important;
  }

  .\32xl\:delay-300 {
    transition-delay: 300ms !important;
  }

  .\32xl\:delay-500 {
    transition-delay: 500ms !important;
  }

  .\32xl\:delay-700 {
    transition-delay: 700ms !important;
  }

  .\32xl\:delay-1000 {
    transition-delay: 1000ms !important;
  }

  .\32xl\:animate-none {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .\32xl\:animate-spin {
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

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

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

  .\32xl\:animate-bounce {
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !important;
  }
}

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

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

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

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

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

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

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

  .\33xl\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(4.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4.5rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(4.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(4.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5.626rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5.626rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5.626rem * var(--space-x-reverse)) !important;
    margin-left: calc(5.626rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-26 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(6.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6.25rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-26 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(6.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(6.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-34 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(8.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8.5rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-34 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(8.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(8.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-38 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(9.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(9.25rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-38 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(9.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(9.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-46 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(11.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(11.75rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-46 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(11.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(11.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-82 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(20.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(20.75rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-82 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(20.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(20.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-tiny > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.3rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-tiny > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.3rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-quick-links > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(26% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(26% * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-quick-links > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(26% * var(--space-x-reverse)) !important;
    margin-left: calc(26% * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-pro-slid > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(48% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(48% * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-pro-slid > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(48% * var(--space-x-reverse)) !important;
    margin-left: calc(48% * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-62p > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(62% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(62% * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-62p > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(62% * var(--space-x-reverse)) !important;
    margin-left: calc(62% * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-90p > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(90% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(90% * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-90p > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(90% * var(--space-x-reverse)) !important;
    margin-left: calc(90% * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-x-large > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(27.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(27.5rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-x-large > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(27.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(27.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-2px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.125rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-2px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.125rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-9px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.5625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.5625rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-9px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.5625rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.5625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-10px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.625rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-10px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-18px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.125rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-18px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.125rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-20px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-20px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-24px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-24px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-26px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.625rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-26px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-30px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.875rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-30px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.875rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-38px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.375rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.375rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-38px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.375rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.375rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-43px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.6875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.6875rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-43px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.6875rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.6875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-44px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-44px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-46px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.875rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-46px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.875rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-53px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(3.3125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3.3125rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-53px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(3.3125rem * var(--space-x-reverse)) !important;
    margin-left: calc(3.3125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-54px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(3.375rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3.375rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-54px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(3.375rem * var(--space-x-reverse)) !important;
    margin-left: calc(3.375rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-55px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(3.4375rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3.4375rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-55px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(3.4375rem * var(--space-x-reverse)) !important;
    margin-left: calc(3.4375rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-60px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3.75rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-60px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(3.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(3.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-67px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(4.1875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4.1875rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-67px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(4.1875rem * var(--space-x-reverse)) !important;
    margin-left: calc(4.1875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-73px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(4.5625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4.5625rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-73px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(4.5625rem * var(--space-x-reverse)) !important;
    margin-left: calc(4.5625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-80px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-80px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-81px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5.0625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5.0625rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-81px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5.0625rem * var(--space-x-reverse)) !important;
    margin-left: calc(5.0625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-85px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5.3125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5.3125rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-85px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5.3125rem * var(--space-x-reverse)) !important;
    margin-left: calc(5.3125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-92px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(5.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5.75rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-92px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(5.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(5.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-100px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(6.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6.25rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-100px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(6.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(6.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-106px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(6.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6.625rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-106px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(6.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(6.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-123px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(7.6875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(7.6875rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-123px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(7.6875rem * var(--space-x-reverse)) !important;
    margin-left: calc(7.6875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-126px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(7.875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(7.875rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-126px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(7.875rem * var(--space-x-reverse)) !important;
    margin-left: calc(7.875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-138px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(8.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8.625rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-138px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(8.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(8.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-140px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(8.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8.75rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-140px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(8.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(8.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-146px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(9.125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(9.125rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-146px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(9.125rem * var(--space-x-reverse)) !important;
    margin-left: calc(9.125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-152px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(9.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(9.5rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-152px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(9.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(9.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-187px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(11.6875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(11.6875rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-187px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(11.6875rem * var(--space-x-reverse)) !important;
    margin-left: calc(11.6875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-220px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(13.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(13.75rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-220px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(13.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(13.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-253px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(15.8125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(15.8125rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-253px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(15.8125rem * var(--space-x-reverse)) !important;
    margin-left: calc(15.8125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-320px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-320px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-400px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(25rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-400px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(25rem * var(--space-x-reverse)) !important;
    margin-left: calc(25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-500px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(31.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(31.25rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-500px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(31.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(31.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-lgPaddingTop > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(15.8125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(15.8125rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-lgPaddingTop > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(15.8125rem * var(--space-x-reverse)) !important;
    margin-left: calc(15.8125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-phonePaddingTop > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(9.875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(9.875rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-phonePaddingTop > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(9.875rem * var(--space-x-reverse)) !important;
    margin-left: calc(9.875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-tabletPaddingTop > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(6.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6.625rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-tabletPaddingTop > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(6.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(6.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-largePaddingTop > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(13.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(13.75rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-largePaddingTop > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(13.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(13.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-phoneTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(57.0625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(57.0625rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-phoneTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(57.0625rem * var(--space-x-reverse)) !important;
    margin-left: calc(57.0625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-phoneTextContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(63% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(63% * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-phoneTextContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(63% * var(--space-x-reverse)) !important;
    margin-left: calc(63% * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-phoneBlockContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(71.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(71.625rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-phoneBlockContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(71.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(71.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-tabletTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(57.0625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(57.0625rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-tabletTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(57.0625rem * var(--space-x-reverse)) !important;
    margin-left: calc(57.0625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-tabletTextContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(63% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(63% * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-tabletTextContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(63% * var(--space-x-reverse)) !important;
    margin-left: calc(63% * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-tabletBlockContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(71.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(71.625rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-tabletBlockContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(71.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(71.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-largeTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(57.0625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(57.0625rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-largeTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(57.0625rem * var(--space-x-reverse)) !important;
    margin-left: calc(57.0625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-largeTextContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(63% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(63% * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-largeTextContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(63% * var(--space-x-reverse)) !important;
    margin-left: calc(63% * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-largeBlockContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(71.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(71.625rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:space-x-largeBlockContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(71.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(71.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-9 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-9 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-4.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4.5rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-4.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5.626rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5.626rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5.626rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5.626rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-26 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-6.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6.25rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-26 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-6.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-34 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-8.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8.5rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-34 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-8.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-38 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-9.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-9.25rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-38 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-9.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-9.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-46 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-11.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-11.75rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-46 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-11.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-11.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-82 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-20.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-20.75rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-82 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-20.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-20.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-tiny > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.3rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-tiny > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.3rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-quick-links > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-26% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-26% * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-quick-links > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-26% * var(--space-x-reverse)) !important;
    margin-left: calc(-26% * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-pro-slid > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-48% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-48% * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-pro-slid > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-48% * var(--space-x-reverse)) !important;
    margin-left: calc(-48% * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-62p > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-62% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-62% * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-62p > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-62% * var(--space-x-reverse)) !important;
    margin-left: calc(-62% * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-90p > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-90% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-90% * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-90p > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-90% * var(--space-x-reverse)) !important;
    margin-left: calc(-90% * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-x-large > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-27.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-27.5rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-x-large > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-27.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-27.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-2px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.125rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-2px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.125rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-9px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.5625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.5625rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-9px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.5625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.5625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-10px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.625rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-10px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-18px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.125rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-18px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.125rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-20px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-20px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-24px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-24px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-26px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.625rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-26px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-30px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.875rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-30px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.875rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-38px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.375rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.375rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-38px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.375rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.375rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-43px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.6875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.6875rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-43px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.6875rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.6875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-44px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-44px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-46px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.875rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-46px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.875rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-53px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3.3125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3.3125rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-53px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3.3125rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3.3125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-54px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3.375rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3.375rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-54px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3.375rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3.375rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-55px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3.4375rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3.4375rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-55px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3.4375rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3.4375rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-60px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3.75rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-60px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-3.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-67px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-4.1875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4.1875rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-67px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-4.1875rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4.1875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-73px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-4.5625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4.5625rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-73px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-4.5625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4.5625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-80px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-80px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-81px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5.0625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5.0625rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-81px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5.0625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5.0625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-85px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5.3125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5.3125rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-85px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5.3125rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5.3125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-92px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-5.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5.75rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-92px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-5.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-100px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-6.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6.25rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-100px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-6.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-106px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-6.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6.625rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-106px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-6.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-123px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-7.6875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-7.6875rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-123px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-7.6875rem * var(--space-x-reverse)) !important;
    margin-left: calc(-7.6875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-126px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-7.875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-7.875rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-126px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-7.875rem * var(--space-x-reverse)) !important;
    margin-left: calc(-7.875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-138px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-8.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8.625rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-138px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-8.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-140px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-8.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8.75rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-140px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-8.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-146px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-9.125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-9.125rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-146px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-9.125rem * var(--space-x-reverse)) !important;
    margin-left: calc(-9.125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-152px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-9.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-9.5rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-152px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-9.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-9.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-187px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-11.6875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-11.6875rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-187px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-11.6875rem * var(--space-x-reverse)) !important;
    margin-left: calc(-11.6875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-220px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-13.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-13.75rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-220px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-13.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-13.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-253px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-15.8125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-15.8125rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-253px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-15.8125rem * var(--space-x-reverse)) !important;
    margin-left: calc(-15.8125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-320px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-320px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-400px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-25rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-400px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-500px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-31.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-31.25rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-500px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-31.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-31.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-lgPaddingTop > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-15.8125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-15.8125rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-lgPaddingTop > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-15.8125rem * var(--space-x-reverse)) !important;
    margin-left: calc(-15.8125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-phonePaddingTop > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-9.875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-9.875rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-phonePaddingTop > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-9.875rem * var(--space-x-reverse)) !important;
    margin-left: calc(-9.875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-tabletPaddingTop > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-6.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6.625rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-tabletPaddingTop > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-6.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-largePaddingTop > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-13.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-13.75rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-largePaddingTop > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-13.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-13.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-phoneTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-57.0625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-57.0625rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-phoneTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-57.0625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-57.0625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-phoneTextContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-63% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-63% * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-phoneTextContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-63% * var(--space-x-reverse)) !important;
    margin-left: calc(-63% * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-phoneBlockContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-71.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-71.625rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-phoneBlockContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-71.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-71.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-tabletTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-57.0625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-57.0625rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-tabletTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-57.0625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-57.0625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-tabletTextContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-63% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-63% * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-tabletTextContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-63% * var(--space-x-reverse)) !important;
    margin-left: calc(-63% * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-tabletBlockContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-71.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-71.625rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-tabletBlockContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-71.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-71.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-largeTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-57.0625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-57.0625rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-largeTextContentMaxWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-57.0625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-57.0625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-largeTextContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-63% * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-63% * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-largeTextContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-63% * var(--space-x-reverse)) !important;
    margin-left: calc(-63% * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:-space-y-largeBlockContentWidth > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-71.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-71.625rem * var(--space-y-reverse)) !important;
  }

  .\33xl\:-space-x-largeBlockContentWidth > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-71.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-71.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .\33xl\:space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1 !important;
  }

  .\33xl\:space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1 !important;
  }

  .\33xl\:divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--divide-y-reverse)) !important;
  }

  .\33xl\:divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .\33xl\:divide-y-0px > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--divide-y-reverse)) !important;
  }

  .\33xl\:divide-x-0px > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .\33xl\:divide-y-18px > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(18px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(18px * var(--divide-y-reverse)) !important;
  }

  .\33xl\:divide-x-18px > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(18px * var(--divide-x-reverse)) !important;
    border-left-width: calc(18px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .\33xl\:divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1 !important;
  }

  .\33xl\:divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1 !important;
  }

  .\33xl\:divide-transparent > :not(template) ~ :not(template) {
    border-color: transparent !important;
  }

  .\33xl\:divide-current > :not(template) ~ :not(template) {
    border-color: currentColor !important;
  }

  .\33xl\:divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #000000 !important;
    border-color: rgba(0, 0, 0, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #FFFFFF !important;
    border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-gray > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #727272 !important;
    border-color: rgba(114, 114, 114, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-red > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #E12A09 !important;
    border-color: rgba(225, 42, 9, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-orange > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #F29C2B !important;
    border-color: rgba(242, 156, 43, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-yellow > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #FFEB9A !important;
    border-color: rgba(255, 235, 154, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-green-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-green-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-green-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-green-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-green-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-green-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-green-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-green-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-green-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-teal-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-teal-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-teal-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-teal-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-teal-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-teal-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-teal-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-teal-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-teal-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-blue-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-blue-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-blue-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-blue-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-blue-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-blue-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-blue-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-blue-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-blue-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-indigo-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-indigo-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-indigo-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-indigo-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-indigo-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-indigo-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-indigo-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-indigo-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-indigo-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-purple-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-purple-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-purple-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-purple-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-purple-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-purple-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-purple-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-purple-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-purple-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-pink-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-pink-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-pink-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-pink-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-pink-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-pink-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-pink-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-pink-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-pink-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-navy-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #23345A !important;
    border-color: rgba(35, 52, 90, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-cyan > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #40C8EA !important;
    border-color: rgba(64, 200, 234, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-yellowOrange > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #F8E9A7 !important;
    border-color: rgba(248, 233, 167, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-light-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #C9EAF4 !important;
    border-color: rgba(201, 234, 244, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-lightest-blue > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #EBFAFF !important;
    border-color: rgba(235, 250, 255, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-blueGreen > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #148093 !important;
    border-color: rgba(20, 128, 147, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-mediumGray > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #97A2B0 !important;
    border-color: rgba(151, 162, 176, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-light-gray > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #ACACB4 !important;
    border-color: rgba(172, 172, 180, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-lightestGray > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #F2F2F2 !important;
    border-color: rgba(242, 242, 242, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-dark-gray > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #64626F !important;
    border-color: rgba(100, 98, 111, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-nav-gray > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #65718C !important;
    border-color: rgba(101, 113, 140, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-bullet-gray > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #F1F1F2 !important;
    border-color: rgba(241, 241, 242, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-dark-red > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #951700 !important;
    border-color: rgba(149, 23, 0, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-navy > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #182F50 !important;
    border-color: rgba(24, 47, 80, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-lightNavy > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #687FA0 !important;
    border-color: rgba(104, 127, 160, var(--divide-opacity)) !important;
  }

  .\33xl\:divide-solid > :not(template) ~ :not(template) {
    border-style: solid !important;
  }

  .\33xl\:divide-dashed > :not(template) ~ :not(template) {
    border-style: dashed !important;
  }

  .\33xl\:divide-dotted > :not(template) ~ :not(template) {
    border-style: dotted !important;
  }

  .\33xl\:divide-double > :not(template) ~ :not(template) {
    border-style: double !important;
  }

  .\33xl\:divide-none > :not(template) ~ :not(template) {
    border-style: none !important;
  }

  .\33xl\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0 !important;
  }

  .\33xl\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25 !important;
  }

  .\33xl\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5 !important;
  }

  .\33xl\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75 !important;
  }

  .\33xl\:divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

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

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

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

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

  .\33xl\:appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .\33xl\:bg-fixed {
    background-attachment: fixed !important;
  }

  .\33xl\:bg-local {
    background-attachment: local !important;
  }

  .\33xl\:bg-scroll {
    background-attachment: scroll !important;
  }

  .\33xl\:bg-clip-border {
    background-clip: border-box !important;
  }

  .\33xl\:bg-clip-padding {
    background-clip: padding-box !important;
  }

  .\33xl\:bg-clip-content {
    background-clip: content-box !important;
  }

  .\33xl\:bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

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

  .\33xl\:bg-current {
    background-color: currentColor !important;
  }

  .\33xl\:bg-black {
    --bg-opacity: 1 !important;
    background-color: #000000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-white {
    --bg-opacity: 1 !important;
    background-color: #FFFFFF !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-gray {
    --bg-opacity: 1 !important;
    background-color: #727272 !important;
    background-color: rgba(114, 114, 114, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-red {
    --bg-opacity: 1 !important;
    background-color: #E12A09 !important;
    background-color: rgba(225, 42, 9, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-orange {
    --bg-opacity: 1 !important;
    background-color: #F29C2B !important;
    background-color: rgba(242, 156, 43, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-yellow {
    --bg-opacity: 1 !important;
    background-color: #FFEB9A !important;
    background-color: rgba(255, 235, 154, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-green-100 {
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-green-200 {
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-green-300 {
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-green-400 {
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-green-500 {
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-green-600 {
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-green-700 {
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-green-800 {
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-green-900 {
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-teal-100 {
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-teal-200 {
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-teal-300 {
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-teal-400 {
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-teal-500 {
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-teal-600 {
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-teal-700 {
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-teal-800 {
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-teal-900 {
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-blue-100 {
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-blue-200 {
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-blue-300 {
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-blue-400 {
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-blue-500 {
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-blue-600 {
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-blue-700 {
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-blue-800 {
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-blue-900 {
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-indigo-100 {
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-indigo-200 {
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-indigo-300 {
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-indigo-400 {
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-indigo-500 {
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-indigo-600 {
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-indigo-700 {
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-indigo-800 {
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-indigo-900 {
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-purple-100 {
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-purple-200 {
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-purple-300 {
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-purple-400 {
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-purple-500 {
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-purple-600 {
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-purple-700 {
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-purple-800 {
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-purple-900 {
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-pink-100 {
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-pink-200 {
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-pink-300 {
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-pink-400 {
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-pink-500 {
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-pink-600 {
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-pink-700 {
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-pink-800 {
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-pink-900 {
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-navy-blue {
    --bg-opacity: 1 !important;
    background-color: #23345A !important;
    background-color: rgba(35, 52, 90, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-cyan {
    --bg-opacity: 1 !important;
    background-color: #40C8EA !important;
    background-color: rgba(64, 200, 234, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-yellowOrange {
    --bg-opacity: 1 !important;
    background-color: #F8E9A7 !important;
    background-color: rgba(248, 233, 167, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-light-blue {
    --bg-opacity: 1 !important;
    background-color: #C9EAF4 !important;
    background-color: rgba(201, 234, 244, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-lightest-blue {
    --bg-opacity: 1 !important;
    background-color: #EBFAFF !important;
    background-color: rgba(235, 250, 255, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-blueGreen {
    --bg-opacity: 1 !important;
    background-color: #148093 !important;
    background-color: rgba(20, 128, 147, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-mediumGray {
    --bg-opacity: 1 !important;
    background-color: #97A2B0 !important;
    background-color: rgba(151, 162, 176, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-light-gray {
    --bg-opacity: 1 !important;
    background-color: #ACACB4 !important;
    background-color: rgba(172, 172, 180, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-lightestGray {
    --bg-opacity: 1 !important;
    background-color: #F2F2F2 !important;
    background-color: rgba(242, 242, 242, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-dark-gray {
    --bg-opacity: 1 !important;
    background-color: #64626F !important;
    background-color: rgba(100, 98, 111, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-nav-gray {
    --bg-opacity: 1 !important;
    background-color: #65718C !important;
    background-color: rgba(101, 113, 140, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-bullet-gray {
    --bg-opacity: 1 !important;
    background-color: #F1F1F2 !important;
    background-color: rgba(241, 241, 242, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-dark-red {
    --bg-opacity: 1 !important;
    background-color: #951700 !important;
    background-color: rgba(149, 23, 0, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-navy {
    --bg-opacity: 1 !important;
    background-color: #182F50 !important;
    background-color: rgba(24, 47, 80, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-lightNavy {
    --bg-opacity: 1 !important;
    background-color: #687FA0 !important;
    background-color: rgba(104, 127, 160, var(--bg-opacity)) !important;
  }

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

  .\33xl\:hover\:bg-current:hover {
    background-color: currentColor !important;
  }

  .\33xl\:hover\:bg-black:hover {
    --bg-opacity: 1 !important;
    background-color: #000000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-white:hover {
    --bg-opacity: 1 !important;
    background-color: #FFFFFF !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-gray:hover {
    --bg-opacity: 1 !important;
    background-color: #727272 !important;
    background-color: rgba(114, 114, 114, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-red:hover {
    --bg-opacity: 1 !important;
    background-color: #E12A09 !important;
    background-color: rgba(225, 42, 9, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-orange:hover {
    --bg-opacity: 1 !important;
    background-color: #F29C2B !important;
    background-color: rgba(242, 156, 43, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-yellow:hover {
    --bg-opacity: 1 !important;
    background-color: #FFEB9A !important;
    background-color: rgba(255, 235, 154, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-green-100:hover {
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-green-200:hover {
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-green-300:hover {
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-green-400:hover {
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-green-500:hover {
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-green-600:hover {
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-green-700:hover {
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-green-800:hover {
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-green-900:hover {
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-teal-100:hover {
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-teal-200:hover {
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-teal-300:hover {
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-teal-400:hover {
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-teal-500:hover {
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-teal-600:hover {
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-teal-700:hover {
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-teal-800:hover {
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-teal-900:hover {
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-blue-100:hover {
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-blue-200:hover {
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-blue-300:hover {
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-blue-400:hover {
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-blue-500:hover {
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-blue-600:hover {
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-blue-700:hover {
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-blue-800:hover {
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-blue-900:hover {
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-indigo-100:hover {
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-indigo-200:hover {
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-indigo-300:hover {
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-indigo-400:hover {
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-indigo-500:hover {
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-indigo-600:hover {
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-indigo-700:hover {
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-indigo-800:hover {
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-indigo-900:hover {
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-purple-100:hover {
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-purple-200:hover {
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-purple-300:hover {
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-purple-400:hover {
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-purple-500:hover {
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-purple-600:hover {
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-purple-700:hover {
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-purple-800:hover {
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-purple-900:hover {
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-pink-100:hover {
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-pink-200:hover {
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-pink-300:hover {
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-pink-400:hover {
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-pink-500:hover {
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-pink-600:hover {
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-pink-700:hover {
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-pink-800:hover {
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-pink-900:hover {
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-navy-blue:hover {
    --bg-opacity: 1 !important;
    background-color: #23345A !important;
    background-color: rgba(35, 52, 90, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-cyan:hover {
    --bg-opacity: 1 !important;
    background-color: #40C8EA !important;
    background-color: rgba(64, 200, 234, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-yellowOrange:hover {
    --bg-opacity: 1 !important;
    background-color: #F8E9A7 !important;
    background-color: rgba(248, 233, 167, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-light-blue:hover {
    --bg-opacity: 1 !important;
    background-color: #C9EAF4 !important;
    background-color: rgba(201, 234, 244, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-lightest-blue:hover {
    --bg-opacity: 1 !important;
    background-color: #EBFAFF !important;
    background-color: rgba(235, 250, 255, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-blueGreen:hover {
    --bg-opacity: 1 !important;
    background-color: #148093 !important;
    background-color: rgba(20, 128, 147, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-mediumGray:hover {
    --bg-opacity: 1 !important;
    background-color: #97A2B0 !important;
    background-color: rgba(151, 162, 176, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-light-gray:hover {
    --bg-opacity: 1 !important;
    background-color: #ACACB4 !important;
    background-color: rgba(172, 172, 180, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-lightestGray:hover {
    --bg-opacity: 1 !important;
    background-color: #F2F2F2 !important;
    background-color: rgba(242, 242, 242, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-dark-gray:hover {
    --bg-opacity: 1 !important;
    background-color: #64626F !important;
    background-color: rgba(100, 98, 111, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nav-gray:hover {
    --bg-opacity: 1 !important;
    background-color: #65718C !important;
    background-color: rgba(101, 113, 140, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-bullet-gray:hover {
    --bg-opacity: 1 !important;
    background-color: #F1F1F2 !important;
    background-color: rgba(241, 241, 242, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-dark-red:hover {
    --bg-opacity: 1 !important;
    background-color: #951700 !important;
    background-color: rgba(149, 23, 0, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-navy:hover {
    --bg-opacity: 1 !important;
    background-color: #182F50 !important;
    background-color: rgba(24, 47, 80, var(--bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-lightNavy:hover {
    --bg-opacity: 1 !important;
    background-color: #687FA0 !important;
    background-color: rgba(104, 127, 160, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-transparent {
    background-color: transparent !important;
  }

  .group:hover .\33xl\:group-hover\:bg-current {
    background-color: currentColor !important;
  }

  .group:hover .\33xl\:group-hover\:bg-black {
    --bg-opacity: 1 !important;
    background-color: #000000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-white {
    --bg-opacity: 1 !important;
    background-color: #FFFFFF !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-gray {
    --bg-opacity: 1 !important;
    background-color: #727272 !important;
    background-color: rgba(114, 114, 114, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-red {
    --bg-opacity: 1 !important;
    background-color: #E12A09 !important;
    background-color: rgba(225, 42, 9, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-orange {
    --bg-opacity: 1 !important;
    background-color: #F29C2B !important;
    background-color: rgba(242, 156, 43, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-yellow {
    --bg-opacity: 1 !important;
    background-color: #FFEB9A !important;
    background-color: rgba(255, 235, 154, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-green-100 {
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-green-200 {
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-green-300 {
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-green-400 {
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-green-500 {
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-green-600 {
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-green-700 {
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-green-800 {
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-green-900 {
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-teal-100 {
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-teal-200 {
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-teal-300 {
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-teal-400 {
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-teal-500 {
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-teal-600 {
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-teal-700 {
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-teal-800 {
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-teal-900 {
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-blue-100 {
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-blue-200 {
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-blue-300 {
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-blue-400 {
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-blue-500 {
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-blue-600 {
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-blue-700 {
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-blue-800 {
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-blue-900 {
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-indigo-100 {
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-indigo-200 {
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-indigo-300 {
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-indigo-400 {
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-indigo-500 {
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-indigo-600 {
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-indigo-700 {
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-indigo-800 {
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-indigo-900 {
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-purple-100 {
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-purple-200 {
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-purple-300 {
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-purple-400 {
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-purple-500 {
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-purple-600 {
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-purple-700 {
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-purple-800 {
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-purple-900 {
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-pink-100 {
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-pink-200 {
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-pink-300 {
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-pink-400 {
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-pink-500 {
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-pink-600 {
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-pink-700 {
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-pink-800 {
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-pink-900 {
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-navy-blue {
    --bg-opacity: 1 !important;
    background-color: #23345A !important;
    background-color: rgba(35, 52, 90, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-cyan {
    --bg-opacity: 1 !important;
    background-color: #40C8EA !important;
    background-color: rgba(64, 200, 234, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-yellowOrange {
    --bg-opacity: 1 !important;
    background-color: #F8E9A7 !important;
    background-color: rgba(248, 233, 167, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-light-blue {
    --bg-opacity: 1 !important;
    background-color: #C9EAF4 !important;
    background-color: rgba(201, 234, 244, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-lightest-blue {
    --bg-opacity: 1 !important;
    background-color: #EBFAFF !important;
    background-color: rgba(235, 250, 255, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-blueGreen {
    --bg-opacity: 1 !important;
    background-color: #148093 !important;
    background-color: rgba(20, 128, 147, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-mediumGray {
    --bg-opacity: 1 !important;
    background-color: #97A2B0 !important;
    background-color: rgba(151, 162, 176, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-light-gray {
    --bg-opacity: 1 !important;
    background-color: #ACACB4 !important;
    background-color: rgba(172, 172, 180, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-lightestGray {
    --bg-opacity: 1 !important;
    background-color: #F2F2F2 !important;
    background-color: rgba(242, 242, 242, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-dark-gray {
    --bg-opacity: 1 !important;
    background-color: #64626F !important;
    background-color: rgba(100, 98, 111, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nav-gray {
    --bg-opacity: 1 !important;
    background-color: #65718C !important;
    background-color: rgba(101, 113, 140, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-bullet-gray {
    --bg-opacity: 1 !important;
    background-color: #F1F1F2 !important;
    background-color: rgba(241, 241, 242, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-dark-red {
    --bg-opacity: 1 !important;
    background-color: #951700 !important;
    background-color: rgba(149, 23, 0, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-navy {
    --bg-opacity: 1 !important;
    background-color: #182F50 !important;
    background-color: rgba(24, 47, 80, var(--bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-lightNavy {
    --bg-opacity: 1 !important;
    background-color: #687FA0 !important;
    background-color: rgba(104, 127, 160, var(--bg-opacity)) !important;
  }

  .\33xl\:bg-none {
    background-image: none !important;
  }

  .\33xl\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--gradient-color-stops)) !important;
  }

  .\33xl\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
  }

  .\33xl\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
  }

  .\33xl\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
  }

  .\33xl\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important;
  }

  .\33xl\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
  }

  .\33xl\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
  }

  .\33xl\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important;
  }

  .\33xl\:from-transparent {
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .\33xl\:from-current {
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .\33xl\:from-black {
    --gradient-from-color: #000000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .\33xl\:from-white {
    --gradient-from-color: #FFFFFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .\33xl\:from-gray {
    --gradient-from-color: #727272 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(114, 114, 114, 0)) !important;
  }

  .\33xl\:from-red {
    --gradient-from-color: #E12A09 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(225, 42, 9, 0)) !important;
  }

  .\33xl\:from-orange {
    --gradient-from-color: #F29C2B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 156, 43, 0)) !important;
  }

  .\33xl\:from-yellow {
    --gradient-from-color: #FFEB9A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 235, 154, 0)) !important;
  }

  .\33xl\:from-green-100 {
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .\33xl\:from-green-200 {
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .\33xl\:from-green-300 {
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .\33xl\:from-green-400 {
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .\33xl\:from-green-500 {
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .\33xl\:from-green-600 {
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .\33xl\:from-green-700 {
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .\33xl\:from-green-800 {
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .\33xl\:from-green-900 {
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .\33xl\:from-teal-100 {
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .\33xl\:from-teal-200 {
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .\33xl\:from-teal-300 {
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .\33xl\:from-teal-400 {
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .\33xl\:from-teal-500 {
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .\33xl\:from-teal-600 {
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .\33xl\:from-teal-700 {
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .\33xl\:from-teal-800 {
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .\33xl\:from-teal-900 {
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .\33xl\:from-blue-100 {
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .\33xl\:from-blue-200 {
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .\33xl\:from-blue-300 {
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .\33xl\:from-blue-400 {
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .\33xl\:from-blue-500 {
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .\33xl\:from-blue-600 {
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .\33xl\:from-blue-700 {
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .\33xl\:from-blue-800 {
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .\33xl\:from-blue-900 {
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .\33xl\:from-indigo-100 {
    --gradient-from-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .\33xl\:from-indigo-200 {
    --gradient-from-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .\33xl\:from-indigo-300 {
    --gradient-from-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .\33xl\:from-indigo-400 {
    --gradient-from-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .\33xl\:from-indigo-500 {
    --gradient-from-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .\33xl\:from-indigo-600 {
    --gradient-from-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .\33xl\:from-indigo-700 {
    --gradient-from-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .\33xl\:from-indigo-800 {
    --gradient-from-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .\33xl\:from-indigo-900 {
    --gradient-from-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .\33xl\:from-purple-100 {
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .\33xl\:from-purple-200 {
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .\33xl\:from-purple-300 {
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .\33xl\:from-purple-400 {
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .\33xl\:from-purple-500 {
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .\33xl\:from-purple-600 {
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .\33xl\:from-purple-700 {
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .\33xl\:from-purple-800 {
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .\33xl\:from-purple-900 {
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .\33xl\:from-pink-100 {
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .\33xl\:from-pink-200 {
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .\33xl\:from-pink-300 {
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .\33xl\:from-pink-400 {
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .\33xl\:from-pink-500 {
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .\33xl\:from-pink-600 {
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .\33xl\:from-pink-700 {
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .\33xl\:from-pink-800 {
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .\33xl\:from-pink-900 {
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .\33xl\:from-navy-blue {
    --gradient-from-color: #23345A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 52, 90, 0)) !important;
  }

  .\33xl\:from-cyan {
    --gradient-from-color: #40C8EA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 200, 234, 0)) !important;
  }

  .\33xl\:from-yellowOrange {
    --gradient-from-color: #F8E9A7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 233, 167, 0)) !important;
  }

  .\33xl\:from-light-blue {
    --gradient-from-color: #C9EAF4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(201, 234, 244, 0)) !important;
  }

  .\33xl\:from-lightest-blue {
    --gradient-from-color: #EBFAFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 250, 255, 0)) !important;
  }

  .\33xl\:from-blueGreen {
    --gradient-from-color: #148093 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 128, 147, 0)) !important;
  }

  .\33xl\:from-mediumGray {
    --gradient-from-color: #97A2B0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 162, 176, 0)) !important;
  }

  .\33xl\:from-light-gray {
    --gradient-from-color: #ACACB4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(172, 172, 180, 0)) !important;
  }

  .\33xl\:from-lightestGray {
    --gradient-from-color: #F2F2F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .\33xl\:from-dark-gray {
    --gradient-from-color: #64626F !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(100, 98, 111, 0)) !important;
  }

  .\33xl\:from-nav-gray {
    --gradient-from-color: #65718C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(101, 113, 140, 0)) !important;
  }

  .\33xl\:from-bullet-gray {
    --gradient-from-color: #F1F1F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 241, 242, 0)) !important;
  }

  .\33xl\:from-dark-red {
    --gradient-from-color: #951700 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 23, 0, 0)) !important;
  }

  .\33xl\:from-navy {
    --gradient-from-color: #182F50 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(24, 47, 80, 0)) !important;
  }

  .\33xl\:from-lightNavy {
    --gradient-from-color: #687FA0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 127, 160, 0)) !important;
  }

  .\33xl\:via-transparent {
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .\33xl\:via-current {
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .\33xl\:via-black {
    --gradient-via-color: #000000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .\33xl\:via-white {
    --gradient-via-color: #FFFFFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .\33xl\:via-gray {
    --gradient-via-color: #727272 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(114, 114, 114, 0)) !important;
  }

  .\33xl\:via-red {
    --gradient-via-color: #E12A09 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(225, 42, 9, 0)) !important;
  }

  .\33xl\:via-orange {
    --gradient-via-color: #F29C2B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 156, 43, 0)) !important;
  }

  .\33xl\:via-yellow {
    --gradient-via-color: #FFEB9A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 235, 154, 0)) !important;
  }

  .\33xl\:via-green-100 {
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .\33xl\:via-green-200 {
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .\33xl\:via-green-300 {
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .\33xl\:via-green-400 {
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .\33xl\:via-green-500 {
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .\33xl\:via-green-600 {
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .\33xl\:via-green-700 {
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .\33xl\:via-green-800 {
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .\33xl\:via-green-900 {
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .\33xl\:via-teal-100 {
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .\33xl\:via-teal-200 {
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .\33xl\:via-teal-300 {
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .\33xl\:via-teal-400 {
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .\33xl\:via-teal-500 {
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .\33xl\:via-teal-600 {
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .\33xl\:via-teal-700 {
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .\33xl\:via-teal-800 {
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .\33xl\:via-teal-900 {
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .\33xl\:via-blue-100 {
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .\33xl\:via-blue-200 {
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .\33xl\:via-blue-300 {
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .\33xl\:via-blue-400 {
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .\33xl\:via-blue-500 {
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .\33xl\:via-blue-600 {
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .\33xl\:via-blue-700 {
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .\33xl\:via-blue-800 {
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .\33xl\:via-blue-900 {
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .\33xl\:via-indigo-100 {
    --gradient-via-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .\33xl\:via-indigo-200 {
    --gradient-via-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .\33xl\:via-indigo-300 {
    --gradient-via-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .\33xl\:via-indigo-400 {
    --gradient-via-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .\33xl\:via-indigo-500 {
    --gradient-via-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .\33xl\:via-indigo-600 {
    --gradient-via-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .\33xl\:via-indigo-700 {
    --gradient-via-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .\33xl\:via-indigo-800 {
    --gradient-via-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .\33xl\:via-indigo-900 {
    --gradient-via-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .\33xl\:via-purple-100 {
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .\33xl\:via-purple-200 {
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .\33xl\:via-purple-300 {
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .\33xl\:via-purple-400 {
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .\33xl\:via-purple-500 {
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .\33xl\:via-purple-600 {
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .\33xl\:via-purple-700 {
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .\33xl\:via-purple-800 {
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .\33xl\:via-purple-900 {
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .\33xl\:via-pink-100 {
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .\33xl\:via-pink-200 {
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .\33xl\:via-pink-300 {
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .\33xl\:via-pink-400 {
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .\33xl\:via-pink-500 {
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .\33xl\:via-pink-600 {
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .\33xl\:via-pink-700 {
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .\33xl\:via-pink-800 {
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .\33xl\:via-pink-900 {
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .\33xl\:via-navy-blue {
    --gradient-via-color: #23345A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 52, 90, 0)) !important;
  }

  .\33xl\:via-cyan {
    --gradient-via-color: #40C8EA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 200, 234, 0)) !important;
  }

  .\33xl\:via-yellowOrange {
    --gradient-via-color: #F8E9A7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 233, 167, 0)) !important;
  }

  .\33xl\:via-light-blue {
    --gradient-via-color: #C9EAF4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(201, 234, 244, 0)) !important;
  }

  .\33xl\:via-lightest-blue {
    --gradient-via-color: #EBFAFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 250, 255, 0)) !important;
  }

  .\33xl\:via-blueGreen {
    --gradient-via-color: #148093 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 128, 147, 0)) !important;
  }

  .\33xl\:via-mediumGray {
    --gradient-via-color: #97A2B0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 162, 176, 0)) !important;
  }

  .\33xl\:via-light-gray {
    --gradient-via-color: #ACACB4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(172, 172, 180, 0)) !important;
  }

  .\33xl\:via-lightestGray {
    --gradient-via-color: #F2F2F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .\33xl\:via-dark-gray {
    --gradient-via-color: #64626F !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(100, 98, 111, 0)) !important;
  }

  .\33xl\:via-nav-gray {
    --gradient-via-color: #65718C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(101, 113, 140, 0)) !important;
  }

  .\33xl\:via-bullet-gray {
    --gradient-via-color: #F1F1F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 241, 242, 0)) !important;
  }

  .\33xl\:via-dark-red {
    --gradient-via-color: #951700 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 23, 0, 0)) !important;
  }

  .\33xl\:via-navy {
    --gradient-via-color: #182F50 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(24, 47, 80, 0)) !important;
  }

  .\33xl\:via-lightNavy {
    --gradient-via-color: #687FA0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 127, 160, 0)) !important;
  }

  .\33xl\:to-transparent {
    --gradient-to-color: transparent !important;
  }

  .\33xl\:to-current {
    --gradient-to-color: currentColor !important;
  }

  .\33xl\:to-black {
    --gradient-to-color: #000000 !important;
  }

  .\33xl\:to-white {
    --gradient-to-color: #FFFFFF !important;
  }

  .\33xl\:to-gray {
    --gradient-to-color: #727272 !important;
  }

  .\33xl\:to-red {
    --gradient-to-color: #E12A09 !important;
  }

  .\33xl\:to-orange {
    --gradient-to-color: #F29C2B !important;
  }

  .\33xl\:to-yellow {
    --gradient-to-color: #FFEB9A !important;
  }

  .\33xl\:to-green-100 {
    --gradient-to-color: #f0fff4 !important;
  }

  .\33xl\:to-green-200 {
    --gradient-to-color: #c6f6d5 !important;
  }

  .\33xl\:to-green-300 {
    --gradient-to-color: #9ae6b4 !important;
  }

  .\33xl\:to-green-400 {
    --gradient-to-color: #68d391 !important;
  }

  .\33xl\:to-green-500 {
    --gradient-to-color: #48bb78 !important;
  }

  .\33xl\:to-green-600 {
    --gradient-to-color: #38a169 !important;
  }

  .\33xl\:to-green-700 {
    --gradient-to-color: #2f855a !important;
  }

  .\33xl\:to-green-800 {
    --gradient-to-color: #276749 !important;
  }

  .\33xl\:to-green-900 {
    --gradient-to-color: #22543d !important;
  }

  .\33xl\:to-teal-100 {
    --gradient-to-color: #e6fffa !important;
  }

  .\33xl\:to-teal-200 {
    --gradient-to-color: #b2f5ea !important;
  }

  .\33xl\:to-teal-300 {
    --gradient-to-color: #81e6d9 !important;
  }

  .\33xl\:to-teal-400 {
    --gradient-to-color: #4fd1c5 !important;
  }

  .\33xl\:to-teal-500 {
    --gradient-to-color: #38b2ac !important;
  }

  .\33xl\:to-teal-600 {
    --gradient-to-color: #319795 !important;
  }

  .\33xl\:to-teal-700 {
    --gradient-to-color: #2c7a7b !important;
  }

  .\33xl\:to-teal-800 {
    --gradient-to-color: #285e61 !important;
  }

  .\33xl\:to-teal-900 {
    --gradient-to-color: #234e52 !important;
  }

  .\33xl\:to-blue-100 {
    --gradient-to-color: #ebf8ff !important;
  }

  .\33xl\:to-blue-200 {
    --gradient-to-color: #bee3f8 !important;
  }

  .\33xl\:to-blue-300 {
    --gradient-to-color: #90cdf4 !important;
  }

  .\33xl\:to-blue-400 {
    --gradient-to-color: #63b3ed !important;
  }

  .\33xl\:to-blue-500 {
    --gradient-to-color: #4299e1 !important;
  }

  .\33xl\:to-blue-600 {
    --gradient-to-color: #3182ce !important;
  }

  .\33xl\:to-blue-700 {
    --gradient-to-color: #2b6cb0 !important;
  }

  .\33xl\:to-blue-800 {
    --gradient-to-color: #2c5282 !important;
  }

  .\33xl\:to-blue-900 {
    --gradient-to-color: #2a4365 !important;
  }

  .\33xl\:to-indigo-100 {
    --gradient-to-color: #ebf4ff !important;
  }

  .\33xl\:to-indigo-200 {
    --gradient-to-color: #c3dafe !important;
  }

  .\33xl\:to-indigo-300 {
    --gradient-to-color: #a3bffa !important;
  }

  .\33xl\:to-indigo-400 {
    --gradient-to-color: #7f9cf5 !important;
  }

  .\33xl\:to-indigo-500 {
    --gradient-to-color: #667eea !important;
  }

  .\33xl\:to-indigo-600 {
    --gradient-to-color: #5a67d8 !important;
  }

  .\33xl\:to-indigo-700 {
    --gradient-to-color: #4c51bf !important;
  }

  .\33xl\:to-indigo-800 {
    --gradient-to-color: #434190 !important;
  }

  .\33xl\:to-indigo-900 {
    --gradient-to-color: #3c366b !important;
  }

  .\33xl\:to-purple-100 {
    --gradient-to-color: #faf5ff !important;
  }

  .\33xl\:to-purple-200 {
    --gradient-to-color: #e9d8fd !important;
  }

  .\33xl\:to-purple-300 {
    --gradient-to-color: #d6bcfa !important;
  }

  .\33xl\:to-purple-400 {
    --gradient-to-color: #b794f4 !important;
  }

  .\33xl\:to-purple-500 {
    --gradient-to-color: #9f7aea !important;
  }

  .\33xl\:to-purple-600 {
    --gradient-to-color: #805ad5 !important;
  }

  .\33xl\:to-purple-700 {
    --gradient-to-color: #6b46c1 !important;
  }

  .\33xl\:to-purple-800 {
    --gradient-to-color: #553c9a !important;
  }

  .\33xl\:to-purple-900 {
    --gradient-to-color: #44337a !important;
  }

  .\33xl\:to-pink-100 {
    --gradient-to-color: #fff5f7 !important;
  }

  .\33xl\:to-pink-200 {
    --gradient-to-color: #fed7e2 !important;
  }

  .\33xl\:to-pink-300 {
    --gradient-to-color: #fbb6ce !important;
  }

  .\33xl\:to-pink-400 {
    --gradient-to-color: #f687b3 !important;
  }

  .\33xl\:to-pink-500 {
    --gradient-to-color: #ed64a6 !important;
  }

  .\33xl\:to-pink-600 {
    --gradient-to-color: #d53f8c !important;
  }

  .\33xl\:to-pink-700 {
    --gradient-to-color: #b83280 !important;
  }

  .\33xl\:to-pink-800 {
    --gradient-to-color: #97266d !important;
  }

  .\33xl\:to-pink-900 {
    --gradient-to-color: #702459 !important;
  }

  .\33xl\:to-navy-blue {
    --gradient-to-color: #23345A !important;
  }

  .\33xl\:to-cyan {
    --gradient-to-color: #40C8EA !important;
  }

  .\33xl\:to-yellowOrange {
    --gradient-to-color: #F8E9A7 !important;
  }

  .\33xl\:to-light-blue {
    --gradient-to-color: #C9EAF4 !important;
  }

  .\33xl\:to-lightest-blue {
    --gradient-to-color: #EBFAFF !important;
  }

  .\33xl\:to-blueGreen {
    --gradient-to-color: #148093 !important;
  }

  .\33xl\:to-mediumGray {
    --gradient-to-color: #97A2B0 !important;
  }

  .\33xl\:to-light-gray {
    --gradient-to-color: #ACACB4 !important;
  }

  .\33xl\:to-lightestGray {
    --gradient-to-color: #F2F2F2 !important;
  }

  .\33xl\:to-dark-gray {
    --gradient-to-color: #64626F !important;
  }

  .\33xl\:to-nav-gray {
    --gradient-to-color: #65718C !important;
  }

  .\33xl\:to-bullet-gray {
    --gradient-to-color: #F1F1F2 !important;
  }

  .\33xl\:to-dark-red {
    --gradient-to-color: #951700 !important;
  }

  .\33xl\:to-navy {
    --gradient-to-color: #182F50 !important;
  }

  .\33xl\:to-lightNavy {
    --gradient-to-color: #687FA0 !important;
  }

  .\33xl\:hover\:from-transparent:hover {
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .\33xl\:hover\:from-current:hover {
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .\33xl\:hover\:from-black:hover {
    --gradient-from-color: #000000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .\33xl\:hover\:from-white:hover {
    --gradient-from-color: #FFFFFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .\33xl\:hover\:from-gray:hover {
    --gradient-from-color: #727272 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(114, 114, 114, 0)) !important;
  }

  .\33xl\:hover\:from-red:hover {
    --gradient-from-color: #E12A09 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(225, 42, 9, 0)) !important;
  }

  .\33xl\:hover\:from-orange:hover {
    --gradient-from-color: #F29C2B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 156, 43, 0)) !important;
  }

  .\33xl\:hover\:from-yellow:hover {
    --gradient-from-color: #FFEB9A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 235, 154, 0)) !important;
  }

  .\33xl\:hover\:from-green-100:hover {
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .\33xl\:hover\:from-green-200:hover {
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .\33xl\:hover\:from-green-300:hover {
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .\33xl\:hover\:from-green-400:hover {
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .\33xl\:hover\:from-green-500:hover {
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .\33xl\:hover\:from-green-600:hover {
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .\33xl\:hover\:from-green-700:hover {
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .\33xl\:hover\:from-green-800:hover {
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .\33xl\:hover\:from-green-900:hover {
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .\33xl\:hover\:from-teal-100:hover {
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .\33xl\:hover\:from-teal-200:hover {
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .\33xl\:hover\:from-teal-300:hover {
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .\33xl\:hover\:from-teal-400:hover {
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .\33xl\:hover\:from-teal-500:hover {
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .\33xl\:hover\:from-teal-600:hover {
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .\33xl\:hover\:from-teal-700:hover {
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .\33xl\:hover\:from-teal-800:hover {
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .\33xl\:hover\:from-teal-900:hover {
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .\33xl\:hover\:from-blue-100:hover {
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .\33xl\:hover\:from-blue-200:hover {
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .\33xl\:hover\:from-blue-300:hover {
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .\33xl\:hover\:from-blue-400:hover {
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .\33xl\:hover\:from-blue-500:hover {
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .\33xl\:hover\:from-blue-600:hover {
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .\33xl\:hover\:from-blue-700:hover {
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .\33xl\:hover\:from-blue-800:hover {
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .\33xl\:hover\:from-blue-900:hover {
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .\33xl\:hover\:from-indigo-100:hover {
    --gradient-from-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .\33xl\:hover\:from-indigo-200:hover {
    --gradient-from-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .\33xl\:hover\:from-indigo-300:hover {
    --gradient-from-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .\33xl\:hover\:from-indigo-400:hover {
    --gradient-from-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .\33xl\:hover\:from-indigo-500:hover {
    --gradient-from-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .\33xl\:hover\:from-indigo-600:hover {
    --gradient-from-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .\33xl\:hover\:from-indigo-700:hover {
    --gradient-from-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .\33xl\:hover\:from-indigo-800:hover {
    --gradient-from-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .\33xl\:hover\:from-indigo-900:hover {
    --gradient-from-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .\33xl\:hover\:from-purple-100:hover {
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .\33xl\:hover\:from-purple-200:hover {
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .\33xl\:hover\:from-purple-300:hover {
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .\33xl\:hover\:from-purple-400:hover {
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .\33xl\:hover\:from-purple-500:hover {
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .\33xl\:hover\:from-purple-600:hover {
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .\33xl\:hover\:from-purple-700:hover {
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .\33xl\:hover\:from-purple-800:hover {
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .\33xl\:hover\:from-purple-900:hover {
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .\33xl\:hover\:from-pink-100:hover {
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .\33xl\:hover\:from-pink-200:hover {
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .\33xl\:hover\:from-pink-300:hover {
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .\33xl\:hover\:from-pink-400:hover {
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .\33xl\:hover\:from-pink-500:hover {
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .\33xl\:hover\:from-pink-600:hover {
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .\33xl\:hover\:from-pink-700:hover {
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .\33xl\:hover\:from-pink-800:hover {
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .\33xl\:hover\:from-pink-900:hover {
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .\33xl\:hover\:from-navy-blue:hover {
    --gradient-from-color: #23345A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 52, 90, 0)) !important;
  }

  .\33xl\:hover\:from-cyan:hover {
    --gradient-from-color: #40C8EA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 200, 234, 0)) !important;
  }

  .\33xl\:hover\:from-yellowOrange:hover {
    --gradient-from-color: #F8E9A7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 233, 167, 0)) !important;
  }

  .\33xl\:hover\:from-light-blue:hover {
    --gradient-from-color: #C9EAF4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(201, 234, 244, 0)) !important;
  }

  .\33xl\:hover\:from-lightest-blue:hover {
    --gradient-from-color: #EBFAFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 250, 255, 0)) !important;
  }

  .\33xl\:hover\:from-blueGreen:hover {
    --gradient-from-color: #148093 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 128, 147, 0)) !important;
  }

  .\33xl\:hover\:from-mediumGray:hover {
    --gradient-from-color: #97A2B0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 162, 176, 0)) !important;
  }

  .\33xl\:hover\:from-light-gray:hover {
    --gradient-from-color: #ACACB4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(172, 172, 180, 0)) !important;
  }

  .\33xl\:hover\:from-lightestGray:hover {
    --gradient-from-color: #F2F2F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .\33xl\:hover\:from-dark-gray:hover {
    --gradient-from-color: #64626F !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(100, 98, 111, 0)) !important;
  }

  .\33xl\:hover\:from-nav-gray:hover {
    --gradient-from-color: #65718C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(101, 113, 140, 0)) !important;
  }

  .\33xl\:hover\:from-bullet-gray:hover {
    --gradient-from-color: #F1F1F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 241, 242, 0)) !important;
  }

  .\33xl\:hover\:from-dark-red:hover {
    --gradient-from-color: #951700 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 23, 0, 0)) !important;
  }

  .\33xl\:hover\:from-navy:hover {
    --gradient-from-color: #182F50 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(24, 47, 80, 0)) !important;
  }

  .\33xl\:hover\:from-lightNavy:hover {
    --gradient-from-color: #687FA0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 127, 160, 0)) !important;
  }

  .\33xl\:hover\:via-transparent:hover {
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .\33xl\:hover\:via-current:hover {
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .\33xl\:hover\:via-black:hover {
    --gradient-via-color: #000000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .\33xl\:hover\:via-white:hover {
    --gradient-via-color: #FFFFFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .\33xl\:hover\:via-gray:hover {
    --gradient-via-color: #727272 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(114, 114, 114, 0)) !important;
  }

  .\33xl\:hover\:via-red:hover {
    --gradient-via-color: #E12A09 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(225, 42, 9, 0)) !important;
  }

  .\33xl\:hover\:via-orange:hover {
    --gradient-via-color: #F29C2B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 156, 43, 0)) !important;
  }

  .\33xl\:hover\:via-yellow:hover {
    --gradient-via-color: #FFEB9A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 235, 154, 0)) !important;
  }

  .\33xl\:hover\:via-green-100:hover {
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .\33xl\:hover\:via-green-200:hover {
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .\33xl\:hover\:via-green-300:hover {
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .\33xl\:hover\:via-green-400:hover {
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .\33xl\:hover\:via-green-500:hover {
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .\33xl\:hover\:via-green-600:hover {
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .\33xl\:hover\:via-green-700:hover {
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .\33xl\:hover\:via-green-800:hover {
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .\33xl\:hover\:via-green-900:hover {
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .\33xl\:hover\:via-teal-100:hover {
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .\33xl\:hover\:via-teal-200:hover {
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .\33xl\:hover\:via-teal-300:hover {
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .\33xl\:hover\:via-teal-400:hover {
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .\33xl\:hover\:via-teal-500:hover {
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .\33xl\:hover\:via-teal-600:hover {
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .\33xl\:hover\:via-teal-700:hover {
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .\33xl\:hover\:via-teal-800:hover {
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .\33xl\:hover\:via-teal-900:hover {
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .\33xl\:hover\:via-blue-100:hover {
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .\33xl\:hover\:via-blue-200:hover {
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .\33xl\:hover\:via-blue-300:hover {
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .\33xl\:hover\:via-blue-400:hover {
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .\33xl\:hover\:via-blue-500:hover {
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .\33xl\:hover\:via-blue-600:hover {
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .\33xl\:hover\:via-blue-700:hover {
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .\33xl\:hover\:via-blue-800:hover {
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .\33xl\:hover\:via-blue-900:hover {
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .\33xl\:hover\:via-indigo-100:hover {
    --gradient-via-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .\33xl\:hover\:via-indigo-200:hover {
    --gradient-via-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .\33xl\:hover\:via-indigo-300:hover {
    --gradient-via-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .\33xl\:hover\:via-indigo-400:hover {
    --gradient-via-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .\33xl\:hover\:via-indigo-500:hover {
    --gradient-via-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .\33xl\:hover\:via-indigo-600:hover {
    --gradient-via-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .\33xl\:hover\:via-indigo-700:hover {
    --gradient-via-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .\33xl\:hover\:via-indigo-800:hover {
    --gradient-via-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .\33xl\:hover\:via-indigo-900:hover {
    --gradient-via-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .\33xl\:hover\:via-purple-100:hover {
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .\33xl\:hover\:via-purple-200:hover {
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .\33xl\:hover\:via-purple-300:hover {
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .\33xl\:hover\:via-purple-400:hover {
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .\33xl\:hover\:via-purple-500:hover {
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .\33xl\:hover\:via-purple-600:hover {
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .\33xl\:hover\:via-purple-700:hover {
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .\33xl\:hover\:via-purple-800:hover {
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .\33xl\:hover\:via-purple-900:hover {
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .\33xl\:hover\:via-pink-100:hover {
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .\33xl\:hover\:via-pink-200:hover {
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .\33xl\:hover\:via-pink-300:hover {
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .\33xl\:hover\:via-pink-400:hover {
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .\33xl\:hover\:via-pink-500:hover {
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .\33xl\:hover\:via-pink-600:hover {
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .\33xl\:hover\:via-pink-700:hover {
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .\33xl\:hover\:via-pink-800:hover {
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .\33xl\:hover\:via-pink-900:hover {
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .\33xl\:hover\:via-navy-blue:hover {
    --gradient-via-color: #23345A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 52, 90, 0)) !important;
  }

  .\33xl\:hover\:via-cyan:hover {
    --gradient-via-color: #40C8EA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 200, 234, 0)) !important;
  }

  .\33xl\:hover\:via-yellowOrange:hover {
    --gradient-via-color: #F8E9A7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 233, 167, 0)) !important;
  }

  .\33xl\:hover\:via-light-blue:hover {
    --gradient-via-color: #C9EAF4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(201, 234, 244, 0)) !important;
  }

  .\33xl\:hover\:via-lightest-blue:hover {
    --gradient-via-color: #EBFAFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 250, 255, 0)) !important;
  }

  .\33xl\:hover\:via-blueGreen:hover {
    --gradient-via-color: #148093 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 128, 147, 0)) !important;
  }

  .\33xl\:hover\:via-mediumGray:hover {
    --gradient-via-color: #97A2B0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 162, 176, 0)) !important;
  }

  .\33xl\:hover\:via-light-gray:hover {
    --gradient-via-color: #ACACB4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(172, 172, 180, 0)) !important;
  }

  .\33xl\:hover\:via-lightestGray:hover {
    --gradient-via-color: #F2F2F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .\33xl\:hover\:via-dark-gray:hover {
    --gradient-via-color: #64626F !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(100, 98, 111, 0)) !important;
  }

  .\33xl\:hover\:via-nav-gray:hover {
    --gradient-via-color: #65718C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(101, 113, 140, 0)) !important;
  }

  .\33xl\:hover\:via-bullet-gray:hover {
    --gradient-via-color: #F1F1F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 241, 242, 0)) !important;
  }

  .\33xl\:hover\:via-dark-red:hover {
    --gradient-via-color: #951700 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 23, 0, 0)) !important;
  }

  .\33xl\:hover\:via-navy:hover {
    --gradient-via-color: #182F50 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(24, 47, 80, 0)) !important;
  }

  .\33xl\:hover\:via-lightNavy:hover {
    --gradient-via-color: #687FA0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 127, 160, 0)) !important;
  }

  .\33xl\:hover\:to-transparent:hover {
    --gradient-to-color: transparent !important;
  }

  .\33xl\:hover\:to-current:hover {
    --gradient-to-color: currentColor !important;
  }

  .\33xl\:hover\:to-black:hover {
    --gradient-to-color: #000000 !important;
  }

  .\33xl\:hover\:to-white:hover {
    --gradient-to-color: #FFFFFF !important;
  }

  .\33xl\:hover\:to-gray:hover {
    --gradient-to-color: #727272 !important;
  }

  .\33xl\:hover\:to-red:hover {
    --gradient-to-color: #E12A09 !important;
  }

  .\33xl\:hover\:to-orange:hover {
    --gradient-to-color: #F29C2B !important;
  }

  .\33xl\:hover\:to-yellow:hover {
    --gradient-to-color: #FFEB9A !important;
  }

  .\33xl\:hover\:to-green-100:hover {
    --gradient-to-color: #f0fff4 !important;
  }

  .\33xl\:hover\:to-green-200:hover {
    --gradient-to-color: #c6f6d5 !important;
  }

  .\33xl\:hover\:to-green-300:hover {
    --gradient-to-color: #9ae6b4 !important;
  }

  .\33xl\:hover\:to-green-400:hover {
    --gradient-to-color: #68d391 !important;
  }

  .\33xl\:hover\:to-green-500:hover {
    --gradient-to-color: #48bb78 !important;
  }

  .\33xl\:hover\:to-green-600:hover {
    --gradient-to-color: #38a169 !important;
  }

  .\33xl\:hover\:to-green-700:hover {
    --gradient-to-color: #2f855a !important;
  }

  .\33xl\:hover\:to-green-800:hover {
    --gradient-to-color: #276749 !important;
  }

  .\33xl\:hover\:to-green-900:hover {
    --gradient-to-color: #22543d !important;
  }

  .\33xl\:hover\:to-teal-100:hover {
    --gradient-to-color: #e6fffa !important;
  }

  .\33xl\:hover\:to-teal-200:hover {
    --gradient-to-color: #b2f5ea !important;
  }

  .\33xl\:hover\:to-teal-300:hover {
    --gradient-to-color: #81e6d9 !important;
  }

  .\33xl\:hover\:to-teal-400:hover {
    --gradient-to-color: #4fd1c5 !important;
  }

  .\33xl\:hover\:to-teal-500:hover {
    --gradient-to-color: #38b2ac !important;
  }

  .\33xl\:hover\:to-teal-600:hover {
    --gradient-to-color: #319795 !important;
  }

  .\33xl\:hover\:to-teal-700:hover {
    --gradient-to-color: #2c7a7b !important;
  }

  .\33xl\:hover\:to-teal-800:hover {
    --gradient-to-color: #285e61 !important;
  }

  .\33xl\:hover\:to-teal-900:hover {
    --gradient-to-color: #234e52 !important;
  }

  .\33xl\:hover\:to-blue-100:hover {
    --gradient-to-color: #ebf8ff !important;
  }

  .\33xl\:hover\:to-blue-200:hover {
    --gradient-to-color: #bee3f8 !important;
  }

  .\33xl\:hover\:to-blue-300:hover {
    --gradient-to-color: #90cdf4 !important;
  }

  .\33xl\:hover\:to-blue-400:hover {
    --gradient-to-color: #63b3ed !important;
  }

  .\33xl\:hover\:to-blue-500:hover {
    --gradient-to-color: #4299e1 !important;
  }

  .\33xl\:hover\:to-blue-600:hover {
    --gradient-to-color: #3182ce !important;
  }

  .\33xl\:hover\:to-blue-700:hover {
    --gradient-to-color: #2b6cb0 !important;
  }

  .\33xl\:hover\:to-blue-800:hover {
    --gradient-to-color: #2c5282 !important;
  }

  .\33xl\:hover\:to-blue-900:hover {
    --gradient-to-color: #2a4365 !important;
  }

  .\33xl\:hover\:to-indigo-100:hover {
    --gradient-to-color: #ebf4ff !important;
  }

  .\33xl\:hover\:to-indigo-200:hover {
    --gradient-to-color: #c3dafe !important;
  }

  .\33xl\:hover\:to-indigo-300:hover {
    --gradient-to-color: #a3bffa !important;
  }

  .\33xl\:hover\:to-indigo-400:hover {
    --gradient-to-color: #7f9cf5 !important;
  }

  .\33xl\:hover\:to-indigo-500:hover {
    --gradient-to-color: #667eea !important;
  }

  .\33xl\:hover\:to-indigo-600:hover {
    --gradient-to-color: #5a67d8 !important;
  }

  .\33xl\:hover\:to-indigo-700:hover {
    --gradient-to-color: #4c51bf !important;
  }

  .\33xl\:hover\:to-indigo-800:hover {
    --gradient-to-color: #434190 !important;
  }

  .\33xl\:hover\:to-indigo-900:hover {
    --gradient-to-color: #3c366b !important;
  }

  .\33xl\:hover\:to-purple-100:hover {
    --gradient-to-color: #faf5ff !important;
  }

  .\33xl\:hover\:to-purple-200:hover {
    --gradient-to-color: #e9d8fd !important;
  }

  .\33xl\:hover\:to-purple-300:hover {
    --gradient-to-color: #d6bcfa !important;
  }

  .\33xl\:hover\:to-purple-400:hover {
    --gradient-to-color: #b794f4 !important;
  }

  .\33xl\:hover\:to-purple-500:hover {
    --gradient-to-color: #9f7aea !important;
  }

  .\33xl\:hover\:to-purple-600:hover {
    --gradient-to-color: #805ad5 !important;
  }

  .\33xl\:hover\:to-purple-700:hover {
    --gradient-to-color: #6b46c1 !important;
  }

  .\33xl\:hover\:to-purple-800:hover {
    --gradient-to-color: #553c9a !important;
  }

  .\33xl\:hover\:to-purple-900:hover {
    --gradient-to-color: #44337a !important;
  }

  .\33xl\:hover\:to-pink-100:hover {
    --gradient-to-color: #fff5f7 !important;
  }

  .\33xl\:hover\:to-pink-200:hover {
    --gradient-to-color: #fed7e2 !important;
  }

  .\33xl\:hover\:to-pink-300:hover {
    --gradient-to-color: #fbb6ce !important;
  }

  .\33xl\:hover\:to-pink-400:hover {
    --gradient-to-color: #f687b3 !important;
  }

  .\33xl\:hover\:to-pink-500:hover {
    --gradient-to-color: #ed64a6 !important;
  }

  .\33xl\:hover\:to-pink-600:hover {
    --gradient-to-color: #d53f8c !important;
  }

  .\33xl\:hover\:to-pink-700:hover {
    --gradient-to-color: #b83280 !important;
  }

  .\33xl\:hover\:to-pink-800:hover {
    --gradient-to-color: #97266d !important;
  }

  .\33xl\:hover\:to-pink-900:hover {
    --gradient-to-color: #702459 !important;
  }

  .\33xl\:hover\:to-navy-blue:hover {
    --gradient-to-color: #23345A !important;
  }

  .\33xl\:hover\:to-cyan:hover {
    --gradient-to-color: #40C8EA !important;
  }

  .\33xl\:hover\:to-yellowOrange:hover {
    --gradient-to-color: #F8E9A7 !important;
  }

  .\33xl\:hover\:to-light-blue:hover {
    --gradient-to-color: #C9EAF4 !important;
  }

  .\33xl\:hover\:to-lightest-blue:hover {
    --gradient-to-color: #EBFAFF !important;
  }

  .\33xl\:hover\:to-blueGreen:hover {
    --gradient-to-color: #148093 !important;
  }

  .\33xl\:hover\:to-mediumGray:hover {
    --gradient-to-color: #97A2B0 !important;
  }

  .\33xl\:hover\:to-light-gray:hover {
    --gradient-to-color: #ACACB4 !important;
  }

  .\33xl\:hover\:to-lightestGray:hover {
    --gradient-to-color: #F2F2F2 !important;
  }

  .\33xl\:hover\:to-dark-gray:hover {
    --gradient-to-color: #64626F !important;
  }

  .\33xl\:hover\:to-nav-gray:hover {
    --gradient-to-color: #65718C !important;
  }

  .\33xl\:hover\:to-bullet-gray:hover {
    --gradient-to-color: #F1F1F2 !important;
  }

  .\33xl\:hover\:to-dark-red:hover {
    --gradient-to-color: #951700 !important;
  }

  .\33xl\:hover\:to-navy:hover {
    --gradient-to-color: #182F50 !important;
  }

  .\33xl\:hover\:to-lightNavy:hover {
    --gradient-to-color: #687FA0 !important;
  }

  .\33xl\:focus\:from-transparent:focus {
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .\33xl\:focus\:from-current:focus {
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .\33xl\:focus\:from-black:focus {
    --gradient-from-color: #000000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .\33xl\:focus\:from-white:focus {
    --gradient-from-color: #FFFFFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .\33xl\:focus\:from-gray:focus {
    --gradient-from-color: #727272 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(114, 114, 114, 0)) !important;
  }

  .\33xl\:focus\:from-red:focus {
    --gradient-from-color: #E12A09 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(225, 42, 9, 0)) !important;
  }

  .\33xl\:focus\:from-orange:focus {
    --gradient-from-color: #F29C2B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 156, 43, 0)) !important;
  }

  .\33xl\:focus\:from-yellow:focus {
    --gradient-from-color: #FFEB9A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 235, 154, 0)) !important;
  }

  .\33xl\:focus\:from-green-100:focus {
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .\33xl\:focus\:from-green-200:focus {
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .\33xl\:focus\:from-green-300:focus {
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .\33xl\:focus\:from-green-400:focus {
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .\33xl\:focus\:from-green-500:focus {
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .\33xl\:focus\:from-green-600:focus {
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .\33xl\:focus\:from-green-700:focus {
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .\33xl\:focus\:from-green-800:focus {
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .\33xl\:focus\:from-green-900:focus {
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .\33xl\:focus\:from-teal-100:focus {
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .\33xl\:focus\:from-teal-200:focus {
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .\33xl\:focus\:from-teal-300:focus {
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .\33xl\:focus\:from-teal-400:focus {
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .\33xl\:focus\:from-teal-500:focus {
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .\33xl\:focus\:from-teal-600:focus {
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .\33xl\:focus\:from-teal-700:focus {
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .\33xl\:focus\:from-teal-800:focus {
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .\33xl\:focus\:from-teal-900:focus {
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .\33xl\:focus\:from-blue-100:focus {
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .\33xl\:focus\:from-blue-200:focus {
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .\33xl\:focus\:from-blue-300:focus {
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .\33xl\:focus\:from-blue-400:focus {
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .\33xl\:focus\:from-blue-500:focus {
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .\33xl\:focus\:from-blue-600:focus {
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .\33xl\:focus\:from-blue-700:focus {
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .\33xl\:focus\:from-blue-800:focus {
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .\33xl\:focus\:from-blue-900:focus {
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .\33xl\:focus\:from-indigo-100:focus {
    --gradient-from-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .\33xl\:focus\:from-indigo-200:focus {
    --gradient-from-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .\33xl\:focus\:from-indigo-300:focus {
    --gradient-from-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .\33xl\:focus\:from-indigo-400:focus {
    --gradient-from-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .\33xl\:focus\:from-indigo-500:focus {
    --gradient-from-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .\33xl\:focus\:from-indigo-600:focus {
    --gradient-from-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .\33xl\:focus\:from-indigo-700:focus {
    --gradient-from-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .\33xl\:focus\:from-indigo-800:focus {
    --gradient-from-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .\33xl\:focus\:from-indigo-900:focus {
    --gradient-from-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .\33xl\:focus\:from-purple-100:focus {
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .\33xl\:focus\:from-purple-200:focus {
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .\33xl\:focus\:from-purple-300:focus {
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .\33xl\:focus\:from-purple-400:focus {
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .\33xl\:focus\:from-purple-500:focus {
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .\33xl\:focus\:from-purple-600:focus {
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .\33xl\:focus\:from-purple-700:focus {
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .\33xl\:focus\:from-purple-800:focus {
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .\33xl\:focus\:from-purple-900:focus {
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .\33xl\:focus\:from-pink-100:focus {
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .\33xl\:focus\:from-pink-200:focus {
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .\33xl\:focus\:from-pink-300:focus {
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .\33xl\:focus\:from-pink-400:focus {
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .\33xl\:focus\:from-pink-500:focus {
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .\33xl\:focus\:from-pink-600:focus {
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .\33xl\:focus\:from-pink-700:focus {
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .\33xl\:focus\:from-pink-800:focus {
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .\33xl\:focus\:from-pink-900:focus {
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .\33xl\:focus\:from-navy-blue:focus {
    --gradient-from-color: #23345A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 52, 90, 0)) !important;
  }

  .\33xl\:focus\:from-cyan:focus {
    --gradient-from-color: #40C8EA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 200, 234, 0)) !important;
  }

  .\33xl\:focus\:from-yellowOrange:focus {
    --gradient-from-color: #F8E9A7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 233, 167, 0)) !important;
  }

  .\33xl\:focus\:from-light-blue:focus {
    --gradient-from-color: #C9EAF4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(201, 234, 244, 0)) !important;
  }

  .\33xl\:focus\:from-lightest-blue:focus {
    --gradient-from-color: #EBFAFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 250, 255, 0)) !important;
  }

  .\33xl\:focus\:from-blueGreen:focus {
    --gradient-from-color: #148093 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 128, 147, 0)) !important;
  }

  .\33xl\:focus\:from-mediumGray:focus {
    --gradient-from-color: #97A2B0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 162, 176, 0)) !important;
  }

  .\33xl\:focus\:from-light-gray:focus {
    --gradient-from-color: #ACACB4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(172, 172, 180, 0)) !important;
  }

  .\33xl\:focus\:from-lightestGray:focus {
    --gradient-from-color: #F2F2F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .\33xl\:focus\:from-dark-gray:focus {
    --gradient-from-color: #64626F !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(100, 98, 111, 0)) !important;
  }

  .\33xl\:focus\:from-nav-gray:focus {
    --gradient-from-color: #65718C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(101, 113, 140, 0)) !important;
  }

  .\33xl\:focus\:from-bullet-gray:focus {
    --gradient-from-color: #F1F1F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 241, 242, 0)) !important;
  }

  .\33xl\:focus\:from-dark-red:focus {
    --gradient-from-color: #951700 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(149, 23, 0, 0)) !important;
  }

  .\33xl\:focus\:from-navy:focus {
    --gradient-from-color: #182F50 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(24, 47, 80, 0)) !important;
  }

  .\33xl\:focus\:from-lightNavy:focus {
    --gradient-from-color: #687FA0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 127, 160, 0)) !important;
  }

  .\33xl\:focus\:via-transparent:focus {
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .\33xl\:focus\:via-current:focus {
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .\33xl\:focus\:via-black:focus {
    --gradient-via-color: #000000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .\33xl\:focus\:via-white:focus {
    --gradient-via-color: #FFFFFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .\33xl\:focus\:via-gray:focus {
    --gradient-via-color: #727272 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(114, 114, 114, 0)) !important;
  }

  .\33xl\:focus\:via-red:focus {
    --gradient-via-color: #E12A09 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(225, 42, 9, 0)) !important;
  }

  .\33xl\:focus\:via-orange:focus {
    --gradient-via-color: #F29C2B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 156, 43, 0)) !important;
  }

  .\33xl\:focus\:via-yellow:focus {
    --gradient-via-color: #FFEB9A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 235, 154, 0)) !important;
  }

  .\33xl\:focus\:via-green-100:focus {
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .\33xl\:focus\:via-green-200:focus {
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .\33xl\:focus\:via-green-300:focus {
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .\33xl\:focus\:via-green-400:focus {
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .\33xl\:focus\:via-green-500:focus {
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .\33xl\:focus\:via-green-600:focus {
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .\33xl\:focus\:via-green-700:focus {
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .\33xl\:focus\:via-green-800:focus {
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .\33xl\:focus\:via-green-900:focus {
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .\33xl\:focus\:via-teal-100:focus {
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .\33xl\:focus\:via-teal-200:focus {
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .\33xl\:focus\:via-teal-300:focus {
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .\33xl\:focus\:via-teal-400:focus {
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .\33xl\:focus\:via-teal-500:focus {
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .\33xl\:focus\:via-teal-600:focus {
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .\33xl\:focus\:via-teal-700:focus {
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .\33xl\:focus\:via-teal-800:focus {
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .\33xl\:focus\:via-teal-900:focus {
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .\33xl\:focus\:via-blue-100:focus {
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .\33xl\:focus\:via-blue-200:focus {
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .\33xl\:focus\:via-blue-300:focus {
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .\33xl\:focus\:via-blue-400:focus {
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .\33xl\:focus\:via-blue-500:focus {
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .\33xl\:focus\:via-blue-600:focus {
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .\33xl\:focus\:via-blue-700:focus {
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .\33xl\:focus\:via-blue-800:focus {
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .\33xl\:focus\:via-blue-900:focus {
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .\33xl\:focus\:via-indigo-100:focus {
    --gradient-via-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .\33xl\:focus\:via-indigo-200:focus {
    --gradient-via-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .\33xl\:focus\:via-indigo-300:focus {
    --gradient-via-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .\33xl\:focus\:via-indigo-400:focus {
    --gradient-via-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .\33xl\:focus\:via-indigo-500:focus {
    --gradient-via-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .\33xl\:focus\:via-indigo-600:focus {
    --gradient-via-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .\33xl\:focus\:via-indigo-700:focus {
    --gradient-via-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .\33xl\:focus\:via-indigo-800:focus {
    --gradient-via-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .\33xl\:focus\:via-indigo-900:focus {
    --gradient-via-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .\33xl\:focus\:via-purple-100:focus {
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .\33xl\:focus\:via-purple-200:focus {
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .\33xl\:focus\:via-purple-300:focus {
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .\33xl\:focus\:via-purple-400:focus {
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .\33xl\:focus\:via-purple-500:focus {
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .\33xl\:focus\:via-purple-600:focus {
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .\33xl\:focus\:via-purple-700:focus {
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .\33xl\:focus\:via-purple-800:focus {
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .\33xl\:focus\:via-purple-900:focus {
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .\33xl\:focus\:via-pink-100:focus {
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .\33xl\:focus\:via-pink-200:focus {
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .\33xl\:focus\:via-pink-300:focus {
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .\33xl\:focus\:via-pink-400:focus {
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .\33xl\:focus\:via-pink-500:focus {
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .\33xl\:focus\:via-pink-600:focus {
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .\33xl\:focus\:via-pink-700:focus {
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .\33xl\:focus\:via-pink-800:focus {
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .\33xl\:focus\:via-pink-900:focus {
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .\33xl\:focus\:via-navy-blue:focus {
    --gradient-via-color: #23345A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 52, 90, 0)) !important;
  }

  .\33xl\:focus\:via-cyan:focus {
    --gradient-via-color: #40C8EA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 200, 234, 0)) !important;
  }

  .\33xl\:focus\:via-yellowOrange:focus {
    --gradient-via-color: #F8E9A7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 233, 167, 0)) !important;
  }

  .\33xl\:focus\:via-light-blue:focus {
    --gradient-via-color: #C9EAF4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(201, 234, 244, 0)) !important;
  }

  .\33xl\:focus\:via-lightest-blue:focus {
    --gradient-via-color: #EBFAFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 250, 255, 0)) !important;
  }

  .\33xl\:focus\:via-blueGreen:focus {
    --gradient-via-color: #148093 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 128, 147, 0)) !important;
  }

  .\33xl\:focus\:via-mediumGray:focus {
    --gradient-via-color: #97A2B0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 162, 176, 0)) !important;
  }

  .\33xl\:focus\:via-light-gray:focus {
    --gradient-via-color: #ACACB4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(172, 172, 180, 0)) !important;
  }

  .\33xl\:focus\:via-lightestGray:focus {
    --gradient-via-color: #F2F2F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .\33xl\:focus\:via-dark-gray:focus {
    --gradient-via-color: #64626F !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(100, 98, 111, 0)) !important;
  }

  .\33xl\:focus\:via-nav-gray:focus {
    --gradient-via-color: #65718C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(101, 113, 140, 0)) !important;
  }

  .\33xl\:focus\:via-bullet-gray:focus {
    --gradient-via-color: #F1F1F2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 241, 242, 0)) !important;
  }

  .\33xl\:focus\:via-dark-red:focus {
    --gradient-via-color: #951700 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(149, 23, 0, 0)) !important;
  }

  .\33xl\:focus\:via-navy:focus {
    --gradient-via-color: #182F50 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(24, 47, 80, 0)) !important;
  }

  .\33xl\:focus\:via-lightNavy:focus {
    --gradient-via-color: #687FA0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 127, 160, 0)) !important;
  }

  .\33xl\:focus\:to-transparent:focus {
    --gradient-to-color: transparent !important;
  }

  .\33xl\:focus\:to-current:focus {
    --gradient-to-color: currentColor !important;
  }

  .\33xl\:focus\:to-black:focus {
    --gradient-to-color: #000000 !important;
  }

  .\33xl\:focus\:to-white:focus {
    --gradient-to-color: #FFFFFF !important;
  }

  .\33xl\:focus\:to-gray:focus {
    --gradient-to-color: #727272 !important;
  }

  .\33xl\:focus\:to-red:focus {
    --gradient-to-color: #E12A09 !important;
  }

  .\33xl\:focus\:to-orange:focus {
    --gradient-to-color: #F29C2B !important;
  }

  .\33xl\:focus\:to-yellow:focus {
    --gradient-to-color: #FFEB9A !important;
  }

  .\33xl\:focus\:to-green-100:focus {
    --gradient-to-color: #f0fff4 !important;
  }

  .\33xl\:focus\:to-green-200:focus {
    --gradient-to-color: #c6f6d5 !important;
  }

  .\33xl\:focus\:to-green-300:focus {
    --gradient-to-color: #9ae6b4 !important;
  }

  .\33xl\:focus\:to-green-400:focus {
    --gradient-to-color: #68d391 !important;
  }

  .\33xl\:focus\:to-green-500:focus {
    --gradient-to-color: #48bb78 !important;
  }

  .\33xl\:focus\:to-green-600:focus {
    --gradient-to-color: #38a169 !important;
  }

  .\33xl\:focus\:to-green-700:focus {
    --gradient-to-color: #2f855a !important;
  }

  .\33xl\:focus\:to-green-800:focus {
    --gradient-to-color: #276749 !important;
  }

  .\33xl\:focus\:to-green-900:focus {
    --gradient-to-color: #22543d !important;
  }

  .\33xl\:focus\:to-teal-100:focus {
    --gradient-to-color: #e6fffa !important;
  }

  .\33xl\:focus\:to-teal-200:focus {
    --gradient-to-color: #b2f5ea !important;
  }

  .\33xl\:focus\:to-teal-300:focus {
    --gradient-to-color: #81e6d9 !important;
  }

  .\33xl\:focus\:to-teal-400:focus {
    --gradient-to-color: #4fd1c5 !important;
  }

  .\33xl\:focus\:to-teal-500:focus {
    --gradient-to-color: #38b2ac !important;
  }

  .\33xl\:focus\:to-teal-600:focus {
    --gradient-to-color: #319795 !important;
  }

  .\33xl\:focus\:to-teal-700:focus {
    --gradient-to-color: #2c7a7b !important;
  }

  .\33xl\:focus\:to-teal-800:focus {
    --gradient-to-color: #285e61 !important;
  }

  .\33xl\:focus\:to-teal-900:focus {
    --gradient-to-color: #234e52 !important;
  }

  .\33xl\:focus\:to-blue-100:focus {
    --gradient-to-color: #ebf8ff !important;
  }

  .\33xl\:focus\:to-blue-200:focus {
    --gradient-to-color: #bee3f8 !important;
  }

  .\33xl\:focus\:to-blue-300:focus {
    --gradient-to-color: #90cdf4 !important;
  }

  .\33xl\:focus\:to-blue-400:focus {
    --gradient-to-color: #63b3ed !important;
  }

  .\33xl\:focus\:to-blue-500:focus {
    --gradient-to-color: #4299e1 !important;
  }

  .\33xl\:focus\:to-blue-600:focus {
    --gradient-to-color: #3182ce !important;
  }

  .\33xl\:focus\:to-blue-700:focus {
    --gradient-to-color: #2b6cb0 !important;
  }

  .\33xl\:focus\:to-blue-800:focus {
    --gradient-to-color: #2c5282 !important;
  }

  .\33xl\:focus\:to-blue-900:focus {
    --gradient-to-color: #2a4365 !important;
  }

  .\33xl\:focus\:to-indigo-100:focus {
    --gradient-to-color: #ebf4ff !important;
  }

  .\33xl\:focus\:to-indigo-200:focus {
    --gradient-to-color: #c3dafe !important;
  }

  .\33xl\:focus\:to-indigo-300:focus {
    --gradient-to-color: #a3bffa !important;
  }

  .\33xl\:focus\:to-indigo-400:focus {
    --gradient-to-color: #7f9cf5 !important;
  }

  .\33xl\:focus\:to-indigo-500:focus {
    --gradient-to-color: #667eea !important;
  }

  .\33xl\:focus\:to-indigo-600:focus {
    --gradient-to-color: #5a67d8 !important;
  }

  .\33xl\:focus\:to-indigo-700:focus {
    --gradient-to-color: #4c51bf !important;
  }

  .\33xl\:focus\:to-indigo-800:focus {
    --gradient-to-color: #434190 !important;
  }

  .\33xl\:focus\:to-indigo-900:focus {
    --gradient-to-color: #3c366b !important;
  }

  .\33xl\:focus\:to-purple-100:focus {
    --gradient-to-color: #faf5ff !important;
  }

  .\33xl\:focus\:to-purple-200:focus {
    --gradient-to-color: #e9d8fd !important;
  }

  .\33xl\:focus\:to-purple-300:focus {
    --gradient-to-color: #d6bcfa !important;
  }

  .\33xl\:focus\:to-purple-400:focus {
    --gradient-to-color: #b794f4 !important;
  }

  .\33xl\:focus\:to-purple-500:focus {
    --gradient-to-color: #9f7aea !important;
  }

  .\33xl\:focus\:to-purple-600:focus {
    --gradient-to-color: #805ad5 !important;
  }

  .\33xl\:focus\:to-purple-700:focus {
    --gradient-to-color: #6b46c1 !important;
  }

  .\33xl\:focus\:to-purple-800:focus {
    --gradient-to-color: #553c9a !important;
  }

  .\33xl\:focus\:to-purple-900:focus {
    --gradient-to-color: #44337a !important;
  }

  .\33xl\:focus\:to-pink-100:focus {
    --gradient-to-color: #fff5f7 !important;
  }

  .\33xl\:focus\:to-pink-200:focus {
    --gradient-to-color: #fed7e2 !important;
  }

  .\33xl\:focus\:to-pink-300:focus {
    --gradient-to-color: #fbb6ce !important;
  }

  .\33xl\:focus\:to-pink-400:focus {
    --gradient-to-color: #f687b3 !important;
  }

  .\33xl\:focus\:to-pink-500:focus {
    --gradient-to-color: #ed64a6 !important;
  }

  .\33xl\:focus\:to-pink-600:focus {
    --gradient-to-color: #d53f8c !important;
  }

  .\33xl\:focus\:to-pink-700:focus {
    --gradient-to-color: #b83280 !important;
  }

  .\33xl\:focus\:to-pink-800:focus {
    --gradient-to-color: #97266d !important;
  }

  .\33xl\:focus\:to-pink-900:focus {
    --gradient-to-color: #702459 !important;
  }

  .\33xl\:focus\:to-navy-blue:focus {
    --gradient-to-color: #23345A !important;
  }

  .\33xl\:focus\:to-cyan:focus {
    --gradient-to-color: #40C8EA !important;
  }

  .\33xl\:focus\:to-yellowOrange:focus {
    --gradient-to-color: #F8E9A7 !important;
  }

  .\33xl\:focus\:to-light-blue:focus {
    --gradient-to-color: #C9EAF4 !important;
  }

  .\33xl\:focus\:to-lightest-blue:focus {
    --gradient-to-color: #EBFAFF !important;
  }

  .\33xl\:focus\:to-blueGreen:focus {
    --gradient-to-color: #148093 !important;
  }

  .\33xl\:focus\:to-mediumGray:focus {
    --gradient-to-color: #97A2B0 !important;
  }

  .\33xl\:focus\:to-light-gray:focus {
    --gradient-to-color: #ACACB4 !important;
  }

  .\33xl\:focus\:to-lightestGray:focus {
    --gradient-to-color: #F2F2F2 !important;
  }

  .\33xl\:focus\:to-dark-gray:focus {
    --gradient-to-color: #64626F !important;
  }

  .\33xl\:focus\:to-nav-gray:focus {
    --gradient-to-color: #65718C !important;
  }

  .\33xl\:focus\:to-bullet-gray:focus {
    --gradient-to-color: #F1F1F2 !important;
  }

  .\33xl\:focus\:to-dark-red:focus {
    --gradient-to-color: #951700 !important;
  }

  .\33xl\:focus\:to-navy:focus {
    --gradient-to-color: #182F50 !important;
  }

  .\33xl\:focus\:to-lightNavy:focus {
    --gradient-to-color: #687FA0 !important;
  }

  .\33xl\:bg-opacity-0 {
    --bg-opacity: 0 !important;
  }

  .\33xl\:bg-opacity-25 {
    --bg-opacity: 0.25 !important;
  }

  .\33xl\:bg-opacity-50 {
    --bg-opacity: 0.5 !important;
  }

  .\33xl\:bg-opacity-75 {
    --bg-opacity: 0.75 !important;
  }

  .\33xl\:bg-opacity-100 {
    --bg-opacity: 1 !important;
  }

  .\33xl\:hover\:bg-opacity-0:hover {
    --bg-opacity: 0 !important;
  }

  .\33xl\:hover\:bg-opacity-25:hover {
    --bg-opacity: 0.25 !important;
  }

  .\33xl\:hover\:bg-opacity-50:hover {
    --bg-opacity: 0.5 !important;
  }

  .\33xl\:hover\:bg-opacity-75:hover {
    --bg-opacity: 0.75 !important;
  }

  .\33xl\:hover\:bg-opacity-100:hover {
    --bg-opacity: 1 !important;
  }

  .\33xl\:focus\:bg-opacity-0:focus {
    --bg-opacity: 0 !important;
  }

  .\33xl\:focus\:bg-opacity-25:focus {
    --bg-opacity: 0.25 !important;
  }

  .\33xl\:focus\:bg-opacity-50:focus {
    --bg-opacity: 0.5 !important;
  }

  .\33xl\:focus\:bg-opacity-75:focus {
    --bg-opacity: 0.75 !important;
  }

  .\33xl\:focus\:bg-opacity-100:focus {
    --bg-opacity: 1 !important;
  }

  .\33xl\:bg-bottom {
    background-position: bottom !important;
  }

  .\33xl\:bg-center {
    background-position: center !important;
  }

  .\33xl\:bg-left {
    background-position: left !important;
  }

  .\33xl\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .\33xl\:bg-left-top {
    background-position: left top !important;
  }

  .\33xl\:bg-right {
    background-position: right !important;
  }

  .\33xl\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .\33xl\:bg-right-top {
    background-position: right top !important;
  }

  .\33xl\:bg-top {
    background-position: top !important;
  }

  .\33xl\:bg-repeat {
    background-repeat: repeat !important;
  }

  .\33xl\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .\33xl\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .\33xl\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .\33xl\:bg-repeat-round {
    background-repeat: round !important;
  }

  .\33xl\:bg-repeat-space {
    background-repeat: space !important;
  }

  .\33xl\:bg-auto {
    background-size: auto !important;
  }

  .\33xl\:bg-cover {
    background-size: cover !important;
  }

  .\33xl\:bg-contain {
    background-size: contain !important;
  }

  .\33xl\:border-collapse {
    border-collapse: collapse !important;
  }

  .\33xl\:border-separate {
    border-collapse: separate !important;
  }

  .\33xl\:border-opacity-0 {
    --border-opacity: 0 !important;
  }

  .\33xl\:border-opacity-25 {
    --border-opacity: 0.25 !important;
  }

  .\33xl\:border-opacity-50 {
    --border-opacity: 0.5 !important;
  }

  .\33xl\:border-opacity-75 {
    --border-opacity: 0.75 !important;
  }

  .\33xl\:border-opacity-100 {
    --border-opacity: 1 !important;
  }

  .\33xl\:hover\:border-opacity-0:hover {
    --border-opacity: 0 !important;
  }

  .\33xl\:hover\:border-opacity-25:hover {
    --border-opacity: 0.25 !important;
  }

  .\33xl\:hover\:border-opacity-50:hover {
    --border-opacity: 0.5 !important;
  }

  .\33xl\:hover\:border-opacity-75:hover {
    --border-opacity: 0.75 !important;
  }

  .\33xl\:hover\:border-opacity-100:hover {
    --border-opacity: 1 !important;
  }

  .\33xl\:focus\:border-opacity-0:focus {
    --border-opacity: 0 !important;
  }

  .\33xl\:focus\:border-opacity-25:focus {
    --border-opacity: 0.25 !important;
  }

  .\33xl\:focus\:border-opacity-50:focus {
    --border-opacity: 0.5 !important;
  }

  .\33xl\:focus\:border-opacity-75:focus {
    --border-opacity: 0.75 !important;
  }

  .\33xl\:focus\:border-opacity-100:focus {
    --border-opacity: 1 !important;
  }

  .\33xl\:rounded-none {
    border-radius: 0 !important;
  }

  .\33xl\:rounded-sm {
    border-radius: 0.125rem !important;
  }

  .\33xl\:rounded {
    border-radius: 0.25rem !important;
  }

  .\33xl\:rounded-md {
    border-radius: 0.375rem !important;
  }

  .\33xl\:rounded-lg {
    border-radius: 0.5rem !important;
  }

  .\33xl\:rounded-xl {
    border-radius: 0.75rem !important;
  }

  .\33xl\:rounded-2xl {
    border-radius: 1rem !important;
  }

  .\33xl\:rounded-3xl {
    border-radius: 1.5rem !important;
  }

  .\33xl\:rounded-full {
    border-radius: 9999px !important;
  }

  .\33xl\:rounded-t-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .\33xl\:rounded-r-none {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .\33xl\:rounded-b-none {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .\33xl\:rounded-l-none {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .\33xl\:rounded-t-sm {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .\33xl\:rounded-r-sm {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .\33xl\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .\33xl\:rounded-l-sm {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .\33xl\:rounded-t {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .\33xl\:rounded-r {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .\33xl\:rounded-b {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .\33xl\:rounded-l {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .\33xl\:rounded-t-md {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .\33xl\:rounded-r-md {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .\33xl\:rounded-b-md {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .\33xl\:rounded-l-md {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .\33xl\:rounded-t-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .\33xl\:rounded-r-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .\33xl\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .\33xl\:rounded-l-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .\33xl\:rounded-t-xl {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .\33xl\:rounded-r-xl {
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .\33xl\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .\33xl\:rounded-l-xl {
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .\33xl\:rounded-t-2xl {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .\33xl\:rounded-r-2xl {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .\33xl\:rounded-b-2xl {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .\33xl\:rounded-l-2xl {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .\33xl\:rounded-t-3xl {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .\33xl\:rounded-r-3xl {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .\33xl\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .\33xl\:rounded-l-3xl {
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .\33xl\:rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .\33xl\:rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .\33xl\:rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .\33xl\:rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .\33xl\:rounded-tl-none {
    border-top-left-radius: 0 !important;
  }

  .\33xl\:rounded-tr-none {
    border-top-right-radius: 0 !important;
  }

  .\33xl\:rounded-br-none {
    border-bottom-right-radius: 0 !important;
  }

  .\33xl\:rounded-bl-none {
    border-bottom-left-radius: 0 !important;
  }

  .\33xl\:rounded-tl-sm {
    border-top-left-radius: 0.125rem !important;
  }

  .\33xl\:rounded-tr-sm {
    border-top-right-radius: 0.125rem !important;
  }

  .\33xl\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem !important;
  }

  .\33xl\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem !important;
  }

  .\33xl\:rounded-tl {
    border-top-left-radius: 0.25rem !important;
  }

  .\33xl\:rounded-tr {
    border-top-right-radius: 0.25rem !important;
  }

  .\33xl\:rounded-br {
    border-bottom-right-radius: 0.25rem !important;
  }

  .\33xl\:rounded-bl {
    border-bottom-left-radius: 0.25rem !important;
  }

  .\33xl\:rounded-tl-md {
    border-top-left-radius: 0.375rem !important;
  }

  .\33xl\:rounded-tr-md {
    border-top-right-radius: 0.375rem !important;
  }

  .\33xl\:rounded-br-md {
    border-bottom-right-radius: 0.375rem !important;
  }

  .\33xl\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem !important;
  }

  .\33xl\:rounded-tl-lg {
    border-top-left-radius: 0.5rem !important;
  }

  .\33xl\:rounded-tr-lg {
    border-top-right-radius: 0.5rem !important;
  }

  .\33xl\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem !important;
  }

  .\33xl\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem !important;
  }

  .\33xl\:rounded-tl-xl {
    border-top-left-radius: 0.75rem !important;
  }

  .\33xl\:rounded-tr-xl {
    border-top-right-radius: 0.75rem !important;
  }

  .\33xl\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem !important;
  }

  .\33xl\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem !important;
  }

  .\33xl\:rounded-tl-2xl {
    border-top-left-radius: 1rem !important;
  }

  .\33xl\:rounded-tr-2xl {
    border-top-right-radius: 1rem !important;
  }

  .\33xl\:rounded-br-2xl {
    border-bottom-right-radius: 1rem !important;
  }

  .\33xl\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem !important;
  }

  .\33xl\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem !important;
  }

  .\33xl\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem !important;
  }

  .\33xl\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem !important;
  }

  .\33xl\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem !important;
  }

  .\33xl\:rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .\33xl\:rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .\33xl\:rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .\33xl\:rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .\33xl\:border-solid {
    border-style: solid !important;
  }

  .\33xl\:border-dashed {
    border-style: dashed !important;
  }

  .\33xl\:border-dotted {
    border-style: dotted !important;
  }

  .\33xl\:border-double {
    border-style: double !important;
  }

  .\33xl\:border-none {
    border-style: none !important;
  }

  .\33xl\:hover\:border-solid:hover {
    border-style: solid !important;
  }

  .\33xl\:hover\:border-dashed:hover {
    border-style: dashed !important;
  }

  .\33xl\:hover\:border-dotted:hover {
    border-style: dotted !important;
  }

  .\33xl\:hover\:border-double:hover {
    border-style: double !important;
  }

  .\33xl\:hover\:border-none:hover {
    border-style: none !important;
  }

  .group:hover .\33xl\:group-hover\:border-solid {
    border-style: solid !important;
  }

  .group:hover .\33xl\:group-hover\:border-dashed {
    border-style: dashed !important;
  }

  .group:hover .\33xl\:group-hover\:border-dotted {
    border-style: dotted !important;
  }

  .group:hover .\33xl\:group-hover\:border-double {
    border-style: double !important;
  }

  .group:hover .\33xl\:group-hover\:border-none {
    border-style: none !important;
  }

  .\33xl\:border-2 {
    border-width: 2px !important;
  }

  .\33xl\:border-0px {
    border-width: 0px !important;
  }

  .\33xl\:border-18px {
    border-width: 18px !important;
  }

  .\33xl\:border-t-2 {
    border-top-width: 2px !important;
  }

  .\33xl\:border-r-2 {
    border-right-width: 2px !important;
  }

  .\33xl\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .\33xl\:border-l-2 {
    border-left-width: 2px !important;
  }

  .\33xl\:border-t-0px {
    border-top-width: 0px !important;
  }

  .\33xl\:border-r-0px {
    border-right-width: 0px !important;
  }

  .\33xl\:border-b-0px {
    border-bottom-width: 0px !important;
  }

  .\33xl\:border-l-0px {
    border-left-width: 0px !important;
  }

  .\33xl\:border-t-18px {
    border-top-width: 18px !important;
  }

  .\33xl\:border-r-18px {
    border-right-width: 18px !important;
  }

  .\33xl\:border-b-18px {
    border-bottom-width: 18px !important;
  }

  .\33xl\:border-l-18px {
    border-left-width: 18px !important;
  }

  .\33xl\:hover\:border-2:hover {
    border-width: 2px !important;
  }

  .\33xl\:hover\:border-0px:hover {
    border-width: 0px !important;
  }

  .\33xl\:hover\:border-18px:hover {
    border-width: 18px !important;
  }

  .\33xl\:hover\:border-t-2:hover {
    border-top-width: 2px !important;
  }

  .\33xl\:hover\:border-r-2:hover {
    border-right-width: 2px !important;
  }

  .\33xl\:hover\:border-b-2:hover {
    border-bottom-width: 2px !important;
  }

  .\33xl\:hover\:border-l-2:hover {
    border-left-width: 2px !important;
  }

  .\33xl\:hover\:border-t-0px:hover {
    border-top-width: 0px !important;
  }

  .\33xl\:hover\:border-r-0px:hover {
    border-right-width: 0px !important;
  }

  .\33xl\:hover\:border-b-0px:hover {
    border-bottom-width: 0px !important;
  }

  .\33xl\:hover\:border-l-0px:hover {
    border-left-width: 0px !important;
  }

  .\33xl\:hover\:border-t-18px:hover {
    border-top-width: 18px !important;
  }

  .\33xl\:hover\:border-r-18px:hover {
    border-right-width: 18px !important;
  }

  .\33xl\:hover\:border-b-18px:hover {
    border-bottom-width: 18px !important;
  }

  .\33xl\:hover\:border-l-18px:hover {
    border-left-width: 18px !important;
  }

  .group:hover .\33xl\:group-hover\:border-2 {
    border-width: 2px !important;
  }

  .group:hover .\33xl\:group-hover\:border-0px {
    border-width: 0px !important;
  }

  .group:hover .\33xl\:group-hover\:border-18px {
    border-width: 18px !important;
  }

  .group:hover .\33xl\:group-hover\:border-t-2 {
    border-top-width: 2px !important;
  }

  .group:hover .\33xl\:group-hover\:border-r-2 {
    border-right-width: 2px !important;
  }

  .group:hover .\33xl\:group-hover\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .group:hover .\33xl\:group-hover\:border-l-2 {
    border-left-width: 2px !important;
  }

  .group:hover .\33xl\:group-hover\:border-t-0px {
    border-top-width: 0px !important;
  }

  .group:hover .\33xl\:group-hover\:border-r-0px {
    border-right-width: 0px !important;
  }

  .group:hover .\33xl\:group-hover\:border-b-0px {
    border-bottom-width: 0px !important;
  }

  .group:hover .\33xl\:group-hover\:border-l-0px {
    border-left-width: 0px !important;
  }

  .group:hover .\33xl\:group-hover\:border-t-18px {
    border-top-width: 18px !important;
  }

  .group:hover .\33xl\:group-hover\:border-r-18px {
    border-right-width: 18px !important;
  }

  .group:hover .\33xl\:group-hover\:border-b-18px {
    border-bottom-width: 18px !important;
  }

  .group:hover .\33xl\:group-hover\:border-l-18px {
    border-left-width: 18px !important;
  }

  .\33xl\:box-border {
    box-sizing: border-box !important;
  }

  .\33xl\:box-content {
    box-sizing: content-box !important;
  }

  .\33xl\:cursor-auto {
    cursor: auto !important;
  }

  .\33xl\:cursor-default {
    cursor: default !important;
  }

  .\33xl\:cursor-pointer {
    cursor: pointer !important;
  }

  .\33xl\:cursor-wait {
    cursor: wait !important;
  }

  .\33xl\:cursor-text {
    cursor: text !important;
  }

  .\33xl\:cursor-move {
    cursor: move !important;
  }

  .\33xl\:cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .\33xl\:block {
    display: block !important;
  }

  .\33xl\:inline-block {
    display: inline-block !important;
  }

  .\33xl\:inline {
    display: inline !important;
  }

  .\33xl\:flex {
    display: flex !important;
  }

  .\33xl\:inline-flex {
    display: inline-flex !important;
  }

  .\33xl\:table {
    display: table !important;
  }

  .\33xl\:table-caption {
    display: table-caption !important;
  }

  .\33xl\:table-cell {
    display: table-cell !important;
  }

  .\33xl\:table-column {
    display: table-column !important;
  }

  .\33xl\:table-column-group {
    display: table-column-group !important;
  }

  .\33xl\:table-footer-group {
    display: table-footer-group !important;
  }

  .\33xl\:table-header-group {
    display: table-header-group !important;
  }

  .\33xl\:table-row-group {
    display: table-row-group !important;
  }

  .\33xl\:table-row {
    display: table-row !important;
  }

  .\33xl\:flow-root {
    display: flow-root !important;
  }

  .\33xl\:grid {
    display: grid !important;
  }

  .\33xl\:inline-grid {
    display: inline-grid !important;
  }

  .\33xl\:contents {
    display: contents !important;
  }

  .\33xl\:hidden {
    display: none !important;
  }

  .\33xl\:flex-row {
    flex-direction: row !important;
  }

  .\33xl\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .\33xl\:flex-col {
    flex-direction: column !important;
  }

  .\33xl\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .\33xl\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .\33xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .\33xl\:flex-no-wrap {
    flex-wrap: nowrap !important;
  }

  .\33xl\:place-items-auto {
    place-items: auto !important;
  }

  .\33xl\:place-items-start {
    place-items: start !important;
  }

  .\33xl\:place-items-end {
    place-items: end !important;
  }

  .\33xl\:place-items-center {
    place-items: center !important;
  }

  .\33xl\:place-items-stretch {
    place-items: stretch !important;
  }

  .\33xl\:place-content-center {
    place-content: center !important;
  }

  .\33xl\:place-content-start {
    place-content: start !important;
  }

  .\33xl\:place-content-end {
    place-content: end !important;
  }

  .\33xl\:place-content-between {
    place-content: space-between !important;
  }

  .\33xl\:place-content-around {
    place-content: space-around !important;
  }

  .\33xl\:place-content-evenly {
    place-content: space-evenly !important;
  }

  .\33xl\:place-content-stretch {
    place-content: stretch !important;
  }

  .\33xl\:place-self-auto {
    place-self: auto !important;
  }

  .\33xl\:place-self-start {
    place-self: start !important;
  }

  .\33xl\:place-self-end {
    place-self: end !important;
  }

  .\33xl\:place-self-center {
    place-self: center !important;
  }

  .\33xl\:place-self-stretch {
    place-self: stretch !important;
  }

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

  .\33xl\:items-end {
    align-items: flex-end !important;
  }

  .\33xl\:items-center {
    align-items: center !important;
  }

  .\33xl\:items-baseline {
    align-items: baseline !important;
  }

  .\33xl\:items-stretch {
    align-items: stretch !important;
  }

  .\33xl\:content-center {
    align-content: center !important;
  }

  .\33xl\:content-start {
    align-content: flex-start !important;
  }

  .\33xl\:content-end {
    align-content: flex-end !important;
  }

  .\33xl\:content-between {
    align-content: space-between !important;
  }

  .\33xl\:content-around {
    align-content: space-around !important;
  }

  .\33xl\:content-evenly {
    align-content: space-evenly !important;
  }

  .\33xl\:self-auto {
    align-self: auto !important;
  }

  .\33xl\:self-start {
    align-self: flex-start !important;
  }

  .\33xl\:self-end {
    align-self: flex-end !important;
  }

  .\33xl\:self-center {
    align-self: center !important;
  }

  .\33xl\:self-stretch {
    align-self: stretch !important;
  }

  .\33xl\:justify-items-auto {
    justify-items: auto !important;
  }

  .\33xl\:justify-items-start {
    justify-items: start !important;
  }

  .\33xl\:justify-items-end {
    justify-items: end !important;
  }

  .\33xl\:justify-items-center {
    justify-items: center !important;
  }

  .\33xl\:justify-items-stretch {
    justify-items: stretch !important;
  }

  .\33xl\:justify-start {
    justify-content: flex-start !important;
  }

  .\33xl\:justify-end {
    justify-content: flex-end !important;
  }

  .\33xl\:justify-center {
    justify-content: center !important;
  }

  .\33xl\:justify-between {
    justify-content: space-between !important;
  }

  .\33xl\:justify-around {
    justify-content: space-around !important;
  }

  .\33xl\:justify-evenly {
    justify-content: space-evenly !important;
  }

  .\33xl\:justify-self-auto {
    justify-self: auto !important;
  }

  .\33xl\:justify-self-start {
    justify-self: start !important;
  }

  .\33xl\:justify-self-end {
    justify-self: end !important;
  }

  .\33xl\:justify-self-center {
    justify-self: center !important;
  }

  .\33xl\:justify-self-stretch {
    justify-self: stretch !important;
  }

  .\33xl\:flex-1 {
    flex: 1 1 0% !important;
  }

  .\33xl\:flex-auto {
    flex: 1 1 auto !important;
  }

  .\33xl\:flex-initial {
    flex: 0 1 auto !important;
  }

  .\33xl\:flex-none {
    flex: none !important;
  }

  .\33xl\:flex-grow-0 {
    flex-grow: 0 !important;
  }

  .\33xl\:flex-grow {
    flex-grow: 1 !important;
  }

  .\33xl\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .\33xl\:flex-shrink {
    flex-shrink: 1 !important;
  }

  .\33xl\:order-1 {
    order: 1 !important;
  }

  .\33xl\:order-2 {
    order: 2 !important;
  }

  .\33xl\:order-3 {
    order: 3 !important;
  }

  .\33xl\:order-4 {
    order: 4 !important;
  }

  .\33xl\:order-5 {
    order: 5 !important;
  }

  .\33xl\:order-6 {
    order: 6 !important;
  }

  .\33xl\:order-7 {
    order: 7 !important;
  }

  .\33xl\:order-8 {
    order: 8 !important;
  }

  .\33xl\:order-9 {
    order: 9 !important;
  }

  .\33xl\:order-10 {
    order: 10 !important;
  }

  .\33xl\:order-11 {
    order: 11 !important;
  }

  .\33xl\:order-12 {
    order: 12 !important;
  }

  .\33xl\:order-first {
    order: -9999 !important;
  }

  .\33xl\:order-last {
    order: 9999 !important;
  }

  .\33xl\:order-none {
    order: 0 !important;
  }

  .\33xl\:float-right {
    float: right !important;
  }

  .\33xl\:float-left {
    float: left !important;
  }

  .\33xl\:float-none {
    float: none !important;
  }

  .\33xl\:clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .\33xl\:clear-left {
    clear: left !important;
  }

  .\33xl\:clear-right {
    clear: right !important;
  }

  .\33xl\:clear-both {
    clear: both !important;
  }

  .\33xl\:clear-none {
    clear: none !important;
  }

  .\33xl\:font-body {
    font-family: Montserrat, sans-serif !important;
  }

  .\33xl\:font-hairline {
    font-weight: 100 !important;
  }

  .\33xl\:font-thin {
    font-weight: 200 !important;
  }

  .\33xl\:font-light {
    font-weight: 300 !important;
  }

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

  .\33xl\:font-medium {
    font-weight: 500 !important;
  }

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

  .\33xl\:font-bold {
    font-weight: 700 !important;
  }

  .\33xl\:font-extrabold {
    font-weight: 800 !important;
  }

  .\33xl\:font-black {
    font-weight: 900 !important;
  }

  .\33xl\:hover\:font-hairline:hover {
    font-weight: 100 !important;
  }

  .\33xl\:hover\:font-thin:hover {
    font-weight: 200 !important;
  }

  .\33xl\:hover\:font-light:hover {
    font-weight: 300 !important;
  }

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

  .\33xl\:hover\:font-medium:hover {
    font-weight: 500 !important;
  }

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

  .\33xl\:hover\:font-bold:hover {
    font-weight: 700 !important;
  }

  .\33xl\:hover\:font-extrabold:hover {
    font-weight: 800 !important;
  }

  .\33xl\:hover\:font-black:hover {
    font-weight: 900 !important;
  }

  .\33xl\:focus\:font-hairline:focus {
    font-weight: 100 !important;
  }

  .\33xl\:focus\:font-thin:focus {
    font-weight: 200 !important;
  }

  .\33xl\:focus\:font-light:focus {
    font-weight: 300 !important;
  }

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

  .\33xl\:focus\:font-medium:focus {
    font-weight: 500 !important;
  }

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

  .\33xl\:focus\:font-bold:focus {
    font-weight: 700 !important;
  }

  .\33xl\:focus\:font-extrabold:focus {
    font-weight: 800 !important;
  }

  .\33xl\:focus\:font-black:focus {
    font-weight: 900 !important;
  }

  .\33xl\:h-0 {
    height: 0 !important;
  }

  .\33xl\:h-1 {
    height: 0.25rem !important;
  }

  .\33xl\:h-2 {
    height: 0.5rem !important;
  }

  .\33xl\:h-3 {
    height: 0.75rem !important;
  }

  .\33xl\:h-4 {
    height: 1rem !important;
  }

  .\33xl\:h-5 {
    height: 1.25rem !important;
  }

  .\33xl\:h-6 {
    height: 1.5rem !important;
  }

  .\33xl\:h-8 {
    height: 2rem !important;
  }

  .\33xl\:h-9 {
    height: 2.5rem !important;
  }

  .\33xl\:h-10 {
    height: 2.5rem !important;
  }

  .\33xl\:h-12 {
    height: 3rem !important;
  }

  .\33xl\:h-14 {
    height: 3.5rem !important;
  }

  .\33xl\:h-16 {
    height: 4rem !important;
  }

  .\33xl\:h-18 {
    height: 4.5rem !important;
  }

  .\33xl\:h-20 {
    height: 5rem !important;
  }

  .\33xl\:h-22 {
    height: 5.626rem !important;
  }

  .\33xl\:h-24 {
    height: 6rem !important;
  }

  .\33xl\:h-26 {
    height: 6.25rem !important;
  }

  .\33xl\:h-28 {
    height: 7rem !important;
  }

  .\33xl\:h-32 {
    height: 8rem !important;
  }

  .\33xl\:h-34 {
    height: 8.5rem !important;
  }

  .\33xl\:h-38 {
    height: 9.25rem !important;
  }

  .\33xl\:h-40 {
    height: 10rem !important;
  }

  .\33xl\:h-46 {
    height: 11.75rem !important;
  }

  .\33xl\:h-48 {
    height: 12rem !important;
  }

  .\33xl\:h-56 {
    height: 14rem !important;
  }

  .\33xl\:h-64 {
    height: 16rem !important;
  }

  .\33xl\:h-82 {
    height: 20.75rem !important;
  }

  .\33xl\:h-auto {
    height: auto !important;
  }

  .\33xl\:h-px {
    height: 1px !important;
  }

  .\33xl\:h-tiny {
    height: 0.3rem !important;
  }

  .\33xl\:h-quick-links {
    height: 26% !important;
  }

  .\33xl\:h-pro-slid {
    height: 48% !important;
  }

  .\33xl\:h-62p {
    height: 62% !important;
  }

  .\33xl\:h-90p {
    height: 90% !important;
  }

  .\33xl\:h-x-large {
    height: 27.5rem !important;
  }

  .\33xl\:h-2px {
    height: 0.125rem !important;
  }

  .\33xl\:h-9px {
    height: 0.5625rem !important;
  }

  .\33xl\:h-10px {
    height: 0.625rem !important;
  }

  .\33xl\:h-18px {
    height: 1.125rem !important;
  }

  .\33xl\:h-20px {
    height: 1.25rem !important;
  }

  .\33xl\:h-24px {
    height: 1.5rem !important;
  }

  .\33xl\:h-26px {
    height: 1.625rem !important;
  }

  .\33xl\:h-30px {
    height: 1.875rem !important;
  }

  .\33xl\:h-38px {
    height: 2.375rem !important;
  }

  .\33xl\:h-43px {
    height: 2.6875rem !important;
  }

  .\33xl\:h-44px {
    height: 2.75rem !important;
  }

  .\33xl\:h-46px {
    height: 2.875rem !important;
  }

  .\33xl\:h-53px {
    height: 3.3125rem !important;
  }

  .\33xl\:h-54px {
    height: 3.375rem !important;
  }

  .\33xl\:h-55px {
    height: 3.4375rem !important;
  }

  .\33xl\:h-60px {
    height: 3.75rem !important;
  }

  .\33xl\:h-67px {
    height: 4.1875rem !important;
  }

  .\33xl\:h-73px {
    height: 4.5625rem !important;
  }

  .\33xl\:h-80px {
    height: 5rem !important;
  }

  .\33xl\:h-81px {
    height: 5.0625rem !important;
  }

  .\33xl\:h-85px {
    height: 5.3125rem !important;
  }

  .\33xl\:h-92px {
    height: 5.75rem !important;
  }

  .\33xl\:h-100px {
    height: 6.25rem !important;
  }

  .\33xl\:h-106px {
    height: 6.625rem !important;
  }

  .\33xl\:h-123px {
    height: 7.6875rem !important;
  }

  .\33xl\:h-126px {
    height: 7.875rem !important;
  }

  .\33xl\:h-138px {
    height: 8.625rem !important;
  }

  .\33xl\:h-140px {
    height: 8.75rem !important;
  }

  .\33xl\:h-146px {
    height: 9.125rem !important;
  }

  .\33xl\:h-152px {
    height: 9.5rem !important;
  }

  .\33xl\:h-187px {
    height: 11.6875rem !important;
  }

  .\33xl\:h-220px {
    height: 13.75rem !important;
  }

  .\33xl\:h-253px {
    height: 15.8125rem !important;
  }

  .\33xl\:h-320px {
    height: 20rem !important;
  }

  .\33xl\:h-400px {
    height: 25rem !important;
  }

  .\33xl\:h-500px {
    height: 31.25rem !important;
  }

  .\33xl\:h-lgPaddingTop {
    height: 15.8125rem !important;
  }

  .\33xl\:h-phonePaddingTop {
    height: 9.875rem !important;
  }

  .\33xl\:h-tabletPaddingTop {
    height: 6.625rem !important;
  }

  .\33xl\:h-largePaddingTop {
    height: 13.75rem !important;
  }

  .\33xl\:h-phoneTextContentMaxWidth {
    height: 57.0625rem !important;
  }

  .\33xl\:h-phoneTextContentWidth {
    height: 63% !important;
  }

  .\33xl\:h-phoneBlockContentWidth {
    height: 71.625rem !important;
  }

  .\33xl\:h-tabletTextContentMaxWidth {
    height: 57.0625rem !important;
  }

  .\33xl\:h-tabletTextContentWidth {
    height: 63% !important;
  }

  .\33xl\:h-tabletBlockContentWidth {
    height: 71.625rem !important;
  }

  .\33xl\:h-largeTextContentMaxWidth {
    height: 57.0625rem !important;
  }

  .\33xl\:h-largeTextContentWidth {
    height: 63% !important;
  }

  .\33xl\:h-largeBlockContentWidth {
    height: 71.625rem !important;
  }

  .\33xl\:h-full {
    height: 100% !important;
  }

  .\33xl\:h-screen {
    height: 100vh !important;
  }

  .\33xl\:text-20 {
    font-size: 1.25rem !important;
  }

  .\33xl\:text-22 {
    font-size: 1.375rem !important;
  }

  .\33xl\:text-24 {
    font-size: 1.5rem !important;
  }

  .\33xl\:text-26 {
    font-size: 1.625rem !important;
  }

  .\33xl\:text-28 {
    font-size: 1.75rem !important;
  }

  .\33xl\:text-30 {
    font-size: 1.875rem !important;
  }

  .\33xl\:text-32 {
    font-size: 2rem !important;
  }

  .\33xl\:text-34 {
    font-size: 2.125rem !important;
  }

  .\33xl\:text-36 {
    font-size: 2.25rem !important;
  }

  .\33xl\:text-38 {
    font-size: 2.375rem !important;
  }

  .\33xl\:text-40 {
    font-size: 2.5rem !important;
  }

  .\33xl\:text-44 {
    font-size: 2.75rem !important;
  }

  .\33xl\:text-46 {
    font-size: 2.875rem !important;
  }

  .\33xl\:text-50 {
    font-size: 3.125rem !important;
  }

  .\33xl\:text-52 {
    font-size: 3.25rem !important;
  }

  .\33xl\:text-55 {
    font-size: 3.4375rem !important;
  }

  .\33xl\:text-60 {
    font-size: 3.75rem !important;
  }

  .\33xl\:text-64 {
    font-size: 4rem !important;
  }

  .\33xl\:text-66 {
    font-size: 4.125rem !important;
  }

  .\33xl\:text-70 {
    font-size: 4.375rem !important;
  }

  .\33xl\:text-80 {
    font-size: 5rem !important;
  }

  .\33xl\:text-100 {
    font-size: 6.25rem !important;
  }

  .\33xl\:text-xs {
    font-size: 0.75rem !important;
  }

  .\33xl\:text-sm {
    font-size: 0.875rem !important;
  }

  .\33xl\:text-base {
    font-size: 1rem !important;
  }

  .\33xl\:text-lg {
    font-size: 1.125rem !important;
  }

  .\33xl\:text-xl {
    font-size: 1.1875rem !important;
  }

  .\33xl\:leading-3 {
    line-height: .75rem !important;
  }

  .\33xl\:leading-4 {
    line-height: 1rem !important;
  }

  .\33xl\:leading-5 {
    line-height: 1.25rem !important;
  }

  .\33xl\:leading-6 {
    line-height: 1.5rem !important;
  }

  .\33xl\:leading-7 {
    line-height: 1.75rem !important;
  }

  .\33xl\:leading-8 {
    line-height: 2rem !important;
  }

  .\33xl\:leading-9 {
    line-height: 2.25rem !important;
  }

  .\33xl\:leading-10 {
    line-height: 2.5rem !important;
  }

  .\33xl\:leading-none {
    line-height: 1 !important;
  }

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

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

  .\33xl\:leading-normal {
    line-height: 1.5 !important;
  }

  .\33xl\:leading-relaxed {
    line-height: 1.625 !important;
  }

  .\33xl\:leading-loose {
    line-height: 2 !important;
  }

  .\33xl\:list-inside {
    list-style-position: inside !important;
  }

  .\33xl\:list-outside {
    list-style-position: outside !important;
  }

  .\33xl\:list-none {
    list-style-type: none !important;
  }

  .\33xl\:list-disc {
    list-style-type: disc !important;
  }

  .\33xl\:list-decimal {
    list-style-type: decimal !important;
  }

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

  .\33xl\:m-1 {
    margin: 0.25rem !important;
  }

  .\33xl\:m-2 {
    margin: 0.5rem !important;
  }

  .\33xl\:m-3 {
    margin: 0.75rem !important;
  }

  .\33xl\:m-4 {
    margin: 1rem !important;
  }

  .\33xl\:m-5 {
    margin: 1.25rem !important;
  }

  .\33xl\:m-6 {
    margin: 1.5rem !important;
  }

  .\33xl\:m-8 {
    margin: 2rem !important;
  }

  .\33xl\:m-9 {
    margin: 2.5rem !important;
  }

  .\33xl\:m-10 {
    margin: 2.5rem !important;
  }

  .\33xl\:m-12 {
    margin: 3rem !important;
  }

  .\33xl\:m-14 {
    margin: 3.5rem !important;
  }

  .\33xl\:m-16 {
    margin: 4rem !important;
  }

  .\33xl\:m-18 {
    margin: 4.5rem !important;
  }

  .\33xl\:m-20 {
    margin: 5rem !important;
  }

  .\33xl\:m-22 {
    margin: 5.626rem !important;
  }

  .\33xl\:m-24 {
    margin: 6rem !important;
  }

  .\33xl\:m-26 {
    margin: 6.25rem !important;
  }

  .\33xl\:m-28 {
    margin: 7rem !important;
  }

  .\33xl\:m-32 {
    margin: 8rem !important;
  }

  .\33xl\:m-34 {
    margin: 8.5rem !important;
  }

  .\33xl\:m-38 {
    margin: 9.25rem !important;
  }

  .\33xl\:m-40 {
    margin: 10rem !important;
  }

  .\33xl\:m-46 {
    margin: 11.75rem !important;
  }

  .\33xl\:m-48 {
    margin: 12rem !important;
  }

  .\33xl\:m-56 {
    margin: 14rem !important;
  }

  .\33xl\:m-64 {
    margin: 16rem !important;
  }

  .\33xl\:m-82 {
    margin: 20.75rem !important;
  }

  .\33xl\:m-auto {
    margin: auto !important;
  }

  .\33xl\:m-px {
    margin: 1px !important;
  }

  .\33xl\:m-tiny {
    margin: 0.3rem !important;
  }

  .\33xl\:m-quick-links {
    margin: 26% !important;
  }

  .\33xl\:m-pro-slid {
    margin: 48% !important;
  }

  .\33xl\:m-62p {
    margin: 62% !important;
  }

  .\33xl\:m-90p {
    margin: 90% !important;
  }

  .\33xl\:m-x-large {
    margin: 27.5rem !important;
  }

  .\33xl\:m-2px {
    margin: 0.125rem !important;
  }

  .\33xl\:m-9px {
    margin: 0.5625rem !important;
  }

  .\33xl\:m-10px {
    margin: 0.625rem !important;
  }

  .\33xl\:m-18px {
    margin: 1.125rem !important;
  }

  .\33xl\:m-20px {
    margin: 1.25rem !important;
  }

  .\33xl\:m-24px {
    margin: 1.5rem !important;
  }

  .\33xl\:m-26px {
    margin: 1.625rem !important;
  }

  .\33xl\:m-30px {
    margin: 1.875rem !important;
  }

  .\33xl\:m-38px {
    margin: 2.375rem !important;
  }

  .\33xl\:m-43px {
    margin: 2.6875rem !important;
  }

  .\33xl\:m-44px {
    margin: 2.75rem !important;
  }

  .\33xl\:m-46px {
    margin: 2.875rem !important;
  }

  .\33xl\:m-53px {
    margin: 3.3125rem !important;
  }

  .\33xl\:m-54px {
    margin: 3.375rem !important;
  }

  .\33xl\:m-55px {
    margin: 3.4375rem !important;
  }

  .\33xl\:m-60px {
    margin: 3.75rem !important;
  }

  .\33xl\:m-67px {
    margin: 4.1875rem !important;
  }

  .\33xl\:m-73px {
    margin: 4.5625rem !important;
  }

  .\33xl\:m-80px {
    margin: 5rem !important;
  }

  .\33xl\:m-81px {
    margin: 5.0625rem !important;
  }

  .\33xl\:m-85px {
    margin: 5.3125rem !important;
  }

  .\33xl\:m-92px {
    margin: 5.75rem !important;
  }

  .\33xl\:m-100px {
    margin: 6.25rem !important;
  }

  .\33xl\:m-106px {
    margin: 6.625rem !important;
  }

  .\33xl\:m-123px {
    margin: 7.6875rem !important;
  }

  .\33xl\:m-126px {
    margin: 7.875rem !important;
  }

  .\33xl\:m-138px {
    margin: 8.625rem !important;
  }

  .\33xl\:m-140px {
    margin: 8.75rem !important;
  }

  .\33xl\:m-146px {
    margin: 9.125rem !important;
  }

  .\33xl\:m-152px {
    margin: 9.5rem !important;
  }

  .\33xl\:m-187px {
    margin: 11.6875rem !important;
  }

  .\33xl\:m-220px {
    margin: 13.75rem !important;
  }

  .\33xl\:m-253px {
    margin: 15.8125rem !important;
  }

  .\33xl\:m-320px {
    margin: 20rem !important;
  }

  .\33xl\:m-400px {
    margin: 25rem !important;
  }

  .\33xl\:m-500px {
    margin: 31.25rem !important;
  }

  .\33xl\:m-lgPaddingTop {
    margin: 15.8125rem !important;
  }

  .\33xl\:m-phonePaddingTop {
    margin: 9.875rem !important;
  }

  .\33xl\:m-tabletPaddingTop {
    margin: 6.625rem !important;
  }

  .\33xl\:m-largePaddingTop {
    margin: 13.75rem !important;
  }

  .\33xl\:m-phoneTextContentMaxWidth {
    margin: 57.0625rem !important;
  }

  .\33xl\:m-phoneTextContentWidth {
    margin: 63% !important;
  }

  .\33xl\:m-phoneBlockContentWidth {
    margin: 71.625rem !important;
  }

  .\33xl\:m-tabletTextContentMaxWidth {
    margin: 57.0625rem !important;
  }

  .\33xl\:m-tabletTextContentWidth {
    margin: 63% !important;
  }

  .\33xl\:m-tabletBlockContentWidth {
    margin: 71.625rem !important;
  }

  .\33xl\:m-largeTextContentMaxWidth {
    margin: 57.0625rem !important;
  }

  .\33xl\:m-largeTextContentWidth {
    margin: 63% !important;
  }

  .\33xl\:m-largeBlockContentWidth {
    margin: 71.625rem !important;
  }

  .\33xl\:-m-1 {
    margin: -0.25rem !important;
  }

  .\33xl\:-m-2 {
    margin: -0.5rem !important;
  }

  .\33xl\:-m-3 {
    margin: -0.75rem !important;
  }

  .\33xl\:-m-4 {
    margin: -1rem !important;
  }

  .\33xl\:-m-5 {
    margin: -1.25rem !important;
  }

  .\33xl\:-m-6 {
    margin: -1.5rem !important;
  }

  .\33xl\:-m-8 {
    margin: -2rem !important;
  }

  .\33xl\:-m-9 {
    margin: -2.5rem !important;
  }

  .\33xl\:-m-10 {
    margin: -2.5rem !important;
  }

  .\33xl\:-m-12 {
    margin: -3rem !important;
  }

  .\33xl\:-m-14 {
    margin: -3.5rem !important;
  }

  .\33xl\:-m-16 {
    margin: -4rem !important;
  }

  .\33xl\:-m-18 {
    margin: -4.5rem !important;
  }

  .\33xl\:-m-20 {
    margin: -5rem !important;
  }

  .\33xl\:-m-22 {
    margin: -5.626rem !important;
  }

  .\33xl\:-m-24 {
    margin: -6rem !important;
  }

  .\33xl\:-m-26 {
    margin: -6.25rem !important;
  }

  .\33xl\:-m-28 {
    margin: -7rem !important;
  }

  .\33xl\:-m-32 {
    margin: -8rem !important;
  }

  .\33xl\:-m-34 {
    margin: -8.5rem !important;
  }

  .\33xl\:-m-38 {
    margin: -9.25rem !important;
  }

  .\33xl\:-m-40 {
    margin: -10rem !important;
  }

  .\33xl\:-m-46 {
    margin: -11.75rem !important;
  }

  .\33xl\:-m-48 {
    margin: -12rem !important;
  }

  .\33xl\:-m-56 {
    margin: -14rem !important;
  }

  .\33xl\:-m-64 {
    margin: -16rem !important;
  }

  .\33xl\:-m-82 {
    margin: -20.75rem !important;
  }

  .\33xl\:-m-px {
    margin: -1px !important;
  }

  .\33xl\:-m-tiny {
    margin: -0.3rem !important;
  }

  .\33xl\:-m-quick-links {
    margin: -26% !important;
  }

  .\33xl\:-m-pro-slid {
    margin: -48% !important;
  }

  .\33xl\:-m-62p {
    margin: -62% !important;
  }

  .\33xl\:-m-90p {
    margin: -90% !important;
  }

  .\33xl\:-m-x-large {
    margin: -27.5rem !important;
  }

  .\33xl\:-m-2px {
    margin: -0.125rem !important;
  }

  .\33xl\:-m-9px {
    margin: -0.5625rem !important;
  }

  .\33xl\:-m-10px {
    margin: -0.625rem !important;
  }

  .\33xl\:-m-18px {
    margin: -1.125rem !important;
  }

  .\33xl\:-m-20px {
    margin: -1.25rem !important;
  }

  .\33xl\:-m-24px {
    margin: -1.5rem !important;
  }

  .\33xl\:-m-26px {
    margin: -1.625rem !important;
  }

  .\33xl\:-m-30px {
    margin: -1.875rem !important;
  }

  .\33xl\:-m-38px {
    margin: -2.375rem !important;
  }

  .\33xl\:-m-43px {
    margin: -2.6875rem !important;
  }

  .\33xl\:-m-44px {
    margin: -2.75rem !important;
  }

  .\33xl\:-m-46px {
    margin: -2.875rem !important;
  }

  .\33xl\:-m-53px {
    margin: -3.3125rem !important;
  }

  .\33xl\:-m-54px {
    margin: -3.375rem !important;
  }

  .\33xl\:-m-55px {
    margin: -3.4375rem !important;
  }

  .\33xl\:-m-60px {
    margin: -3.75rem !important;
  }

  .\33xl\:-m-67px {
    margin: -4.1875rem !important;
  }

  .\33xl\:-m-73px {
    margin: -4.5625rem !important;
  }

  .\33xl\:-m-80px {
    margin: -5rem !important;
  }

  .\33xl\:-m-81px {
    margin: -5.0625rem !important;
  }

  .\33xl\:-m-85px {
    margin: -5.3125rem !important;
  }

  .\33xl\:-m-92px {
    margin: -5.75rem !important;
  }

  .\33xl\:-m-100px {
    margin: -6.25rem !important;
  }

  .\33xl\:-m-106px {
    margin: -6.625rem !important;
  }

  .\33xl\:-m-123px {
    margin: -7.6875rem !important;
  }

  .\33xl\:-m-126px {
    margin: -7.875rem !important;
  }

  .\33xl\:-m-138px {
    margin: -8.625rem !important;
  }

  .\33xl\:-m-140px {
    margin: -8.75rem !important;
  }

  .\33xl\:-m-146px {
    margin: -9.125rem !important;
  }

  .\33xl\:-m-152px {
    margin: -9.5rem !important;
  }

  .\33xl\:-m-187px {
    margin: -11.6875rem !important;
  }

  .\33xl\:-m-220px {
    margin: -13.75rem !important;
  }

  .\33xl\:-m-253px {
    margin: -15.8125rem !important;
  }

  .\33xl\:-m-320px {
    margin: -20rem !important;
  }

  .\33xl\:-m-400px {
    margin: -25rem !important;
  }

  .\33xl\:-m-500px {
    margin: -31.25rem !important;
  }

  .\33xl\:-m-lgPaddingTop {
    margin: -15.8125rem !important;
  }

  .\33xl\:-m-phonePaddingTop {
    margin: -9.875rem !important;
  }

  .\33xl\:-m-tabletPaddingTop {
    margin: -6.625rem !important;
  }

  .\33xl\:-m-largePaddingTop {
    margin: -13.75rem !important;
  }

  .\33xl\:-m-phoneTextContentMaxWidth {
    margin: -57.0625rem !important;
  }

  .\33xl\:-m-phoneTextContentWidth {
    margin: -63% !important;
  }

  .\33xl\:-m-phoneBlockContentWidth {
    margin: -71.625rem !important;
  }

  .\33xl\:-m-tabletTextContentMaxWidth {
    margin: -57.0625rem !important;
  }

  .\33xl\:-m-tabletTextContentWidth {
    margin: -63% !important;
  }

  .\33xl\:-m-tabletBlockContentWidth {
    margin: -71.625rem !important;
  }

  .\33xl\:-m-largeTextContentMaxWidth {
    margin: -57.0625rem !important;
  }

  .\33xl\:-m-largeTextContentWidth {
    margin: -63% !important;
  }

  .\33xl\:-m-largeBlockContentWidth {
    margin: -71.625rem !important;
  }

  .\33xl\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .\33xl\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .\33xl\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .\33xl\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .\33xl\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .\33xl\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .\33xl\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .\33xl\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .\33xl\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .\33xl\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .\33xl\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .\33xl\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .\33xl\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .\33xl\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .\33xl\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .\33xl\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .\33xl\:my-9 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .\33xl\:mx-9 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .\33xl\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .\33xl\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .\33xl\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .\33xl\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .\33xl\:my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .\33xl\:mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .\33xl\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .\33xl\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .\33xl\:my-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .\33xl\:mx-18 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }

  .\33xl\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .\33xl\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .\33xl\:my-22 {
    margin-top: 5.626rem !important;
    margin-bottom: 5.626rem !important;
  }

  .\33xl\:mx-22 {
    margin-left: 5.626rem !important;
    margin-right: 5.626rem !important;
  }

  .\33xl\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .\33xl\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .\33xl\:my-26 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }

  .\33xl\:mx-26 {
    margin-left: 6.25rem !important;
    margin-right: 6.25rem !important;
  }

  .\33xl\:my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .\33xl\:mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .\33xl\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .\33xl\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .\33xl\:my-34 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }

  .\33xl\:mx-34 {
    margin-left: 8.5rem !important;
    margin-right: 8.5rem !important;
  }

  .\33xl\:my-38 {
    margin-top: 9.25rem !important;
    margin-bottom: 9.25rem !important;
  }

  .\33xl\:mx-38 {
    margin-left: 9.25rem !important;
    margin-right: 9.25rem !important;
  }

  .\33xl\:my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .\33xl\:mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .\33xl\:my-46 {
    margin-top: 11.75rem !important;
    margin-bottom: 11.75rem !important;
  }

  .\33xl\:mx-46 {
    margin-left: 11.75rem !important;
    margin-right: 11.75rem !important;
  }

  .\33xl\:my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .\33xl\:mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .\33xl\:my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .\33xl\:mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .\33xl\:my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .\33xl\:mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .\33xl\:my-82 {
    margin-top: 20.75rem !important;
    margin-bottom: 20.75rem !important;
  }

  .\33xl\:mx-82 {
    margin-left: 20.75rem !important;
    margin-right: 20.75rem !important;
  }

  .\33xl\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .\33xl\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .\33xl\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .\33xl\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .\33xl\:my-tiny {
    margin-top: 0.3rem !important;
    margin-bottom: 0.3rem !important;
  }

  .\33xl\:mx-tiny {
    margin-left: 0.3rem !important;
    margin-right: 0.3rem !important;
  }

  .\33xl\:my-quick-links {
    margin-top: 26% !important;
    margin-bottom: 26% !important;
  }

  .\33xl\:mx-quick-links {
    margin-left: 26% !important;
    margin-right: 26% !important;
  }

  .\33xl\:my-pro-slid {
    margin-top: 48% !important;
    margin-bottom: 48% !important;
  }

  .\33xl\:mx-pro-slid {
    margin-left: 48% !important;
    margin-right: 48% !important;
  }

  .\33xl\:my-62p {
    margin-top: 62% !important;
    margin-bottom: 62% !important;
  }

  .\33xl\:mx-62p {
    margin-left: 62% !important;
    margin-right: 62% !important;
  }

  .\33xl\:my-90p {
    margin-top: 90% !important;
    margin-bottom: 90% !important;
  }

  .\33xl\:mx-90p {
    margin-left: 90% !important;
    margin-right: 90% !important;
  }

  .\33xl\:my-x-large {
    margin-top: 27.5rem !important;
    margin-bottom: 27.5rem !important;
  }

  .\33xl\:mx-x-large {
    margin-left: 27.5rem !important;
    margin-right: 27.5rem !important;
  }

  .\33xl\:my-2px {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .\33xl\:mx-2px {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .\33xl\:my-9px {
    margin-top: 0.5625rem !important;
    margin-bottom: 0.5625rem !important;
  }

  .\33xl\:mx-9px {
    margin-left: 0.5625rem !important;
    margin-right: 0.5625rem !important;
  }

  .\33xl\:my-10px {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .\33xl\:mx-10px {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .\33xl\:my-18px {
    margin-top: 1.125rem !important;
    margin-bottom: 1.125rem !important;
  }

  .\33xl\:mx-18px {
    margin-left: 1.125rem !important;
    margin-right: 1.125rem !important;
  }

  .\33xl\:my-20px {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .\33xl\:mx-20px {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .\33xl\:my-24px {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .\33xl\:mx-24px {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .\33xl\:my-26px {
    margin-top: 1.625rem !important;
    margin-bottom: 1.625rem !important;
  }

  .\33xl\:mx-26px {
    margin-left: 1.625rem !important;
    margin-right: 1.625rem !important;
  }

  .\33xl\:my-30px {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }

  .\33xl\:mx-30px {
    margin-left: 1.875rem !important;
    margin-right: 1.875rem !important;
  }

  .\33xl\:my-38px {
    margin-top: 2.375rem !important;
    margin-bottom: 2.375rem !important;
  }

  .\33xl\:mx-38px {
    margin-left: 2.375rem !important;
    margin-right: 2.375rem !important;
  }

  .\33xl\:my-43px {
    margin-top: 2.6875rem !important;
    margin-bottom: 2.6875rem !important;
  }

  .\33xl\:mx-43px {
    margin-left: 2.6875rem !important;
    margin-right: 2.6875rem !important;
  }

  .\33xl\:my-44px {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .\33xl\:mx-44px {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .\33xl\:my-46px {
    margin-top: 2.875rem !important;
    margin-bottom: 2.875rem !important;
  }

  .\33xl\:mx-46px {
    margin-left: 2.875rem !important;
    margin-right: 2.875rem !important;
  }

  .\33xl\:my-53px {
    margin-top: 3.3125rem !important;
    margin-bottom: 3.3125rem !important;
  }

  .\33xl\:mx-53px {
    margin-left: 3.3125rem !important;
    margin-right: 3.3125rem !important;
  }

  .\33xl\:my-54px {
    margin-top: 3.375rem !important;
    margin-bottom: 3.375rem !important;
  }

  .\33xl\:mx-54px {
    margin-left: 3.375rem !important;
    margin-right: 3.375rem !important;
  }

  .\33xl\:my-55px {
    margin-top: 3.4375rem !important;
    margin-bottom: 3.4375rem !important;
  }

  .\33xl\:mx-55px {
    margin-left: 3.4375rem !important;
    margin-right: 3.4375rem !important;
  }

  .\33xl\:my-60px {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }

  .\33xl\:mx-60px {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important;
  }

  .\33xl\:my-67px {
    margin-top: 4.1875rem !important;
    margin-bottom: 4.1875rem !important;
  }

  .\33xl\:mx-67px {
    margin-left: 4.1875rem !important;
    margin-right: 4.1875rem !important;
  }

  .\33xl\:my-73px {
    margin-top: 4.5625rem !important;
    margin-bottom: 4.5625rem !important;
  }

  .\33xl\:mx-73px {
    margin-left: 4.5625rem !important;
    margin-right: 4.5625rem !important;
  }

  .\33xl\:my-80px {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .\33xl\:mx-80px {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .\33xl\:my-81px {
    margin-top: 5.0625rem !important;
    margin-bottom: 5.0625rem !important;
  }

  .\33xl\:mx-81px {
    margin-left: 5.0625rem !important;
    margin-right: 5.0625rem !important;
  }

  .\33xl\:my-85px {
    margin-top: 5.3125rem !important;
    margin-bottom: 5.3125rem !important;
  }

  .\33xl\:mx-85px {
    margin-left: 5.3125rem !important;
    margin-right: 5.3125rem !important;
  }

  .\33xl\:my-92px {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }

  .\33xl\:mx-92px {
    margin-left: 5.75rem !important;
    margin-right: 5.75rem !important;
  }

  .\33xl\:my-100px {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }

  .\33xl\:mx-100px {
    margin-left: 6.25rem !important;
    margin-right: 6.25rem !important;
  }

  .\33xl\:my-106px {
    margin-top: 6.625rem !important;
    margin-bottom: 6.625rem !important;
  }

  .\33xl\:mx-106px {
    margin-left: 6.625rem !important;
    margin-right: 6.625rem !important;
  }

  .\33xl\:my-123px {
    margin-top: 7.6875rem !important;
    margin-bottom: 7.6875rem !important;
  }

  .\33xl\:mx-123px {
    margin-left: 7.6875rem !important;
    margin-right: 7.6875rem !important;
  }

  .\33xl\:my-126px {
    margin-top: 7.875rem !important;
    margin-bottom: 7.875rem !important;
  }

  .\33xl\:mx-126px {
    margin-left: 7.875rem !important;
    margin-right: 7.875rem !important;
  }

  .\33xl\:my-138px {
    margin-top: 8.625rem !important;
    margin-bottom: 8.625rem !important;
  }

  .\33xl\:mx-138px {
    margin-left: 8.625rem !important;
    margin-right: 8.625rem !important;
  }

  .\33xl\:my-140px {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }

  .\33xl\:mx-140px {
    margin-left: 8.75rem !important;
    margin-right: 8.75rem !important;
  }

  .\33xl\:my-146px {
    margin-top: 9.125rem !important;
    margin-bottom: 9.125rem !important;
  }

  .\33xl\:mx-146px {
    margin-left: 9.125rem !important;
    margin-right: 9.125rem !important;
  }

  .\33xl\:my-152px {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }

  .\33xl\:mx-152px {
    margin-left: 9.5rem !important;
    margin-right: 9.5rem !important;
  }

  .\33xl\:my-187px {
    margin-top: 11.6875rem !important;
    margin-bottom: 11.6875rem !important;
  }

  .\33xl\:mx-187px {
    margin-left: 11.6875rem !important;
    margin-right: 11.6875rem !important;
  }

  .\33xl\:my-220px {
    margin-top: 13.75rem !important;
    margin-bottom: 13.75rem !important;
  }

  .\33xl\:mx-220px {
    margin-left: 13.75rem !important;
    margin-right: 13.75rem !important;
  }

  .\33xl\:my-253px {
    margin-top: 15.8125rem !important;
    margin-bottom: 15.8125rem !important;
  }

  .\33xl\:mx-253px {
    margin-left: 15.8125rem !important;
    margin-right: 15.8125rem !important;
  }

  .\33xl\:my-320px {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .\33xl\:mx-320px {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .\33xl\:my-400px {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }

  .\33xl\:mx-400px {
    margin-left: 25rem !important;
    margin-right: 25rem !important;
  }

  .\33xl\:my-500px {
    margin-top: 31.25rem !important;
    margin-bottom: 31.25rem !important;
  }

  .\33xl\:mx-500px {
    margin-left: 31.25rem !important;
    margin-right: 31.25rem !important;
  }

  .\33xl\:my-lgPaddingTop {
    margin-top: 15.8125rem !important;
    margin-bottom: 15.8125rem !important;
  }

  .\33xl\:mx-lgPaddingTop {
    margin-left: 15.8125rem !important;
    margin-right: 15.8125rem !important;
  }

  .\33xl\:my-phonePaddingTop {
    margin-top: 9.875rem !important;
    margin-bottom: 9.875rem !important;
  }

  .\33xl\:mx-phonePaddingTop {
    margin-left: 9.875rem !important;
    margin-right: 9.875rem !important;
  }

  .\33xl\:my-tabletPaddingTop {
    margin-top: 6.625rem !important;
    margin-bottom: 6.625rem !important;
  }

  .\33xl\:mx-tabletPaddingTop {
    margin-left: 6.625rem !important;
    margin-right: 6.625rem !important;
  }

  .\33xl\:my-largePaddingTop {
    margin-top: 13.75rem !important;
    margin-bottom: 13.75rem !important;
  }

  .\33xl\:mx-largePaddingTop {
    margin-left: 13.75rem !important;
    margin-right: 13.75rem !important;
  }

  .\33xl\:my-phoneTextContentMaxWidth {
    margin-top: 57.0625rem !important;
    margin-bottom: 57.0625rem !important;
  }

  .\33xl\:mx-phoneTextContentMaxWidth {
    margin-left: 57.0625rem !important;
    margin-right: 57.0625rem !important;
  }

  .\33xl\:my-phoneTextContentWidth {
    margin-top: 63% !important;
    margin-bottom: 63% !important;
  }

  .\33xl\:mx-phoneTextContentWidth {
    margin-left: 63% !important;
    margin-right: 63% !important;
  }

  .\33xl\:my-phoneBlockContentWidth {
    margin-top: 71.625rem !important;
    margin-bottom: 71.625rem !important;
  }

  .\33xl\:mx-phoneBlockContentWidth {
    margin-left: 71.625rem !important;
    margin-right: 71.625rem !important;
  }

  .\33xl\:my-tabletTextContentMaxWidth {
    margin-top: 57.0625rem !important;
    margin-bottom: 57.0625rem !important;
  }

  .\33xl\:mx-tabletTextContentMaxWidth {
    margin-left: 57.0625rem !important;
    margin-right: 57.0625rem !important;
  }

  .\33xl\:my-tabletTextContentWidth {
    margin-top: 63% !important;
    margin-bottom: 63% !important;
  }

  .\33xl\:mx-tabletTextContentWidth {
    margin-left: 63% !important;
    margin-right: 63% !important;
  }

  .\33xl\:my-tabletBlockContentWidth {
    margin-top: 71.625rem !important;
    margin-bottom: 71.625rem !important;
  }

  .\33xl\:mx-tabletBlockContentWidth {
    margin-left: 71.625rem !important;
    margin-right: 71.625rem !important;
  }

  .\33xl\:my-largeTextContentMaxWidth {
    margin-top: 57.0625rem !important;
    margin-bottom: 57.0625rem !important;
  }

  .\33xl\:mx-largeTextContentMaxWidth {
    margin-left: 57.0625rem !important;
    margin-right: 57.0625rem !important;
  }

  .\33xl\:my-largeTextContentWidth {
    margin-top: 63% !important;
    margin-bottom: 63% !important;
  }

  .\33xl\:mx-largeTextContentWidth {
    margin-left: 63% !important;
    margin-right: 63% !important;
  }

  .\33xl\:my-largeBlockContentWidth {
    margin-top: 71.625rem !important;
    margin-bottom: 71.625rem !important;
  }

  .\33xl\:mx-largeBlockContentWidth {
    margin-left: 71.625rem !important;
    margin-right: 71.625rem !important;
  }

  .\33xl\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .\33xl\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .\33xl\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .\33xl\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .\33xl\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .\33xl\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .\33xl\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .\33xl\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .\33xl\:-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .\33xl\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .\33xl\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .\33xl\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .\33xl\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .\33xl\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .\33xl\:-my-9 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .\33xl\:-mx-9 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .\33xl\:-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .\33xl\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .\33xl\:-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .\33xl\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .\33xl\:-my-14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .\33xl\:-mx-14 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .\33xl\:-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .\33xl\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .\33xl\:-my-18 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }

  .\33xl\:-mx-18 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important;
  }

  .\33xl\:-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .\33xl\:-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .\33xl\:-my-22 {
    margin-top: -5.626rem !important;
    margin-bottom: -5.626rem !important;
  }

  .\33xl\:-mx-22 {
    margin-left: -5.626rem !important;
    margin-right: -5.626rem !important;
  }

  .\33xl\:-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .\33xl\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .\33xl\:-my-26 {
    margin-top: -6.25rem !important;
    margin-bottom: -6.25rem !important;
  }

  .\33xl\:-mx-26 {
    margin-left: -6.25rem !important;
    margin-right: -6.25rem !important;
  }

  .\33xl\:-my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .\33xl\:-mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .\33xl\:-my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .\33xl\:-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .\33xl\:-my-34 {
    margin-top: -8.5rem !important;
    margin-bottom: -8.5rem !important;
  }

  .\33xl\:-mx-34 {
    margin-left: -8.5rem !important;
    margin-right: -8.5rem !important;
  }

  .\33xl\:-my-38 {
    margin-top: -9.25rem !important;
    margin-bottom: -9.25rem !important;
  }

  .\33xl\:-mx-38 {
    margin-left: -9.25rem !important;
    margin-right: -9.25rem !important;
  }

  .\33xl\:-my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .\33xl\:-mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .\33xl\:-my-46 {
    margin-top: -11.75rem !important;
    margin-bottom: -11.75rem !important;
  }

  .\33xl\:-mx-46 {
    margin-left: -11.75rem !important;
    margin-right: -11.75rem !important;
  }

  .\33xl\:-my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .\33xl\:-mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .\33xl\:-my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .\33xl\:-mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .\33xl\:-my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .\33xl\:-mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .\33xl\:-my-82 {
    margin-top: -20.75rem !important;
    margin-bottom: -20.75rem !important;
  }

  .\33xl\:-mx-82 {
    margin-left: -20.75rem !important;
    margin-right: -20.75rem !important;
  }

  .\33xl\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .\33xl\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .\33xl\:-my-tiny {
    margin-top: -0.3rem !important;
    margin-bottom: -0.3rem !important;
  }

  .\33xl\:-mx-tiny {
    margin-left: -0.3rem !important;
    margin-right: -0.3rem !important;
  }

  .\33xl\:-my-quick-links {
    margin-top: -26% !important;
    margin-bottom: -26% !important;
  }

  .\33xl\:-mx-quick-links {
    margin-left: -26% !important;
    margin-right: -26% !important;
  }

  .\33xl\:-my-pro-slid {
    margin-top: -48% !important;
    margin-bottom: -48% !important;
  }

  .\33xl\:-mx-pro-slid {
    margin-left: -48% !important;
    margin-right: -48% !important;
  }

  .\33xl\:-my-62p {
    margin-top: -62% !important;
    margin-bottom: -62% !important;
  }

  .\33xl\:-mx-62p {
    margin-left: -62% !important;
    margin-right: -62% !important;
  }

  .\33xl\:-my-90p {
    margin-top: -90% !important;
    margin-bottom: -90% !important;
  }

  .\33xl\:-mx-90p {
    margin-left: -90% !important;
    margin-right: -90% !important;
  }

  .\33xl\:-my-x-large {
    margin-top: -27.5rem !important;
    margin-bottom: -27.5rem !important;
  }

  .\33xl\:-mx-x-large {
    margin-left: -27.5rem !important;
    margin-right: -27.5rem !important;
  }

  .\33xl\:-my-2px {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .\33xl\:-mx-2px {
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .\33xl\:-my-9px {
    margin-top: -0.5625rem !important;
    margin-bottom: -0.5625rem !important;
  }

  .\33xl\:-mx-9px {
    margin-left: -0.5625rem !important;
    margin-right: -0.5625rem !important;
  }

  .\33xl\:-my-10px {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .\33xl\:-mx-10px {
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .\33xl\:-my-18px {
    margin-top: -1.125rem !important;
    margin-bottom: -1.125rem !important;
  }

  .\33xl\:-mx-18px {
    margin-left: -1.125rem !important;
    margin-right: -1.125rem !important;
  }

  .\33xl\:-my-20px {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .\33xl\:-mx-20px {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .\33xl\:-my-24px {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .\33xl\:-mx-24px {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .\33xl\:-my-26px {
    margin-top: -1.625rem !important;
    margin-bottom: -1.625rem !important;
  }

  .\33xl\:-mx-26px {
    margin-left: -1.625rem !important;
    margin-right: -1.625rem !important;
  }

  .\33xl\:-my-30px {
    margin-top: -1.875rem !important;
    margin-bottom: -1.875rem !important;
  }

  .\33xl\:-mx-30px {
    margin-left: -1.875rem !important;
    margin-right: -1.875rem !important;
  }

  .\33xl\:-my-38px {
    margin-top: -2.375rem !important;
    margin-bottom: -2.375rem !important;
  }

  .\33xl\:-mx-38px {
    margin-left: -2.375rem !important;
    margin-right: -2.375rem !important;
  }

  .\33xl\:-my-43px {
    margin-top: -2.6875rem !important;
    margin-bottom: -2.6875rem !important;
  }

  .\33xl\:-mx-43px {
    margin-left: -2.6875rem !important;
    margin-right: -2.6875rem !important;
  }

  .\33xl\:-my-44px {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .\33xl\:-mx-44px {
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }

  .\33xl\:-my-46px {
    margin-top: -2.875rem !important;
    margin-bottom: -2.875rem !important;
  }

  .\33xl\:-mx-46px {
    margin-left: -2.875rem !important;
    margin-right: -2.875rem !important;
  }

  .\33xl\:-my-53px {
    margin-top: -3.3125rem !important;
    margin-bottom: -3.3125rem !important;
  }

  .\33xl\:-mx-53px {
    margin-left: -3.3125rem !important;
    margin-right: -3.3125rem !important;
  }

  .\33xl\:-my-54px {
    margin-top: -3.375rem !important;
    margin-bottom: -3.375rem !important;
  }

  .\33xl\:-mx-54px {
    margin-left: -3.375rem !important;
    margin-right: -3.375rem !important;
  }

  .\33xl\:-my-55px {
    margin-top: -3.4375rem !important;
    margin-bottom: -3.4375rem !important;
  }

  .\33xl\:-mx-55px {
    margin-left: -3.4375rem !important;
    margin-right: -3.4375rem !important;
  }

  .\33xl\:-my-60px {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }

  .\33xl\:-mx-60px {
    margin-left: -3.75rem !important;
    margin-right: -3.75rem !important;
  }

  .\33xl\:-my-67px {
    margin-top: -4.1875rem !important;
    margin-bottom: -4.1875rem !important;
  }

  .\33xl\:-mx-67px {
    margin-left: -4.1875rem !important;
    margin-right: -4.1875rem !important;
  }

  .\33xl\:-my-73px {
    margin-top: -4.5625rem !important;
    margin-bottom: -4.5625rem !important;
  }

  .\33xl\:-mx-73px {
    margin-left: -4.5625rem !important;
    margin-right: -4.5625rem !important;
  }

  .\33xl\:-my-80px {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .\33xl\:-mx-80px {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .\33xl\:-my-81px {
    margin-top: -5.0625rem !important;
    margin-bottom: -5.0625rem !important;
  }

  .\33xl\:-mx-81px {
    margin-left: -5.0625rem !important;
    margin-right: -5.0625rem !important;
  }

  .\33xl\:-my-85px {
    margin-top: -5.3125rem !important;
    margin-bottom: -5.3125rem !important;
  }

  .\33xl\:-mx-85px {
    margin-left: -5.3125rem !important;
    margin-right: -5.3125rem !important;
  }

  .\33xl\:-my-92px {
    margin-top: -5.75rem !important;
    margin-bottom: -5.75rem !important;
  }

  .\33xl\:-mx-92px {
    margin-left: -5.75rem !important;
    margin-right: -5.75rem !important;
  }

  .\33xl\:-my-100px {
    margin-top: -6.25rem !important;
    margin-bottom: -6.25rem !important;
  }

  .\33xl\:-mx-100px {
    margin-left: -6.25rem !important;
    margin-right: -6.25rem !important;
  }

  .\33xl\:-my-106px {
    margin-top: -6.625rem !important;
    margin-bottom: -6.625rem !important;
  }

  .\33xl\:-mx-106px {
    margin-left: -6.625rem !important;
    margin-right: -6.625rem !important;
  }

  .\33xl\:-my-123px {
    margin-top: -7.6875rem !important;
    margin-bottom: -7.6875rem !important;
  }

  .\33xl\:-mx-123px {
    margin-left: -7.6875rem !important;
    margin-right: -7.6875rem !important;
  }

  .\33xl\:-my-126px {
    margin-top: -7.875rem !important;
    margin-bottom: -7.875rem !important;
  }

  .\33xl\:-mx-126px {
    margin-left: -7.875rem !important;
    margin-right: -7.875rem !important;
  }

  .\33xl\:-my-138px {
    margin-top: -8.625rem !important;
    margin-bottom: -8.625rem !important;
  }

  .\33xl\:-mx-138px {
    margin-left: -8.625rem !important;
    margin-right: -8.625rem !important;
  }

  .\33xl\:-my-140px {
    margin-top: -8.75rem !important;
    margin-bottom: -8.75rem !important;
  }

  .\33xl\:-mx-140px {
    margin-left: -8.75rem !important;
    margin-right: -8.75rem !important;
  }

  .\33xl\:-my-146px {
    margin-top: -9.125rem !important;
    margin-bottom: -9.125rem !important;
  }

  .\33xl\:-mx-146px {
    margin-left: -9.125rem !important;
    margin-right: -9.125rem !important;
  }

  .\33xl\:-my-152px {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important;
  }

  .\33xl\:-mx-152px {
    margin-left: -9.5rem !important;
    margin-right: -9.5rem !important;
  }

  .\33xl\:-my-187px {
    margin-top: -11.6875rem !important;
    margin-bottom: -11.6875rem !important;
  }

  .\33xl\:-mx-187px {
    margin-left: -11.6875rem !important;
    margin-right: -11.6875rem !important;
  }

  .\33xl\:-my-220px {
    margin-top: -13.75rem !important;
    margin-bottom: -13.75rem !important;
  }

  .\33xl\:-mx-220px {
    margin-left: -13.75rem !important;
    margin-right: -13.75rem !important;
  }

  .\33xl\:-my-253px {
    margin-top: -15.8125rem !important;
    margin-bottom: -15.8125rem !important;
  }

  .\33xl\:-mx-253px {
    margin-left: -15.8125rem !important;
    margin-right: -15.8125rem !important;
  }

  .\33xl\:-my-320px {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .\33xl\:-mx-320px {
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }

  .\33xl\:-my-400px {
    margin-top: -25rem !important;
    margin-bottom: -25rem !important;
  }

  .\33xl\:-mx-400px {
    margin-left: -25rem !important;
    margin-right: -25rem !important;
  }

  .\33xl\:-my-500px {
    margin-top: -31.25rem !important;
    margin-bottom: -31.25rem !important;
  }

  .\33xl\:-mx-500px {
    margin-left: -31.25rem !important;
    margin-right: -31.25rem !important;
  }

  .\33xl\:-my-lgPaddingTop {
    margin-top: -15.8125rem !important;
    margin-bottom: -15.8125rem !important;
  }

  .\33xl\:-mx-lgPaddingTop {
    margin-left: -15.8125rem !important;
    margin-right: -15.8125rem !important;
  }

  .\33xl\:-my-phonePaddingTop {
    margin-top: -9.875rem !important;
    margin-bottom: -9.875rem !important;
  }

  .\33xl\:-mx-phonePaddingTop {
    margin-left: -9.875rem !important;
    margin-right: -9.875rem !important;
  }

  .\33xl\:-my-tabletPaddingTop {
    margin-top: -6.625rem !important;
    margin-bottom: -6.625rem !important;
  }

  .\33xl\:-mx-tabletPaddingTop {
    margin-left: -6.625rem !important;
    margin-right: -6.625rem !important;
  }

  .\33xl\:-my-largePaddingTop {
    margin-top: -13.75rem !important;
    margin-bottom: -13.75rem !important;
  }

  .\33xl\:-mx-largePaddingTop {
    margin-left: -13.75rem !important;
    margin-right: -13.75rem !important;
  }

  .\33xl\:-my-phoneTextContentMaxWidth {
    margin-top: -57.0625rem !important;
    margin-bottom: -57.0625rem !important;
  }

  .\33xl\:-mx-phoneTextContentMaxWidth {
    margin-left: -57.0625rem !important;
    margin-right: -57.0625rem !important;
  }

  .\33xl\:-my-phoneTextContentWidth {
    margin-top: -63% !important;
    margin-bottom: -63% !important;
  }

  .\33xl\:-mx-phoneTextContentWidth {
    margin-left: -63% !important;
    margin-right: -63% !important;
  }

  .\33xl\:-my-phoneBlockContentWidth {
    margin-top: -71.625rem !important;
    margin-bottom: -71.625rem !important;
  }

  .\33xl\:-mx-phoneBlockContentWidth {
    margin-left: -71.625rem !important;
    margin-right: -71.625rem !important;
  }

  .\33xl\:-my-tabletTextContentMaxWidth {
    margin-top: -57.0625rem !important;
    margin-bottom: -57.0625rem !important;
  }

  .\33xl\:-mx-tabletTextContentMaxWidth {
    margin-left: -57.0625rem !important;
    margin-right: -57.0625rem !important;
  }

  .\33xl\:-my-tabletTextContentWidth {
    margin-top: -63% !important;
    margin-bottom: -63% !important;
  }

  .\33xl\:-mx-tabletTextContentWidth {
    margin-left: -63% !important;
    margin-right: -63% !important;
  }

  .\33xl\:-my-tabletBlockContentWidth {
    margin-top: -71.625rem !important;
    margin-bottom: -71.625rem !important;
  }

  .\33xl\:-mx-tabletBlockContentWidth {
    margin-left: -71.625rem !important;
    margin-right: -71.625rem !important;
  }

  .\33xl\:-my-largeTextContentMaxWidth {
    margin-top: -57.0625rem !important;
    margin-bottom: -57.0625rem !important;
  }

  .\33xl\:-mx-largeTextContentMaxWidth {
    margin-left: -57.0625rem !important;
    margin-right: -57.0625rem !important;
  }

  .\33xl\:-my-largeTextContentWidth {
    margin-top: -63% !important;
    margin-bottom: -63% !important;
  }

  .\33xl\:-mx-largeTextContentWidth {
    margin-left: -63% !important;
    margin-right: -63% !important;
  }

  .\33xl\:-my-largeBlockContentWidth {
    margin-top: -71.625rem !important;
    margin-bottom: -71.625rem !important;
  }

  .\33xl\:-mx-largeBlockContentWidth {
    margin-left: -71.625rem !important;
    margin-right: -71.625rem !important;
  }

  .\33xl\:mt-0 {
    margin-top: 0 !important;
  }

  .\33xl\:mr-0 {
    margin-right: 0 !important;
  }

  .\33xl\:mb-0 {
    margin-bottom: 0 !important;
  }

  .\33xl\:ml-0 {
    margin-left: 0 !important;
  }

  .\33xl\:mt-1 {
    margin-top: 0.25rem !important;
  }

  .\33xl\:mr-1 {
    margin-right: 0.25rem !important;
  }

  .\33xl\:mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .\33xl\:ml-1 {
    margin-left: 0.25rem !important;
  }

  .\33xl\:mt-2 {
    margin-top: 0.5rem !important;
  }

  .\33xl\:mr-2 {
    margin-right: 0.5rem !important;
  }

  .\33xl\:mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .\33xl\:ml-2 {
    margin-left: 0.5rem !important;
  }

  .\33xl\:mt-3 {
    margin-top: 0.75rem !important;
  }

  .\33xl\:mr-3 {
    margin-right: 0.75rem !important;
  }

  .\33xl\:mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .\33xl\:ml-3 {
    margin-left: 0.75rem !important;
  }

  .\33xl\:mt-4 {
    margin-top: 1rem !important;
  }

  .\33xl\:mr-4 {
    margin-right: 1rem !important;
  }

  .\33xl\:mb-4 {
    margin-bottom: 1rem !important;
  }

  .\33xl\:ml-4 {
    margin-left: 1rem !important;
  }

  .\33xl\:mt-5 {
    margin-top: 1.25rem !important;
  }

  .\33xl\:mr-5 {
    margin-right: 1.25rem !important;
  }

  .\33xl\:mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .\33xl\:ml-5 {
    margin-left: 1.25rem !important;
  }

  .\33xl\:mt-6 {
    margin-top: 1.5rem !important;
  }

  .\33xl\:mr-6 {
    margin-right: 1.5rem !important;
  }

  .\33xl\:mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .\33xl\:ml-6 {
    margin-left: 1.5rem !important;
  }

  .\33xl\:mt-8 {
    margin-top: 2rem !important;
  }

  .\33xl\:mr-8 {
    margin-right: 2rem !important;
  }

  .\33xl\:mb-8 {
    margin-bottom: 2rem !important;
  }

  .\33xl\:ml-8 {
    margin-left: 2rem !important;
  }

  .\33xl\:mt-9 {
    margin-top: 2.5rem !important;
  }

  .\33xl\:mr-9 {
    margin-right: 2.5rem !important;
  }

  .\33xl\:mb-9 {
    margin-bottom: 2.5rem !important;
  }

  .\33xl\:ml-9 {
    margin-left: 2.5rem !important;
  }

  .\33xl\:mt-10 {
    margin-top: 2.5rem !important;
  }

  .\33xl\:mr-10 {
    margin-right: 2.5rem !important;
  }

  .\33xl\:mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .\33xl\:ml-10 {
    margin-left: 2.5rem !important;
  }

  .\33xl\:mt-12 {
    margin-top: 3rem !important;
  }

  .\33xl\:mr-12 {
    margin-right: 3rem !important;
  }

  .\33xl\:mb-12 {
    margin-bottom: 3rem !important;
  }

  .\33xl\:ml-12 {
    margin-left: 3rem !important;
  }

  .\33xl\:mt-14 {
    margin-top: 3.5rem !important;
  }

  .\33xl\:mr-14 {
    margin-right: 3.5rem !important;
  }

  .\33xl\:mb-14 {
    margin-bottom: 3.5rem !important;
  }

  .\33xl\:ml-14 {
    margin-left: 3.5rem !important;
  }

  .\33xl\:mt-16 {
    margin-top: 4rem !important;
  }

  .\33xl\:mr-16 {
    margin-right: 4rem !important;
  }

  .\33xl\:mb-16 {
    margin-bottom: 4rem !important;
  }

  .\33xl\:ml-16 {
    margin-left: 4rem !important;
  }

  .\33xl\:mt-18 {
    margin-top: 4.5rem !important;
  }

  .\33xl\:mr-18 {
    margin-right: 4.5rem !important;
  }

  .\33xl\:mb-18 {
    margin-bottom: 4.5rem !important;
  }

  .\33xl\:ml-18 {
    margin-left: 4.5rem !important;
  }

  .\33xl\:mt-20 {
    margin-top: 5rem !important;
  }

  .\33xl\:mr-20 {
    margin-right: 5rem !important;
  }

  .\33xl\:mb-20 {
    margin-bottom: 5rem !important;
  }

  .\33xl\:ml-20 {
    margin-left: 5rem !important;
  }

  .\33xl\:mt-22 {
    margin-top: 5.626rem !important;
  }

  .\33xl\:mr-22 {
    margin-right: 5.626rem !important;
  }

  .\33xl\:mb-22 {
    margin-bottom: 5.626rem !important;
  }

  .\33xl\:ml-22 {
    margin-left: 5.626rem !important;
  }

  .\33xl\:mt-24 {
    margin-top: 6rem !important;
  }

  .\33xl\:mr-24 {
    margin-right: 6rem !important;
  }

  .\33xl\:mb-24 {
    margin-bottom: 6rem !important;
  }

  .\33xl\:ml-24 {
    margin-left: 6rem !important;
  }

  .\33xl\:mt-26 {
    margin-top: 6.25rem !important;
  }

  .\33xl\:mr-26 {
    margin-right: 6.25rem !important;
  }

  .\33xl\:mb-26 {
    margin-bottom: 6.25rem !important;
  }

  .\33xl\:ml-26 {
    margin-left: 6.25rem !important;
  }

  .\33xl\:mt-28 {
    margin-top: 7rem !important;
  }

  .\33xl\:mr-28 {
    margin-right: 7rem !important;
  }

  .\33xl\:mb-28 {
    margin-bottom: 7rem !important;
  }

  .\33xl\:ml-28 {
    margin-left: 7rem !important;
  }

  .\33xl\:mt-32 {
    margin-top: 8rem !important;
  }

  .\33xl\:mr-32 {
    margin-right: 8rem !important;
  }

  .\33xl\:mb-32 {
    margin-bottom: 8rem !important;
  }

  .\33xl\:ml-32 {
    margin-left: 8rem !important;
  }

  .\33xl\:mt-34 {
    margin-top: 8.5rem !important;
  }

  .\33xl\:mr-34 {
    margin-right: 8.5rem !important;
  }

  .\33xl\:mb-34 {
    margin-bottom: 8.5rem !important;
  }

  .\33xl\:ml-34 {
    margin-left: 8.5rem !important;
  }

  .\33xl\:mt-38 {
    margin-top: 9.25rem !important;
  }

  .\33xl\:mr-38 {
    margin-right: 9.25rem !important;
  }

  .\33xl\:mb-38 {
    margin-bottom: 9.25rem !important;
  }

  .\33xl\:ml-38 {
    margin-left: 9.25rem !important;
  }

  .\33xl\:mt-40 {
    margin-top: 10rem !important;
  }

  .\33xl\:mr-40 {
    margin-right: 10rem !important;
  }

  .\33xl\:mb-40 {
    margin-bottom: 10rem !important;
  }

  .\33xl\:ml-40 {
    margin-left: 10rem !important;
  }

  .\33xl\:mt-46 {
    margin-top: 11.75rem !important;
  }

  .\33xl\:mr-46 {
    margin-right: 11.75rem !important;
  }

  .\33xl\:mb-46 {
    margin-bottom: 11.75rem !important;
  }

  .\33xl\:ml-46 {
    margin-left: 11.75rem !important;
  }

  .\33xl\:mt-48 {
    margin-top: 12rem !important;
  }

  .\33xl\:mr-48 {
    margin-right: 12rem !important;
  }

  .\33xl\:mb-48 {
    margin-bottom: 12rem !important;
  }

  .\33xl\:ml-48 {
    margin-left: 12rem !important;
  }

  .\33xl\:mt-56 {
    margin-top: 14rem !important;
  }

  .\33xl\:mr-56 {
    margin-right: 14rem !important;
  }

  .\33xl\:mb-56 {
    margin-bottom: 14rem !important;
  }

  .\33xl\:ml-56 {
    margin-left: 14rem !important;
  }

  .\33xl\:mt-64 {
    margin-top: 16rem !important;
  }

  .\33xl\:mr-64 {
    margin-right: 16rem !important;
  }

  .\33xl\:mb-64 {
    margin-bottom: 16rem !important;
  }

  .\33xl\:ml-64 {
    margin-left: 16rem !important;
  }

  .\33xl\:mt-82 {
    margin-top: 20.75rem !important;
  }

  .\33xl\:mr-82 {
    margin-right: 20.75rem !important;
  }

  .\33xl\:mb-82 {
    margin-bottom: 20.75rem !important;
  }

  .\33xl\:ml-82 {
    margin-left: 20.75rem !important;
  }

  .\33xl\:mt-auto {
    margin-top: auto !important;
  }

  .\33xl\:mr-auto {
    margin-right: auto !important;
  }

  .\33xl\:mb-auto {
    margin-bottom: auto !important;
  }

  .\33xl\:ml-auto {
    margin-left: auto !important;
  }

  .\33xl\:mt-px {
    margin-top: 1px !important;
  }

  .\33xl\:mr-px {
    margin-right: 1px !important;
  }

  .\33xl\:mb-px {
    margin-bottom: 1px !important;
  }

  .\33xl\:ml-px {
    margin-left: 1px !important;
  }

  .\33xl\:mt-tiny {
    margin-top: 0.3rem !important;
  }

  .\33xl\:mr-tiny {
    margin-right: 0.3rem !important;
  }

  .\33xl\:mb-tiny {
    margin-bottom: 0.3rem !important;
  }

  .\33xl\:ml-tiny {
    margin-left: 0.3rem !important;
  }

  .\33xl\:mt-quick-links {
    margin-top: 26% !important;
  }

  .\33xl\:mr-quick-links {
    margin-right: 26% !important;
  }

  .\33xl\:mb-quick-links {
    margin-bottom: 26% !important;
  }

  .\33xl\:ml-quick-links {
    margin-left: 26% !important;
  }

  .\33xl\:mt-pro-slid {
    margin-top: 48% !important;
  }

  .\33xl\:mr-pro-slid {
    margin-right: 48% !important;
  }

  .\33xl\:mb-pro-slid {
    margin-bottom: 48% !important;
  }

  .\33xl\:ml-pro-slid {
    margin-left: 48% !important;
  }

  .\33xl\:mt-62p {
    margin-top: 62% !important;
  }

  .\33xl\:mr-62p {
    margin-right: 62% !important;
  }

  .\33xl\:mb-62p {
    margin-bottom: 62% !important;
  }

  .\33xl\:ml-62p {
    margin-left: 62% !important;
  }

  .\33xl\:mt-90p {
    margin-top: 90% !important;
  }

  .\33xl\:mr-90p {
    margin-right: 90% !important;
  }

  .\33xl\:mb-90p {
    margin-bottom: 90% !important;
  }

  .\33xl\:ml-90p {
    margin-left: 90% !important;
  }

  .\33xl\:mt-x-large {
    margin-top: 27.5rem !important;
  }

  .\33xl\:mr-x-large {
    margin-right: 27.5rem !important;
  }

  .\33xl\:mb-x-large {
    margin-bottom: 27.5rem !important;
  }

  .\33xl\:ml-x-large {
    margin-left: 27.5rem !important;
  }

  .\33xl\:mt-2px {
    margin-top: 0.125rem !important;
  }

  .\33xl\:mr-2px {
    margin-right: 0.125rem !important;
  }

  .\33xl\:mb-2px {
    margin-bottom: 0.125rem !important;
  }

  .\33xl\:ml-2px {
    margin-left: 0.125rem !important;
  }

  .\33xl\:mt-9px {
    margin-top: 0.5625rem !important;
  }

  .\33xl\:mr-9px {
    margin-right: 0.5625rem !important;
  }

  .\33xl\:mb-9px {
    margin-bottom: 0.5625rem !important;
  }

  .\33xl\:ml-9px {
    margin-left: 0.5625rem !important;
  }

  .\33xl\:mt-10px {
    margin-top: 0.625rem !important;
  }

  .\33xl\:mr-10px {
    margin-right: 0.625rem !important;
  }

  .\33xl\:mb-10px {
    margin-bottom: 0.625rem !important;
  }

  .\33xl\:ml-10px {
    margin-left: 0.625rem !important;
  }

  .\33xl\:mt-18px {
    margin-top: 1.125rem !important;
  }

  .\33xl\:mr-18px {
    margin-right: 1.125rem !important;
  }

  .\33xl\:mb-18px {
    margin-bottom: 1.125rem !important;
  }

  .\33xl\:ml-18px {
    margin-left: 1.125rem !important;
  }

  .\33xl\:mt-20px {
    margin-top: 1.25rem !important;
  }

  .\33xl\:mr-20px {
    margin-right: 1.25rem !important;
  }

  .\33xl\:mb-20px {
    margin-bottom: 1.25rem !important;
  }

  .\33xl\:ml-20px {
    margin-left: 1.25rem !important;
  }

  .\33xl\:mt-24px {
    margin-top: 1.5rem !important;
  }

  .\33xl\:mr-24px {
    margin-right: 1.5rem !important;
  }

  .\33xl\:mb-24px {
    margin-bottom: 1.5rem !important;
  }

  .\33xl\:ml-24px {
    margin-left: 1.5rem !important;
  }

  .\33xl\:mt-26px {
    margin-top: 1.625rem !important;
  }

  .\33xl\:mr-26px {
    margin-right: 1.625rem !important;
  }

  .\33xl\:mb-26px {
    margin-bottom: 1.625rem !important;
  }

  .\33xl\:ml-26px {
    margin-left: 1.625rem !important;
  }

  .\33xl\:mt-30px {
    margin-top: 1.875rem !important;
  }

  .\33xl\:mr-30px {
    margin-right: 1.875rem !important;
  }

  .\33xl\:mb-30px {
    margin-bottom: 1.875rem !important;
  }

  .\33xl\:ml-30px {
    margin-left: 1.875rem !important;
  }

  .\33xl\:mt-38px {
    margin-top: 2.375rem !important;
  }

  .\33xl\:mr-38px {
    margin-right: 2.375rem !important;
  }

  .\33xl\:mb-38px {
    margin-bottom: 2.375rem !important;
  }

  .\33xl\:ml-38px {
    margin-left: 2.375rem !important;
  }

  .\33xl\:mt-43px {
    margin-top: 2.6875rem !important;
  }

  .\33xl\:mr-43px {
    margin-right: 2.6875rem !important;
  }

  .\33xl\:mb-43px {
    margin-bottom: 2.6875rem !important;
  }

  .\33xl\:ml-43px {
    margin-left: 2.6875rem !important;
  }

  .\33xl\:mt-44px {
    margin-top: 2.75rem !important;
  }

  .\33xl\:mr-44px {
    margin-right: 2.75rem !important;
  }

  .\33xl\:mb-44px {
    margin-bottom: 2.75rem !important;
  }

  .\33xl\:ml-44px {
    margin-left: 2.75rem !important;
  }

  .\33xl\:mt-46px {
    margin-top: 2.875rem !important;
  }

  .\33xl\:mr-46px {
    margin-right: 2.875rem !important;
  }

  .\33xl\:mb-46px {
    margin-bottom: 2.875rem !important;
  }

  .\33xl\:ml-46px {
    margin-left: 2.875rem !important;
  }

  .\33xl\:mt-53px {
    margin-top: 3.3125rem !important;
  }

  .\33xl\:mr-53px {
    margin-right: 3.3125rem !important;
  }

  .\33xl\:mb-53px {
    margin-bottom: 3.3125rem !important;
  }

  .\33xl\:ml-53px {
    margin-left: 3.3125rem !important;
  }

  .\33xl\:mt-54px {
    margin-top: 3.375rem !important;
  }

  .\33xl\:mr-54px {
    margin-right: 3.375rem !important;
  }

  .\33xl\:mb-54px {
    margin-bottom: 3.375rem !important;
  }

  .\33xl\:ml-54px {
    margin-left: 3.375rem !important;
  }

  .\33xl\:mt-55px {
    margin-top: 3.4375rem !important;
  }

  .\33xl\:mr-55px {
    margin-right: 3.4375rem !important;
  }

  .\33xl\:mb-55px {
    margin-bottom: 3.4375rem !important;
  }

  .\33xl\:ml-55px {
    margin-left: 3.4375rem !important;
  }

  .\33xl\:mt-60px {
    margin-top: 3.75rem !important;
  }

  .\33xl\:mr-60px {
    margin-right: 3.75rem !important;
  }

  .\33xl\:mb-60px {
    margin-bottom: 3.75rem !important;
  }

  .\33xl\:ml-60px {
    margin-left: 3.75rem !important;
  }

  .\33xl\:mt-67px {
    margin-top: 4.1875rem !important;
  }

  .\33xl\:mr-67px {
    margin-right: 4.1875rem !important;
  }

  .\33xl\:mb-67px {
    margin-bottom: 4.1875rem !important;
  }

  .\33xl\:ml-67px {
    margin-left: 4.1875rem !important;
  }

  .\33xl\:mt-73px {
    margin-top: 4.5625rem !important;
  }

  .\33xl\:mr-73px {
    margin-right: 4.5625rem !important;
  }

  .\33xl\:mb-73px {
    margin-bottom: 4.5625rem !important;
  }

  .\33xl\:ml-73px {
    margin-left: 4.5625rem !important;
  }

  .\33xl\:mt-80px {
    margin-top: 5rem !important;
  }

  .\33xl\:mr-80px {
    margin-right: 5rem !important;
  }

  .\33xl\:mb-80px {
    margin-bottom: 5rem !important;
  }

  .\33xl\:ml-80px {
    margin-left: 5rem !important;
  }

  .\33xl\:mt-81px {
    margin-top: 5.0625rem !important;
  }

  .\33xl\:mr-81px {
    margin-right: 5.0625rem !important;
  }

  .\33xl\:mb-81px {
    margin-bottom: 5.0625rem !important;
  }

  .\33xl\:ml-81px {
    margin-left: 5.0625rem !important;
  }

  .\33xl\:mt-85px {
    margin-top: 5.3125rem !important;
  }

  .\33xl\:mr-85px {
    margin-right: 5.3125rem !important;
  }

  .\33xl\:mb-85px {
    margin-bottom: 5.3125rem !important;
  }

  .\33xl\:ml-85px {
    margin-left: 5.3125rem !important;
  }

  .\33xl\:mt-92px {
    margin-top: 5.75rem !important;
  }

  .\33xl\:mr-92px {
    margin-right: 5.75rem !important;
  }

  .\33xl\:mb-92px {
    margin-bottom: 5.75rem !important;
  }

  .\33xl\:ml-92px {
    margin-left: 5.75rem !important;
  }

  .\33xl\:mt-100px {
    margin-top: 6.25rem !important;
  }

  .\33xl\:mr-100px {
    margin-right: 6.25rem !important;
  }

  .\33xl\:mb-100px {
    margin-bottom: 6.25rem !important;
  }

  .\33xl\:ml-100px {
    margin-left: 6.25rem !important;
  }

  .\33xl\:mt-106px {
    margin-top: 6.625rem !important;
  }

  .\33xl\:mr-106px {
    margin-right: 6.625rem !important;
  }

  .\33xl\:mb-106px {
    margin-bottom: 6.625rem !important;
  }

  .\33xl\:ml-106px {
    margin-left: 6.625rem !important;
  }

  .\33xl\:mt-123px {
    margin-top: 7.6875rem !important;
  }

  .\33xl\:mr-123px {
    margin-right: 7.6875rem !important;
  }

  .\33xl\:mb-123px {
    margin-bottom: 7.6875rem !important;
  }

  .\33xl\:ml-123px {
    margin-left: 7.6875rem !important;
  }

  .\33xl\:mt-126px {
    margin-top: 7.875rem !important;
  }

  .\33xl\:mr-126px {
    margin-right: 7.875rem !important;
  }

  .\33xl\:mb-126px {
    margin-bottom: 7.875rem !important;
  }

  .\33xl\:ml-126px {
    margin-left: 7.875rem !important;
  }

  .\33xl\:mt-138px {
    margin-top: 8.625rem !important;
  }

  .\33xl\:mr-138px {
    margin-right: 8.625rem !important;
  }

  .\33xl\:mb-138px {
    margin-bottom: 8.625rem !important;
  }

  .\33xl\:ml-138px {
    margin-left: 8.625rem !important;
  }

  .\33xl\:mt-140px {
    margin-top: 8.75rem !important;
  }

  .\33xl\:mr-140px {
    margin-right: 8.75rem !important;
  }

  .\33xl\:mb-140px {
    margin-bottom: 8.75rem !important;
  }

  .\33xl\:ml-140px {
    margin-left: 8.75rem !important;
  }

  .\33xl\:mt-146px {
    margin-top: 9.125rem !important;
  }

  .\33xl\:mr-146px {
    margin-right: 9.125rem !important;
  }

  .\33xl\:mb-146px {
    margin-bottom: 9.125rem !important;
  }

  .\33xl\:ml-146px {
    margin-left: 9.125rem !important;
  }

  .\33xl\:mt-152px {
    margin-top: 9.5rem !important;
  }

  .\33xl\:mr-152px {
    margin-right: 9.5rem !important;
  }

  .\33xl\:mb-152px {
    margin-bottom: 9.5rem !important;
  }

  .\33xl\:ml-152px {
    margin-left: 9.5rem !important;
  }

  .\33xl\:mt-187px {
    margin-top: 11.6875rem !important;
  }

  .\33xl\:mr-187px {
    margin-right: 11.6875rem !important;
  }

  .\33xl\:mb-187px {
    margin-bottom: 11.6875rem !important;
  }

  .\33xl\:ml-187px {
    margin-left: 11.6875rem !important;
  }

  .\33xl\:mt-220px {
    margin-top: 13.75rem !important;
  }

  .\33xl\:mr-220px {
    margin-right: 13.75rem !important;
  }

  .\33xl\:mb-220px {
    margin-bottom: 13.75rem !important;
  }

  .\33xl\:ml-220px {
    margin-left: 13.75rem !important;
  }

  .\33xl\:mt-253px {
    margin-top: 15.8125rem !important;
  }

  .\33xl\:mr-253px {
    margin-right: 15.8125rem !important;
  }

  .\33xl\:mb-253px {
    margin-bottom: 15.8125rem !important;
  }

  .\33xl\:ml-253px {
    margin-left: 15.8125rem !important;
  }

  .\33xl\:mt-320px {
    margin-top: 20rem !important;
  }

  .\33xl\:mr-320px {
    margin-right: 20rem !important;
  }

  .\33xl\:mb-320px {
    margin-bottom: 20rem !important;
  }

  .\33xl\:ml-320px {
    margin-left: 20rem !important;
  }

  .\33xl\:mt-400px {
    margin-top: 25rem !important;
  }

  .\33xl\:mr-400px {
    margin-right: 25rem !important;
  }

  .\33xl\:mb-400px {
    margin-bottom: 25rem !important;
  }

  .\33xl\:ml-400px {
    margin-left: 25rem !important;
  }

  .\33xl\:mt-500px {
    margin-top: 31.25rem !important;
  }

  .\33xl\:mr-500px {
    margin-right: 31.25rem !important;
  }

  .\33xl\:mb-500px {
    margin-bottom: 31.25rem !important;
  }

  .\33xl\:ml-500px {
    margin-left: 31.25rem !important;
  }

  .\33xl\:mt-lgPaddingTop {
    margin-top: 15.8125rem !important;
  }

  .\33xl\:mr-lgPaddingTop {
    margin-right: 15.8125rem !important;
  }

  .\33xl\:mb-lgPaddingTop {
    margin-bottom: 15.8125rem !important;
  }

  .\33xl\:ml-lgPaddingTop {
    margin-left: 15.8125rem !important;
  }

  .\33xl\:mt-phonePaddingTop {
    margin-top: 9.875rem !important;
  }

  .\33xl\:mr-phonePaddingTop {
    margin-right: 9.875rem !important;
  }

  .\33xl\:mb-phonePaddingTop {
    margin-bottom: 9.875rem !important;
  }

  .\33xl\:ml-phonePaddingTop {
    margin-left: 9.875rem !important;
  }

  .\33xl\:mt-tabletPaddingTop {
    margin-top: 6.625rem !important;
  }

  .\33xl\:mr-tabletPaddingTop {
    margin-right: 6.625rem !important;
  }

  .\33xl\:mb-tabletPaddingTop {
    margin-bottom: 6.625rem !important;
  }

  .\33xl\:ml-tabletPaddingTop {
    margin-left: 6.625rem !important;
  }

  .\33xl\:mt-largePaddingTop {
    margin-top: 13.75rem !important;
  }

  .\33xl\:mr-largePaddingTop {
    margin-right: 13.75rem !important;
  }

  .\33xl\:mb-largePaddingTop {
    margin-bottom: 13.75rem !important;
  }

  .\33xl\:ml-largePaddingTop {
    margin-left: 13.75rem !important;
  }

  .\33xl\:mt-phoneTextContentMaxWidth {
    margin-top: 57.0625rem !important;
  }

  .\33xl\:mr-phoneTextContentMaxWidth {
    margin-right: 57.0625rem !important;
  }

  .\33xl\:mb-phoneTextContentMaxWidth {
    margin-bottom: 57.0625rem !important;
  }

  .\33xl\:ml-phoneTextContentMaxWidth {
    margin-left: 57.0625rem !important;
  }

  .\33xl\:mt-phoneTextContentWidth {
    margin-top: 63% !important;
  }

  .\33xl\:mr-phoneTextContentWidth {
    margin-right: 63% !important;
  }

  .\33xl\:mb-phoneTextContentWidth {
    margin-bottom: 63% !important;
  }

  .\33xl\:ml-phoneTextContentWidth {
    margin-left: 63% !important;
  }

  .\33xl\:mt-phoneBlockContentWidth {
    margin-top: 71.625rem !important;
  }

  .\33xl\:mr-phoneBlockContentWidth {
    margin-right: 71.625rem !important;
  }

  .\33xl\:mb-phoneBlockContentWidth {
    margin-bottom: 71.625rem !important;
  }

  .\33xl\:ml-phoneBlockContentWidth {
    margin-left: 71.625rem !important;
  }

  .\33xl\:mt-tabletTextContentMaxWidth {
    margin-top: 57.0625rem !important;
  }

  .\33xl\:mr-tabletTextContentMaxWidth {
    margin-right: 57.0625rem !important;
  }

  .\33xl\:mb-tabletTextContentMaxWidth {
    margin-bottom: 57.0625rem !important;
  }

  .\33xl\:ml-tabletTextContentMaxWidth {
    margin-left: 57.0625rem !important;
  }

  .\33xl\:mt-tabletTextContentWidth {
    margin-top: 63% !important;
  }

  .\33xl\:mr-tabletTextContentWidth {
    margin-right: 63% !important;
  }

  .\33xl\:mb-tabletTextContentWidth {
    margin-bottom: 63% !important;
  }

  .\33xl\:ml-tabletTextContentWidth {
    margin-left: 63% !important;
  }

  .\33xl\:mt-tabletBlockContentWidth {
    margin-top: 71.625rem !important;
  }

  .\33xl\:mr-tabletBlockContentWidth {
    margin-right: 71.625rem !important;
  }

  .\33xl\:mb-tabletBlockContentWidth {
    margin-bottom: 71.625rem !important;
  }

  .\33xl\:ml-tabletBlockContentWidth {
    margin-left: 71.625rem !important;
  }

  .\33xl\:mt-largeTextContentMaxWidth {
    margin-top: 57.0625rem !important;
  }

  .\33xl\:mr-largeTextContentMaxWidth {
    margin-right: 57.0625rem !important;
  }

  .\33xl\:mb-largeTextContentMaxWidth {
    margin-bottom: 57.0625rem !important;
  }

  .\33xl\:ml-largeTextContentMaxWidth {
    margin-left: 57.0625rem !important;
  }

  .\33xl\:mt-largeTextContentWidth {
    margin-top: 63% !important;
  }

  .\33xl\:mr-largeTextContentWidth {
    margin-right: 63% !important;
  }

  .\33xl\:mb-largeTextContentWidth {
    margin-bottom: 63% !important;
  }

  .\33xl\:ml-largeTextContentWidth {
    margin-left: 63% !important;
  }

  .\33xl\:mt-largeBlockContentWidth {
    margin-top: 71.625rem !important;
  }

  .\33xl\:mr-largeBlockContentWidth {
    margin-right: 71.625rem !important;
  }

  .\33xl\:mb-largeBlockContentWidth {
    margin-bottom: 71.625rem !important;
  }

  .\33xl\:ml-largeBlockContentWidth {
    margin-left: 71.625rem !important;
  }

  .\33xl\:-mt-1 {
    margin-top: -0.25rem !important;
  }

  .\33xl\:-mr-1 {
    margin-right: -0.25rem !important;
  }

  .\33xl\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .\33xl\:-ml-1 {
    margin-left: -0.25rem !important;
  }

  .\33xl\:-mt-2 {
    margin-top: -0.5rem !important;
  }

  .\33xl\:-mr-2 {
    margin-right: -0.5rem !important;
  }

  .\33xl\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .\33xl\:-ml-2 {
    margin-left: -0.5rem !important;
  }

  .\33xl\:-mt-3 {
    margin-top: -0.75rem !important;
  }

  .\33xl\:-mr-3 {
    margin-right: -0.75rem !important;
  }

  .\33xl\:-mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .\33xl\:-ml-3 {
    margin-left: -0.75rem !important;
  }

  .\33xl\:-mt-4 {
    margin-top: -1rem !important;
  }

  .\33xl\:-mr-4 {
    margin-right: -1rem !important;
  }

  .\33xl\:-mb-4 {
    margin-bottom: -1rem !important;
  }

  .\33xl\:-ml-4 {
    margin-left: -1rem !important;
  }

  .\33xl\:-mt-5 {
    margin-top: -1.25rem !important;
  }

  .\33xl\:-mr-5 {
    margin-right: -1.25rem !important;
  }

  .\33xl\:-mb-5 {
    margin-bottom: -1.25rem !important;
  }

  .\33xl\:-ml-5 {
    margin-left: -1.25rem !important;
  }

  .\33xl\:-mt-6 {
    margin-top: -1.5rem !important;
  }

  .\33xl\:-mr-6 {
    margin-right: -1.5rem !important;
  }

  .\33xl\:-mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .\33xl\:-ml-6 {
    margin-left: -1.5rem !important;
  }

  .\33xl\:-mt-8 {
    margin-top: -2rem !important;
  }

  .\33xl\:-mr-8 {
    margin-right: -2rem !important;
  }

  .\33xl\:-mb-8 {
    margin-bottom: -2rem !important;
  }

  .\33xl\:-ml-8 {
    margin-left: -2rem !important;
  }

  .\33xl\:-mt-9 {
    margin-top: -2.5rem !important;
  }

  .\33xl\:-mr-9 {
    margin-right: -2.5rem !important;
  }

  .\33xl\:-mb-9 {
    margin-bottom: -2.5rem !important;
  }

  .\33xl\:-ml-9 {
    margin-left: -2.5rem !important;
  }

  .\33xl\:-mt-10 {
    margin-top: -2.5rem !important;
  }

  .\33xl\:-mr-10 {
    margin-right: -2.5rem !important;
  }

  .\33xl\:-mb-10 {
    margin-bottom: -2.5rem !important;
  }

  .\33xl\:-ml-10 {
    margin-left: -2.5rem !important;
  }

  .\33xl\:-mt-12 {
    margin-top: -3rem !important;
  }

  .\33xl\:-mr-12 {
    margin-right: -3rem !important;
  }

  .\33xl\:-mb-12 {
    margin-bottom: -3rem !important;
  }

  .\33xl\:-ml-12 {
    margin-left: -3rem !important;
  }

  .\33xl\:-mt-14 {
    margin-top: -3.5rem !important;
  }

  .\33xl\:-mr-14 {
    margin-right: -3.5rem !important;
  }

  .\33xl\:-mb-14 {
    margin-bottom: -3.5rem !important;
  }

  .\33xl\:-ml-14 {
    margin-left: -3.5rem !important;
  }

  .\33xl\:-mt-16 {
    margin-top: -4rem !important;
  }

  .\33xl\:-mr-16 {
    margin-right: -4rem !important;
  }

  .\33xl\:-mb-16 {
    margin-bottom: -4rem !important;
  }

  .\33xl\:-ml-16 {
    margin-left: -4rem !important;
  }

  .\33xl\:-mt-18 {
    margin-top: -4.5rem !important;
  }

  .\33xl\:-mr-18 {
    margin-right: -4.5rem !important;
  }

  .\33xl\:-mb-18 {
    margin-bottom: -4.5rem !important;
  }

  .\33xl\:-ml-18 {
    margin-left: -4.5rem !important;
  }

  .\33xl\:-mt-20 {
    margin-top: -5rem !important;
  }

  .\33xl\:-mr-20 {
    margin-right: -5rem !important;
  }

  .\33xl\:-mb-20 {
    margin-bottom: -5rem !important;
  }

  .\33xl\:-ml-20 {
    margin-left: -5rem !important;
  }

  .\33xl\:-mt-22 {
    margin-top: -5.626rem !important;
  }

  .\33xl\:-mr-22 {
    margin-right: -5.626rem !important;
  }

  .\33xl\:-mb-22 {
    margin-bottom: -5.626rem !important;
  }

  .\33xl\:-ml-22 {
    margin-left: -5.626rem !important;
  }

  .\33xl\:-mt-24 {
    margin-top: -6rem !important;
  }

  .\33xl\:-mr-24 {
    margin-right: -6rem !important;
  }

  .\33xl\:-mb-24 {
    margin-bottom: -6rem !important;
  }

  .\33xl\:-ml-24 {
    margin-left: -6rem !important;
  }

  .\33xl\:-mt-26 {
    margin-top: -6.25rem !important;
  }

  .\33xl\:-mr-26 {
    margin-right: -6.25rem !important;
  }

  .\33xl\:-mb-26 {
    margin-bottom: -6.25rem !important;
  }

  .\33xl\:-ml-26 {
    margin-left: -6.25rem !important;
  }

  .\33xl\:-mt-28 {
    margin-top: -7rem !important;
  }

  .\33xl\:-mr-28 {
    margin-right: -7rem !important;
  }

  .\33xl\:-mb-28 {
    margin-bottom: -7rem !important;
  }

  .\33xl\:-ml-28 {
    margin-left: -7rem !important;
  }

  .\33xl\:-mt-32 {
    margin-top: -8rem !important;
  }

  .\33xl\:-mr-32 {
    margin-right: -8rem !important;
  }

  .\33xl\:-mb-32 {
    margin-bottom: -8rem !important;
  }

  .\33xl\:-ml-32 {
    margin-left: -8rem !important;
  }

  .\33xl\:-mt-34 {
    margin-top: -8.5rem !important;
  }

  .\33xl\:-mr-34 {
    margin-right: -8.5rem !important;
  }

  .\33xl\:-mb-34 {
    margin-bottom: -8.5rem !important;
  }

  .\33xl\:-ml-34 {
    margin-left: -8.5rem !important;
  }

  .\33xl\:-mt-38 {
    margin-top: -9.25rem !important;
  }

  .\33xl\:-mr-38 {
    margin-right: -9.25rem !important;
  }

  .\33xl\:-mb-38 {
    margin-bottom: -9.25rem !important;
  }

  .\33xl\:-ml-38 {
    margin-left: -9.25rem !important;
  }

  .\33xl\:-mt-40 {
    margin-top: -10rem !important;
  }

  .\33xl\:-mr-40 {
    margin-right: -10rem !important;
  }

  .\33xl\:-mb-40 {
    margin-bottom: -10rem !important;
  }

  .\33xl\:-ml-40 {
    margin-left: -10rem !important;
  }

  .\33xl\:-mt-46 {
    margin-top: -11.75rem !important;
  }

  .\33xl\:-mr-46 {
    margin-right: -11.75rem !important;
  }

  .\33xl\:-mb-46 {
    margin-bottom: -11.75rem !important;
  }

  .\33xl\:-ml-46 {
    margin-left: -11.75rem !important;
  }

  .\33xl\:-mt-48 {
    margin-top: -12rem !important;
  }

  .\33xl\:-mr-48 {
    margin-right: -12rem !important;
  }

  .\33xl\:-mb-48 {
    margin-bottom: -12rem !important;
  }

  .\33xl\:-ml-48 {
    margin-left: -12rem !important;
  }

  .\33xl\:-mt-56 {
    margin-top: -14rem !important;
  }

  .\33xl\:-mr-56 {
    margin-right: -14rem !important;
  }

  .\33xl\:-mb-56 {
    margin-bottom: -14rem !important;
  }

  .\33xl\:-ml-56 {
    margin-left: -14rem !important;
  }

  .\33xl\:-mt-64 {
    margin-top: -16rem !important;
  }

  .\33xl\:-mr-64 {
    margin-right: -16rem !important;
  }

  .\33xl\:-mb-64 {
    margin-bottom: -16rem !important;
  }

  .\33xl\:-ml-64 {
    margin-left: -16rem !important;
  }

  .\33xl\:-mt-82 {
    margin-top: -20.75rem !important;
  }

  .\33xl\:-mr-82 {
    margin-right: -20.75rem !important;
  }

  .\33xl\:-mb-82 {
    margin-bottom: -20.75rem !important;
  }

  .\33xl\:-ml-82 {
    margin-left: -20.75rem !important;
  }

  .\33xl\:-mt-px {
    margin-top: -1px !important;
  }

  .\33xl\:-mr-px {
    margin-right: -1px !important;
  }

  .\33xl\:-mb-px {
    margin-bottom: -1px !important;
  }

  .\33xl\:-ml-px {
    margin-left: -1px !important;
  }

  .\33xl\:-mt-tiny {
    margin-top: -0.3rem !important;
  }

  .\33xl\:-mr-tiny {
    margin-right: -0.3rem !important;
  }

  .\33xl\:-mb-tiny {
    margin-bottom: -0.3rem !important;
  }

  .\33xl\:-ml-tiny {
    margin-left: -0.3rem !important;
  }

  .\33xl\:-mt-quick-links {
    margin-top: -26% !important;
  }

  .\33xl\:-mr-quick-links {
    margin-right: -26% !important;
  }

  .\33xl\:-mb-quick-links {
    margin-bottom: -26% !important;
  }

  .\33xl\:-ml-quick-links {
    margin-left: -26% !important;
  }

  .\33xl\:-mt-pro-slid {
    margin-top: -48% !important;
  }

  .\33xl\:-mr-pro-slid {
    margin-right: -48% !important;
  }

  .\33xl\:-mb-pro-slid {
    margin-bottom: -48% !important;
  }

  .\33xl\:-ml-pro-slid {
    margin-left: -48% !important;
  }

  .\33xl\:-mt-62p {
    margin-top: -62% !important;
  }

  .\33xl\:-mr-62p {
    margin-right: -62% !important;
  }

  .\33xl\:-mb-62p {
    margin-bottom: -62% !important;
  }

  .\33xl\:-ml-62p {
    margin-left: -62% !important;
  }

  .\33xl\:-mt-90p {
    margin-top: -90% !important;
  }

  .\33xl\:-mr-90p {
    margin-right: -90% !important;
  }

  .\33xl\:-mb-90p {
    margin-bottom: -90% !important;
  }

  .\33xl\:-ml-90p {
    margin-left: -90% !important;
  }

  .\33xl\:-mt-x-large {
    margin-top: -27.5rem !important;
  }

  .\33xl\:-mr-x-large {
    margin-right: -27.5rem !important;
  }

  .\33xl\:-mb-x-large {
    margin-bottom: -27.5rem !important;
  }

  .\33xl\:-ml-x-large {
    margin-left: -27.5rem !important;
  }

  .\33xl\:-mt-2px {
    margin-top: -0.125rem !important;
  }

  .\33xl\:-mr-2px {
    margin-right: -0.125rem !important;
  }

  .\33xl\:-mb-2px {
    margin-bottom: -0.125rem !important;
  }

  .\33xl\:-ml-2px {
    margin-left: -0.125rem !important;
  }

  .\33xl\:-mt-9px {
    margin-top: -0.5625rem !important;
  }

  .\33xl\:-mr-9px {
    margin-right: -0.5625rem !important;
  }

  .\33xl\:-mb-9px {
    margin-bottom: -0.5625rem !important;
  }

  .\33xl\:-ml-9px {
    margin-left: -0.5625rem !important;
  }

  .\33xl\:-mt-10px {
    margin-top: -0.625rem !important;
  }

  .\33xl\:-mr-10px {
    margin-right: -0.625rem !important;
  }

  .\33xl\:-mb-10px {
    margin-bottom: -0.625rem !important;
  }

  .\33xl\:-ml-10px {
    margin-left: -0.625rem !important;
  }

  .\33xl\:-mt-18px {
    margin-top: -1.125rem !important;
  }

  .\33xl\:-mr-18px {
    margin-right: -1.125rem !important;
  }

  .\33xl\:-mb-18px {
    margin-bottom: -1.125rem !important;
  }

  .\33xl\:-ml-18px {
    margin-left: -1.125rem !important;
  }

  .\33xl\:-mt-20px {
    margin-top: -1.25rem !important;
  }

  .\33xl\:-mr-20px {
    margin-right: -1.25rem !important;
  }

  .\33xl\:-mb-20px {
    margin-bottom: -1.25rem !important;
  }

  .\33xl\:-ml-20px {
    margin-left: -1.25rem !important;
  }

  .\33xl\:-mt-24px {
    margin-top: -1.5rem !important;
  }

  .\33xl\:-mr-24px {
    margin-right: -1.5rem !important;
  }

  .\33xl\:-mb-24px {
    margin-bottom: -1.5rem !important;
  }

  .\33xl\:-ml-24px {
    margin-left: -1.5rem !important;
  }

  .\33xl\:-mt-26px {
    margin-top: -1.625rem !important;
  }

  .\33xl\:-mr-26px {
    margin-right: -1.625rem !important;
  }

  .\33xl\:-mb-26px {
    margin-bottom: -1.625rem !important;
  }

  .\33xl\:-ml-26px {
    margin-left: -1.625rem !important;
  }

  .\33xl\:-mt-30px {
    margin-top: -1.875rem !important;
  }

  .\33xl\:-mr-30px {
    margin-right: -1.875rem !important;
  }

  .\33xl\:-mb-30px {
    margin-bottom: -1.875rem !important;
  }

  .\33xl\:-ml-30px {
    margin-left: -1.875rem !important;
  }

  .\33xl\:-mt-38px {
    margin-top: -2.375rem !important;
  }

  .\33xl\:-mr-38px {
    margin-right: -2.375rem !important;
  }

  .\33xl\:-mb-38px {
    margin-bottom: -2.375rem !important;
  }

  .\33xl\:-ml-38px {
    margin-left: -2.375rem !important;
  }

  .\33xl\:-mt-43px {
    margin-top: -2.6875rem !important;
  }

  .\33xl\:-mr-43px {
    margin-right: -2.6875rem !important;
  }

  .\33xl\:-mb-43px {
    margin-bottom: -2.6875rem !important;
  }

  .\33xl\:-ml-43px {
    margin-left: -2.6875rem !important;
  }

  .\33xl\:-mt-44px {
    margin-top: -2.75rem !important;
  }

  .\33xl\:-mr-44px {
    margin-right: -2.75rem !important;
  }

  .\33xl\:-mb-44px {
    margin-bottom: -2.75rem !important;
  }

  .\33xl\:-ml-44px {
    margin-left: -2.75rem !important;
  }

  .\33xl\:-mt-46px {
    margin-top: -2.875rem !important;
  }

  .\33xl\:-mr-46px {
    margin-right: -2.875rem !important;
  }

  .\33xl\:-mb-46px {
    margin-bottom: -2.875rem !important;
  }

  .\33xl\:-ml-46px {
    margin-left: -2.875rem !important;
  }

  .\33xl\:-mt-53px {
    margin-top: -3.3125rem !important;
  }

  .\33xl\:-mr-53px {
    margin-right: -3.3125rem !important;
  }

  .\33xl\:-mb-53px {
    margin-bottom: -3.3125rem !important;
  }

  .\33xl\:-ml-53px {
    margin-left: -3.3125rem !important;
  }

  .\33xl\:-mt-54px {
    margin-top: -3.375rem !important;
  }

  .\33xl\:-mr-54px {
    margin-right: -3.375rem !important;
  }

  .\33xl\:-mb-54px {
    margin-bottom: -3.375rem !important;
  }

  .\33xl\:-ml-54px {
    margin-left: -3.375rem !important;
  }

  .\33xl\:-mt-55px {
    margin-top: -3.4375rem !important;
  }

  .\33xl\:-mr-55px {
    margin-right: -3.4375rem !important;
  }

  .\33xl\:-mb-55px {
    margin-bottom: -3.4375rem !important;
  }

  .\33xl\:-ml-55px {
    margin-left: -3.4375rem !important;
  }

  .\33xl\:-mt-60px {
    margin-top: -3.75rem !important;
  }

  .\33xl\:-mr-60px {
    margin-right: -3.75rem !important;
  }

  .\33xl\:-mb-60px {
    margin-bottom: -3.75rem !important;
  }

  .\33xl\:-ml-60px {
    margin-left: -3.75rem !important;
  }

  .\33xl\:-mt-67px {
    margin-top: -4.1875rem !important;
  }

  .\33xl\:-mr-67px {
    margin-right: -4.1875rem !important;
  }

  .\33xl\:-mb-67px {
    margin-bottom: -4.1875rem !important;
  }

  .\33xl\:-ml-67px {
    margin-left: -4.1875rem !important;
  }

  .\33xl\:-mt-73px {
    margin-top: -4.5625rem !important;
  }

  .\33xl\:-mr-73px {
    margin-right: -4.5625rem !important;
  }

  .\33xl\:-mb-73px {
    margin-bottom: -4.5625rem !important;
  }

  .\33xl\:-ml-73px {
    margin-left: -4.5625rem !important;
  }

  .\33xl\:-mt-80px {
    margin-top: -5rem !important;
  }

  .\33xl\:-mr-80px {
    margin-right: -5rem !important;
  }

  .\33xl\:-mb-80px {
    margin-bottom: -5rem !important;
  }

  .\33xl\:-ml-80px {
    margin-left: -5rem !important;
  }

  .\33xl\:-mt-81px {
    margin-top: -5.0625rem !important;
  }

  .\33xl\:-mr-81px {
    margin-right: -5.0625rem !important;
  }

  .\33xl\:-mb-81px {
    margin-bottom: -5.0625rem !important;
  }

  .\33xl\:-ml-81px {
    margin-left: -5.0625rem !important;
  }

  .\33xl\:-mt-85px {
    margin-top: -5.3125rem !important;
  }

  .\33xl\:-mr-85px {
    margin-right: -5.3125rem !important;
  }

  .\33xl\:-mb-85px {
    margin-bottom: -5.3125rem !important;
  }

  .\33xl\:-ml-85px {
    margin-left: -5.3125rem !important;
  }

  .\33xl\:-mt-92px {
    margin-top: -5.75rem !important;
  }

  .\33xl\:-mr-92px {
    margin-right: -5.75rem !important;
  }

  .\33xl\:-mb-92px {
    margin-bottom: -5.75rem !important;
  }

  .\33xl\:-ml-92px {
    margin-left: -5.75rem !important;
  }

  .\33xl\:-mt-100px {
    margin-top: -6.25rem !important;
  }

  .\33xl\:-mr-100px {
    margin-right: -6.25rem !important;
  }

  .\33xl\:-mb-100px {
    margin-bottom: -6.25rem !important;
  }

  .\33xl\:-ml-100px {
    margin-left: -6.25rem !important;
  }

  .\33xl\:-mt-106px {
    margin-top: -6.625rem !important;
  }

  .\33xl\:-mr-106px {
    margin-right: -6.625rem !important;
  }

  .\33xl\:-mb-106px {
    margin-bottom: -6.625rem !important;
  }

  .\33xl\:-ml-106px {
    margin-left: -6.625rem !important;
  }

  .\33xl\:-mt-123px {
    margin-top: -7.6875rem !important;
  }

  .\33xl\:-mr-123px {
    margin-right: -7.6875rem !important;
  }

  .\33xl\:-mb-123px {
    margin-bottom: -7.6875rem !important;
  }

  .\33xl\:-ml-123px {
    margin-left: -7.6875rem !important;
  }

  .\33xl\:-mt-126px {
    margin-top: -7.875rem !important;
  }

  .\33xl\:-mr-126px {
    margin-right: -7.875rem !important;
  }

  .\33xl\:-mb-126px {
    margin-bottom: -7.875rem !important;
  }

  .\33xl\:-ml-126px {
    margin-left: -7.875rem !important;
  }

  .\33xl\:-mt-138px {
    margin-top: -8.625rem !important;
  }

  .\33xl\:-mr-138px {
    margin-right: -8.625rem !important;
  }

  .\33xl\:-mb-138px {
    margin-bottom: -8.625rem !important;
  }

  .\33xl\:-ml-138px {
    margin-left: -8.625rem !important;
  }

  .\33xl\:-mt-140px {
    margin-top: -8.75rem !important;
  }

  .\33xl\:-mr-140px {
    margin-right: -8.75rem !important;
  }

  .\33xl\:-mb-140px {
    margin-bottom: -8.75rem !important;
  }

  .\33xl\:-ml-140px {
    margin-left: -8.75rem !important;
  }

  .\33xl\:-mt-146px {
    margin-top: -9.125rem !important;
  }

  .\33xl\:-mr-146px {
    margin-right: -9.125rem !important;
  }

  .\33xl\:-mb-146px {
    margin-bottom: -9.125rem !important;
  }

  .\33xl\:-ml-146px {
    margin-left: -9.125rem !important;
  }

  .\33xl\:-mt-152px {
    margin-top: -9.5rem !important;
  }

  .\33xl\:-mr-152px {
    margin-right: -9.5rem !important;
  }

  .\33xl\:-mb-152px {
    margin-bottom: -9.5rem !important;
  }

  .\33xl\:-ml-152px {
    margin-left: -9.5rem !important;
  }

  .\33xl\:-mt-187px {
    margin-top: -11.6875rem !important;
  }

  .\33xl\:-mr-187px {
    margin-right: -11.6875rem !important;
  }

  .\33xl\:-mb-187px {
    margin-bottom: -11.6875rem !important;
  }

  .\33xl\:-ml-187px {
    margin-left: -11.6875rem !important;
  }

  .\33xl\:-mt-220px {
    margin-top: -13.75rem !important;
  }

  .\33xl\:-mr-220px {
    margin-right: -13.75rem !important;
  }

  .\33xl\:-mb-220px {
    margin-bottom: -13.75rem !important;
  }

  .\33xl\:-ml-220px {
    margin-left: -13.75rem !important;
  }

  .\33xl\:-mt-253px {
    margin-top: -15.8125rem !important;
  }

  .\33xl\:-mr-253px {
    margin-right: -15.8125rem !important;
  }

  .\33xl\:-mb-253px {
    margin-bottom: -15.8125rem !important;
  }

  .\33xl\:-ml-253px {
    margin-left: -15.8125rem !important;
  }

  .\33xl\:-mt-320px {
    margin-top: -20rem !important;
  }

  .\33xl\:-mr-320px {
    margin-right: -20rem !important;
  }

  .\33xl\:-mb-320px {
    margin-bottom: -20rem !important;
  }

  .\33xl\:-ml-320px {
    margin-left: -20rem !important;
  }

  .\33xl\:-mt-400px {
    margin-top: -25rem !important;
  }

  .\33xl\:-mr-400px {
    margin-right: -25rem !important;
  }

  .\33xl\:-mb-400px {
    margin-bottom: -25rem !important;
  }

  .\33xl\:-ml-400px {
    margin-left: -25rem !important;
  }

  .\33xl\:-mt-500px {
    margin-top: -31.25rem !important;
  }

  .\33xl\:-mr-500px {
    margin-right: -31.25rem !important;
  }

  .\33xl\:-mb-500px {
    margin-bottom: -31.25rem !important;
  }

  .\33xl\:-ml-500px {
    margin-left: -31.25rem !important;
  }

  .\33xl\:-mt-lgPaddingTop {
    margin-top: -15.8125rem !important;
  }

  .\33xl\:-mr-lgPaddingTop {
    margin-right: -15.8125rem !important;
  }

  .\33xl\:-mb-lgPaddingTop {
    margin-bottom: -15.8125rem !important;
  }

  .\33xl\:-ml-lgPaddingTop {
    margin-left: -15.8125rem !important;
  }

  .\33xl\:-mt-phonePaddingTop {
    margin-top: -9.875rem !important;
  }

  .\33xl\:-mr-phonePaddingTop {
    margin-right: -9.875rem !important;
  }

  .\33xl\:-mb-phonePaddingTop {
    margin-bottom: -9.875rem !important;
  }

  .\33xl\:-ml-phonePaddingTop {
    margin-left: -9.875rem !important;
  }

  .\33xl\:-mt-tabletPaddingTop {
    margin-top: -6.625rem !important;
  }

  .\33xl\:-mr-tabletPaddingTop {
    margin-right: -6.625rem !important;
  }

  .\33xl\:-mb-tabletPaddingTop {
    margin-bottom: -6.625rem !important;
  }

  .\33xl\:-ml-tabletPaddingTop {
    margin-left: -6.625rem !important;
  }

  .\33xl\:-mt-largePaddingTop {
    margin-top: -13.75rem !important;
  }

  .\33xl\:-mr-largePaddingTop {
    margin-right: -13.75rem !important;
  }

  .\33xl\:-mb-largePaddingTop {
    margin-bottom: -13.75rem !important;
  }

  .\33xl\:-ml-largePaddingTop {
    margin-left: -13.75rem !important;
  }

  .\33xl\:-mt-phoneTextContentMaxWidth {
    margin-top: -57.0625rem !important;
  }

  .\33xl\:-mr-phoneTextContentMaxWidth {
    margin-right: -57.0625rem !important;
  }

  .\33xl\:-mb-phoneTextContentMaxWidth {
    margin-bottom: -57.0625rem !important;
  }

  .\33xl\:-ml-phoneTextContentMaxWidth {
    margin-left: -57.0625rem !important;
  }

  .\33xl\:-mt-phoneTextContentWidth {
    margin-top: -63% !important;
  }

  .\33xl\:-mr-phoneTextContentWidth {
    margin-right: -63% !important;
  }

  .\33xl\:-mb-phoneTextContentWidth {
    margin-bottom: -63% !important;
  }

  .\33xl\:-ml-phoneTextContentWidth {
    margin-left: -63% !important;
  }

  .\33xl\:-mt-phoneBlockContentWidth {
    margin-top: -71.625rem !important;
  }

  .\33xl\:-mr-phoneBlockContentWidth {
    margin-right: -71.625rem !important;
  }

  .\33xl\:-mb-phoneBlockContentWidth {
    margin-bottom: -71.625rem !important;
  }

  .\33xl\:-ml-phoneBlockContentWidth {
    margin-left: -71.625rem !important;
  }

  .\33xl\:-mt-tabletTextContentMaxWidth {
    margin-top: -57.0625rem !important;
  }

  .\33xl\:-mr-tabletTextContentMaxWidth {
    margin-right: -57.0625rem !important;
  }

  .\33xl\:-mb-tabletTextContentMaxWidth {
    margin-bottom: -57.0625rem !important;
  }

  .\33xl\:-ml-tabletTextContentMaxWidth {
    margin-left: -57.0625rem !important;
  }

  .\33xl\:-mt-tabletTextContentWidth {
    margin-top: -63% !important;
  }

  .\33xl\:-mr-tabletTextContentWidth {
    margin-right: -63% !important;
  }

  .\33xl\:-mb-tabletTextContentWidth {
    margin-bottom: -63% !important;
  }

  .\33xl\:-ml-tabletTextContentWidth {
    margin-left: -63% !important;
  }

  .\33xl\:-mt-tabletBlockContentWidth {
    margin-top: -71.625rem !important;
  }

  .\33xl\:-mr-tabletBlockContentWidth {
    margin-right: -71.625rem !important;
  }

  .\33xl\:-mb-tabletBlockContentWidth {
    margin-bottom: -71.625rem !important;
  }

  .\33xl\:-ml-tabletBlockContentWidth {
    margin-left: -71.625rem !important;
  }

  .\33xl\:-mt-largeTextContentMaxWidth {
    margin-top: -57.0625rem !important;
  }

  .\33xl\:-mr-largeTextContentMaxWidth {
    margin-right: -57.0625rem !important;
  }

  .\33xl\:-mb-largeTextContentMaxWidth {
    margin-bottom: -57.0625rem !important;
  }

  .\33xl\:-ml-largeTextContentMaxWidth {
    margin-left: -57.0625rem !important;
  }

  .\33xl\:-mt-largeTextContentWidth {
    margin-top: -63% !important;
  }

  .\33xl\:-mr-largeTextContentWidth {
    margin-right: -63% !important;
  }

  .\33xl\:-mb-largeTextContentWidth {
    margin-bottom: -63% !important;
  }

  .\33xl\:-ml-largeTextContentWidth {
    margin-left: -63% !important;
  }

  .\33xl\:-mt-largeBlockContentWidth {
    margin-top: -71.625rem !important;
  }

  .\33xl\:-mr-largeBlockContentWidth {
    margin-right: -71.625rem !important;
  }

  .\33xl\:-mb-largeBlockContentWidth {
    margin-bottom: -71.625rem !important;
  }

  .\33xl\:-ml-largeBlockContentWidth {
    margin-left: -71.625rem !important;
  }

  .\33xl\:max-h-full {
    max-height: 100% !important;
  }

  .\33xl\:max-h-screen {
    max-height: 100vh !important;
  }

  .\33xl\:max-w-none {
    max-width: none !important;
  }

  .\33xl\:max-w-xs {
    max-width: 20rem !important;
  }

  .\33xl\:max-w-sm {
    max-width: 24rem !important;
  }

  .\33xl\:max-w-md {
    max-width: 28rem !important;
  }

  .\33xl\:max-w-lg {
    max-width: 32rem !important;
  }

  .\33xl\:max-w-xl {
    max-width: 36rem !important;
  }

  .\33xl\:max-w-2xl {
    max-width: 42rem !important;
  }

  .\33xl\:max-w-3xl {
    max-width: 48rem !important;
  }

  .\33xl\:max-w-4xl {
    max-width: 56rem !important;
  }

  .\33xl\:max-w-5xl {
    max-width: 64rem !important;
  }

  .\33xl\:max-w-6xl {
    max-width: 72rem !important;
  }

  .\33xl\:max-w-full {
    max-width: 100% !important;
  }

  .\33xl\:max-w-screen-sm {
    max-width: 640px !important;
  }

  .\33xl\:max-w-screen-md {
    max-width: 768px !important;
  }

  .\33xl\:max-w-screen-lg {
    max-width: 1280px !important;
  }

  .\33xl\:max-w-screen-1xl {
    max-width: 1340px !important;
  }

  .\33xl\:max-w-screen-2xl {
    max-width: 1536px !important;
  }

  .\33xl\:max-w-screen-3xl {
    max-width: 1600px !important;
  }

  .\33xl\:max-w-container {
    max-width: 90rem !important;
  }

  .\33xl\:max-w-site {
    max-width: 90rem !important;
  }

  .\33xl\:max-w-largeTextContentMaxWidth {
    max-width: 57.0625rem !important;
  }

  .\33xl\:max-w-largeBlockContentMaxWidth {
    max-width: 71.625rem !important;
  }

  .\33xl\:max-w-halfLargeBlockContentMaxWidth {
    max-width: 35.8125rem !important;
  }

  .\33xl\:max-w-closeBanner {
    max-width: 1.25rem !important;
  }

  .\33xl\:min-h-400px {
    min-height: 25rem !important;
  }

  .\33xl\:min-h-450px {
    min-height: 28.125rem !important;
  }

  .\33xl\:min-h-500px {
    min-height: 31.25rem !important;
  }

  .\33xl\:min-w-0 {
    min-width: 0 !important;
  }

  .\33xl\:min-w-full {
    min-width: 100% !important;
  }

  .\33xl\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .\33xl\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .\33xl\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .\33xl\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .\33xl\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .\33xl\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .\33xl\:object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .\33xl\:object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .\33xl\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .\33xl\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .\33xl\:object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .\33xl\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .\33xl\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .\33xl\:object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .\33xl\:opacity-0 {
    opacity: 0 !important;
  }

  .\33xl\:opacity-25 {
    opacity: 0.25 !important;
  }

  .\33xl\:opacity-50 {
    opacity: 0.5 !important;
  }

  .\33xl\:opacity-75 {
    opacity: 0.75 !important;
  }

  .\33xl\:opacity-100 {
    opacity: 1 !important;
  }

  .\33xl\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }

  .\33xl\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }

  .\33xl\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }

  .\33xl\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }

  .\33xl\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }

  .\33xl\:focus\:opacity-0:focus {
    opacity: 0 !important;
  }

  .\33xl\:focus\:opacity-25:focus {
    opacity: 0.25 !important;
  }

  .\33xl\:focus\:opacity-50:focus {
    opacity: 0.5 !important;
  }

  .\33xl\:focus\:opacity-75:focus {
    opacity: 0.75 !important;
  }

  .\33xl\:focus\:opacity-100:focus {
    opacity: 1 !important;
  }

  .\33xl\:outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .\33xl\:outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .\33xl\:outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .\33xl\:focus\:outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .\33xl\:focus\:outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .\33xl\:focus\:outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .\33xl\:overflow-auto {
    overflow: auto !important;
  }

  .\33xl\:overflow-hidden {
    overflow: hidden !important;
  }

  .\33xl\:overflow-visible {
    overflow: visible !important;
  }

  .\33xl\:overflow-scroll {
    overflow: scroll !important;
  }

  .\33xl\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .\33xl\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .\33xl\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .\33xl\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .\33xl\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .\33xl\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .\33xl\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .\33xl\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .\33xl\:scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }

  .\33xl\:scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }

  .\33xl\:overscroll-auto {
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .\33xl\:overscroll-contain {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .\33xl\:overscroll-none {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: none !important;
  }

  .\33xl\:overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .\33xl\:overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .\33xl\:overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .\33xl\:overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .\33xl\:overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .\33xl\:overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  .\33xl\:p-0 {
    padding: 0 !important;
  }

  .\33xl\:p-1 {
    padding: 0.25rem !important;
  }

  .\33xl\:p-2 {
    padding: 0.5rem !important;
  }

  .\33xl\:p-3 {
    padding: 0.75rem !important;
  }

  .\33xl\:p-4 {
    padding: 1rem !important;
  }

  .\33xl\:p-5 {
    padding: 1.25rem !important;
  }

  .\33xl\:p-6 {
    padding: 1.5rem !important;
  }

  .\33xl\:p-8 {
    padding: 2rem !important;
  }

  .\33xl\:p-9 {
    padding: 2.5rem !important;
  }

  .\33xl\:p-10 {
    padding: 2.5rem !important;
  }

  .\33xl\:p-12 {
    padding: 3rem !important;
  }

  .\33xl\:p-14 {
    padding: 3.5rem !important;
  }

  .\33xl\:p-16 {
    padding: 4rem !important;
  }

  .\33xl\:p-18 {
    padding: 4.5rem !important;
  }

  .\33xl\:p-20 {
    padding: 5rem !important;
  }

  .\33xl\:p-22 {
    padding: 5.626rem !important;
  }

  .\33xl\:p-24 {
    padding: 6rem !important;
  }

  .\33xl\:p-26 {
    padding: 6.25rem !important;
  }

  .\33xl\:p-28 {
    padding: 7rem !important;
  }

  .\33xl\:p-32 {
    padding: 8rem !important;
  }

  .\33xl\:p-34 {
    padding: 8.5rem !important;
  }

  .\33xl\:p-38 {
    padding: 9.25rem !important;
  }

  .\33xl\:p-40 {
    padding: 10rem !important;
  }

  .\33xl\:p-46 {
    padding: 11.75rem !important;
  }

  .\33xl\:p-48 {
    padding: 12rem !important;
  }

  .\33xl\:p-56 {
    padding: 14rem !important;
  }

  .\33xl\:p-64 {
    padding: 16rem !important;
  }

  .\33xl\:p-82 {
    padding: 20.75rem !important;
  }

  .\33xl\:p-px {
    padding: 1px !important;
  }

  .\33xl\:p-tiny {
    padding: 0.3rem !important;
  }

  .\33xl\:p-quick-links {
    padding: 26% !important;
  }

  .\33xl\:p-pro-slid {
    padding: 48% !important;
  }

  .\33xl\:p-62p {
    padding: 62% !important;
  }

  .\33xl\:p-90p {
    padding: 90% !important;
  }

  .\33xl\:p-x-large {
    padding: 27.5rem !important;
  }

  .\33xl\:p-2px {
    padding: 0.125rem !important;
  }

  .\33xl\:p-9px {
    padding: 0.5625rem !important;
  }

  .\33xl\:p-10px {
    padding: 0.625rem !important;
  }

  .\33xl\:p-18px {
    padding: 1.125rem !important;
  }

  .\33xl\:p-20px {
    padding: 1.25rem !important;
  }

  .\33xl\:p-24px {
    padding: 1.5rem !important;
  }

  .\33xl\:p-26px {
    padding: 1.625rem !important;
  }

  .\33xl\:p-30px {
    padding: 1.875rem !important;
  }

  .\33xl\:p-38px {
    padding: 2.375rem !important;
  }

  .\33xl\:p-43px {
    padding: 2.6875rem !important;
  }

  .\33xl\:p-44px {
    padding: 2.75rem !important;
  }

  .\33xl\:p-46px {
    padding: 2.875rem !important;
  }

  .\33xl\:p-53px {
    padding: 3.3125rem !important;
  }

  .\33xl\:p-54px {
    padding: 3.375rem !important;
  }

  .\33xl\:p-55px {
    padding: 3.4375rem !important;
  }

  .\33xl\:p-60px {
    padding: 3.75rem !important;
  }

  .\33xl\:p-67px {
    padding: 4.1875rem !important;
  }

  .\33xl\:p-73px {
    padding: 4.5625rem !important;
  }

  .\33xl\:p-80px {
    padding: 5rem !important;
  }

  .\33xl\:p-81px {
    padding: 5.0625rem !important;
  }

  .\33xl\:p-85px {
    padding: 5.3125rem !important;
  }

  .\33xl\:p-92px {
    padding: 5.75rem !important;
  }

  .\33xl\:p-100px {
    padding: 6.25rem !important;
  }

  .\33xl\:p-106px {
    padding: 6.625rem !important;
  }

  .\33xl\:p-123px {
    padding: 7.6875rem !important;
  }

  .\33xl\:p-126px {
    padding: 7.875rem !important;
  }

  .\33xl\:p-138px {
    padding: 8.625rem !important;
  }

  .\33xl\:p-140px {
    padding: 8.75rem !important;
  }

  .\33xl\:p-146px {
    padding: 9.125rem !important;
  }

  .\33xl\:p-152px {
    padding: 9.5rem !important;
  }

  .\33xl\:p-187px {
    padding: 11.6875rem !important;
  }

  .\33xl\:p-220px {
    padding: 13.75rem !important;
  }

  .\33xl\:p-253px {
    padding: 15.8125rem !important;
  }

  .\33xl\:p-320px {
    padding: 20rem !important;
  }

  .\33xl\:p-400px {
    padding: 25rem !important;
  }

  .\33xl\:p-500px {
    padding: 31.25rem !important;
  }

  .\33xl\:p-lgPaddingTop {
    padding: 15.8125rem !important;
  }

  .\33xl\:p-phonePaddingTop {
    padding: 9.875rem !important;
  }

  .\33xl\:p-tabletPaddingTop {
    padding: 6.625rem !important;
  }

  .\33xl\:p-largePaddingTop {
    padding: 13.75rem !important;
  }

  .\33xl\:p-phoneTextContentMaxWidth {
    padding: 57.0625rem !important;
  }

  .\33xl\:p-phoneTextContentWidth {
    padding: 63% !important;
  }

  .\33xl\:p-phoneBlockContentWidth {
    padding: 71.625rem !important;
  }

  .\33xl\:p-tabletTextContentMaxWidth {
    padding: 57.0625rem !important;
  }

  .\33xl\:p-tabletTextContentWidth {
    padding: 63% !important;
  }

  .\33xl\:p-tabletBlockContentWidth {
    padding: 71.625rem !important;
  }

  .\33xl\:p-largeTextContentMaxWidth {
    padding: 57.0625rem !important;
  }

  .\33xl\:p-largeTextContentWidth {
    padding: 63% !important;
  }

  .\33xl\:p-largeBlockContentWidth {
    padding: 71.625rem !important;
  }

  .\33xl\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .\33xl\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .\33xl\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .\33xl\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .\33xl\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .\33xl\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .\33xl\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .\33xl\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .\33xl\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .\33xl\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .\33xl\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .\33xl\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .\33xl\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .\33xl\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .\33xl\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .\33xl\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .\33xl\:py-9 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .\33xl\:px-9 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .\33xl\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .\33xl\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .\33xl\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .\33xl\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .\33xl\:py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .\33xl\:px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .\33xl\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

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

  .\33xl\:py-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .\33xl\:px-18 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }

  .\33xl\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .\33xl\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .\33xl\:py-22 {
    padding-top: 5.626rem !important;
    padding-bottom: 5.626rem !important;
  }

  .\33xl\:px-22 {
    padding-left: 5.626rem !important;
    padding-right: 5.626rem !important;
  }

  .\33xl\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .\33xl\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .\33xl\:py-26 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }

  .\33xl\:px-26 {
    padding-left: 6.25rem !important;
    padding-right: 6.25rem !important;
  }

  .\33xl\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .\33xl\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .\33xl\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .\33xl\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .\33xl\:py-34 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }

  .\33xl\:px-34 {
    padding-left: 8.5rem !important;
    padding-right: 8.5rem !important;
  }

  .\33xl\:py-38 {
    padding-top: 9.25rem !important;
    padding-bottom: 9.25rem !important;
  }

  .\33xl\:px-38 {
    padding-left: 9.25rem !important;
    padding-right: 9.25rem !important;
  }

  .\33xl\:py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .\33xl\:px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .\33xl\:py-46 {
    padding-top: 11.75rem !important;
    padding-bottom: 11.75rem !important;
  }

  .\33xl\:px-46 {
    padding-left: 11.75rem !important;
    padding-right: 11.75rem !important;
  }

  .\33xl\:py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .\33xl\:px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .\33xl\:py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .\33xl\:px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .\33xl\:py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .\33xl\:px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .\33xl\:py-82 {
    padding-top: 20.75rem !important;
    padding-bottom: 20.75rem !important;
  }

  .\33xl\:px-82 {
    padding-left: 20.75rem !important;
    padding-right: 20.75rem !important;
  }

  .\33xl\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .\33xl\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .\33xl\:py-tiny {
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
  }

  .\33xl\:px-tiny {
    padding-left: 0.3rem !important;
    padding-right: 0.3rem !important;
  }

  .\33xl\:py-quick-links {
    padding-top: 26% !important;
    padding-bottom: 26% !important;
  }

  .\33xl\:px-quick-links {
    padding-left: 26% !important;
    padding-right: 26% !important;
  }

  .\33xl\:py-pro-slid {
    padding-top: 48% !important;
    padding-bottom: 48% !important;
  }

  .\33xl\:px-pro-slid {
    padding-left: 48% !important;
    padding-right: 48% !important;
  }

  .\33xl\:py-62p {
    padding-top: 62% !important;
    padding-bottom: 62% !important;
  }

  .\33xl\:px-62p {
    padding-left: 62% !important;
    padding-right: 62% !important;
  }

  .\33xl\:py-90p {
    padding-top: 90% !important;
    padding-bottom: 90% !important;
  }

  .\33xl\:px-90p {
    padding-left: 90% !important;
    padding-right: 90% !important;
  }

  .\33xl\:py-x-large {
    padding-top: 27.5rem !important;
    padding-bottom: 27.5rem !important;
  }

  .\33xl\:px-x-large {
    padding-left: 27.5rem !important;
    padding-right: 27.5rem !important;
  }

  .\33xl\:py-2px {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .\33xl\:px-2px {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .\33xl\:py-9px {
    padding-top: 0.5625rem !important;
    padding-bottom: 0.5625rem !important;
  }

  .\33xl\:px-9px {
    padding-left: 0.5625rem !important;
    padding-right: 0.5625rem !important;
  }

  .\33xl\:py-10px {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .\33xl\:px-10px {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .\33xl\:py-18px {
    padding-top: 1.125rem !important;
    padding-bottom: 1.125rem !important;
  }

  .\33xl\:px-18px {
    padding-left: 1.125rem !important;
    padding-right: 1.125rem !important;
  }

  .\33xl\:py-20px {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .\33xl\:px-20px {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .\33xl\:py-24px {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .\33xl\:px-24px {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .\33xl\:py-26px {
    padding-top: 1.625rem !important;
    padding-bottom: 1.625rem !important;
  }

  .\33xl\:px-26px {
    padding-left: 1.625rem !important;
    padding-right: 1.625rem !important;
  }

  .\33xl\:py-30px {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }

  .\33xl\:px-30px {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important;
  }

  .\33xl\:py-38px {
    padding-top: 2.375rem !important;
    padding-bottom: 2.375rem !important;
  }

  .\33xl\:px-38px {
    padding-left: 2.375rem !important;
    padding-right: 2.375rem !important;
  }

  .\33xl\:py-43px {
    padding-top: 2.6875rem !important;
    padding-bottom: 2.6875rem !important;
  }

  .\33xl\:px-43px {
    padding-left: 2.6875rem !important;
    padding-right: 2.6875rem !important;
  }

  .\33xl\:py-44px {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .\33xl\:px-44px {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .\33xl\:py-46px {
    padding-top: 2.875rem !important;
    padding-bottom: 2.875rem !important;
  }

  .\33xl\:px-46px {
    padding-left: 2.875rem !important;
    padding-right: 2.875rem !important;
  }

  .\33xl\:py-53px {
    padding-top: 3.3125rem !important;
    padding-bottom: 3.3125rem !important;
  }

  .\33xl\:px-53px {
    padding-left: 3.3125rem !important;
    padding-right: 3.3125rem !important;
  }

  .\33xl\:py-54px {
    padding-top: 3.375rem !important;
    padding-bottom: 3.375rem !important;
  }

  .\33xl\:px-54px {
    padding-left: 3.375rem !important;
    padding-right: 3.375rem !important;
  }

  .\33xl\:py-55px {
    padding-top: 3.4375rem !important;
    padding-bottom: 3.4375rem !important;
  }

  .\33xl\:px-55px {
    padding-left: 3.4375rem !important;
    padding-right: 3.4375rem !important;
  }

  .\33xl\:py-60px {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }

  .\33xl\:px-60px {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }

  .\33xl\:py-67px {
    padding-top: 4.1875rem !important;
    padding-bottom: 4.1875rem !important;
  }

  .\33xl\:px-67px {
    padding-left: 4.1875rem !important;
    padding-right: 4.1875rem !important;
  }

  .\33xl\:py-73px {
    padding-top: 4.5625rem !important;
    padding-bottom: 4.5625rem !important;
  }

  .\33xl\:px-73px {
    padding-left: 4.5625rem !important;
    padding-right: 4.5625rem !important;
  }

  .\33xl\:py-80px {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .\33xl\:px-80px {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .\33xl\:py-81px {
    padding-top: 5.0625rem !important;
    padding-bottom: 5.0625rem !important;
  }

  .\33xl\:px-81px {
    padding-left: 5.0625rem !important;
    padding-right: 5.0625rem !important;
  }

  .\33xl\:py-85px {
    padding-top: 5.3125rem !important;
    padding-bottom: 5.3125rem !important;
  }

  .\33xl\:px-85px {
    padding-left: 5.3125rem !important;
    padding-right: 5.3125rem !important;
  }

  .\33xl\:py-92px {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }

  .\33xl\:px-92px {
    padding-left: 5.75rem !important;
    padding-right: 5.75rem !important;
  }

  .\33xl\:py-100px {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }

  .\33xl\:px-100px {
    padding-left: 6.25rem !important;
    padding-right: 6.25rem !important;
  }

  .\33xl\:py-106px {
    padding-top: 6.625rem !important;
    padding-bottom: 6.625rem !important;
  }

  .\33xl\:px-106px {
    padding-left: 6.625rem !important;
    padding-right: 6.625rem !important;
  }

  .\33xl\:py-123px {
    padding-top: 7.6875rem !important;
    padding-bottom: 7.6875rem !important;
  }

  .\33xl\:px-123px {
    padding-left: 7.6875rem !important;
    padding-right: 7.6875rem !important;
  }

  .\33xl\:py-126px {
    padding-top: 7.875rem !important;
    padding-bottom: 7.875rem !important;
  }

  .\33xl\:px-126px {
    padding-left: 7.875rem !important;
    padding-right: 7.875rem !important;
  }

  .\33xl\:py-138px {
    padding-top: 8.625rem !important;
    padding-bottom: 8.625rem !important;
  }

  .\33xl\:px-138px {
    padding-left: 8.625rem !important;
    padding-right: 8.625rem !important;
  }

  .\33xl\:py-140px {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }

  .\33xl\:px-140px {
    padding-left: 8.75rem !important;
    padding-right: 8.75rem !important;
  }

  .\33xl\:py-146px {
    padding-top: 9.125rem !important;
    padding-bottom: 9.125rem !important;
  }

  .\33xl\:px-146px {
    padding-left: 9.125rem !important;
    padding-right: 9.125rem !important;
  }

  .\33xl\:py-152px {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }

  .\33xl\:px-152px {
    padding-left: 9.5rem !important;
    padding-right: 9.5rem !important;
  }

  .\33xl\:py-187px {
    padding-top: 11.6875rem !important;
    padding-bottom: 11.6875rem !important;
  }

  .\33xl\:px-187px {
    padding-left: 11.6875rem !important;
    padding-right: 11.6875rem !important;
  }

  .\33xl\:py-220px {
    padding-top: 13.75rem !important;
    padding-bottom: 13.75rem !important;
  }

  .\33xl\:px-220px {
    padding-left: 13.75rem !important;
    padding-right: 13.75rem !important;
  }

  .\33xl\:py-253px {
    padding-top: 15.8125rem !important;
    padding-bottom: 15.8125rem !important;
  }

  .\33xl\:px-253px {
    padding-left: 15.8125rem !important;
    padding-right: 15.8125rem !important;
  }

  .\33xl\:py-320px {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .\33xl\:px-320px {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .\33xl\:py-400px {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }

  .\33xl\:px-400px {
    padding-left: 25rem !important;
    padding-right: 25rem !important;
  }

  .\33xl\:py-500px {
    padding-top: 31.25rem !important;
    padding-bottom: 31.25rem !important;
  }

  .\33xl\:px-500px {
    padding-left: 31.25rem !important;
    padding-right: 31.25rem !important;
  }

  .\33xl\:py-lgPaddingTop {
    padding-top: 15.8125rem !important;
    padding-bottom: 15.8125rem !important;
  }

  .\33xl\:px-lgPaddingTop {
    padding-left: 15.8125rem !important;
    padding-right: 15.8125rem !important;
  }

  .\33xl\:py-phonePaddingTop {
    padding-top: 9.875rem !important;
    padding-bottom: 9.875rem !important;
  }

  .\33xl\:px-phonePaddingTop {
    padding-left: 9.875rem !important;
    padding-right: 9.875rem !important;
  }

  .\33xl\:py-tabletPaddingTop {
    padding-top: 6.625rem !important;
    padding-bottom: 6.625rem !important;
  }

  .\33xl\:px-tabletPaddingTop {
    padding-left: 6.625rem !important;
    padding-right: 6.625rem !important;
  }

  .\33xl\:py-largePaddingTop {
    padding-top: 13.75rem !important;
    padding-bottom: 13.75rem !important;
  }

  .\33xl\:px-largePaddingTop {
    padding-left: 13.75rem !important;
    padding-right: 13.75rem !important;
  }

  .\33xl\:py-phoneTextContentMaxWidth {
    padding-top: 57.0625rem !important;
    padding-bottom: 57.0625rem !important;
  }

  .\33xl\:px-phoneTextContentMaxWidth {
    padding-left: 57.0625rem !important;
    padding-right: 57.0625rem !important;
  }

  .\33xl\:py-phoneTextContentWidth {
    padding-top: 63% !important;
    padding-bottom: 63% !important;
  }

  .\33xl\:px-phoneTextContentWidth {
    padding-left: 63% !important;
    padding-right: 63% !important;
  }

  .\33xl\:py-phoneBlockContentWidth {
    padding-top: 71.625rem !important;
    padding-bottom: 71.625rem !important;
  }

  .\33xl\:px-phoneBlockContentWidth {
    padding-left: 71.625rem !important;
    padding-right: 71.625rem !important;
  }

  .\33xl\:py-tabletTextContentMaxWidth {
    padding-top: 57.0625rem !important;
    padding-bottom: 57.0625rem !important;
  }

  .\33xl\:px-tabletTextContentMaxWidth {
    padding-left: 57.0625rem !important;
    padding-right: 57.0625rem !important;
  }

  .\33xl\:py-tabletTextContentWidth {
    padding-top: 63% !important;
    padding-bottom: 63% !important;
  }

  .\33xl\:px-tabletTextContentWidth {
    padding-left: 63% !important;
    padding-right: 63% !important;
  }

  .\33xl\:py-tabletBlockContentWidth {
    padding-top: 71.625rem !important;
    padding-bottom: 71.625rem !important;
  }

  .\33xl\:px-tabletBlockContentWidth {
    padding-left: 71.625rem !important;
    padding-right: 71.625rem !important;
  }

  .\33xl\:py-largeTextContentMaxWidth {
    padding-top: 57.0625rem !important;
    padding-bottom: 57.0625rem !important;
  }

  .\33xl\:px-largeTextContentMaxWidth {
    padding-left: 57.0625rem !important;
    padding-right: 57.0625rem !important;
  }

  .\33xl\:py-largeTextContentWidth {
    padding-top: 63% !important;
    padding-bottom: 63% !important;
  }

  .\33xl\:px-largeTextContentWidth {
    padding-left: 63% !important;
    padding-right: 63% !important;
  }

  .\33xl\:py-largeBlockContentWidth {
    padding-top: 71.625rem !important;
    padding-bottom: 71.625rem !important;
  }

  .\33xl\:px-largeBlockContentWidth {
    padding-left: 71.625rem !important;
    padding-right: 71.625rem !important;
  }

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

  .\33xl\:pr-0 {
    padding-right: 0 !important;
  }

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

  .\33xl\:pl-0 {
    padding-left: 0 !important;
  }

  .\33xl\:pt-1 {
    padding-top: 0.25rem !important;
  }

  .\33xl\:pr-1 {
    padding-right: 0.25rem !important;
  }

  .\33xl\:pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .\33xl\:pl-1 {
    padding-left: 0.25rem !important;
  }

  .\33xl\:pt-2 {
    padding-top: 0.5rem !important;
  }

  .\33xl\:pr-2 {
    padding-right: 0.5rem !important;
  }

  .\33xl\:pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .\33xl\:pl-2 {
    padding-left: 0.5rem !important;
  }

  .\33xl\:pt-3 {
    padding-top: 0.75rem !important;
  }

  .\33xl\:pr-3 {
    padding-right: 0.75rem !important;
  }

  .\33xl\:pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .\33xl\:pl-3 {
    padding-left: 0.75rem !important;
  }

  .\33xl\:pt-4 {
    padding-top: 1rem !important;
  }

  .\33xl\:pr-4 {
    padding-right: 1rem !important;
  }

  .\33xl\:pb-4 {
    padding-bottom: 1rem !important;
  }

  .\33xl\:pl-4 {
    padding-left: 1rem !important;
  }

  .\33xl\:pt-5 {
    padding-top: 1.25rem !important;
  }

  .\33xl\:pr-5 {
    padding-right: 1.25rem !important;
  }

  .\33xl\:pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .\33xl\:pl-5 {
    padding-left: 1.25rem !important;
  }

  .\33xl\:pt-6 {
    padding-top: 1.5rem !important;
  }

  .\33xl\:pr-6 {
    padding-right: 1.5rem !important;
  }

  .\33xl\:pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .\33xl\:pl-6 {
    padding-left: 1.5rem !important;
  }

  .\33xl\:pt-8 {
    padding-top: 2rem !important;
  }

  .\33xl\:pr-8 {
    padding-right: 2rem !important;
  }

  .\33xl\:pb-8 {
    padding-bottom: 2rem !important;
  }

  .\33xl\:pl-8 {
    padding-left: 2rem !important;
  }

  .\33xl\:pt-9 {
    padding-top: 2.5rem !important;
  }

  .\33xl\:pr-9 {
    padding-right: 2.5rem !important;
  }

  .\33xl\:pb-9 {
    padding-bottom: 2.5rem !important;
  }

  .\33xl\:pl-9 {
    padding-left: 2.5rem !important;
  }

  .\33xl\:pt-10 {
    padding-top: 2.5rem !important;
  }

  .\33xl\:pr-10 {
    padding-right: 2.5rem !important;
  }

  .\33xl\:pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .\33xl\:pl-10 {
    padding-left: 2.5rem !important;
  }

  .\33xl\:pt-12 {
    padding-top: 3rem !important;
  }

  .\33xl\:pr-12 {
    padding-right: 3rem !important;
  }

  .\33xl\:pb-12 {
    padding-bottom: 3rem !important;
  }

  .\33xl\:pl-12 {
    padding-left: 3rem !important;
  }

  .\33xl\:pt-14 {
    padding-top: 3.5rem !important;
  }

  .\33xl\:pr-14 {
    padding-right: 3.5rem !important;
  }

  .\33xl\:pb-14 {
    padding-bottom: 3.5rem !important;
  }

  .\33xl\:pl-14 {
    padding-left: 3.5rem !important;
  }

  .\33xl\:pt-16 {
    padding-top: 4rem !important;
  }

  .\33xl\:pr-16 {
    padding-right: 4rem !important;
  }

  .\33xl\:pb-16 {
    padding-bottom: 4rem !important;
  }

  .\33xl\:pl-16 {
    padding-left: 4rem !important;
  }

  .\33xl\:pt-18 {
    padding-top: 4.5rem !important;
  }

  .\33xl\:pr-18 {
    padding-right: 4.5rem !important;
  }

  .\33xl\:pb-18 {
    padding-bottom: 4.5rem !important;
  }

  .\33xl\:pl-18 {
    padding-left: 4.5rem !important;
  }

  .\33xl\:pt-20 {
    padding-top: 5rem !important;
  }

  .\33xl\:pr-20 {
    padding-right: 5rem !important;
  }

  .\33xl\:pb-20 {
    padding-bottom: 5rem !important;
  }

  .\33xl\:pl-20 {
    padding-left: 5rem !important;
  }

  .\33xl\:pt-22 {
    padding-top: 5.626rem !important;
  }

  .\33xl\:pr-22 {
    padding-right: 5.626rem !important;
  }

  .\33xl\:pb-22 {
    padding-bottom: 5.626rem !important;
  }

  .\33xl\:pl-22 {
    padding-left: 5.626rem !important;
  }

  .\33xl\:pt-24 {
    padding-top: 6rem !important;
  }

  .\33xl\:pr-24 {
    padding-right: 6rem !important;
  }

  .\33xl\:pb-24 {
    padding-bottom: 6rem !important;
  }

  .\33xl\:pl-24 {
    padding-left: 6rem !important;
  }

  .\33xl\:pt-26 {
    padding-top: 6.25rem !important;
  }

  .\33xl\:pr-26 {
    padding-right: 6.25rem !important;
  }

  .\33xl\:pb-26 {
    padding-bottom: 6.25rem !important;
  }

  .\33xl\:pl-26 {
    padding-left: 6.25rem !important;
  }

  .\33xl\:pt-28 {
    padding-top: 7rem !important;
  }

  .\33xl\:pr-28 {
    padding-right: 7rem !important;
  }

  .\33xl\:pb-28 {
    padding-bottom: 7rem !important;
  }

  .\33xl\:pl-28 {
    padding-left: 7rem !important;
  }

  .\33xl\:pt-32 {
    padding-top: 8rem !important;
  }

  .\33xl\:pr-32 {
    padding-right: 8rem !important;
  }

  .\33xl\:pb-32 {
    padding-bottom: 8rem !important;
  }

  .\33xl\:pl-32 {
    padding-left: 8rem !important;
  }

  .\33xl\:pt-34 {
    padding-top: 8.5rem !important;
  }

  .\33xl\:pr-34 {
    padding-right: 8.5rem !important;
  }

  .\33xl\:pb-34 {
    padding-bottom: 8.5rem !important;
  }

  .\33xl\:pl-34 {
    padding-left: 8.5rem !important;
  }

  .\33xl\:pt-38 {
    padding-top: 9.25rem !important;
  }

  .\33xl\:pr-38 {
    padding-right: 9.25rem !important;
  }

  .\33xl\:pb-38 {
    padding-bottom: 9.25rem !important;
  }

  .\33xl\:pl-38 {
    padding-left: 9.25rem !important;
  }

  .\33xl\:pt-40 {
    padding-top: 10rem !important;
  }

  .\33xl\:pr-40 {
    padding-right: 10rem !important;
  }

  .\33xl\:pb-40 {
    padding-bottom: 10rem !important;
  }

  .\33xl\:pl-40 {
    padding-left: 10rem !important;
  }

  .\33xl\:pt-46 {
    padding-top: 11.75rem !important;
  }

  .\33xl\:pr-46 {
    padding-right: 11.75rem !important;
  }

  .\33xl\:pb-46 {
    padding-bottom: 11.75rem !important;
  }

  .\33xl\:pl-46 {
    padding-left: 11.75rem !important;
  }

  .\33xl\:pt-48 {
    padding-top: 12rem !important;
  }

  .\33xl\:pr-48 {
    padding-right: 12rem !important;
  }

  .\33xl\:pb-48 {
    padding-bottom: 12rem !important;
  }

  .\33xl\:pl-48 {
    padding-left: 12rem !important;
  }

  .\33xl\:pt-56 {
    padding-top: 14rem !important;
  }

  .\33xl\:pr-56 {
    padding-right: 14rem !important;
  }

  .\33xl\:pb-56 {
    padding-bottom: 14rem !important;
  }

  .\33xl\:pl-56 {
    padding-left: 14rem !important;
  }

  .\33xl\:pt-64 {
    padding-top: 16rem !important;
  }

  .\33xl\:pr-64 {
    padding-right: 16rem !important;
  }

  .\33xl\:pb-64 {
    padding-bottom: 16rem !important;
  }

  .\33xl\:pl-64 {
    padding-left: 16rem !important;
  }

  .\33xl\:pt-82 {
    padding-top: 20.75rem !important;
  }

  .\33xl\:pr-82 {
    padding-right: 20.75rem !important;
  }

  .\33xl\:pb-82 {
    padding-bottom: 20.75rem !important;
  }

  .\33xl\:pl-82 {
    padding-left: 20.75rem !important;
  }

  .\33xl\:pt-px {
    padding-top: 1px !important;
  }

  .\33xl\:pr-px {
    padding-right: 1px !important;
  }

  .\33xl\:pb-px {
    padding-bottom: 1px !important;
  }

  .\33xl\:pl-px {
    padding-left: 1px !important;
  }

  .\33xl\:pt-tiny {
    padding-top: 0.3rem !important;
  }

  .\33xl\:pr-tiny {
    padding-right: 0.3rem !important;
  }

  .\33xl\:pb-tiny {
    padding-bottom: 0.3rem !important;
  }

  .\33xl\:pl-tiny {
    padding-left: 0.3rem !important;
  }

  .\33xl\:pt-quick-links {
    padding-top: 26% !important;
  }

  .\33xl\:pr-quick-links {
    padding-right: 26% !important;
  }

  .\33xl\:pb-quick-links {
    padding-bottom: 26% !important;
  }

  .\33xl\:pl-quick-links {
    padding-left: 26% !important;
  }

  .\33xl\:pt-pro-slid {
    padding-top: 48% !important;
  }

  .\33xl\:pr-pro-slid {
    padding-right: 48% !important;
  }

  .\33xl\:pb-pro-slid {
    padding-bottom: 48% !important;
  }

  .\33xl\:pl-pro-slid {
    padding-left: 48% !important;
  }

  .\33xl\:pt-62p {
    padding-top: 62% !important;
  }

  .\33xl\:pr-62p {
    padding-right: 62% !important;
  }

  .\33xl\:pb-62p {
    padding-bottom: 62% !important;
  }

  .\33xl\:pl-62p {
    padding-left: 62% !important;
  }

  .\33xl\:pt-90p {
    padding-top: 90% !important;
  }

  .\33xl\:pr-90p {
    padding-right: 90% !important;
  }

  .\33xl\:pb-90p {
    padding-bottom: 90% !important;
  }

  .\33xl\:pl-90p {
    padding-left: 90% !important;
  }

  .\33xl\:pt-x-large {
    padding-top: 27.5rem !important;
  }

  .\33xl\:pr-x-large {
    padding-right: 27.5rem !important;
  }

  .\33xl\:pb-x-large {
    padding-bottom: 27.5rem !important;
  }

  .\33xl\:pl-x-large {
    padding-left: 27.5rem !important;
  }

  .\33xl\:pt-2px {
    padding-top: 0.125rem !important;
  }

  .\33xl\:pr-2px {
    padding-right: 0.125rem !important;
  }

  .\33xl\:pb-2px {
    padding-bottom: 0.125rem !important;
  }

  .\33xl\:pl-2px {
    padding-left: 0.125rem !important;
  }

  .\33xl\:pt-9px {
    padding-top: 0.5625rem !important;
  }

  .\33xl\:pr-9px {
    padding-right: 0.5625rem !important;
  }

  .\33xl\:pb-9px {
    padding-bottom: 0.5625rem !important;
  }

  .\33xl\:pl-9px {
    padding-left: 0.5625rem !important;
  }

  .\33xl\:pt-10px {
    padding-top: 0.625rem !important;
  }

  .\33xl\:pr-10px {
    padding-right: 0.625rem !important;
  }

  .\33xl\:pb-10px {
    padding-bottom: 0.625rem !important;
  }

  .\33xl\:pl-10px {
    padding-left: 0.625rem !important;
  }

  .\33xl\:pt-18px {
    padding-top: 1.125rem !important;
  }

  .\33xl\:pr-18px {
    padding-right: 1.125rem !important;
  }

  .\33xl\:pb-18px {
    padding-bottom: 1.125rem !important;
  }

  .\33xl\:pl-18px {
    padding-left: 1.125rem !important;
  }

  .\33xl\:pt-20px {
    padding-top: 1.25rem !important;
  }

  .\33xl\:pr-20px {
    padding-right: 1.25rem !important;
  }

  .\33xl\:pb-20px {
    padding-bottom: 1.25rem !important;
  }

  .\33xl\:pl-20px {
    padding-left: 1.25rem !important;
  }

  .\33xl\:pt-24px {
    padding-top: 1.5rem !important;
  }

  .\33xl\:pr-24px {
    padding-right: 1.5rem !important;
  }

  .\33xl\:pb-24px {
    padding-bottom: 1.5rem !important;
  }

  .\33xl\:pl-24px {
    padding-left: 1.5rem !important;
  }

  .\33xl\:pt-26px {
    padding-top: 1.625rem !important;
  }

  .\33xl\:pr-26px {
    padding-right: 1.625rem !important;
  }

  .\33xl\:pb-26px {
    padding-bottom: 1.625rem !important;
  }

  .\33xl\:pl-26px {
    padding-left: 1.625rem !important;
  }

  .\33xl\:pt-30px {
    padding-top: 1.875rem !important;
  }

  .\33xl\:pr-30px {
    padding-right: 1.875rem !important;
  }

  .\33xl\:pb-30px {
    padding-bottom: 1.875rem !important;
  }

  .\33xl\:pl-30px {
    padding-left: 1.875rem !important;
  }

  .\33xl\:pt-38px {
    padding-top: 2.375rem !important;
  }

  .\33xl\:pr-38px {
    padding-right: 2.375rem !important;
  }

  .\33xl\:pb-38px {
    padding-bottom: 2.375rem !important;
  }

  .\33xl\:pl-38px {
    padding-left: 2.375rem !important;
  }

  .\33xl\:pt-43px {
    padding-top: 2.6875rem !important;
  }

  .\33xl\:pr-43px {
    padding-right: 2.6875rem !important;
  }

  .\33xl\:pb-43px {
    padding-bottom: 2.6875rem !important;
  }

  .\33xl\:pl-43px {
    padding-left: 2.6875rem !important;
  }

  .\33xl\:pt-44px {
    padding-top: 2.75rem !important;
  }

  .\33xl\:pr-44px {
    padding-right: 2.75rem !important;
  }

  .\33xl\:pb-44px {
    padding-bottom: 2.75rem !important;
  }

  .\33xl\:pl-44px {
    padding-left: 2.75rem !important;
  }

  .\33xl\:pt-46px {
    padding-top: 2.875rem !important;
  }

  .\33xl\:pr-46px {
    padding-right: 2.875rem !important;
  }

  .\33xl\:pb-46px {
    padding-bottom: 2.875rem !important;
  }

  .\33xl\:pl-46px {
    padding-left: 2.875rem !important;
  }

  .\33xl\:pt-53px {
    padding-top: 3.3125rem !important;
  }

  .\33xl\:pr-53px {
    padding-right: 3.3125rem !important;
  }

  .\33xl\:pb-53px {
    padding-bottom: 3.3125rem !important;
  }

  .\33xl\:pl-53px {
    padding-left: 3.3125rem !important;
  }

  .\33xl\:pt-54px {
    padding-top: 3.375rem !important;
  }

  .\33xl\:pr-54px {
    padding-right: 3.375rem !important;
  }

  .\33xl\:pb-54px {
    padding-bottom: 3.375rem !important;
  }

  .\33xl\:pl-54px {
    padding-left: 3.375rem !important;
  }

  .\33xl\:pt-55px {
    padding-top: 3.4375rem !important;
  }

  .\33xl\:pr-55px {
    padding-right: 3.4375rem !important;
  }

  .\33xl\:pb-55px {
    padding-bottom: 3.4375rem !important;
  }

  .\33xl\:pl-55px {
    padding-left: 3.4375rem !important;
  }

  .\33xl\:pt-60px {
    padding-top: 3.75rem !important;
  }

  .\33xl\:pr-60px {
    padding-right: 3.75rem !important;
  }

  .\33xl\:pb-60px {
    padding-bottom: 3.75rem !important;
  }

  .\33xl\:pl-60px {
    padding-left: 3.75rem !important;
  }

  .\33xl\:pt-67px {
    padding-top: 4.1875rem !important;
  }

  .\33xl\:pr-67px {
    padding-right: 4.1875rem !important;
  }

  .\33xl\:pb-67px {
    padding-bottom: 4.1875rem !important;
  }

  .\33xl\:pl-67px {
    padding-left: 4.1875rem !important;
  }

  .\33xl\:pt-73px {
    padding-top: 4.5625rem !important;
  }

  .\33xl\:pr-73px {
    padding-right: 4.5625rem !important;
  }

  .\33xl\:pb-73px {
    padding-bottom: 4.5625rem !important;
  }

  .\33xl\:pl-73px {
    padding-left: 4.5625rem !important;
  }

  .\33xl\:pt-80px {
    padding-top: 5rem !important;
  }

  .\33xl\:pr-80px {
    padding-right: 5rem !important;
  }

  .\33xl\:pb-80px {
    padding-bottom: 5rem !important;
  }

  .\33xl\:pl-80px {
    padding-left: 5rem !important;
  }

  .\33xl\:pt-81px {
    padding-top: 5.0625rem !important;
  }

  .\33xl\:pr-81px {
    padding-right: 5.0625rem !important;
  }

  .\33xl\:pb-81px {
    padding-bottom: 5.0625rem !important;
  }

  .\33xl\:pl-81px {
    padding-left: 5.0625rem !important;
  }

  .\33xl\:pt-85px {
    padding-top: 5.3125rem !important;
  }

  .\33xl\:pr-85px {
    padding-right: 5.3125rem !important;
  }

  .\33xl\:pb-85px {
    padding-bottom: 5.3125rem !important;
  }

  .\33xl\:pl-85px {
    padding-left: 5.3125rem !important;
  }

  .\33xl\:pt-92px {
    padding-top: 5.75rem !important;
  }

  .\33xl\:pr-92px {
    padding-right: 5.75rem !important;
  }

  .\33xl\:pb-92px {
    padding-bottom: 5.75rem !important;
  }

  .\33xl\:pl-92px {
    padding-left: 5.75rem !important;
  }

  .\33xl\:pt-100px {
    padding-top: 6.25rem !important;
  }

  .\33xl\:pr-100px {
    padding-right: 6.25rem !important;
  }

  .\33xl\:pb-100px {
    padding-bottom: 6.25rem !important;
  }

  .\33xl\:pl-100px {
    padding-left: 6.25rem !important;
  }

  .\33xl\:pt-106px {
    padding-top: 6.625rem !important;
  }

  .\33xl\:pr-106px {
    padding-right: 6.625rem !important;
  }

  .\33xl\:pb-106px {
    padding-bottom: 6.625rem !important;
  }

  .\33xl\:pl-106px {
    padding-left: 6.625rem !important;
  }

  .\33xl\:pt-123px {
    padding-top: 7.6875rem !important;
  }

  .\33xl\:pr-123px {
    padding-right: 7.6875rem !important;
  }

  .\33xl\:pb-123px {
    padding-bottom: 7.6875rem !important;
  }

  .\33xl\:pl-123px {
    padding-left: 7.6875rem !important;
  }

  .\33xl\:pt-126px {
    padding-top: 7.875rem !important;
  }

  .\33xl\:pr-126px {
    padding-right: 7.875rem !important;
  }

  .\33xl\:pb-126px {
    padding-bottom: 7.875rem !important;
  }

  .\33xl\:pl-126px {
    padding-left: 7.875rem !important;
  }

  .\33xl\:pt-138px {
    padding-top: 8.625rem !important;
  }

  .\33xl\:pr-138px {
    padding-right: 8.625rem !important;
  }

  .\33xl\:pb-138px {
    padding-bottom: 8.625rem !important;
  }

  .\33xl\:pl-138px {
    padding-left: 8.625rem !important;
  }

  .\33xl\:pt-140px {
    padding-top: 8.75rem !important;
  }

  .\33xl\:pr-140px {
    padding-right: 8.75rem !important;
  }

  .\33xl\:pb-140px {
    padding-bottom: 8.75rem !important;
  }

  .\33xl\:pl-140px {
    padding-left: 8.75rem !important;
  }

  .\33xl\:pt-146px {
    padding-top: 9.125rem !important;
  }

  .\33xl\:pr-146px {
    padding-right: 9.125rem !important;
  }

  .\33xl\:pb-146px {
    padding-bottom: 9.125rem !important;
  }

  .\33xl\:pl-146px {
    padding-left: 9.125rem !important;
  }

  .\33xl\:pt-152px {
    padding-top: 9.5rem !important;
  }

  .\33xl\:pr-152px {
    padding-right: 9.5rem !important;
  }

  .\33xl\:pb-152px {
    padding-bottom: 9.5rem !important;
  }

  .\33xl\:pl-152px {
    padding-left: 9.5rem !important;
  }

  .\33xl\:pt-187px {
    padding-top: 11.6875rem !important;
  }

  .\33xl\:pr-187px {
    padding-right: 11.6875rem !important;
  }

  .\33xl\:pb-187px {
    padding-bottom: 11.6875rem !important;
  }

  .\33xl\:pl-187px {
    padding-left: 11.6875rem !important;
  }

  .\33xl\:pt-220px {
    padding-top: 13.75rem !important;
  }

  .\33xl\:pr-220px {
    padding-right: 13.75rem !important;
  }

  .\33xl\:pb-220px {
    padding-bottom: 13.75rem !important;
  }

  .\33xl\:pl-220px {
    padding-left: 13.75rem !important;
  }

  .\33xl\:pt-253px {
    padding-top: 15.8125rem !important;
  }

  .\33xl\:pr-253px {
    padding-right: 15.8125rem !important;
  }

  .\33xl\:pb-253px {
    padding-bottom: 15.8125rem !important;
  }

  .\33xl\:pl-253px {
    padding-left: 15.8125rem !important;
  }

  .\33xl\:pt-320px {
    padding-top: 20rem !important;
  }

  .\33xl\:pr-320px {
    padding-right: 20rem !important;
  }

  .\33xl\:pb-320px {
    padding-bottom: 20rem !important;
  }

  .\33xl\:pl-320px {
    padding-left: 20rem !important;
  }

  .\33xl\:pt-400px {
    padding-top: 25rem !important;
  }

  .\33xl\:pr-400px {
    padding-right: 25rem !important;
  }

  .\33xl\:pb-400px {
    padding-bottom: 25rem !important;
  }

  .\33xl\:pl-400px {
    padding-left: 25rem !important;
  }

  .\33xl\:pt-500px {
    padding-top: 31.25rem !important;
  }

  .\33xl\:pr-500px {
    padding-right: 31.25rem !important;
  }

  .\33xl\:pb-500px {
    padding-bottom: 31.25rem !important;
  }

  .\33xl\:pl-500px {
    padding-left: 31.25rem !important;
  }

  .\33xl\:pt-lgPaddingTop {
    padding-top: 15.8125rem !important;
  }

  .\33xl\:pr-lgPaddingTop {
    padding-right: 15.8125rem !important;
  }

  .\33xl\:pb-lgPaddingTop {
    padding-bottom: 15.8125rem !important;
  }

  .\33xl\:pl-lgPaddingTop {
    padding-left: 15.8125rem !important;
  }

  .\33xl\:pt-phonePaddingTop {
    padding-top: 9.875rem !important;
  }

  .\33xl\:pr-phonePaddingTop {
    padding-right: 9.875rem !important;
  }

  .\33xl\:pb-phonePaddingTop {
    padding-bottom: 9.875rem !important;
  }

  .\33xl\:pl-phonePaddingTop {
    padding-left: 9.875rem !important;
  }

  .\33xl\:pt-tabletPaddingTop {
    padding-top: 6.625rem !important;
  }

  .\33xl\:pr-tabletPaddingTop {
    padding-right: 6.625rem !important;
  }

  .\33xl\:pb-tabletPaddingTop {
    padding-bottom: 6.625rem !important;
  }

  .\33xl\:pl-tabletPaddingTop {
    padding-left: 6.625rem !important;
  }

  .\33xl\:pt-largePaddingTop {
    padding-top: 13.75rem !important;
  }

  .\33xl\:pr-largePaddingTop {
    padding-right: 13.75rem !important;
  }

  .\33xl\:pb-largePaddingTop {
    padding-bottom: 13.75rem !important;
  }

  .\33xl\:pl-largePaddingTop {
    padding-left: 13.75rem !important;
  }

  .\33xl\:pt-phoneTextContentMaxWidth {
    padding-top: 57.0625rem !important;
  }

  .\33xl\:pr-phoneTextContentMaxWidth {
    padding-right: 57.0625rem !important;
  }

  .\33xl\:pb-phoneTextContentMaxWidth {
    padding-bottom: 57.0625rem !important;
  }

  .\33xl\:pl-phoneTextContentMaxWidth {
    padding-left: 57.0625rem !important;
  }

  .\33xl\:pt-phoneTextContentWidth {
    padding-top: 63% !important;
  }

  .\33xl\:pr-phoneTextContentWidth {
    padding-right: 63% !important;
  }

  .\33xl\:pb-phoneTextContentWidth {
    padding-bottom: 63% !important;
  }

  .\33xl\:pl-phoneTextContentWidth {
    padding-left: 63% !important;
  }

  .\33xl\:pt-phoneBlockContentWidth {
    padding-top: 71.625rem !important;
  }

  .\33xl\:pr-phoneBlockContentWidth {
    padding-right: 71.625rem !important;
  }

  .\33xl\:pb-phoneBlockContentWidth {
    padding-bottom: 71.625rem !important;
  }

  .\33xl\:pl-phoneBlockContentWidth {
    padding-left: 71.625rem !important;
  }

  .\33xl\:pt-tabletTextContentMaxWidth {
    padding-top: 57.0625rem !important;
  }

  .\33xl\:pr-tabletTextContentMaxWidth {
    padding-right: 57.0625rem !important;
  }

  .\33xl\:pb-tabletTextContentMaxWidth {
    padding-bottom: 57.0625rem !important;
  }

  .\33xl\:pl-tabletTextContentMaxWidth {
    padding-left: 57.0625rem !important;
  }

  .\33xl\:pt-tabletTextContentWidth {
    padding-top: 63% !important;
  }

  .\33xl\:pr-tabletTextContentWidth {
    padding-right: 63% !important;
  }

  .\33xl\:pb-tabletTextContentWidth {
    padding-bottom: 63% !important;
  }

  .\33xl\:pl-tabletTextContentWidth {
    padding-left: 63% !important;
  }

  .\33xl\:pt-tabletBlockContentWidth {
    padding-top: 71.625rem !important;
  }

  .\33xl\:pr-tabletBlockContentWidth {
    padding-right: 71.625rem !important;
  }

  .\33xl\:pb-tabletBlockContentWidth {
    padding-bottom: 71.625rem !important;
  }

  .\33xl\:pl-tabletBlockContentWidth {
    padding-left: 71.625rem !important;
  }

  .\33xl\:pt-largeTextContentMaxWidth {
    padding-top: 57.0625rem !important;
  }

  .\33xl\:pr-largeTextContentMaxWidth {
    padding-right: 57.0625rem !important;
  }

  .\33xl\:pb-largeTextContentMaxWidth {
    padding-bottom: 57.0625rem !important;
  }

  .\33xl\:pl-largeTextContentMaxWidth {
    padding-left: 57.0625rem !important;
  }

  .\33xl\:pt-largeTextContentWidth {
    padding-top: 63% !important;
  }

  .\33xl\:pr-largeTextContentWidth {
    padding-right: 63% !important;
  }

  .\33xl\:pb-largeTextContentWidth {
    padding-bottom: 63% !important;
  }

  .\33xl\:pl-largeTextContentWidth {
    padding-left: 63% !important;
  }

  .\33xl\:pt-largeBlockContentWidth {
    padding-top: 71.625rem !important;
  }

  .\33xl\:pr-largeBlockContentWidth {
    padding-right: 71.625rem !important;
  }

  .\33xl\:pb-largeBlockContentWidth {
    padding-bottom: 71.625rem !important;
  }

  .\33xl\:pl-largeBlockContentWidth {
    padding-left: 71.625rem !important;
  }

  .\33xl\:placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .\33xl\:placeholder-transparent:-ms-input-placeholder {
    color: transparent !important;
  }

  .\33xl\:placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .\33xl\:placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }

  .\33xl\:placeholder-current:-ms-input-placeholder {
    color: currentColor !important;
  }

  .\33xl\:placeholder-current::placeholder {
    color: currentColor !important;
  }

  .\33xl\:placeholder-black::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-black:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-black::placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-white::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFFFFF !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-white:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFFFFF !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-white::placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFFFFF !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-gray::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #727272 !important;
    color: rgba(114, 114, 114, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-gray:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #727272 !important;
    color: rgba(114, 114, 114, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-gray::placeholder {
    --placeholder-opacity: 1 !important;
    color: #727272 !important;
    color: rgba(114, 114, 114, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-red::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #E12A09 !important;
    color: rgba(225, 42, 9, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-red:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #E12A09 !important;
    color: rgba(225, 42, 9, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-red::placeholder {
    --placeholder-opacity: 1 !important;
    color: #E12A09 !important;
    color: rgba(225, 42, 9, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-orange::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F29C2B !important;
    color: rgba(242, 156, 43, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-orange:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F29C2B !important;
    color: rgba(242, 156, 43, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-orange::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F29C2B !important;
    color: rgba(242, 156, 43, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-yellow::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFEB9A !important;
    color: rgba(255, 235, 154, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-yellow:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFEB9A !important;
    color: rgba(255, 235, 154, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-yellow::placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFEB9A !important;
    color: rgba(255, 235, 154, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-green-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-green-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-green-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-green-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-green-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-green-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-green-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-green-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-green-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-green-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-green-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-green-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-green-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-green-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-green-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-green-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-green-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-green-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-green-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-green-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-green-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-green-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-green-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-green-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-green-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-green-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-green-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-teal-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-teal-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-teal-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-teal-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-teal-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-teal-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-teal-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-teal-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-teal-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-teal-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-teal-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-teal-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-teal-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-teal-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-teal-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-teal-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-teal-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-teal-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-teal-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-teal-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-teal-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-teal-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-teal-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-teal-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-teal-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-teal-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-teal-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-blue-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-blue-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-blue-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-blue-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-blue-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-blue-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-blue-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-blue-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-blue-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-blue-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-blue-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-blue-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-blue-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-blue-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-blue-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-blue-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-blue-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-blue-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-blue-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-blue-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-blue-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-blue-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-blue-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-blue-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-blue-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-blue-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-blue-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-indigo-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-indigo-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-indigo-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-indigo-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-indigo-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-indigo-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-indigo-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-indigo-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-indigo-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-indigo-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-indigo-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-indigo-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-indigo-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-indigo-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-indigo-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-indigo-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-indigo-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-indigo-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-indigo-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-indigo-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-indigo-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-indigo-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-indigo-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-indigo-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-indigo-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-indigo-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-indigo-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-purple-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-purple-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-purple-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-purple-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-purple-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-purple-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-purple-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-purple-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-purple-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-purple-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-purple-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-purple-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-purple-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-purple-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-purple-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-purple-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-purple-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-purple-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-purple-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-purple-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-purple-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-purple-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-purple-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-purple-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-purple-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-purple-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-purple-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-pink-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-pink-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-pink-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-pink-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-pink-200:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-pink-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-pink-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-pink-300:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-pink-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-pink-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-pink-400:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-pink-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-pink-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-pink-500:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-pink-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-pink-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-pink-600:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-pink-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-pink-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-pink-700:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-pink-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-pink-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-pink-800:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-pink-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-pink-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-pink-900:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-pink-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-navy-blue::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #23345A !important;
    color: rgba(35, 52, 90, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-navy-blue:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #23345A !important;
    color: rgba(35, 52, 90, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-navy-blue::placeholder {
    --placeholder-opacity: 1 !important;
    color: #23345A !important;
    color: rgba(35, 52, 90, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-cyan::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #40C8EA !important;
    color: rgba(64, 200, 234, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-cyan:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #40C8EA !important;
    color: rgba(64, 200, 234, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-cyan::placeholder {
    --placeholder-opacity: 1 !important;
    color: #40C8EA !important;
    color: rgba(64, 200, 234, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-yellowOrange::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8E9A7 !important;
    color: rgba(248, 233, 167, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-yellowOrange:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8E9A7 !important;
    color: rgba(248, 233, 167, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-yellowOrange::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8E9A7 !important;
    color: rgba(248, 233, 167, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-light-blue::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #C9EAF4 !important;
    color: rgba(201, 234, 244, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-light-blue:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #C9EAF4 !important;
    color: rgba(201, 234, 244, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-light-blue::placeholder {
    --placeholder-opacity: 1 !important;
    color: #C9EAF4 !important;
    color: rgba(201, 234, 244, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-lightest-blue::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #EBFAFF !important;
    color: rgba(235, 250, 255, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-lightest-blue:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #EBFAFF !important;
    color: rgba(235, 250, 255, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-lightest-blue::placeholder {
    --placeholder-opacity: 1 !important;
    color: #EBFAFF !important;
    color: rgba(235, 250, 255, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-blueGreen::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #148093 !important;
    color: rgba(20, 128, 147, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-blueGreen:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #148093 !important;
    color: rgba(20, 128, 147, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-blueGreen::placeholder {
    --placeholder-opacity: 1 !important;
    color: #148093 !important;
    color: rgba(20, 128, 147, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-mediumGray::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97A2B0 !important;
    color: rgba(151, 162, 176, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-mediumGray:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97A2B0 !important;
    color: rgba(151, 162, 176, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-mediumGray::placeholder {
    --placeholder-opacity: 1 !important;
    color: #97A2B0 !important;
    color: rgba(151, 162, 176, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-light-gray::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ACACB4 !important;
    color: rgba(172, 172, 180, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-light-gray:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ACACB4 !important;
    color: rgba(172, 172, 180, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-light-gray::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ACACB4 !important;
    color: rgba(172, 172, 180, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-lightestGray::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F2F2F2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-lightestGray:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F2F2F2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-lightestGray::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F2F2F2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-dark-gray::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #64626F !important;
    color: rgba(100, 98, 111, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-dark-gray:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #64626F !important;
    color: rgba(100, 98, 111, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-dark-gray::placeholder {
    --placeholder-opacity: 1 !important;
    color: #64626F !important;
    color: rgba(100, 98, 111, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nav-gray::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #65718C !important;
    color: rgba(101, 113, 140, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nav-gray:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #65718C !important;
    color: rgba(101, 113, 140, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nav-gray::placeholder {
    --placeholder-opacity: 1 !important;
    color: #65718C !important;
    color: rgba(101, 113, 140, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-bullet-gray::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F1F1F2 !important;
    color: rgba(241, 241, 242, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-bullet-gray:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F1F1F2 !important;
    color: rgba(241, 241, 242, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-bullet-gray::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F1F1F2 !important;
    color: rgba(241, 241, 242, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-dark-red::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #951700 !important;
    color: rgba(149, 23, 0, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-dark-red:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #951700 !important;
    color: rgba(149, 23, 0, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-dark-red::placeholder {
    --placeholder-opacity: 1 !important;
    color: #951700 !important;
    color: rgba(149, 23, 0, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-navy::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #182F50 !important;
    color: rgba(24, 47, 80, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-navy:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #182F50 !important;
    color: rgba(24, 47, 80, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-navy::placeholder {
    --placeholder-opacity: 1 !important;
    color: #182F50 !important;
    color: rgba(24, 47, 80, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-lightNavy::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #687FA0 !important;
    color: rgba(104, 127, 160, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-lightNavy:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #687FA0 !important;
    color: rgba(104, 127, 160, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-lightNavy::placeholder {
    --placeholder-opacity: 1 !important;
    color: #687FA0 !important;
    color: rgba(104, 127, 160, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .\33xl\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent !important;
  }

  .\33xl\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .\33xl\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }

  .\33xl\:focus\:placeholder-current:focus:-ms-input-placeholder {
    color: currentColor !important;
  }

  .\33xl\:focus\:placeholder-current:focus::placeholder {
    color: currentColor !important;
  }

  .\33xl\:focus\:placeholder-black:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-black:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-white:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFFFFF !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFFFFF !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-white:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFFFFF !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-gray:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #727272 !important;
    color: rgba(114, 114, 114, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-gray:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #727272 !important;
    color: rgba(114, 114, 114, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-gray:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #727272 !important;
    color: rgba(114, 114, 114, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-red:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #E12A09 !important;
    color: rgba(225, 42, 9, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-red:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #E12A09 !important;
    color: rgba(225, 42, 9, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-red:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #E12A09 !important;
    color: rgba(225, 42, 9, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-orange:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F29C2B !important;
    color: rgba(242, 156, 43, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-orange:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F29C2B !important;
    color: rgba(242, 156, 43, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-orange:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F29C2B !important;
    color: rgba(242, 156, 43, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-yellow:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFEB9A !important;
    color: rgba(255, 235, 154, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-yellow:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFEB9A !important;
    color: rgba(255, 235, 154, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-yellow:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #FFEB9A !important;
    color: rgba(255, 235, 154, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-green-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-green-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-green-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-green-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-green-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-green-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-green-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-green-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-green-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-teal-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-teal-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-teal-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-teal-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-teal-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-teal-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-teal-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-teal-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-teal-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-blue-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-blue-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-blue-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-blue-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-blue-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-blue-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-blue-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-blue-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-blue-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-indigo-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-indigo-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-indigo-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-indigo-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-indigo-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-indigo-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-indigo-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-indigo-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-indigo-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-purple-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-purple-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-purple-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-purple-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-purple-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-purple-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-purple-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-purple-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-purple-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-pink-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-pink-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-pink-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-pink-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-pink-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-pink-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-pink-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-pink-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-pink-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-navy-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #23345A !important;
    color: rgba(35, 52, 90, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-navy-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #23345A !important;
    color: rgba(35, 52, 90, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-navy-blue:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #23345A !important;
    color: rgba(35, 52, 90, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-cyan:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #40C8EA !important;
    color: rgba(64, 200, 234, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-cyan:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #40C8EA !important;
    color: rgba(64, 200, 234, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-cyan:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #40C8EA !important;
    color: rgba(64, 200, 234, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-yellowOrange:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8E9A7 !important;
    color: rgba(248, 233, 167, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-yellowOrange:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8E9A7 !important;
    color: rgba(248, 233, 167, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-yellowOrange:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F8E9A7 !important;
    color: rgba(248, 233, 167, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-light-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #C9EAF4 !important;
    color: rgba(201, 234, 244, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-light-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #C9EAF4 !important;
    color: rgba(201, 234, 244, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-light-blue:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #C9EAF4 !important;
    color: rgba(201, 234, 244, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-lightest-blue:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #EBFAFF !important;
    color: rgba(235, 250, 255, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-lightest-blue:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #EBFAFF !important;
    color: rgba(235, 250, 255, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-lightest-blue:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #EBFAFF !important;
    color: rgba(235, 250, 255, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-blueGreen:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #148093 !important;
    color: rgba(20, 128, 147, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-blueGreen:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #148093 !important;
    color: rgba(20, 128, 147, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-blueGreen:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #148093 !important;
    color: rgba(20, 128, 147, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-mediumGray:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97A2B0 !important;
    color: rgba(151, 162, 176, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-mediumGray:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #97A2B0 !important;
    color: rgba(151, 162, 176, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-mediumGray:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #97A2B0 !important;
    color: rgba(151, 162, 176, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-light-gray:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ACACB4 !important;
    color: rgba(172, 172, 180, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-light-gray:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ACACB4 !important;
    color: rgba(172, 172, 180, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-light-gray:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ACACB4 !important;
    color: rgba(172, 172, 180, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-lightestGray:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F2F2F2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-lightestGray:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F2F2F2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-lightestGray:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F2F2F2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-dark-gray:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #64626F !important;
    color: rgba(100, 98, 111, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-dark-gray:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #64626F !important;
    color: rgba(100, 98, 111, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-dark-gray:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #64626F !important;
    color: rgba(100, 98, 111, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nav-gray:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #65718C !important;
    color: rgba(101, 113, 140, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nav-gray:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #65718C !important;
    color: rgba(101, 113, 140, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nav-gray:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #65718C !important;
    color: rgba(101, 113, 140, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-bullet-gray:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F1F1F2 !important;
    color: rgba(241, 241, 242, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-bullet-gray:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F1F1F2 !important;
    color: rgba(241, 241, 242, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-bullet-gray:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F1F1F2 !important;
    color: rgba(241, 241, 242, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-dark-red:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #951700 !important;
    color: rgba(149, 23, 0, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-dark-red:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #951700 !important;
    color: rgba(149, 23, 0, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-dark-red:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #951700 !important;
    color: rgba(149, 23, 0, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-navy:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #182F50 !important;
    color: rgba(24, 47, 80, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-navy:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #182F50 !important;
    color: rgba(24, 47, 80, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-navy:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #182F50 !important;
    color: rgba(24, 47, 80, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-lightNavy:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #687FA0 !important;
    color: rgba(104, 127, 160, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-lightNavy:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #687FA0 !important;
    color: rgba(104, 127, 160, var(--placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-lightNavy:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #687FA0 !important;
    color: rgba(104, 127, 160, var(--placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .\33xl\:placeholder-opacity-0:-ms-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .\33xl\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0 !important;
  }

  .\33xl\:placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .\33xl\:placeholder-opacity-25:-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .\33xl\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .\33xl\:placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .\33xl\:placeholder-opacity-50:-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .\33xl\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .\33xl\:placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .\33xl\:placeholder-opacity-75:-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .\33xl\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .\33xl\:placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .\33xl\:placeholder-opacity-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .\33xl\:placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1 !important;
  }

  .\33xl\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .\33xl\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .\33xl\:focus\:placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0 !important;
  }

  .\33xl\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .\33xl\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .\33xl\:focus\:placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .\33xl\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .\33xl\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .\33xl\:focus\:placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .\33xl\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .\33xl\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .\33xl\:focus\:placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .\33xl\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .\33xl\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .\33xl\:focus\:placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
  }

  .\33xl\:pointer-events-none {
    pointer-events: none !important;
  }

  .\33xl\:pointer-events-auto {
    pointer-events: auto !important;
  }

  .\33xl\:static {
    position: static !important;
  }

  .\33xl\:fixed {
    position: fixed !important;
  }

  .\33xl\:absolute {
    position: absolute !important;
  }

  .\33xl\:relative {
    position: relative !important;
  }

  .\33xl\:sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .\33xl\:inset-0 {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .\33xl\:inset-4 {
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .\33xl\:inset-6 {
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }

  .\33xl\:inset-8 {
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .\33xl\:inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .\33xl\:inset-31p {
    top: 31% !important;
    right: 31% !important;
    bottom: 31% !important;
    left: 31% !important;
  }

  .\33xl\:inset-42p {
    top: 42% !important;
    right: 42% !important;
    bottom: 42% !important;
    left: 42% !important;
  }

  .\33xl\:inset-2px {
    top: 0.125rem !important;
    right: 0.125rem !important;
    bottom: 0.125rem !important;
    left: 0.125rem !important;
  }

  .\33xl\:inset-85px {
    top: 5.3125rem !important;
    right: 5.3125rem !important;
    bottom: 5.3125rem !important;
    left: 5.3125rem !important;
  }

  .\33xl\:inset-152px {
    top: 9.5rem !important;
    right: 9.5rem !important;
    bottom: 9.5rem !important;
    left: 9.5rem !important;
  }

  .\33xl\:inset-neg2px {
    top: -0.125rem !important;
    right: -0.125rem !important;
    bottom: -0.125rem !important;
    left: -0.125rem !important;
  }

  .\33xl\:inset-neg20px {
    top: -1.25rem !important;
    right: -1.25rem !important;
    bottom: -1.25rem !important;
    left: -1.25rem !important;
  }

  .\33xl\:inset-neg2rem {
    top: -2rem !important;
    right: -2rem !important;
    bottom: -2rem !important;
    left: -2rem !important;
  }

  .\33xl\:inset-neg3rem {
    top: -3rem !important;
    right: -3rem !important;
    bottom: -3rem !important;
    left: -3rem !important;
  }

  .\33xl\:inset-neg100px {
    top: -6.25rem !important;
    right: -6.25rem !important;
    bottom: -6.25rem !important;
    left: -6.25rem !important;
  }

  .\33xl\:inset-neg125px {
    top: -7.8125rem !important;
    right: -7.8125rem !important;
    bottom: -7.8125rem !important;
    left: -7.8125rem !important;
  }

  .\33xl\:inset-neg150px {
    top: -9.375rem !important;
    right: -9.375rem !important;
    bottom: -9.375rem !important;
    left: -9.375rem !important;
  }

  .\33xl\:inset-neg4rem {
    top: -4rem !important;
    right: -4rem !important;
    bottom: -4rem !important;
    left: -4rem !important;
  }

  .\33xl\:inset-neg6rem {
    top: -6rem !important;
    right: -6rem !important;
    bottom: -6rem !important;
    left: -6rem !important;
  }

  .\33xl\:inset-y-0 {
    top: 0 !important;
    bottom: 0 !important;
  }

  .\33xl\:inset-x-0 {
    right: 0 !important;
    left: 0 !important;
  }

  .\33xl\:inset-y-4 {
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .\33xl\:inset-x-4 {
    right: 1rem !important;
    left: 1rem !important;
  }

  .\33xl\:inset-y-6 {
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }

  .\33xl\:inset-x-6 {
    right: 1.5rem !important;
    left: 1.5rem !important;
  }

  .\33xl\:inset-y-8 {
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .\33xl\:inset-x-8 {
    right: 2rem !important;
    left: 2rem !important;
  }

  .\33xl\:inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  .\33xl\:inset-x-auto {
    right: auto !important;
    left: auto !important;
  }

  .\33xl\:inset-y-31p {
    top: 31% !important;
    bottom: 31% !important;
  }

  .\33xl\:inset-x-31p {
    right: 31% !important;
    left: 31% !important;
  }

  .\33xl\:inset-y-42p {
    top: 42% !important;
    bottom: 42% !important;
  }

  .\33xl\:inset-x-42p {
    right: 42% !important;
    left: 42% !important;
  }

  .\33xl\:inset-y-2px {
    top: 0.125rem !important;
    bottom: 0.125rem !important;
  }

  .\33xl\:inset-x-2px {
    right: 0.125rem !important;
    left: 0.125rem !important;
  }

  .\33xl\:inset-y-85px {
    top: 5.3125rem !important;
    bottom: 5.3125rem !important;
  }

  .\33xl\:inset-x-85px {
    right: 5.3125rem !important;
    left: 5.3125rem !important;
  }

  .\33xl\:inset-y-152px {
    top: 9.5rem !important;
    bottom: 9.5rem !important;
  }

  .\33xl\:inset-x-152px {
    right: 9.5rem !important;
    left: 9.5rem !important;
  }

  .\33xl\:inset-y-neg2px {
    top: -0.125rem !important;
    bottom: -0.125rem !important;
  }

  .\33xl\:inset-x-neg2px {
    right: -0.125rem !important;
    left: -0.125rem !important;
  }

  .\33xl\:inset-y-neg20px {
    top: -1.25rem !important;
    bottom: -1.25rem !important;
  }

  .\33xl\:inset-x-neg20px {
    right: -1.25rem !important;
    left: -1.25rem !important;
  }

  .\33xl\:inset-y-neg2rem {
    top: -2rem !important;
    bottom: -2rem !important;
  }

  .\33xl\:inset-x-neg2rem {
    right: -2rem !important;
    left: -2rem !important;
  }

  .\33xl\:inset-y-neg3rem {
    top: -3rem !important;
    bottom: -3rem !important;
  }

  .\33xl\:inset-x-neg3rem {
    right: -3rem !important;
    left: -3rem !important;
  }

  .\33xl\:inset-y-neg100px {
    top: -6.25rem !important;
    bottom: -6.25rem !important;
  }

  .\33xl\:inset-x-neg100px {
    right: -6.25rem !important;
    left: -6.25rem !important;
  }

  .\33xl\:inset-y-neg125px {
    top: -7.8125rem !important;
    bottom: -7.8125rem !important;
  }

  .\33xl\:inset-x-neg125px {
    right: -7.8125rem !important;
    left: -7.8125rem !important;
  }

  .\33xl\:inset-y-neg150px {
    top: -9.375rem !important;
    bottom: -9.375rem !important;
  }

  .\33xl\:inset-x-neg150px {
    right: -9.375rem !important;
    left: -9.375rem !important;
  }

  .\33xl\:inset-y-neg4rem {
    top: -4rem !important;
    bottom: -4rem !important;
  }

  .\33xl\:inset-x-neg4rem {
    right: -4rem !important;
    left: -4rem !important;
  }

  .\33xl\:inset-y-neg6rem {
    top: -6rem !important;
    bottom: -6rem !important;
  }

  .\33xl\:inset-x-neg6rem {
    right: -6rem !important;
    left: -6rem !important;
  }

  .\33xl\:top-0 {
    top: 0 !important;
  }

  .\33xl\:right-0 {
    right: 0 !important;
  }

  .\33xl\:bottom-0 {
    bottom: 0 !important;
  }

  .\33xl\:left-0 {
    left: 0 !important;
  }

  .\33xl\:top-4 {
    top: 1rem !important;
  }

  .\33xl\:right-4 {
    right: 1rem !important;
  }

  .\33xl\:bottom-4 {
    bottom: 1rem !important;
  }

  .\33xl\:left-4 {
    left: 1rem !important;
  }

  .\33xl\:top-6 {
    top: 1.5rem !important;
  }

  .\33xl\:right-6 {
    right: 1.5rem !important;
  }

  .\33xl\:bottom-6 {
    bottom: 1.5rem !important;
  }

  .\33xl\:left-6 {
    left: 1.5rem !important;
  }

  .\33xl\:top-8 {
    top: 2rem !important;
  }

  .\33xl\:right-8 {
    right: 2rem !important;
  }

  .\33xl\:bottom-8 {
    bottom: 2rem !important;
  }

  .\33xl\:left-8 {
    left: 2rem !important;
  }

  .\33xl\:top-auto {
    top: auto !important;
  }

  .\33xl\:right-auto {
    right: auto !important;
  }

  .\33xl\:bottom-auto {
    bottom: auto !important;
  }

  .\33xl\:left-auto {
    left: auto !important;
  }

  .\33xl\:top-31p {
    top: 31% !important;
  }

  .\33xl\:right-31p {
    right: 31% !important;
  }

  .\33xl\:bottom-31p {
    bottom: 31% !important;
  }

  .\33xl\:left-31p {
    left: 31% !important;
  }

  .\33xl\:top-42p {
    top: 42% !important;
  }

  .\33xl\:right-42p {
    right: 42% !important;
  }

  .\33xl\:bottom-42p {
    bottom: 42% !important;
  }

  .\33xl\:left-42p {
    left: 42% !important;
  }

  .\33xl\:top-2px {
    top: 0.125rem !important;
  }

  .\33xl\:right-2px {
    right: 0.125rem !important;
  }

  .\33xl\:bottom-2px {
    bottom: 0.125rem !important;
  }

  .\33xl\:left-2px {
    left: 0.125rem !important;
  }

  .\33xl\:top-85px {
    top: 5.3125rem !important;
  }

  .\33xl\:right-85px {
    right: 5.3125rem !important;
  }

  .\33xl\:bottom-85px {
    bottom: 5.3125rem !important;
  }

  .\33xl\:left-85px {
    left: 5.3125rem !important;
  }

  .\33xl\:top-152px {
    top: 9.5rem !important;
  }

  .\33xl\:right-152px {
    right: 9.5rem !important;
  }

  .\33xl\:bottom-152px {
    bottom: 9.5rem !important;
  }

  .\33xl\:left-152px {
    left: 9.5rem !important;
  }

  .\33xl\:top-neg2px {
    top: -0.125rem !important;
  }

  .\33xl\:right-neg2px {
    right: -0.125rem !important;
  }

  .\33xl\:bottom-neg2px {
    bottom: -0.125rem !important;
  }

  .\33xl\:left-neg2px {
    left: -0.125rem !important;
  }

  .\33xl\:top-neg20px {
    top: -1.25rem !important;
  }

  .\33xl\:right-neg20px {
    right: -1.25rem !important;
  }

  .\33xl\:bottom-neg20px {
    bottom: -1.25rem !important;
  }

  .\33xl\:left-neg20px {
    left: -1.25rem !important;
  }

  .\33xl\:top-neg2rem {
    top: -2rem !important;
  }

  .\33xl\:right-neg2rem {
    right: -2rem !important;
  }

  .\33xl\:bottom-neg2rem {
    bottom: -2rem !important;
  }

  .\33xl\:left-neg2rem {
    left: -2rem !important;
  }

  .\33xl\:top-neg3rem {
    top: -3rem !important;
  }

  .\33xl\:right-neg3rem {
    right: -3rem !important;
  }

  .\33xl\:bottom-neg3rem {
    bottom: -3rem !important;
  }

  .\33xl\:left-neg3rem {
    left: -3rem !important;
  }

  .\33xl\:top-neg100px {
    top: -6.25rem !important;
  }

  .\33xl\:right-neg100px {
    right: -6.25rem !important;
  }

  .\33xl\:bottom-neg100px {
    bottom: -6.25rem !important;
  }

  .\33xl\:left-neg100px {
    left: -6.25rem !important;
  }

  .\33xl\:top-neg125px {
    top: -7.8125rem !important;
  }

  .\33xl\:right-neg125px {
    right: -7.8125rem !important;
  }

  .\33xl\:bottom-neg125px {
    bottom: -7.8125rem !important;
  }

  .\33xl\:left-neg125px {
    left: -7.8125rem !important;
  }

  .\33xl\:top-neg150px {
    top: -9.375rem !important;
  }

  .\33xl\:right-neg150px {
    right: -9.375rem !important;
  }

  .\33xl\:bottom-neg150px {
    bottom: -9.375rem !important;
  }

  .\33xl\:left-neg150px {
    left: -9.375rem !important;
  }

  .\33xl\:top-neg4rem {
    top: -4rem !important;
  }

  .\33xl\:right-neg4rem {
    right: -4rem !important;
  }

  .\33xl\:bottom-neg4rem {
    bottom: -4rem !important;
  }

  .\33xl\:left-neg4rem {
    left: -4rem !important;
  }

  .\33xl\:top-neg6rem {
    top: -6rem !important;
  }

  .\33xl\:right-neg6rem {
    right: -6rem !important;
  }

  .\33xl\:bottom-neg6rem {
    bottom: -6rem !important;
  }

  .\33xl\:left-neg6rem {
    left: -6rem !important;
  }

  .\33xl\:resize-none {
    resize: none !important;
  }

  .\33xl\:resize-y {
    resize: vertical !important;
  }

  .\33xl\:resize-x {
    resize: horizontal !important;
  }

  .\33xl\:resize {
    resize: both !important;
  }

  .\33xl\:shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .\33xl\:shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .\33xl\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .\33xl\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .\33xl\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .\33xl\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .\33xl\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .\33xl\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .\33xl\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .\33xl\:shadow-none {
    box-shadow: none !important;
  }

  .\33xl\:shadow-thick {
    box-shadow: 2px 2px 10px 3px rgba(0,0,0,0.4) !important;
  }

  .\33xl\:hover\:shadow-xs:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .\33xl\:hover\:shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .\33xl\:hover\:shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .\33xl\:hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .\33xl\:hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .\33xl\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .\33xl\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .\33xl\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .\33xl\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .\33xl\:hover\:shadow-none:hover {
    box-shadow: none !important;
  }

  .\33xl\:hover\:shadow-thick:hover {
    box-shadow: 2px 2px 10px 3px rgba(0,0,0,0.4) !important;
  }

  .\33xl\:focus\:shadow-xs:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .\33xl\:focus\:shadow-sm:focus {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .\33xl\:focus\:shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .\33xl\:focus\:shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .\33xl\:focus\:shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .\33xl\:focus\:shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .\33xl\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .\33xl\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .\33xl\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .\33xl\:focus\:shadow-none:focus {
    box-shadow: none !important;
  }

  .\33xl\:focus\:shadow-thick:focus {
    box-shadow: 2px 2px 10px 3px rgba(0,0,0,0.4) !important;
  }

  .\33xl\:fill-current {
    fill: currentColor !important;
  }

  .\33xl\:stroke-current {
    stroke: currentColor !important;
  }

  .\33xl\:stroke-0 {
    stroke-width: 0 !important;
  }

  .\33xl\:stroke-1 {
    stroke-width: 1 !important;
  }

  .\33xl\:stroke-2 {
    stroke-width: 2 !important;
  }

  .\33xl\:table-auto {
    table-layout: auto !important;
  }

  .\33xl\:table-fixed {
    table-layout: fixed !important;
  }

  .\33xl\:text-left {
    text-align: left !important;
  }

  .\33xl\:text-center {
    text-align: center !important;
  }

  .\33xl\:text-right {
    text-align: right !important;
  }

  .\33xl\:text-justify {
    text-align: justify !important;
  }

  .\33xl\:text-transparent {
    color: transparent !important;
  }

  .\33xl\:text-current {
    color: currentColor !important;
  }

  .\33xl\:text-black {
    --text-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .\33xl\:text-white {
    --text-opacity: 1 !important;
    color: #FFFFFF !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .\33xl\:text-gray {
    --text-opacity: 1 !important;
    color: #727272 !important;
    color: rgba(114, 114, 114, var(--text-opacity)) !important;
  }

  .\33xl\:text-red {
    --text-opacity: 1 !important;
    color: #E12A09 !important;
    color: rgba(225, 42, 9, var(--text-opacity)) !important;
  }

  .\33xl\:text-orange {
    --text-opacity: 1 !important;
    color: #F29C2B !important;
    color: rgba(242, 156, 43, var(--text-opacity)) !important;
  }

  .\33xl\:text-yellow {
    --text-opacity: 1 !important;
    color: #FFEB9A !important;
    color: rgba(255, 235, 154, var(--text-opacity)) !important;
  }

  .\33xl\:text-green-100 {
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .\33xl\:text-green-200 {
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .\33xl\:text-green-300 {
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .\33xl\:text-green-400 {
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .\33xl\:text-green-500 {
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .\33xl\:text-green-600 {
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .\33xl\:text-green-700 {
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .\33xl\:text-green-800 {
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .\33xl\:text-green-900 {
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .\33xl\:text-teal-100 {
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .\33xl\:text-teal-200 {
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .\33xl\:text-teal-300 {
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .\33xl\:text-teal-400 {
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .\33xl\:text-teal-500 {
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .\33xl\:text-teal-600 {
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .\33xl\:text-teal-700 {
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .\33xl\:text-teal-800 {
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .\33xl\:text-teal-900 {
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .\33xl\:text-blue-100 {
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .\33xl\:text-blue-200 {
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .\33xl\:text-blue-300 {
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .\33xl\:text-blue-400 {
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .\33xl\:text-blue-500 {
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .\33xl\:text-blue-600 {
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .\33xl\:text-blue-700 {
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .\33xl\:text-blue-800 {
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .\33xl\:text-blue-900 {
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .\33xl\:text-indigo-100 {
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .\33xl\:text-indigo-200 {
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .\33xl\:text-indigo-300 {
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .\33xl\:text-indigo-400 {
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .\33xl\:text-indigo-500 {
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .\33xl\:text-indigo-600 {
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .\33xl\:text-indigo-700 {
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .\33xl\:text-indigo-800 {
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .\33xl\:text-indigo-900 {
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .\33xl\:text-purple-100 {
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .\33xl\:text-purple-200 {
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .\33xl\:text-purple-300 {
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .\33xl\:text-purple-400 {
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .\33xl\:text-purple-500 {
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .\33xl\:text-purple-600 {
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .\33xl\:text-purple-700 {
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .\33xl\:text-purple-800 {
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .\33xl\:text-purple-900 {
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .\33xl\:text-pink-100 {
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .\33xl\:text-pink-200 {
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .\33xl\:text-pink-300 {
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .\33xl\:text-pink-400 {
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .\33xl\:text-pink-500 {
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .\33xl\:text-pink-600 {
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .\33xl\:text-pink-700 {
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .\33xl\:text-pink-800 {
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .\33xl\:text-pink-900 {
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .\33xl\:text-navy-blue {
    --text-opacity: 1 !important;
    color: #23345A !important;
    color: rgba(35, 52, 90, var(--text-opacity)) !important;
  }

  .\33xl\:text-cyan {
    --text-opacity: 1 !important;
    color: #40C8EA !important;
    color: rgba(64, 200, 234, var(--text-opacity)) !important;
  }

  .\33xl\:text-yellowOrange {
    --text-opacity: 1 !important;
    color: #F8E9A7 !important;
    color: rgba(248, 233, 167, var(--text-opacity)) !important;
  }

  .\33xl\:text-light-blue {
    --text-opacity: 1 !important;
    color: #C9EAF4 !important;
    color: rgba(201, 234, 244, var(--text-opacity)) !important;
  }

  .\33xl\:text-lightest-blue {
    --text-opacity: 1 !important;
    color: #EBFAFF !important;
    color: rgba(235, 250, 255, var(--text-opacity)) !important;
  }

  .\33xl\:text-blueGreen {
    --text-opacity: 1 !important;
    color: #148093 !important;
    color: rgba(20, 128, 147, var(--text-opacity)) !important;
  }

  .\33xl\:text-mediumGray {
    --text-opacity: 1 !important;
    color: #97A2B0 !important;
    color: rgba(151, 162, 176, var(--text-opacity)) !important;
  }

  .\33xl\:text-light-gray {
    --text-opacity: 1 !important;
    color: #ACACB4 !important;
    color: rgba(172, 172, 180, var(--text-opacity)) !important;
  }

  .\33xl\:text-lightestGray {
    --text-opacity: 1 !important;
    color: #F2F2F2 !important;
    color: rgba(242, 242, 242, var(--text-opacity)) !important;
  }

  .\33xl\:text-dark-gray {
    --text-opacity: 1 !important;
    color: #64626F !important;
    color: rgba(100, 98, 111, var(--text-opacity)) !important;
  }

  .\33xl\:text-nav-gray {
    --text-opacity: 1 !important;
    color: #65718C !important;
    color: rgba(101, 113, 140, var(--text-opacity)) !important;
  }

  .\33xl\:text-bullet-gray {
    --text-opacity: 1 !important;
    color: #F1F1F2 !important;
    color: rgba(241, 241, 242, var(--text-opacity)) !important;
  }

  .\33xl\:text-dark-red {
    --text-opacity: 1 !important;
    color: #951700 !important;
    color: rgba(149, 23, 0, var(--text-opacity)) !important;
  }

  .\33xl\:text-navy {
    --text-opacity: 1 !important;
    color: #182F50 !important;
    color: rgba(24, 47, 80, var(--text-opacity)) !important;
  }

  .\33xl\:text-lightNavy {
    --text-opacity: 1 !important;
    color: #687FA0 !important;
    color: rgba(104, 127, 160, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .\33xl\:hover\:text-current:hover {
    color: currentColor !important;
  }

  .\33xl\:hover\:text-black:hover {
    --text-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-white:hover {
    --text-opacity: 1 !important;
    color: #FFFFFF !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-gray:hover {
    --text-opacity: 1 !important;
    color: #727272 !important;
    color: rgba(114, 114, 114, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-red:hover {
    --text-opacity: 1 !important;
    color: #E12A09 !important;
    color: rgba(225, 42, 9, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-orange:hover {
    --text-opacity: 1 !important;
    color: #F29C2B !important;
    color: rgba(242, 156, 43, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-yellow:hover {
    --text-opacity: 1 !important;
    color: #FFEB9A !important;
    color: rgba(255, 235, 154, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-green-100:hover {
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-green-200:hover {
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-green-300:hover {
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-green-400:hover {
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-green-500:hover {
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-green-600:hover {
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-green-700:hover {
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-green-800:hover {
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-green-900:hover {
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-teal-100:hover {
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-teal-200:hover {
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-teal-300:hover {
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-teal-400:hover {
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-teal-500:hover {
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-teal-600:hover {
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-teal-700:hover {
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-teal-800:hover {
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-teal-900:hover {
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-blue-100:hover {
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-blue-200:hover {
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-blue-300:hover {
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-blue-400:hover {
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-blue-500:hover {
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-blue-600:hover {
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-blue-700:hover {
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-blue-800:hover {
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-blue-900:hover {
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-indigo-100:hover {
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-indigo-200:hover {
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-indigo-300:hover {
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-indigo-400:hover {
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-indigo-500:hover {
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-indigo-600:hover {
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-indigo-700:hover {
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-indigo-800:hover {
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-indigo-900:hover {
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-purple-100:hover {
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-purple-200:hover {
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-purple-300:hover {
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-purple-400:hover {
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-purple-500:hover {
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-purple-600:hover {
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-purple-700:hover {
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-purple-800:hover {
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-purple-900:hover {
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-pink-100:hover {
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-pink-200:hover {
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-pink-300:hover {
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-pink-400:hover {
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-pink-500:hover {
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-pink-600:hover {
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-pink-700:hover {
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-pink-800:hover {
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-pink-900:hover {
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-navy-blue:hover {
    --text-opacity: 1 !important;
    color: #23345A !important;
    color: rgba(35, 52, 90, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-cyan:hover {
    --text-opacity: 1 !important;
    color: #40C8EA !important;
    color: rgba(64, 200, 234, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-yellowOrange:hover {
    --text-opacity: 1 !important;
    color: #F8E9A7 !important;
    color: rgba(248, 233, 167, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-light-blue:hover {
    --text-opacity: 1 !important;
    color: #C9EAF4 !important;
    color: rgba(201, 234, 244, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-lightest-blue:hover {
    --text-opacity: 1 !important;
    color: #EBFAFF !important;
    color: rgba(235, 250, 255, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-blueGreen:hover {
    --text-opacity: 1 !important;
    color: #148093 !important;
    color: rgba(20, 128, 147, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-mediumGray:hover {
    --text-opacity: 1 !important;
    color: #97A2B0 !important;
    color: rgba(151, 162, 176, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-light-gray:hover {
    --text-opacity: 1 !important;
    color: #ACACB4 !important;
    color: rgba(172, 172, 180, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-lightestGray:hover {
    --text-opacity: 1 !important;
    color: #F2F2F2 !important;
    color: rgba(242, 242, 242, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-dark-gray:hover {
    --text-opacity: 1 !important;
    color: #64626F !important;
    color: rgba(100, 98, 111, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-nav-gray:hover {
    --text-opacity: 1 !important;
    color: #65718C !important;
    color: rgba(101, 113, 140, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-bullet-gray:hover {
    --text-opacity: 1 !important;
    color: #F1F1F2 !important;
    color: rgba(241, 241, 242, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-dark-red:hover {
    --text-opacity: 1 !important;
    color: #951700 !important;
    color: rgba(149, 23, 0, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-navy:hover {
    --text-opacity: 1 !important;
    color: #182F50 !important;
    color: rgba(24, 47, 80, var(--text-opacity)) !important;
  }

  .\33xl\:hover\:text-lightNavy:hover {
    --text-opacity: 1 !important;
    color: #687FA0 !important;
    color: rgba(104, 127, 160, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-transparent:focus {
    color: transparent !important;
  }

  .\33xl\:focus\:text-current:focus {
    color: currentColor !important;
  }

  .\33xl\:focus\:text-black:focus {
    --text-opacity: 1 !important;
    color: #000000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-white:focus {
    --text-opacity: 1 !important;
    color: #FFFFFF !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-gray:focus {
    --text-opacity: 1 !important;
    color: #727272 !important;
    color: rgba(114, 114, 114, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-red:focus {
    --text-opacity: 1 !important;
    color: #E12A09 !important;
    color: rgba(225, 42, 9, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-orange:focus {
    --text-opacity: 1 !important;
    color: #F29C2B !important;
    color: rgba(242, 156, 43, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-yellow:focus {
    --text-opacity: 1 !important;
    color: #FFEB9A !important;
    color: rgba(255, 235, 154, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-green-100:focus {
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-green-200:focus {
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-green-300:focus {
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-green-400:focus {
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-green-500:focus {
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-green-600:focus {
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-green-700:focus {
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-green-800:focus {
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-green-900:focus {
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-teal-100:focus {
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-teal-200:focus {
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-teal-300:focus {
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-teal-400:focus {
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-teal-500:focus {
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-teal-600:focus {
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-teal-700:focus {
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-teal-800:focus {
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-teal-900:focus {
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-blue-100:focus {
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-blue-200:focus {
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-blue-300:focus {
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-blue-400:focus {
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-blue-500:focus {
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-blue-600:focus {
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-blue-700:focus {
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-blue-800:focus {
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-blue-900:focus {
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-indigo-100:focus {
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-indigo-200:focus {
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-indigo-300:focus {
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-indigo-400:focus {
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-indigo-500:focus {
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-indigo-600:focus {
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-indigo-700:focus {
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-indigo-800:focus {
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-indigo-900:focus {
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-purple-100:focus {
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-purple-200:focus {
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-purple-300:focus {
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-purple-400:focus {
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-purple-500:focus {
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-purple-600:focus {
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-purple-700:focus {
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-purple-800:focus {
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-purple-900:focus {
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-pink-100:focus {
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-pink-200:focus {
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-pink-300:focus {
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-pink-400:focus {
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-pink-500:focus {
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-pink-600:focus {
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-pink-700:focus {
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-pink-800:focus {
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-pink-900:focus {
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-navy-blue:focus {
    --text-opacity: 1 !important;
    color: #23345A !important;
    color: rgba(35, 52, 90, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-cyan:focus {
    --text-opacity: 1 !important;
    color: #40C8EA !important;
    color: rgba(64, 200, 234, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-yellowOrange:focus {
    --text-opacity: 1 !important;
    color: #F8E9A7 !important;
    color: rgba(248, 233, 167, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-light-blue:focus {
    --text-opacity: 1 !important;
    color: #C9EAF4 !important;
    color: rgba(201, 234, 244, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-lightest-blue:focus {
    --text-opacity: 1 !important;
    color: #EBFAFF !important;
    color: rgba(235, 250, 255, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-blueGreen:focus {
    --text-opacity: 1 !important;
    color: #148093 !important;
    color: rgba(20, 128, 147, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-mediumGray:focus {
    --text-opacity: 1 !important;
    color: #97A2B0 !important;
    color: rgba(151, 162, 176, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-light-gray:focus {
    --text-opacity: 1 !important;
    color: #ACACB4 !important;
    color: rgba(172, 172, 180, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-lightestGray:focus {
    --text-opacity: 1 !important;
    color: #F2F2F2 !important;
    color: rgba(242, 242, 242, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-dark-gray:focus {
    --text-opacity: 1 !important;
    color: #64626F !important;
    color: rgba(100, 98, 111, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-nav-gray:focus {
    --text-opacity: 1 !important;
    color: #65718C !important;
    color: rgba(101, 113, 140, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-bullet-gray:focus {
    --text-opacity: 1 !important;
    color: #F1F1F2 !important;
    color: rgba(241, 241, 242, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-dark-red:focus {
    --text-opacity: 1 !important;
    color: #951700 !important;
    color: rgba(149, 23, 0, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-navy:focus {
    --text-opacity: 1 !important;
    color: #182F50 !important;
    color: rgba(24, 47, 80, var(--text-opacity)) !important;
  }

  .\33xl\:focus\:text-lightNavy:focus {
    --text-opacity: 1 !important;
    color: #687FA0 !important;
    color: rgba(104, 127, 160, var(--text-opacity)) !important;
  }

  .\33xl\:text-opacity-0 {
    --text-opacity: 0 !important;
  }

  .\33xl\:text-opacity-25 {
    --text-opacity: 0.25 !important;
  }

  .\33xl\:text-opacity-50 {
    --text-opacity: 0.5 !important;
  }

  .\33xl\:text-opacity-75 {
    --text-opacity: 0.75 !important;
  }

  .\33xl\:text-opacity-100 {
    --text-opacity: 1 !important;
  }

  .\33xl\:hover\:text-opacity-0:hover {
    --text-opacity: 0 !important;
  }

  .\33xl\:hover\:text-opacity-25:hover {
    --text-opacity: 0.25 !important;
  }

  .\33xl\:hover\:text-opacity-50:hover {
    --text-opacity: 0.5 !important;
  }

  .\33xl\:hover\:text-opacity-75:hover {
    --text-opacity: 0.75 !important;
  }

  .\33xl\:hover\:text-opacity-100:hover {
    --text-opacity: 1 !important;
  }

  .\33xl\:focus\:text-opacity-0:focus {
    --text-opacity: 0 !important;
  }

  .\33xl\:focus\:text-opacity-25:focus {
    --text-opacity: 0.25 !important;
  }

  .\33xl\:focus\:text-opacity-50:focus {
    --text-opacity: 0.5 !important;
  }

  .\33xl\:focus\:text-opacity-75:focus {
    --text-opacity: 0.75 !important;
  }

  .\33xl\:focus\:text-opacity-100:focus {
    --text-opacity: 1 !important;
  }

  .\33xl\:italic {
    font-style: italic !important;
  }

  .\33xl\:not-italic {
    font-style: normal !important;
  }

  .\33xl\:uppercase {
    text-transform: uppercase !important;
  }

  .\33xl\:lowercase {
    text-transform: lowercase !important;
  }

  .\33xl\:capitalize {
    text-transform: capitalize !important;
  }

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

  .\33xl\:underline {
    text-decoration: underline !important;
  }

  .\33xl\:line-through {
    text-decoration: line-through !important;
  }

  .\33xl\:no-underline {
    text-decoration: none !important;
  }

  .\33xl\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .\33xl\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .\33xl\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .\33xl\:focus\:underline:focus {
    text-decoration: underline !important;
  }

  .\33xl\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }

  .\33xl\:focus\:no-underline:focus {
    text-decoration: none !important;
  }

  .\33xl\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .\33xl\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .\33xl\:ordinal, .\33xl\:slashed-zero, .\33xl\:lining-nums, .\33xl\:oldstyle-nums, .\33xl\:proportional-nums, .\33xl\:tabular-nums, .\33xl\:diagonal-fractions, .\33xl\:stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important;
  }

  .\33xl\:normal-nums {
    font-variant-numeric: normal !important;
  }

  .\33xl\:ordinal {
    --font-variant-numeric-ordinal: ordinal !important;
  }

  .\33xl\:slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero !important;
  }

  .\33xl\:lining-nums {
    --font-variant-numeric-figure: lining-nums !important;
  }

  .\33xl\:oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums !important;
  }

  .\33xl\:proportional-nums {
    --font-variant-numeric-spacing: proportional-nums !important;
  }

  .\33xl\:tabular-nums {
    --font-variant-numeric-spacing: tabular-nums !important;
  }

  .\33xl\:diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions !important;
  }

  .\33xl\:stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions !important;
  }

  .\33xl\:tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .\33xl\:tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .\33xl\:tracking-normal {
    letter-spacing: 0 !important;
  }

  .\33xl\:tracking-wide {
    letter-spacing: 0.025em !important;
  }

  .\33xl\:tracking-wider {
    letter-spacing: 0.05em !important;
  }

  .\33xl\:tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .\33xl\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .\33xl\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .\33xl\:select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
        -ms-user-select: all !important;
            user-select: all !important;
  }

  .\33xl\:select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .\33xl\:align-baseline {
    vertical-align: baseline !important;
  }

  .\33xl\:align-top {
    vertical-align: top !important;
  }

  .\33xl\:align-middle {
    vertical-align: middle !important;
  }

  .\33xl\:align-bottom {
    vertical-align: bottom !important;
  }

  .\33xl\:align-text-top {
    vertical-align: text-top !important;
  }

  .\33xl\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .\33xl\:visible {
    visibility: visible !important;
  }

  .\33xl\:invisible {
    visibility: hidden !important;
  }

  .\33xl\:hover\:visible:hover {
    visibility: visible !important;
  }

  .\33xl\:hover\:invisible:hover {
    visibility: hidden !important;
  }

  .group:hover .\33xl\:group-hover\:visible {
    visibility: visible !important;
  }

  .group:hover .\33xl\:group-hover\:invisible {
    visibility: hidden !important;
  }

  .\33xl\:whitespace-normal {
    white-space: normal !important;
  }

  .\33xl\:whitespace-no-wrap {
    white-space: nowrap !important;
  }

  .\33xl\:whitespace-pre {
    white-space: pre !important;
  }

  .\33xl\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .\33xl\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .\33xl\:break-normal {
    word-wrap: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .\33xl\:break-words {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }

  .\33xl\:break-all {
    word-break: break-all !important;
  }

  .\33xl\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .\33xl\:w-0 {
    width: 0 !important;
  }

  .\33xl\:w-1 {
    width: 0.25rem !important;
  }

  .\33xl\:w-2 {
    width: 0.5rem !important;
  }

  .\33xl\:w-3 {
    width: 0.75rem !important;
  }

  .\33xl\:w-4 {
    width: 1rem !important;
  }

  .\33xl\:w-5 {
    width: 1.25rem !important;
  }

  .\33xl\:w-6 {
    width: 1.5rem !important;
  }

  .\33xl\:w-8 {
    width: 2rem !important;
  }

  .\33xl\:w-9 {
    width: 2.5rem !important;
  }

  .\33xl\:w-10 {
    width: 2.5rem !important;
  }

  .\33xl\:w-12 {
    width: 3rem !important;
  }

  .\33xl\:w-14 {
    width: 3.5rem !important;
  }

  .\33xl\:w-16 {
    width: 4rem !important;
  }

  .\33xl\:w-18 {
    width: 4.5rem !important;
  }

  .\33xl\:w-20 {
    width: 5rem !important;
  }

  .\33xl\:w-22 {
    width: 5.626rem !important;
  }

  .\33xl\:w-24 {
    width: 6rem !important;
  }

  .\33xl\:w-26 {
    width: 6.25rem !important;
  }

  .\33xl\:w-28 {
    width: 7rem !important;
  }

  .\33xl\:w-32 {
    width: 8rem !important;
  }

  .\33xl\:w-34 {
    width: 8.5rem !important;
  }

  .\33xl\:w-38 {
    width: 9.25rem !important;
  }

  .\33xl\:w-40 {
    width: 10rem !important;
  }

  .\33xl\:w-46 {
    width: 11.75rem !important;
  }

  .\33xl\:w-48 {
    width: 12rem !important;
  }

  .\33xl\:w-56 {
    width: 14rem !important;
  }

  .\33xl\:w-64 {
    width: 16rem !important;
  }

  .\33xl\:w-82 {
    width: 20.75rem !important;
  }

  .\33xl\:w-auto {
    width: auto !important;
  }

  .\33xl\:w-px {
    width: 1px !important;
  }

  .\33xl\:w-tiny {
    width: 0.3rem !important;
  }

  .\33xl\:w-quick-links {
    width: 26% !important;
  }

  .\33xl\:w-pro-slid {
    width: 48% !important;
  }

  .\33xl\:w-62p {
    width: 62% !important;
  }

  .\33xl\:w-90p {
    width: 90% !important;
  }

  .\33xl\:w-x-large {
    width: 27.5rem !important;
  }

  .\33xl\:w-2px {
    width: 0.125rem !important;
  }

  .\33xl\:w-9px {
    width: 0.5625rem !important;
  }

  .\33xl\:w-10px {
    width: 0.625rem !important;
  }

  .\33xl\:w-18px {
    width: 1.125rem !important;
  }

  .\33xl\:w-20px {
    width: 1.25rem !important;
  }

  .\33xl\:w-24px {
    width: 1.5rem !important;
  }

  .\33xl\:w-26px {
    width: 1.625rem !important;
  }

  .\33xl\:w-30px {
    width: 1.875rem !important;
  }

  .\33xl\:w-38px {
    width: 2.375rem !important;
  }

  .\33xl\:w-43px {
    width: 2.6875rem !important;
  }

  .\33xl\:w-44px {
    width: 2.75rem !important;
  }

  .\33xl\:w-46px {
    width: 2.875rem !important;
  }

  .\33xl\:w-53px {
    width: 3.3125rem !important;
  }

  .\33xl\:w-54px {
    width: 3.375rem !important;
  }

  .\33xl\:w-55px {
    width: 3.4375rem !important;
  }

  .\33xl\:w-60px {
    width: 3.75rem !important;
  }

  .\33xl\:w-67px {
    width: 4.1875rem !important;
  }

  .\33xl\:w-73px {
    width: 4.5625rem !important;
  }

  .\33xl\:w-80px {
    width: 5rem !important;
  }

  .\33xl\:w-81px {
    width: 5.0625rem !important;
  }

  .\33xl\:w-85px {
    width: 5.3125rem !important;
  }

  .\33xl\:w-92px {
    width: 5.75rem !important;
  }

  .\33xl\:w-100px {
    width: 6.25rem !important;
  }

  .\33xl\:w-106px {
    width: 6.625rem !important;
  }

  .\33xl\:w-123px {
    width: 7.6875rem !important;
  }

  .\33xl\:w-126px {
    width: 7.875rem !important;
  }

  .\33xl\:w-138px {
    width: 8.625rem !important;
  }

  .\33xl\:w-140px {
    width: 8.75rem !important;
  }

  .\33xl\:w-146px {
    width: 9.125rem !important;
  }

  .\33xl\:w-152px {
    width: 9.5rem !important;
  }

  .\33xl\:w-187px {
    width: 11.6875rem !important;
  }

  .\33xl\:w-220px {
    width: 13.75rem !important;
  }

  .\33xl\:w-253px {
    width: 15.8125rem !important;
  }

  .\33xl\:w-320px {
    width: 20rem !important;
  }

  .\33xl\:w-400px {
    width: 25rem !important;
  }

  .\33xl\:w-500px {
    width: 31.25rem !important;
  }

  .\33xl\:w-lgPaddingTop {
    width: 15.8125rem !important;
  }

  .\33xl\:w-phonePaddingTop {
    width: 9.875rem !important;
  }

  .\33xl\:w-tabletPaddingTop {
    width: 6.625rem !important;
  }

  .\33xl\:w-largePaddingTop {
    width: 13.75rem !important;
  }

  .\33xl\:w-phoneTextContentMaxWidth {
    width: 57.0625rem !important;
  }

  .\33xl\:w-phoneTextContentWidth {
    width: 63% !important;
  }

  .\33xl\:w-phoneBlockContentWidth {
    width: 71.625rem !important;
  }

  .\33xl\:w-tabletTextContentMaxWidth {
    width: 57.0625rem !important;
  }

  .\33xl\:w-tabletTextContentWidth {
    width: 63% !important;
  }

  .\33xl\:w-tabletBlockContentWidth {
    width: 71.625rem !important;
  }

  .\33xl\:w-largeTextContentMaxWidth {
    width: 57.0625rem !important;
  }

  .\33xl\:w-largeTextContentWidth {
    width: 63% !important;
  }

  .\33xl\:w-largeBlockContentWidth {
    width: 71.625rem !important;
  }

  .\33xl\:w-1\/2 {
    width: 50% !important;
  }

  .\33xl\:w-1\/3 {
    width: 33.333333% !important;
  }

  .\33xl\:w-2\/3 {
    width: 66.666667% !important;
  }

  .\33xl\:w-1\/4 {
    width: 25% !important;
  }

  .\33xl\:w-2\/4 {
    width: 50% !important;
  }

  .\33xl\:w-3\/4 {
    width: 75% !important;
  }

  .\33xl\:w-1\/5 {
    width: 20% !important;
  }

  .\33xl\:w-2\/5 {
    width: 40% !important;
  }

  .\33xl\:w-3\/5 {
    width: 60% !important;
  }

  .\33xl\:w-4\/5 {
    width: 80% !important;
  }

  .\33xl\:w-1\/6 {
    width: 16.666667% !important;
  }

  .\33xl\:w-2\/6 {
    width: 33.333333% !important;
  }

  .\33xl\:w-3\/6 {
    width: 50% !important;
  }

  .\33xl\:w-4\/6 {
    width: 66.666667% !important;
  }

  .\33xl\:w-5\/6 {
    width: 83.333333% !important;
  }

  .\33xl\:w-1\/12 {
    width: 8.333333% !important;
  }

  .\33xl\:w-2\/12 {
    width: 16.666667% !important;
  }

  .\33xl\:w-3\/12 {
    width: 25% !important;
  }

  .\33xl\:w-4\/12 {
    width: 33.333333% !important;
  }

  .\33xl\:w-5\/12 {
    width: 41.666667% !important;
  }

  .\33xl\:w-6\/12 {
    width: 50% !important;
  }

  .\33xl\:w-7\/12 {
    width: 58.333333% !important;
  }

  .\33xl\:w-8\/12 {
    width: 66.666667% !important;
  }

  .\33xl\:w-9\/12 {
    width: 75% !important;
  }

  .\33xl\:w-10\/12 {
    width: 83.333333% !important;
  }

  .\33xl\:w-11\/12 {
    width: 91.666667% !important;
  }

  .\33xl\:w-full {
    width: 100% !important;
  }

  .\33xl\:w-screen {
    width: 100vw !important;
  }

  .\33xl\:z-0 {
    z-index: 0 !important;
  }

  .\33xl\:z-10 {
    z-index: 10 !important;
  }

  .\33xl\:z-20 {
    z-index: 20 !important;
  }

  .\33xl\:z-30 {
    z-index: 30 !important;
  }

  .\33xl\:z-40 {
    z-index: 40 !important;
  }

  .\33xl\:z-50 {
    z-index: 50 !important;
  }

  .\33xl\:z-auto {
    z-index: auto !important;
  }

  .\33xl\:gap-0 {
    grid-gap: 0 !important;
    gap: 0 !important;
  }

  .\33xl\:gap-1 {
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important;
  }

  .\33xl\:gap-2 {
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
  }

  .\33xl\:gap-3 {
    grid-gap: 0.75rem !important;
    gap: 0.75rem !important;
  }

  .\33xl\:gap-4 {
    grid-gap: 1rem !important;
    gap: 1rem !important;
  }

  .\33xl\:gap-5 {
    grid-gap: 1.25rem !important;
    gap: 1.25rem !important;
  }

  .\33xl\:gap-6 {
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

  .\33xl\:gap-8 {
    grid-gap: 2rem !important;
    gap: 2rem !important;
  }

  .\33xl\:gap-9 {
    grid-gap: 2.5rem !important;
    gap: 2.5rem !important;
  }

  .\33xl\:gap-10 {
    grid-gap: 2.5rem !important;
    gap: 2.5rem !important;
  }

  .\33xl\:gap-12 {
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

  .\33xl\:gap-14 {
    grid-gap: 3.5rem !important;
    gap: 3.5rem !important;
  }

  .\33xl\:gap-16 {
    grid-gap: 4rem !important;
    gap: 4rem !important;
  }

  .\33xl\:gap-18 {
    grid-gap: 4.5rem !important;
    gap: 4.5rem !important;
  }

  .\33xl\:gap-20 {
    grid-gap: 5rem !important;
    gap: 5rem !important;
  }

  .\33xl\:gap-22 {
    grid-gap: 5.626rem !important;
    gap: 5.626rem !important;
  }

  .\33xl\:gap-24 {
    grid-gap: 6rem !important;
    gap: 6rem !important;
  }

  .\33xl\:gap-26 {
    grid-gap: 6.25rem !important;
    gap: 6.25rem !important;
  }

  .\33xl\:gap-28 {
    grid-gap: 7rem !important;
    gap: 7rem !important;
  }

  .\33xl\:gap-32 {
    grid-gap: 8rem !important;
    gap: 8rem !important;
  }

  .\33xl\:gap-34 {
    grid-gap: 8.5rem !important;
    gap: 8.5rem !important;
  }

  .\33xl\:gap-38 {
    grid-gap: 9.25rem !important;
    gap: 9.25rem !important;
  }

  .\33xl\:gap-40 {
    grid-gap: 10rem !important;
    gap: 10rem !important;
  }

  .\33xl\:gap-46 {
    grid-gap: 11.75rem !important;
    gap: 11.75rem !important;
  }

  .\33xl\:gap-48 {
    grid-gap: 12rem !important;
    gap: 12rem !important;
  }

  .\33xl\:gap-56 {
    grid-gap: 14rem !important;
    gap: 14rem !important;
  }

  .\33xl\:gap-64 {
    grid-gap: 16rem !important;
    gap: 16rem !important;
  }

  .\33xl\:gap-82 {
    grid-gap: 20.75rem !important;
    gap: 20.75rem !important;
  }

  .\33xl\:gap-px {
    grid-gap: 1px !important;
    gap: 1px !important;
  }

  .\33xl\:gap-tiny {
    grid-gap: 0.3rem !important;
    gap: 0.3rem !important;
  }

  .\33xl\:gap-quick-links {
    grid-gap: 26% !important;
    gap: 26% !important;
  }

  .\33xl\:gap-pro-slid {
    grid-gap: 48% !important;
    gap: 48% !important;
  }

  .\33xl\:gap-62p {
    grid-gap: 62% !important;
    gap: 62% !important;
  }

  .\33xl\:gap-90p {
    grid-gap: 90% !important;
    gap: 90% !important;
  }

  .\33xl\:gap-x-large {
    grid-gap: 27.5rem !important;
    gap: 27.5rem !important;
  }

  .\33xl\:gap-2px {
    grid-gap: 0.125rem !important;
    gap: 0.125rem !important;
  }

  .\33xl\:gap-9px {
    grid-gap: 0.5625rem !important;
    gap: 0.5625rem !important;
  }

  .\33xl\:gap-10px {
    grid-gap: 0.625rem !important;
    gap: 0.625rem !important;
  }

  .\33xl\:gap-18px {
    grid-gap: 1.125rem !important;
    gap: 1.125rem !important;
  }

  .\33xl\:gap-20px {
    grid-gap: 1.25rem !important;
    gap: 1.25rem !important;
  }

  .\33xl\:gap-24px {
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

  .\33xl\:gap-26px {
    grid-gap: 1.625rem !important;
    gap: 1.625rem !important;
  }

  .\33xl\:gap-30px {
    grid-gap: 1.875rem !important;
    gap: 1.875rem !important;
  }

  .\33xl\:gap-38px {
    grid-gap: 2.375rem !important;
    gap: 2.375rem !important;
  }

  .\33xl\:gap-43px {
    grid-gap: 2.6875rem !important;
    gap: 2.6875rem !important;
  }

  .\33xl\:gap-44px {
    grid-gap: 2.75rem !important;
    gap: 2.75rem !important;
  }

  .\33xl\:gap-46px {
    grid-gap: 2.875rem !important;
    gap: 2.875rem !important;
  }

  .\33xl\:gap-53px {
    grid-gap: 3.3125rem !important;
    gap: 3.3125rem !important;
  }

  .\33xl\:gap-54px {
    grid-gap: 3.375rem !important;
    gap: 3.375rem !important;
  }

  .\33xl\:gap-55px {
    grid-gap: 3.4375rem !important;
    gap: 3.4375rem !important;
  }

  .\33xl\:gap-60px {
    grid-gap: 3.75rem !important;
    gap: 3.75rem !important;
  }

  .\33xl\:gap-67px {
    grid-gap: 4.1875rem !important;
    gap: 4.1875rem !important;
  }

  .\33xl\:gap-73px {
    grid-gap: 4.5625rem !important;
    gap: 4.5625rem !important;
  }

  .\33xl\:gap-80px {
    grid-gap: 5rem !important;
    gap: 5rem !important;
  }

  .\33xl\:gap-81px {
    grid-gap: 5.0625rem !important;
    gap: 5.0625rem !important;
  }

  .\33xl\:gap-85px {
    grid-gap: 5.3125rem !important;
    gap: 5.3125rem !important;
  }

  .\33xl\:gap-92px {
    grid-gap: 5.75rem !important;
    gap: 5.75rem !important;
  }

  .\33xl\:gap-100px {
    grid-gap: 6.25rem !important;
    gap: 6.25rem !important;
  }

  .\33xl\:gap-106px {
    grid-gap: 6.625rem !important;
    gap: 6.625rem !important;
  }

  .\33xl\:gap-123px {
    grid-gap: 7.6875rem !important;
    gap: 7.6875rem !important;
  }

  .\33xl\:gap-126px {
    grid-gap: 7.875rem !important;
    gap: 7.875rem !important;
  }

  .\33xl\:gap-138px {
    grid-gap: 8.625rem !important;
    gap: 8.625rem !important;
  }

  .\33xl\:gap-140px {
    grid-gap: 8.75rem !important;
    gap: 8.75rem !important;
  }

  .\33xl\:gap-146px {
    grid-gap: 9.125rem !important;
    gap: 9.125rem !important;
  }

  .\33xl\:gap-152px {
    grid-gap: 9.5rem !important;
    gap: 9.5rem !important;
  }

  .\33xl\:gap-187px {
    grid-gap: 11.6875rem !important;
    gap: 11.6875rem !important;
  }

  .\33xl\:gap-220px {
    grid-gap: 13.75rem !important;
    gap: 13.75rem !important;
  }

  .\33xl\:gap-253px {
    grid-gap: 15.8125rem !important;
    gap: 15.8125rem !important;
  }

  .\33xl\:gap-320px {
    grid-gap: 20rem !important;
    gap: 20rem !important;
  }

  .\33xl\:gap-400px {
    grid-gap: 25rem !important;
    gap: 25rem !important;
  }

  .\33xl\:gap-500px {
    grid-gap: 31.25rem !important;
    gap: 31.25rem !important;
  }

  .\33xl\:gap-lgPaddingTop {
    grid-gap: 15.8125rem !important;
    gap: 15.8125rem !important;
  }

  .\33xl\:gap-phonePaddingTop {
    grid-gap: 9.875rem !important;
    gap: 9.875rem !important;
  }

  .\33xl\:gap-tabletPaddingTop {
    grid-gap: 6.625rem !important;
    gap: 6.625rem !important;
  }

  .\33xl\:gap-largePaddingTop {
    grid-gap: 13.75rem !important;
    gap: 13.75rem !important;
  }

  .\33xl\:gap-phoneTextContentMaxWidth {
    grid-gap: 57.0625rem !important;
    gap: 57.0625rem !important;
  }

  .\33xl\:gap-phoneTextContentWidth {
    grid-gap: 63% !important;
    gap: 63% !important;
  }

  .\33xl\:gap-phoneBlockContentWidth {
    grid-gap: 71.625rem !important;
    gap: 71.625rem !important;
  }

  .\33xl\:gap-tabletTextContentMaxWidth {
    grid-gap: 57.0625rem !important;
    gap: 57.0625rem !important;
  }

  .\33xl\:gap-tabletTextContentWidth {
    grid-gap: 63% !important;
    gap: 63% !important;
  }

  .\33xl\:gap-tabletBlockContentWidth {
    grid-gap: 71.625rem !important;
    gap: 71.625rem !important;
  }

  .\33xl\:gap-largeTextContentMaxWidth {
    grid-gap: 57.0625rem !important;
    gap: 57.0625rem !important;
  }

  .\33xl\:gap-largeTextContentWidth {
    grid-gap: 63% !important;
    gap: 63% !important;
  }

  .\33xl\:gap-largeBlockContentWidth {
    grid-gap: 71.625rem !important;
    gap: 71.625rem !important;
  }

  .\33xl\:col-gap-0 {
    grid-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }

  .\33xl\:col-gap-1 {
    grid-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .\33xl\:col-gap-2 {
    grid-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .\33xl\:col-gap-3 {
    grid-column-gap: 0.75rem !important;
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .\33xl\:col-gap-4 {
    grid-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .\33xl\:col-gap-5 {
    grid-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .\33xl\:col-gap-6 {
    grid-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .\33xl\:col-gap-8 {
    grid-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .\33xl\:col-gap-9 {
    grid-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .\33xl\:col-gap-10 {
    grid-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .\33xl\:col-gap-12 {
    grid-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .\33xl\:col-gap-14 {
    grid-column-gap: 3.5rem !important;
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .\33xl\:col-gap-16 {
    grid-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .\33xl\:col-gap-18 {
    grid-column-gap: 4.5rem !important;
    -moz-column-gap: 4.5rem !important;
         column-gap: 4.5rem !important;
  }

  .\33xl\:col-gap-20 {
    grid-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .\33xl\:col-gap-22 {
    grid-column-gap: 5.626rem !important;
    -moz-column-gap: 5.626rem !important;
         column-gap: 5.626rem !important;
  }

  .\33xl\:col-gap-24 {
    grid-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .\33xl\:col-gap-26 {
    grid-column-gap: 6.25rem !important;
    -moz-column-gap: 6.25rem !important;
         column-gap: 6.25rem !important;
  }

  .\33xl\:col-gap-28 {
    grid-column-gap: 7rem !important;
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .\33xl\:col-gap-32 {
    grid-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .\33xl\:col-gap-34 {
    grid-column-gap: 8.5rem !important;
    -moz-column-gap: 8.5rem !important;
         column-gap: 8.5rem !important;
  }

  .\33xl\:col-gap-38 {
    grid-column-gap: 9.25rem !important;
    -moz-column-gap: 9.25rem !important;
         column-gap: 9.25rem !important;
  }

  .\33xl\:col-gap-40 {
    grid-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .\33xl\:col-gap-46 {
    grid-column-gap: 11.75rem !important;
    -moz-column-gap: 11.75rem !important;
         column-gap: 11.75rem !important;
  }

  .\33xl\:col-gap-48 {
    grid-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .\33xl\:col-gap-56 {
    grid-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .\33xl\:col-gap-64 {
    grid-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .\33xl\:col-gap-82 {
    grid-column-gap: 20.75rem !important;
    -moz-column-gap: 20.75rem !important;
         column-gap: 20.75rem !important;
  }

  .\33xl\:col-gap-px {
    grid-column-gap: 1px !important;
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .\33xl\:col-gap-tiny {
    grid-column-gap: 0.3rem !important;
    -moz-column-gap: 0.3rem !important;
         column-gap: 0.3rem !important;
  }

  .\33xl\:col-gap-quick-links {
    grid-column-gap: 26% !important;
    -moz-column-gap: 26% !important;
         column-gap: 26% !important;
  }

  .\33xl\:col-gap-pro-slid {
    grid-column-gap: 48% !important;
    -moz-column-gap: 48% !important;
         column-gap: 48% !important;
  }

  .\33xl\:col-gap-62p {
    grid-column-gap: 62% !important;
    -moz-column-gap: 62% !important;
         column-gap: 62% !important;
  }

  .\33xl\:col-gap-90p {
    grid-column-gap: 90% !important;
    -moz-column-gap: 90% !important;
         column-gap: 90% !important;
  }

  .\33xl\:col-gap-x-large {
    grid-column-gap: 27.5rem !important;
    -moz-column-gap: 27.5rem !important;
         column-gap: 27.5rem !important;
  }

  .\33xl\:col-gap-2px {
    grid-column-gap: 0.125rem !important;
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .\33xl\:col-gap-9px {
    grid-column-gap: 0.5625rem !important;
    -moz-column-gap: 0.5625rem !important;
         column-gap: 0.5625rem !important;
  }

  .\33xl\:col-gap-10px {
    grid-column-gap: 0.625rem !important;
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .\33xl\:col-gap-18px {
    grid-column-gap: 1.125rem !important;
    -moz-column-gap: 1.125rem !important;
         column-gap: 1.125rem !important;
  }

  .\33xl\:col-gap-20px {
    grid-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .\33xl\:col-gap-24px {
    grid-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .\33xl\:col-gap-26px {
    grid-column-gap: 1.625rem !important;
    -moz-column-gap: 1.625rem !important;
         column-gap: 1.625rem !important;
  }

  .\33xl\:col-gap-30px {
    grid-column-gap: 1.875rem !important;
    -moz-column-gap: 1.875rem !important;
         column-gap: 1.875rem !important;
  }

  .\33xl\:col-gap-38px {
    grid-column-gap: 2.375rem !important;
    -moz-column-gap: 2.375rem !important;
         column-gap: 2.375rem !important;
  }

  .\33xl\:col-gap-43px {
    grid-column-gap: 2.6875rem !important;
    -moz-column-gap: 2.6875rem !important;
         column-gap: 2.6875rem !important;
  }

  .\33xl\:col-gap-44px {
    grid-column-gap: 2.75rem !important;
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .\33xl\:col-gap-46px {
    grid-column-gap: 2.875rem !important;
    -moz-column-gap: 2.875rem !important;
         column-gap: 2.875rem !important;
  }

  .\33xl\:col-gap-53px {
    grid-column-gap: 3.3125rem !important;
    -moz-column-gap: 3.3125rem !important;
         column-gap: 3.3125rem !important;
  }

  .\33xl\:col-gap-54px {
    grid-column-gap: 3.375rem !important;
    -moz-column-gap: 3.375rem !important;
         column-gap: 3.375rem !important;
  }

  .\33xl\:col-gap-55px {
    grid-column-gap: 3.4375rem !important;
    -moz-column-gap: 3.4375rem !important;
         column-gap: 3.4375rem !important;
  }

  .\33xl\:col-gap-60px {
    grid-column-gap: 3.75rem !important;
    -moz-column-gap: 3.75rem !important;
         column-gap: 3.75rem !important;
  }

  .\33xl\:col-gap-67px {
    grid-column-gap: 4.1875rem !important;
    -moz-column-gap: 4.1875rem !important;
         column-gap: 4.1875rem !important;
  }

  .\33xl\:col-gap-73px {
    grid-column-gap: 4.5625rem !important;
    -moz-column-gap: 4.5625rem !important;
         column-gap: 4.5625rem !important;
  }

  .\33xl\:col-gap-80px {
    grid-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .\33xl\:col-gap-81px {
    grid-column-gap: 5.0625rem !important;
    -moz-column-gap: 5.0625rem !important;
         column-gap: 5.0625rem !important;
  }

  .\33xl\:col-gap-85px {
    grid-column-gap: 5.3125rem !important;
    -moz-column-gap: 5.3125rem !important;
         column-gap: 5.3125rem !important;
  }

  .\33xl\:col-gap-92px {
    grid-column-gap: 5.75rem !important;
    -moz-column-gap: 5.75rem !important;
         column-gap: 5.75rem !important;
  }

  .\33xl\:col-gap-100px {
    grid-column-gap: 6.25rem !important;
    -moz-column-gap: 6.25rem !important;
         column-gap: 6.25rem !important;
  }

  .\33xl\:col-gap-106px {
    grid-column-gap: 6.625rem !important;
    -moz-column-gap: 6.625rem !important;
         column-gap: 6.625rem !important;
  }

  .\33xl\:col-gap-123px {
    grid-column-gap: 7.6875rem !important;
    -moz-column-gap: 7.6875rem !important;
         column-gap: 7.6875rem !important;
  }

  .\33xl\:col-gap-126px {
    grid-column-gap: 7.875rem !important;
    -moz-column-gap: 7.875rem !important;
         column-gap: 7.875rem !important;
  }

  .\33xl\:col-gap-138px {
    grid-column-gap: 8.625rem !important;
    -moz-column-gap: 8.625rem !important;
         column-gap: 8.625rem !important;
  }

  .\33xl\:col-gap-140px {
    grid-column-gap: 8.75rem !important;
    -moz-column-gap: 8.75rem !important;
         column-gap: 8.75rem !important;
  }

  .\33xl\:col-gap-146px {
    grid-column-gap: 9.125rem !important;
    -moz-column-gap: 9.125rem !important;
         column-gap: 9.125rem !important;
  }

  .\33xl\:col-gap-152px {
    grid-column-gap: 9.5rem !important;
    -moz-column-gap: 9.5rem !important;
         column-gap: 9.5rem !important;
  }

  .\33xl\:col-gap-187px {
    grid-column-gap: 11.6875rem !important;
    -moz-column-gap: 11.6875rem !important;
         column-gap: 11.6875rem !important;
  }

  .\33xl\:col-gap-220px {
    grid-column-gap: 13.75rem !important;
    -moz-column-gap: 13.75rem !important;
         column-gap: 13.75rem !important;
  }

  .\33xl\:col-gap-253px {
    grid-column-gap: 15.8125rem !important;
    -moz-column-gap: 15.8125rem !important;
         column-gap: 15.8125rem !important;
  }

  .\33xl\:col-gap-320px {
    grid-column-gap: 20rem !important;
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .\33xl\:col-gap-400px {
    grid-column-gap: 25rem !important;
    -moz-column-gap: 25rem !important;
         column-gap: 25rem !important;
  }

  .\33xl\:col-gap-500px {
    grid-column-gap: 31.25rem !important;
    -moz-column-gap: 31.25rem !important;
         column-gap: 31.25rem !important;
  }

  .\33xl\:col-gap-lgPaddingTop {
    grid-column-gap: 15.8125rem !important;
    -moz-column-gap: 15.8125rem !important;
         column-gap: 15.8125rem !important;
  }

  .\33xl\:col-gap-phonePaddingTop {
    grid-column-gap: 9.875rem !important;
    -moz-column-gap: 9.875rem !important;
         column-gap: 9.875rem !important;
  }

  .\33xl\:col-gap-tabletPaddingTop {
    grid-column-gap: 6.625rem !important;
    -moz-column-gap: 6.625rem !important;
         column-gap: 6.625rem !important;
  }

  .\33xl\:col-gap-largePaddingTop {
    grid-column-gap: 13.75rem !important;
    -moz-column-gap: 13.75rem !important;
         column-gap: 13.75rem !important;
  }

  .\33xl\:col-gap-phoneTextContentMaxWidth {
    grid-column-gap: 57.0625rem !important;
    -moz-column-gap: 57.0625rem !important;
         column-gap: 57.0625rem !important;
  }

  .\33xl\:col-gap-phoneTextContentWidth {
    grid-column-gap: 63% !important;
    -moz-column-gap: 63% !important;
         column-gap: 63% !important;
  }

  .\33xl\:col-gap-phoneBlockContentWidth {
    grid-column-gap: 71.625rem !important;
    -moz-column-gap: 71.625rem !important;
         column-gap: 71.625rem !important;
  }

  .\33xl\:col-gap-tabletTextContentMaxWidth {
    grid-column-gap: 57.0625rem !important;
    -moz-column-gap: 57.0625rem !important;
         column-gap: 57.0625rem !important;
  }

  .\33xl\:col-gap-tabletTextContentWidth {
    grid-column-gap: 63% !important;
    -moz-column-gap: 63% !important;
         column-gap: 63% !important;
  }

  .\33xl\:col-gap-tabletBlockContentWidth {
    grid-column-gap: 71.625rem !important;
    -moz-column-gap: 71.625rem !important;
         column-gap: 71.625rem !important;
  }

  .\33xl\:col-gap-largeTextContentMaxWidth {
    grid-column-gap: 57.0625rem !important;
    -moz-column-gap: 57.0625rem !important;
         column-gap: 57.0625rem !important;
  }

  .\33xl\:col-gap-largeTextContentWidth {
    grid-column-gap: 63% !important;
    -moz-column-gap: 63% !important;
         column-gap: 63% !important;
  }

  .\33xl\:col-gap-largeBlockContentWidth {
    grid-column-gap: 71.625rem !important;
    -moz-column-gap: 71.625rem !important;
         column-gap: 71.625rem !important;
  }

  .\33xl\:gap-x-0 {
    grid-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }

  .\33xl\:gap-x-1 {
    grid-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .\33xl\:gap-x-2 {
    grid-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .\33xl\:gap-x-3 {
    grid-column-gap: 0.75rem !important;
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .\33xl\:gap-x-4 {
    grid-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .\33xl\:gap-x-5 {
    grid-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .\33xl\:gap-x-6 {
    grid-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .\33xl\:gap-x-8 {
    grid-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .\33xl\:gap-x-9 {
    grid-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .\33xl\:gap-x-10 {
    grid-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .\33xl\:gap-x-12 {
    grid-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .\33xl\:gap-x-14 {
    grid-column-gap: 3.5rem !important;
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .\33xl\:gap-x-16 {
    grid-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .\33xl\:gap-x-18 {
    grid-column-gap: 4.5rem !important;
    -moz-column-gap: 4.5rem !important;
         column-gap: 4.5rem !important;
  }

  .\33xl\:gap-x-20 {
    grid-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .\33xl\:gap-x-22 {
    grid-column-gap: 5.626rem !important;
    -moz-column-gap: 5.626rem !important;
         column-gap: 5.626rem !important;
  }

  .\33xl\:gap-x-24 {
    grid-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .\33xl\:gap-x-26 {
    grid-column-gap: 6.25rem !important;
    -moz-column-gap: 6.25rem !important;
         column-gap: 6.25rem !important;
  }

  .\33xl\:gap-x-28 {
    grid-column-gap: 7rem !important;
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .\33xl\:gap-x-32 {
    grid-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .\33xl\:gap-x-34 {
    grid-column-gap: 8.5rem !important;
    -moz-column-gap: 8.5rem !important;
         column-gap: 8.5rem !important;
  }

  .\33xl\:gap-x-38 {
    grid-column-gap: 9.25rem !important;
    -moz-column-gap: 9.25rem !important;
         column-gap: 9.25rem !important;
  }

  .\33xl\:gap-x-40 {
    grid-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .\33xl\:gap-x-46 {
    grid-column-gap: 11.75rem !important;
    -moz-column-gap: 11.75rem !important;
         column-gap: 11.75rem !important;
  }

  .\33xl\:gap-x-48 {
    grid-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .\33xl\:gap-x-56 {
    grid-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .\33xl\:gap-x-64 {
    grid-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .\33xl\:gap-x-82 {
    grid-column-gap: 20.75rem !important;
    -moz-column-gap: 20.75rem !important;
         column-gap: 20.75rem !important;
  }

  .\33xl\:gap-x-px {
    grid-column-gap: 1px !important;
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .\33xl\:gap-x-tiny {
    grid-column-gap: 0.3rem !important;
    -moz-column-gap: 0.3rem !important;
         column-gap: 0.3rem !important;
  }

  .\33xl\:gap-x-quick-links {
    grid-column-gap: 26% !important;
    -moz-column-gap: 26% !important;
         column-gap: 26% !important;
  }

  .\33xl\:gap-x-pro-slid {
    grid-column-gap: 48% !important;
    -moz-column-gap: 48% !important;
         column-gap: 48% !important;
  }

  .\33xl\:gap-x-62p {
    grid-column-gap: 62% !important;
    -moz-column-gap: 62% !important;
         column-gap: 62% !important;
  }

  .\33xl\:gap-x-90p {
    grid-column-gap: 90% !important;
    -moz-column-gap: 90% !important;
         column-gap: 90% !important;
  }

  .\33xl\:gap-x-x-large {
    grid-column-gap: 27.5rem !important;
    -moz-column-gap: 27.5rem !important;
         column-gap: 27.5rem !important;
  }

  .\33xl\:gap-x-2px {
    grid-column-gap: 0.125rem !important;
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .\33xl\:gap-x-9px {
    grid-column-gap: 0.5625rem !important;
    -moz-column-gap: 0.5625rem !important;
         column-gap: 0.5625rem !important;
  }

  .\33xl\:gap-x-10px {
    grid-column-gap: 0.625rem !important;
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .\33xl\:gap-x-18px {
    grid-column-gap: 1.125rem !important;
    -moz-column-gap: 1.125rem !important;
         column-gap: 1.125rem !important;
  }

  .\33xl\:gap-x-20px {
    grid-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .\33xl\:gap-x-24px {
    grid-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .\33xl\:gap-x-26px {
    grid-column-gap: 1.625rem !important;
    -moz-column-gap: 1.625rem !important;
         column-gap: 1.625rem !important;
  }

  .\33xl\:gap-x-30px {
    grid-column-gap: 1.875rem !important;
    -moz-column-gap: 1.875rem !important;
         column-gap: 1.875rem !important;
  }

  .\33xl\:gap-x-38px {
    grid-column-gap: 2.375rem !important;
    -moz-column-gap: 2.375rem !important;
         column-gap: 2.375rem !important;
  }

  .\33xl\:gap-x-43px {
    grid-column-gap: 2.6875rem !important;
    -moz-column-gap: 2.6875rem !important;
         column-gap: 2.6875rem !important;
  }

  .\33xl\:gap-x-44px {
    grid-column-gap: 2.75rem !important;
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .\33xl\:gap-x-46px {
    grid-column-gap: 2.875rem !important;
    -moz-column-gap: 2.875rem !important;
         column-gap: 2.875rem !important;
  }

  .\33xl\:gap-x-53px {
    grid-column-gap: 3.3125rem !important;
    -moz-column-gap: 3.3125rem !important;
         column-gap: 3.3125rem !important;
  }

  .\33xl\:gap-x-54px {
    grid-column-gap: 3.375rem !important;
    -moz-column-gap: 3.375rem !important;
         column-gap: 3.375rem !important;
  }

  .\33xl\:gap-x-55px {
    grid-column-gap: 3.4375rem !important;
    -moz-column-gap: 3.4375rem !important;
         column-gap: 3.4375rem !important;
  }

  .\33xl\:gap-x-60px {
    grid-column-gap: 3.75rem !important;
    -moz-column-gap: 3.75rem !important;
         column-gap: 3.75rem !important;
  }

  .\33xl\:gap-x-67px {
    grid-column-gap: 4.1875rem !important;
    -moz-column-gap: 4.1875rem !important;
         column-gap: 4.1875rem !important;
  }

  .\33xl\:gap-x-73px {
    grid-column-gap: 4.5625rem !important;
    -moz-column-gap: 4.5625rem !important;
         column-gap: 4.5625rem !important;
  }

  .\33xl\:gap-x-80px {
    grid-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .\33xl\:gap-x-81px {
    grid-column-gap: 5.0625rem !important;
    -moz-column-gap: 5.0625rem !important;
         column-gap: 5.0625rem !important;
  }

  .\33xl\:gap-x-85px {
    grid-column-gap: 5.3125rem !important;
    -moz-column-gap: 5.3125rem !important;
         column-gap: 5.3125rem !important;
  }

  .\33xl\:gap-x-92px {
    grid-column-gap: 5.75rem !important;
    -moz-column-gap: 5.75rem !important;
         column-gap: 5.75rem !important;
  }

  .\33xl\:gap-x-100px {
    grid-column-gap: 6.25rem !important;
    -moz-column-gap: 6.25rem !important;
         column-gap: 6.25rem !important;
  }

  .\33xl\:gap-x-106px {
    grid-column-gap: 6.625rem !important;
    -moz-column-gap: 6.625rem !important;
         column-gap: 6.625rem !important;
  }

  .\33xl\:gap-x-123px {
    grid-column-gap: 7.6875rem !important;
    -moz-column-gap: 7.6875rem !important;
         column-gap: 7.6875rem !important;
  }

  .\33xl\:gap-x-126px {
    grid-column-gap: 7.875rem !important;
    -moz-column-gap: 7.875rem !important;
         column-gap: 7.875rem !important;
  }

  .\33xl\:gap-x-138px {
    grid-column-gap: 8.625rem !important;
    -moz-column-gap: 8.625rem !important;
         column-gap: 8.625rem !important;
  }

  .\33xl\:gap-x-140px {
    grid-column-gap: 8.75rem !important;
    -moz-column-gap: 8.75rem !important;
         column-gap: 8.75rem !important;
  }

  .\33xl\:gap-x-146px {
    grid-column-gap: 9.125rem !important;
    -moz-column-gap: 9.125rem !important;
         column-gap: 9.125rem !important;
  }

  .\33xl\:gap-x-152px {
    grid-column-gap: 9.5rem !important;
    -moz-column-gap: 9.5rem !important;
         column-gap: 9.5rem !important;
  }

  .\33xl\:gap-x-187px {
    grid-column-gap: 11.6875rem !important;
    -moz-column-gap: 11.6875rem !important;
         column-gap: 11.6875rem !important;
  }

  .\33xl\:gap-x-220px {
    grid-column-gap: 13.75rem !important;
    -moz-column-gap: 13.75rem !important;
         column-gap: 13.75rem !important;
  }

  .\33xl\:gap-x-253px {
    grid-column-gap: 15.8125rem !important;
    -moz-column-gap: 15.8125rem !important;
         column-gap: 15.8125rem !important;
  }

  .\33xl\:gap-x-320px {
    grid-column-gap: 20rem !important;
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .\33xl\:gap-x-400px {
    grid-column-gap: 25rem !important;
    -moz-column-gap: 25rem !important;
         column-gap: 25rem !important;
  }

  .\33xl\:gap-x-500px {
    grid-column-gap: 31.25rem !important;
    -moz-column-gap: 31.25rem !important;
         column-gap: 31.25rem !important;
  }

  .\33xl\:gap-x-lgPaddingTop {
    grid-column-gap: 15.8125rem !important;
    -moz-column-gap: 15.8125rem !important;
         column-gap: 15.8125rem !important;
  }

  .\33xl\:gap-x-phonePaddingTop {
    grid-column-gap: 9.875rem !important;
    -moz-column-gap: 9.875rem !important;
         column-gap: 9.875rem !important;
  }

  .\33xl\:gap-x-tabletPaddingTop {
    grid-column-gap: 6.625rem !important;
    -moz-column-gap: 6.625rem !important;
         column-gap: 6.625rem !important;
  }

  .\33xl\:gap-x-largePaddingTop {
    grid-column-gap: 13.75rem !important;
    -moz-column-gap: 13.75rem !important;
         column-gap: 13.75rem !important;
  }

  .\33xl\:gap-x-phoneTextContentMaxWidth {
    grid-column-gap: 57.0625rem !important;
    -moz-column-gap: 57.0625rem !important;
         column-gap: 57.0625rem !important;
  }

  .\33xl\:gap-x-phoneTextContentWidth {
    grid-column-gap: 63% !important;
    -moz-column-gap: 63% !important;
         column-gap: 63% !important;
  }

  .\33xl\:gap-x-phoneBlockContentWidth {
    grid-column-gap: 71.625rem !important;
    -moz-column-gap: 71.625rem !important;
         column-gap: 71.625rem !important;
  }

  .\33xl\:gap-x-tabletTextContentMaxWidth {
    grid-column-gap: 57.0625rem !important;
    -moz-column-gap: 57.0625rem !important;
         column-gap: 57.0625rem !important;
  }

  .\33xl\:gap-x-tabletTextContentWidth {
    grid-column-gap: 63% !important;
    -moz-column-gap: 63% !important;
         column-gap: 63% !important;
  }

  .\33xl\:gap-x-tabletBlockContentWidth {
    grid-column-gap: 71.625rem !important;
    -moz-column-gap: 71.625rem !important;
         column-gap: 71.625rem !important;
  }

  .\33xl\:gap-x-largeTextContentMaxWidth {
    grid-column-gap: 57.0625rem !important;
    -moz-column-gap: 57.0625rem !important;
         column-gap: 57.0625rem !important;
  }

  .\33xl\:gap-x-largeTextContentWidth {
    grid-column-gap: 63% !important;
    -moz-column-gap: 63% !important;
         column-gap: 63% !important;
  }

  .\33xl\:gap-x-largeBlockContentWidth {
    grid-column-gap: 71.625rem !important;
    -moz-column-gap: 71.625rem !important;
         column-gap: 71.625rem !important;
  }

  .\33xl\:row-gap-0 {
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .\33xl\:row-gap-1 {
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .\33xl\:row-gap-2 {
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .\33xl\:row-gap-3 {
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .\33xl\:row-gap-4 {
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .\33xl\:row-gap-5 {
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .\33xl\:row-gap-6 {
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .\33xl\:row-gap-8 {
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .\33xl\:row-gap-9 {
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .\33xl\:row-gap-10 {
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .\33xl\:row-gap-12 {
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .\33xl\:row-gap-14 {
    grid-row-gap: 3.5rem !important;
    row-gap: 3.5rem !important;
  }

  .\33xl\:row-gap-16 {
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .\33xl\:row-gap-18 {
    grid-row-gap: 4.5rem !important;
    row-gap: 4.5rem !important;
  }

  .\33xl\:row-gap-20 {
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .\33xl\:row-gap-22 {
    grid-row-gap: 5.626rem !important;
    row-gap: 5.626rem !important;
  }

  .\33xl\:row-gap-24 {
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .\33xl\:row-gap-26 {
    grid-row-gap: 6.25rem !important;
    row-gap: 6.25rem !important;
  }

  .\33xl\:row-gap-28 {
    grid-row-gap: 7rem !important;
    row-gap: 7rem !important;
  }

  .\33xl\:row-gap-32 {
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .\33xl\:row-gap-34 {
    grid-row-gap: 8.5rem !important;
    row-gap: 8.5rem !important;
  }

  .\33xl\:row-gap-38 {
    grid-row-gap: 9.25rem !important;
    row-gap: 9.25rem !important;
  }

  .\33xl\:row-gap-40 {
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .\33xl\:row-gap-46 {
    grid-row-gap: 11.75rem !important;
    row-gap: 11.75rem !important;
  }

  .\33xl\:row-gap-48 {
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .\33xl\:row-gap-56 {
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .\33xl\:row-gap-64 {
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .\33xl\:row-gap-82 {
    grid-row-gap: 20.75rem !important;
    row-gap: 20.75rem !important;
  }

  .\33xl\:row-gap-px {
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .\33xl\:row-gap-tiny {
    grid-row-gap: 0.3rem !important;
    row-gap: 0.3rem !important;
  }

  .\33xl\:row-gap-quick-links {
    grid-row-gap: 26% !important;
    row-gap: 26% !important;
  }

  .\33xl\:row-gap-pro-slid {
    grid-row-gap: 48% !important;
    row-gap: 48% !important;
  }

  .\33xl\:row-gap-62p {
    grid-row-gap: 62% !important;
    row-gap: 62% !important;
  }

  .\33xl\:row-gap-90p {
    grid-row-gap: 90% !important;
    row-gap: 90% !important;
  }

  .\33xl\:row-gap-x-large {
    grid-row-gap: 27.5rem !important;
    row-gap: 27.5rem !important;
  }

  .\33xl\:row-gap-2px {
    grid-row-gap: 0.125rem !important;
    row-gap: 0.125rem !important;
  }

  .\33xl\:row-gap-9px {
    grid-row-gap: 0.5625rem !important;
    row-gap: 0.5625rem !important;
  }

  .\33xl\:row-gap-10px {
    grid-row-gap: 0.625rem !important;
    row-gap: 0.625rem !important;
  }

  .\33xl\:row-gap-18px {
    grid-row-gap: 1.125rem !important;
    row-gap: 1.125rem !important;
  }

  .\33xl\:row-gap-20px {
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .\33xl\:row-gap-24px {
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .\33xl\:row-gap-26px {
    grid-row-gap: 1.625rem !important;
    row-gap: 1.625rem !important;
  }

  .\33xl\:row-gap-30px {
    grid-row-gap: 1.875rem !important;
    row-gap: 1.875rem !important;
  }

  .\33xl\:row-gap-38px {
    grid-row-gap: 2.375rem !important;
    row-gap: 2.375rem !important;
  }

  .\33xl\:row-gap-43px {
    grid-row-gap: 2.6875rem !important;
    row-gap: 2.6875rem !important;
  }

  .\33xl\:row-gap-44px {
    grid-row-gap: 2.75rem !important;
    row-gap: 2.75rem !important;
  }

  .\33xl\:row-gap-46px {
    grid-row-gap: 2.875rem !important;
    row-gap: 2.875rem !important;
  }

  .\33xl\:row-gap-53px {
    grid-row-gap: 3.3125rem !important;
    row-gap: 3.3125rem !important;
  }

  .\33xl\:row-gap-54px {
    grid-row-gap: 3.375rem !important;
    row-gap: 3.375rem !important;
  }

  .\33xl\:row-gap-55px {
    grid-row-gap: 3.4375rem !important;
    row-gap: 3.4375rem !important;
  }

  .\33xl\:row-gap-60px {
    grid-row-gap: 3.75rem !important;
    row-gap: 3.75rem !important;
  }

  .\33xl\:row-gap-67px {
    grid-row-gap: 4.1875rem !important;
    row-gap: 4.1875rem !important;
  }

  .\33xl\:row-gap-73px {
    grid-row-gap: 4.5625rem !important;
    row-gap: 4.5625rem !important;
  }

  .\33xl\:row-gap-80px {
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .\33xl\:row-gap-81px {
    grid-row-gap: 5.0625rem !important;
    row-gap: 5.0625rem !important;
  }

  .\33xl\:row-gap-85px {
    grid-row-gap: 5.3125rem !important;
    row-gap: 5.3125rem !important;
  }

  .\33xl\:row-gap-92px {
    grid-row-gap: 5.75rem !important;
    row-gap: 5.75rem !important;
  }

  .\33xl\:row-gap-100px {
    grid-row-gap: 6.25rem !important;
    row-gap: 6.25rem !important;
  }

  .\33xl\:row-gap-106px {
    grid-row-gap: 6.625rem !important;
    row-gap: 6.625rem !important;
  }

  .\33xl\:row-gap-123px {
    grid-row-gap: 7.6875rem !important;
    row-gap: 7.6875rem !important;
  }

  .\33xl\:row-gap-126px {
    grid-row-gap: 7.875rem !important;
    row-gap: 7.875rem !important;
  }

  .\33xl\:row-gap-138px {
    grid-row-gap: 8.625rem !important;
    row-gap: 8.625rem !important;
  }

  .\33xl\:row-gap-140px {
    grid-row-gap: 8.75rem !important;
    row-gap: 8.75rem !important;
  }

  .\33xl\:row-gap-146px {
    grid-row-gap: 9.125rem !important;
    row-gap: 9.125rem !important;
  }

  .\33xl\:row-gap-152px {
    grid-row-gap: 9.5rem !important;
    row-gap: 9.5rem !important;
  }

  .\33xl\:row-gap-187px {
    grid-row-gap: 11.6875rem !important;
    row-gap: 11.6875rem !important;
  }

  .\33xl\:row-gap-220px {
    grid-row-gap: 13.75rem !important;
    row-gap: 13.75rem !important;
  }

  .\33xl\:row-gap-253px {
    grid-row-gap: 15.8125rem !important;
    row-gap: 15.8125rem !important;
  }

  .\33xl\:row-gap-320px {
    grid-row-gap: 20rem !important;
    row-gap: 20rem !important;
  }

  .\33xl\:row-gap-400px {
    grid-row-gap: 25rem !important;
    row-gap: 25rem !important;
  }

  .\33xl\:row-gap-500px {
    grid-row-gap: 31.25rem !important;
    row-gap: 31.25rem !important;
  }

  .\33xl\:row-gap-lgPaddingTop {
    grid-row-gap: 15.8125rem !important;
    row-gap: 15.8125rem !important;
  }

  .\33xl\:row-gap-phonePaddingTop {
    grid-row-gap: 9.875rem !important;
    row-gap: 9.875rem !important;
  }

  .\33xl\:row-gap-tabletPaddingTop {
    grid-row-gap: 6.625rem !important;
    row-gap: 6.625rem !important;
  }

  .\33xl\:row-gap-largePaddingTop {
    grid-row-gap: 13.75rem !important;
    row-gap: 13.75rem !important;
  }

  .\33xl\:row-gap-phoneTextContentMaxWidth {
    grid-row-gap: 57.0625rem !important;
    row-gap: 57.0625rem !important;
  }

  .\33xl\:row-gap-phoneTextContentWidth {
    grid-row-gap: 63% !important;
    row-gap: 63% !important;
  }

  .\33xl\:row-gap-phoneBlockContentWidth {
    grid-row-gap: 71.625rem !important;
    row-gap: 71.625rem !important;
  }

  .\33xl\:row-gap-tabletTextContentMaxWidth {
    grid-row-gap: 57.0625rem !important;
    row-gap: 57.0625rem !important;
  }

  .\33xl\:row-gap-tabletTextContentWidth {
    grid-row-gap: 63% !important;
    row-gap: 63% !important;
  }

  .\33xl\:row-gap-tabletBlockContentWidth {
    grid-row-gap: 71.625rem !important;
    row-gap: 71.625rem !important;
  }

  .\33xl\:row-gap-largeTextContentMaxWidth {
    grid-row-gap: 57.0625rem !important;
    row-gap: 57.0625rem !important;
  }

  .\33xl\:row-gap-largeTextContentWidth {
    grid-row-gap: 63% !important;
    row-gap: 63% !important;
  }

  .\33xl\:row-gap-largeBlockContentWidth {
    grid-row-gap: 71.625rem !important;
    row-gap: 71.625rem !important;
  }

  .\33xl\:gap-y-0 {
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .\33xl\:gap-y-1 {
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .\33xl\:gap-y-2 {
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .\33xl\:gap-y-3 {
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .\33xl\:gap-y-4 {
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .\33xl\:gap-y-5 {
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .\33xl\:gap-y-6 {
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .\33xl\:gap-y-8 {
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .\33xl\:gap-y-9 {
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .\33xl\:gap-y-10 {
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .\33xl\:gap-y-12 {
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .\33xl\:gap-y-14 {
    grid-row-gap: 3.5rem !important;
    row-gap: 3.5rem !important;
  }

  .\33xl\:gap-y-16 {
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .\33xl\:gap-y-18 {
    grid-row-gap: 4.5rem !important;
    row-gap: 4.5rem !important;
  }

  .\33xl\:gap-y-20 {
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .\33xl\:gap-y-22 {
    grid-row-gap: 5.626rem !important;
    row-gap: 5.626rem !important;
  }

  .\33xl\:gap-y-24 {
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .\33xl\:gap-y-26 {
    grid-row-gap: 6.25rem !important;
    row-gap: 6.25rem !important;
  }

  .\33xl\:gap-y-28 {
    grid-row-gap: 7rem !important;
    row-gap: 7rem !important;
  }

  .\33xl\:gap-y-32 {
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .\33xl\:gap-y-34 {
    grid-row-gap: 8.5rem !important;
    row-gap: 8.5rem !important;
  }

  .\33xl\:gap-y-38 {
    grid-row-gap: 9.25rem !important;
    row-gap: 9.25rem !important;
  }

  .\33xl\:gap-y-40 {
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .\33xl\:gap-y-46 {
    grid-row-gap: 11.75rem !important;
    row-gap: 11.75rem !important;
  }

  .\33xl\:gap-y-48 {
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .\33xl\:gap-y-56 {
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .\33xl\:gap-y-64 {
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .\33xl\:gap-y-82 {
    grid-row-gap: 20.75rem !important;
    row-gap: 20.75rem !important;
  }

  .\33xl\:gap-y-px {
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .\33xl\:gap-y-tiny {
    grid-row-gap: 0.3rem !important;
    row-gap: 0.3rem !important;
  }

  .\33xl\:gap-y-quick-links {
    grid-row-gap: 26% !important;
    row-gap: 26% !important;
  }

  .\33xl\:gap-y-pro-slid {
    grid-row-gap: 48% !important;
    row-gap: 48% !important;
  }

  .\33xl\:gap-y-62p {
    grid-row-gap: 62% !important;
    row-gap: 62% !important;
  }

  .\33xl\:gap-y-90p {
    grid-row-gap: 90% !important;
    row-gap: 90% !important;
  }

  .\33xl\:gap-y-x-large {
    grid-row-gap: 27.5rem !important;
    row-gap: 27.5rem !important;
  }

  .\33xl\:gap-y-2px {
    grid-row-gap: 0.125rem !important;
    row-gap: 0.125rem !important;
  }

  .\33xl\:gap-y-9px {
    grid-row-gap: 0.5625rem !important;
    row-gap: 0.5625rem !important;
  }

  .\33xl\:gap-y-10px {
    grid-row-gap: 0.625rem !important;
    row-gap: 0.625rem !important;
  }

  .\33xl\:gap-y-18px {
    grid-row-gap: 1.125rem !important;
    row-gap: 1.125rem !important;
  }

  .\33xl\:gap-y-20px {
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .\33xl\:gap-y-24px {
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .\33xl\:gap-y-26px {
    grid-row-gap: 1.625rem !important;
    row-gap: 1.625rem !important;
  }

  .\33xl\:gap-y-30px {
    grid-row-gap: 1.875rem !important;
    row-gap: 1.875rem !important;
  }

  .\33xl\:gap-y-38px {
    grid-row-gap: 2.375rem !important;
    row-gap: 2.375rem !important;
  }

  .\33xl\:gap-y-43px {
    grid-row-gap: 2.6875rem !important;
    row-gap: 2.6875rem !important;
  }

  .\33xl\:gap-y-44px {
    grid-row-gap: 2.75rem !important;
    row-gap: 2.75rem !important;
  }

  .\33xl\:gap-y-46px {
    grid-row-gap: 2.875rem !important;
    row-gap: 2.875rem !important;
  }

  .\33xl\:gap-y-53px {
    grid-row-gap: 3.3125rem !important;
    row-gap: 3.3125rem !important;
  }

  .\33xl\:gap-y-54px {
    grid-row-gap: 3.375rem !important;
    row-gap: 3.375rem !important;
  }

  .\33xl\:gap-y-55px {
    grid-row-gap: 3.4375rem !important;
    row-gap: 3.4375rem !important;
  }

  .\33xl\:gap-y-60px {
    grid-row-gap: 3.75rem !important;
    row-gap: 3.75rem !important;
  }

  .\33xl\:gap-y-67px {
    grid-row-gap: 4.1875rem !important;
    row-gap: 4.1875rem !important;
  }

  .\33xl\:gap-y-73px {
    grid-row-gap: 4.5625rem !important;
    row-gap: 4.5625rem !important;
  }

  .\33xl\:gap-y-80px {
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .\33xl\:gap-y-81px {
    grid-row-gap: 5.0625rem !important;
    row-gap: 5.0625rem !important;
  }

  .\33xl\:gap-y-85px {
    grid-row-gap: 5.3125rem !important;
    row-gap: 5.3125rem !important;
  }

  .\33xl\:gap-y-92px {
    grid-row-gap: 5.75rem !important;
    row-gap: 5.75rem !important;
  }

  .\33xl\:gap-y-100px {
    grid-row-gap: 6.25rem !important;
    row-gap: 6.25rem !important;
  }

  .\33xl\:gap-y-106px {
    grid-row-gap: 6.625rem !important;
    row-gap: 6.625rem !important;
  }

  .\33xl\:gap-y-123px {
    grid-row-gap: 7.6875rem !important;
    row-gap: 7.6875rem !important;
  }

  .\33xl\:gap-y-126px {
    grid-row-gap: 7.875rem !important;
    row-gap: 7.875rem !important;
  }

  .\33xl\:gap-y-138px {
    grid-row-gap: 8.625rem !important;
    row-gap: 8.625rem !important;
  }

  .\33xl\:gap-y-140px {
    grid-row-gap: 8.75rem !important;
    row-gap: 8.75rem !important;
  }

  .\33xl\:gap-y-146px {
    grid-row-gap: 9.125rem !important;
    row-gap: 9.125rem !important;
  }

  .\33xl\:gap-y-152px {
    grid-row-gap: 9.5rem !important;
    row-gap: 9.5rem !important;
  }

  .\33xl\:gap-y-187px {
    grid-row-gap: 11.6875rem !important;
    row-gap: 11.6875rem !important;
  }

  .\33xl\:gap-y-220px {
    grid-row-gap: 13.75rem !important;
    row-gap: 13.75rem !important;
  }

  .\33xl\:gap-y-253px {
    grid-row-gap: 15.8125rem !important;
    row-gap: 15.8125rem !important;
  }

  .\33xl\:gap-y-320px {
    grid-row-gap: 20rem !important;
    row-gap: 20rem !important;
  }

  .\33xl\:gap-y-400px {
    grid-row-gap: 25rem !important;
    row-gap: 25rem !important;
  }

  .\33xl\:gap-y-500px {
    grid-row-gap: 31.25rem !important;
    row-gap: 31.25rem !important;
  }

  .\33xl\:gap-y-lgPaddingTop {
    grid-row-gap: 15.8125rem !important;
    row-gap: 15.8125rem !important;
  }

  .\33xl\:gap-y-phonePaddingTop {
    grid-row-gap: 9.875rem !important;
    row-gap: 9.875rem !important;
  }

  .\33xl\:gap-y-tabletPaddingTop {
    grid-row-gap: 6.625rem !important;
    row-gap: 6.625rem !important;
  }

  .\33xl\:gap-y-largePaddingTop {
    grid-row-gap: 13.75rem !important;
    row-gap: 13.75rem !important;
  }

  .\33xl\:gap-y-phoneTextContentMaxWidth {
    grid-row-gap: 57.0625rem !important;
    row-gap: 57.0625rem !important;
  }

  .\33xl\:gap-y-phoneTextContentWidth {
    grid-row-gap: 63% !important;
    row-gap: 63% !important;
  }

  .\33xl\:gap-y-phoneBlockContentWidth {
    grid-row-gap: 71.625rem !important;
    row-gap: 71.625rem !important;
  }

  .\33xl\:gap-y-tabletTextContentMaxWidth {
    grid-row-gap: 57.0625rem !important;
    row-gap: 57.0625rem !important;
  }

  .\33xl\:gap-y-tabletTextContentWidth {
    grid-row-gap: 63% !important;
    row-gap: 63% !important;
  }

  .\33xl\:gap-y-tabletBlockContentWidth {
    grid-row-gap: 71.625rem !important;
    row-gap: 71.625rem !important;
  }

  .\33xl\:gap-y-largeTextContentMaxWidth {
    grid-row-gap: 57.0625rem !important;
    row-gap: 57.0625rem !important;
  }

  .\33xl\:gap-y-largeTextContentWidth {
    grid-row-gap: 63% !important;
    row-gap: 63% !important;
  }

  .\33xl\:gap-y-largeBlockContentWidth {
    grid-row-gap: 71.625rem !important;
    row-gap: 71.625rem !important;
  }

  .\33xl\:grid-flow-row {
    grid-auto-flow: row !important;
  }

  .\33xl\:grid-flow-col {
    grid-auto-flow: column !important;
  }

  .\33xl\:grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .\33xl\:grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .\33xl\:grid-cols-none {
    grid-template-columns: none !important;
  }

  .\33xl\:auto-cols-auto {
    grid-auto-columns: auto !important;
  }

  .\33xl\:auto-cols-min {
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .\33xl\:auto-cols-max {
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .\33xl\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .\33xl\:col-auto {
    grid-column: auto !important;
  }

  .\33xl\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .\33xl\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .\33xl\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .\33xl\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .\33xl\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .\33xl\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .\33xl\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .\33xl\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .\33xl\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .\33xl\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .\33xl\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .\33xl\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .\33xl\:col-span-full {
    grid-column: 1 / -1 !important;
  }

  .\33xl\:col-start-1 {
    grid-column-start: 1 !important;
  }

  .\33xl\:col-start-2 {
    grid-column-start: 2 !important;
  }

  .\33xl\:col-start-3 {
    grid-column-start: 3 !important;
  }

  .\33xl\:col-start-4 {
    grid-column-start: 4 !important;
  }

  .\33xl\:col-start-5 {
    grid-column-start: 5 !important;
  }

  .\33xl\:col-start-6 {
    grid-column-start: 6 !important;
  }

  .\33xl\:col-start-7 {
    grid-column-start: 7 !important;
  }

  .\33xl\:col-start-8 {
    grid-column-start: 8 !important;
  }

  .\33xl\:col-start-9 {
    grid-column-start: 9 !important;
  }

  .\33xl\:col-start-10 {
    grid-column-start: 10 !important;
  }

  .\33xl\:col-start-11 {
    grid-column-start: 11 !important;
  }

  .\33xl\:col-start-12 {
    grid-column-start: 12 !important;
  }

  .\33xl\:col-start-13 {
    grid-column-start: 13 !important;
  }

  .\33xl\:col-start-auto {
    grid-column-start: auto !important;
  }

  .\33xl\:col-end-1 {
    grid-column-end: 1 !important;
  }

  .\33xl\:col-end-2 {
    grid-column-end: 2 !important;
  }

  .\33xl\:col-end-3 {
    grid-column-end: 3 !important;
  }

  .\33xl\:col-end-4 {
    grid-column-end: 4 !important;
  }

  .\33xl\:col-end-5 {
    grid-column-end: 5 !important;
  }

  .\33xl\:col-end-6 {
    grid-column-end: 6 !important;
  }

  .\33xl\:col-end-7 {
    grid-column-end: 7 !important;
  }

  .\33xl\:col-end-8 {
    grid-column-end: 8 !important;
  }

  .\33xl\:col-end-9 {
    grid-column-end: 9 !important;
  }

  .\33xl\:col-end-10 {
    grid-column-end: 10 !important;
  }

  .\33xl\:col-end-11 {
    grid-column-end: 11 !important;
  }

  .\33xl\:col-end-12 {
    grid-column-end: 12 !important;
  }

  .\33xl\:col-end-13 {
    grid-column-end: 13 !important;
  }

  .\33xl\:col-end-auto {
    grid-column-end: auto !important;
  }

  .\33xl\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .\33xl\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .\33xl\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .\33xl\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .\33xl\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .\33xl\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .\33xl\:grid-rows-none {
    grid-template-rows: none !important;
  }

  .\33xl\:auto-rows-auto {
    grid-auto-rows: auto !important;
  }

  .\33xl\:auto-rows-min {
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .\33xl\:auto-rows-max {
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .\33xl\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .\33xl\:row-auto {
    grid-row: auto !important;
  }

  .\33xl\:row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .\33xl\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .\33xl\:row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .\33xl\:row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .\33xl\:row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .\33xl\:row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .\33xl\:row-span-full {
    grid-row: 1 / -1 !important;
  }

  .\33xl\:row-start-1 {
    grid-row-start: 1 !important;
  }

  .\33xl\:row-start-2 {
    grid-row-start: 2 !important;
  }

  .\33xl\:row-start-3 {
    grid-row-start: 3 !important;
  }

  .\33xl\:row-start-4 {
    grid-row-start: 4 !important;
  }

  .\33xl\:row-start-5 {
    grid-row-start: 5 !important;
  }

  .\33xl\:row-start-6 {
    grid-row-start: 6 !important;
  }

  .\33xl\:row-start-7 {
    grid-row-start: 7 !important;
  }

  .\33xl\:row-start-auto {
    grid-row-start: auto !important;
  }

  .\33xl\:row-end-1 {
    grid-row-end: 1 !important;
  }

  .\33xl\:row-end-2 {
    grid-row-end: 2 !important;
  }

  .\33xl\:row-end-3 {
    grid-row-end: 3 !important;
  }

  .\33xl\:row-end-4 {
    grid-row-end: 4 !important;
  }

  .\33xl\:row-end-5 {
    grid-row-end: 5 !important;
  }

  .\33xl\:row-end-6 {
    grid-row-end: 6 !important;
  }

  .\33xl\:row-end-7 {
    grid-row-end: 7 !important;
  }

  .\33xl\:row-end-auto {
    grid-row-end: auto !important;
  }

  .\33xl\:transform {
    --transform-translate-x: 0 !important;
    --transform-translate-y: 0 !important;
    --transform-rotate: 0 !important;
    --transform-skew-x: 0 !important;
    --transform-skew-y: 0 !important;
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
  }

  .\33xl\:transform-none {
    transform: none !important;
  }

  .\33xl\:origin-center {
    transform-origin: center !important;
  }

  .\33xl\:origin-top {
    transform-origin: top !important;
  }

  .\33xl\:origin-top-right {
    transform-origin: top right !important;
  }

  .\33xl\:origin-right {
    transform-origin: right !important;
  }

  .\33xl\:origin-bottom-right {
    transform-origin: bottom right !important;
  }

  .\33xl\:origin-bottom {
    transform-origin: bottom !important;
  }

  .\33xl\:origin-bottom-left {
    transform-origin: bottom left !important;
  }

  .\33xl\:origin-left {
    transform-origin: left !important;
  }

  .\33xl\:origin-top-left {
    transform-origin: top left !important;
  }

  .\33xl\:scale-0 {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .\33xl\:scale-50 {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .\33xl\:scale-75 {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .\33xl\:scale-90 {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .\33xl\:scale-95 {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .\33xl\:scale-100 {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .\33xl\:scale-105 {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .\33xl\:scale-110 {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .\33xl\:scale-125 {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .\33xl\:scale-150 {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .\33xl\:scale-x-0 {
    --transform-scale-x: 0 !important;
  }

  .\33xl\:scale-x-50 {
    --transform-scale-x: .5 !important;
  }

  .\33xl\:scale-x-75 {
    --transform-scale-x: .75 !important;
  }

  .\33xl\:scale-x-90 {
    --transform-scale-x: .9 !important;
  }

  .\33xl\:scale-x-95 {
    --transform-scale-x: .95 !important;
  }

  .\33xl\:scale-x-100 {
    --transform-scale-x: 1 !important;
  }

  .\33xl\:scale-x-105 {
    --transform-scale-x: 1.05 !important;
  }

  .\33xl\:scale-x-110 {
    --transform-scale-x: 1.1 !important;
  }

  .\33xl\:scale-x-125 {
    --transform-scale-x: 1.25 !important;
  }

  .\33xl\:scale-x-150 {
    --transform-scale-x: 1.5 !important;
  }

  .\33xl\:scale-y-0 {
    --transform-scale-y: 0 !important;
  }

  .\33xl\:scale-y-50 {
    --transform-scale-y: .5 !important;
  }

  .\33xl\:scale-y-75 {
    --transform-scale-y: .75 !important;
  }

  .\33xl\:scale-y-90 {
    --transform-scale-y: .9 !important;
  }

  .\33xl\:scale-y-95 {
    --transform-scale-y: .95 !important;
  }

  .\33xl\:scale-y-100 {
    --transform-scale-y: 1 !important;
  }

  .\33xl\:scale-y-105 {
    --transform-scale-y: 1.05 !important;
  }

  .\33xl\:scale-y-110 {
    --transform-scale-y: 1.1 !important;
  }

  .\33xl\:scale-y-125 {
    --transform-scale-y: 1.25 !important;
  }

  .\33xl\:scale-y-150 {
    --transform-scale-y: 1.5 !important;
  }

  .\33xl\:hover\:scale-0:hover {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .\33xl\:hover\:scale-50:hover {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .\33xl\:hover\:scale-75:hover {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .\33xl\:hover\:scale-90:hover {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .\33xl\:hover\:scale-95:hover {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .\33xl\:hover\:scale-100:hover {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .\33xl\:hover\:scale-105:hover {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .\33xl\:hover\:scale-110:hover {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .\33xl\:hover\:scale-125:hover {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .\33xl\:hover\:scale-150:hover {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .\33xl\:hover\:scale-x-0:hover {
    --transform-scale-x: 0 !important;
  }

  .\33xl\:hover\:scale-x-50:hover {
    --transform-scale-x: .5 !important;
  }

  .\33xl\:hover\:scale-x-75:hover {
    --transform-scale-x: .75 !important;
  }

  .\33xl\:hover\:scale-x-90:hover {
    --transform-scale-x: .9 !important;
  }

  .\33xl\:hover\:scale-x-95:hover {
    --transform-scale-x: .95 !important;
  }

  .\33xl\:hover\:scale-x-100:hover {
    --transform-scale-x: 1 !important;
  }

  .\33xl\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05 !important;
  }

  .\33xl\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1 !important;
  }

  .\33xl\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25 !important;
  }

  .\33xl\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5 !important;
  }

  .\33xl\:hover\:scale-y-0:hover {
    --transform-scale-y: 0 !important;
  }

  .\33xl\:hover\:scale-y-50:hover {
    --transform-scale-y: .5 !important;
  }

  .\33xl\:hover\:scale-y-75:hover {
    --transform-scale-y: .75 !important;
  }

  .\33xl\:hover\:scale-y-90:hover {
    --transform-scale-y: .9 !important;
  }

  .\33xl\:hover\:scale-y-95:hover {
    --transform-scale-y: .95 !important;
  }

  .\33xl\:hover\:scale-y-100:hover {
    --transform-scale-y: 1 !important;
  }

  .\33xl\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05 !important;
  }

  .\33xl\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1 !important;
  }

  .\33xl\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25 !important;
  }

  .\33xl\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5 !important;
  }

  .\33xl\:focus\:scale-0:focus {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .\33xl\:focus\:scale-50:focus {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .\33xl\:focus\:scale-75:focus {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .\33xl\:focus\:scale-90:focus {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .\33xl\:focus\:scale-95:focus {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .\33xl\:focus\:scale-100:focus {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .\33xl\:focus\:scale-105:focus {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .\33xl\:focus\:scale-110:focus {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .\33xl\:focus\:scale-125:focus {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .\33xl\:focus\:scale-150:focus {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .\33xl\:focus\:scale-x-0:focus {
    --transform-scale-x: 0 !important;
  }

  .\33xl\:focus\:scale-x-50:focus {
    --transform-scale-x: .5 !important;
  }

  .\33xl\:focus\:scale-x-75:focus {
    --transform-scale-x: .75 !important;
  }

  .\33xl\:focus\:scale-x-90:focus {
    --transform-scale-x: .9 !important;
  }

  .\33xl\:focus\:scale-x-95:focus {
    --transform-scale-x: .95 !important;
  }

  .\33xl\:focus\:scale-x-100:focus {
    --transform-scale-x: 1 !important;
  }

  .\33xl\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05 !important;
  }

  .\33xl\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1 !important;
  }

  .\33xl\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25 !important;
  }

  .\33xl\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5 !important;
  }

  .\33xl\:focus\:scale-y-0:focus {
    --transform-scale-y: 0 !important;
  }

  .\33xl\:focus\:scale-y-50:focus {
    --transform-scale-y: .5 !important;
  }

  .\33xl\:focus\:scale-y-75:focus {
    --transform-scale-y: .75 !important;
  }

  .\33xl\:focus\:scale-y-90:focus {
    --transform-scale-y: .9 !important;
  }

  .\33xl\:focus\:scale-y-95:focus {
    --transform-scale-y: .95 !important;
  }

  .\33xl\:focus\:scale-y-100:focus {
    --transform-scale-y: 1 !important;
  }

  .\33xl\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05 !important;
  }

  .\33xl\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1 !important;
  }

  .\33xl\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25 !important;
  }

  .\33xl\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5 !important;
  }

  .\33xl\:rotate-0 {
    --transform-rotate: 0 !important;
  }

  .\33xl\:rotate-1 {
    --transform-rotate: 1deg !important;
  }

  .\33xl\:rotate-2 {
    --transform-rotate: 2deg !important;
  }

  .\33xl\:rotate-3 {
    --transform-rotate: 3deg !important;
  }

  .\33xl\:rotate-6 {
    --transform-rotate: 6deg !important;
  }

  .\33xl\:rotate-12 {
    --transform-rotate: 12deg !important;
  }

  .\33xl\:rotate-45 {
    --transform-rotate: 45deg !important;
  }

  .\33xl\:rotate-90 {
    --transform-rotate: 90deg !important;
  }

  .\33xl\:rotate-180 {
    --transform-rotate: 180deg !important;
  }

  .\33xl\:-rotate-180 {
    --transform-rotate: -180deg !important;
  }

  .\33xl\:-rotate-90 {
    --transform-rotate: -90deg !important;
  }

  .\33xl\:-rotate-45 {
    --transform-rotate: -45deg !important;
  }

  .\33xl\:-rotate-12 {
    --transform-rotate: -12deg !important;
  }

  .\33xl\:-rotate-6 {
    --transform-rotate: -6deg !important;
  }

  .\33xl\:-rotate-3 {
    --transform-rotate: -3deg !important;
  }

  .\33xl\:-rotate-2 {
    --transform-rotate: -2deg !important;
  }

  .\33xl\:-rotate-1 {
    --transform-rotate: -1deg !important;
  }

  .\33xl\:hover\:rotate-0:hover {
    --transform-rotate: 0 !important;
  }

  .\33xl\:hover\:rotate-1:hover {
    --transform-rotate: 1deg !important;
  }

  .\33xl\:hover\:rotate-2:hover {
    --transform-rotate: 2deg !important;
  }

  .\33xl\:hover\:rotate-3:hover {
    --transform-rotate: 3deg !important;
  }

  .\33xl\:hover\:rotate-6:hover {
    --transform-rotate: 6deg !important;
  }

  .\33xl\:hover\:rotate-12:hover {
    --transform-rotate: 12deg !important;
  }

  .\33xl\:hover\:rotate-45:hover {
    --transform-rotate: 45deg !important;
  }

  .\33xl\:hover\:rotate-90:hover {
    --transform-rotate: 90deg !important;
  }

  .\33xl\:hover\:rotate-180:hover {
    --transform-rotate: 180deg !important;
  }

  .\33xl\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg !important;
  }

  .\33xl\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg !important;
  }

  .\33xl\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg !important;
  }

  .\33xl\:hover\:-rotate-12:hover {
    --transform-rotate: -12deg !important;
  }

  .\33xl\:hover\:-rotate-6:hover {
    --transform-rotate: -6deg !important;
  }

  .\33xl\:hover\:-rotate-3:hover {
    --transform-rotate: -3deg !important;
  }

  .\33xl\:hover\:-rotate-2:hover {
    --transform-rotate: -2deg !important;
  }

  .\33xl\:hover\:-rotate-1:hover {
    --transform-rotate: -1deg !important;
  }

  .\33xl\:focus\:rotate-0:focus {
    --transform-rotate: 0 !important;
  }

  .\33xl\:focus\:rotate-1:focus {
    --transform-rotate: 1deg !important;
  }

  .\33xl\:focus\:rotate-2:focus {
    --transform-rotate: 2deg !important;
  }

  .\33xl\:focus\:rotate-3:focus {
    --transform-rotate: 3deg !important;
  }

  .\33xl\:focus\:rotate-6:focus {
    --transform-rotate: 6deg !important;
  }

  .\33xl\:focus\:rotate-12:focus {
    --transform-rotate: 12deg !important;
  }

  .\33xl\:focus\:rotate-45:focus {
    --transform-rotate: 45deg !important;
  }

  .\33xl\:focus\:rotate-90:focus {
    --transform-rotate: 90deg !important;
  }

  .\33xl\:focus\:rotate-180:focus {
    --transform-rotate: 180deg !important;
  }

  .\33xl\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg !important;
  }

  .\33xl\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg !important;
  }

  .\33xl\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg !important;
  }

  .\33xl\:focus\:-rotate-12:focus {
    --transform-rotate: -12deg !important;
  }

  .\33xl\:focus\:-rotate-6:focus {
    --transform-rotate: -6deg !important;
  }

  .\33xl\:focus\:-rotate-3:focus {
    --transform-rotate: -3deg !important;
  }

  .\33xl\:focus\:-rotate-2:focus {
    --transform-rotate: -2deg !important;
  }

  .\33xl\:focus\:-rotate-1:focus {
    --transform-rotate: -1deg !important;
  }

  .\33xl\:translate-x-0 {
    --transform-translate-x: 0 !important;
  }

  .\33xl\:translate-x-1 {
    --transform-translate-x: 0.25rem !important;
  }

  .\33xl\:translate-x-2 {
    --transform-translate-x: 0.5rem !important;
  }

  .\33xl\:translate-x-3 {
    --transform-translate-x: 0.75rem !important;
  }

  .\33xl\:translate-x-4 {
    --transform-translate-x: 1rem !important;
  }

  .\33xl\:translate-x-5 {
    --transform-translate-x: 1.25rem !important;
  }

  .\33xl\:translate-x-6 {
    --transform-translate-x: 1.5rem !important;
  }

  .\33xl\:translate-x-8 {
    --transform-translate-x: 2rem !important;
  }

  .\33xl\:translate-x-9 {
    --transform-translate-x: 2.5rem !important;
  }

  .\33xl\:translate-x-10 {
    --transform-translate-x: 2.5rem !important;
  }

  .\33xl\:translate-x-12 {
    --transform-translate-x: 3rem !important;
  }

  .\33xl\:translate-x-14 {
    --transform-translate-x: 3.5rem !important;
  }

  .\33xl\:translate-x-16 {
    --transform-translate-x: 4rem !important;
  }

  .\33xl\:translate-x-18 {
    --transform-translate-x: 4.5rem !important;
  }

  .\33xl\:translate-x-20 {
    --transform-translate-x: 5rem !important;
  }

  .\33xl\:translate-x-22 {
    --transform-translate-x: 5.626rem !important;
  }

  .\33xl\:translate-x-24 {
    --transform-translate-x: 6rem !important;
  }

  .\33xl\:translate-x-26 {
    --transform-translate-x: 6.25rem !important;
  }

  .\33xl\:translate-x-28 {
    --transform-translate-x: 7rem !important;
  }

  .\33xl\:translate-x-32 {
    --transform-translate-x: 8rem !important;
  }

  .\33xl\:translate-x-34 {
    --transform-translate-x: 8.5rem !important;
  }

  .\33xl\:translate-x-38 {
    --transform-translate-x: 9.25rem !important;
  }

  .\33xl\:translate-x-40 {
    --transform-translate-x: 10rem !important;
  }

  .\33xl\:translate-x-46 {
    --transform-translate-x: 11.75rem !important;
  }

  .\33xl\:translate-x-48 {
    --transform-translate-x: 12rem !important;
  }

  .\33xl\:translate-x-56 {
    --transform-translate-x: 14rem !important;
  }

  .\33xl\:translate-x-64 {
    --transform-translate-x: 16rem !important;
  }

  .\33xl\:translate-x-82 {
    --transform-translate-x: 20.75rem !important;
  }

  .\33xl\:translate-x-px {
    --transform-translate-x: 1px !important;
  }

  .\33xl\:translate-x-tiny {
    --transform-translate-x: 0.3rem !important;
  }

  .\33xl\:translate-x-quick-links {
    --transform-translate-x: 26% !important;
  }

  .\33xl\:translate-x-pro-slid {
    --transform-translate-x: 48% !important;
  }

  .\33xl\:translate-x-62p {
    --transform-translate-x: 62% !important;
  }

  .\33xl\:translate-x-90p {
    --transform-translate-x: 90% !important;
  }

  .\33xl\:translate-x-x-large {
    --transform-translate-x: 27.5rem !important;
  }

  .\33xl\:translate-x-2px {
    --transform-translate-x: 0.125rem !important;
  }

  .\33xl\:translate-x-9px {
    --transform-translate-x: 0.5625rem !important;
  }

  .\33xl\:translate-x-10px {
    --transform-translate-x: 0.625rem !important;
  }

  .\33xl\:translate-x-18px {
    --transform-translate-x: 1.125rem !important;
  }

  .\33xl\:translate-x-20px {
    --transform-translate-x: 1.25rem !important;
  }

  .\33xl\:translate-x-24px {
    --transform-translate-x: 1.5rem !important;
  }

  .\33xl\:translate-x-26px {
    --transform-translate-x: 1.625rem !important;
  }

  .\33xl\:translate-x-30px {
    --transform-translate-x: 1.875rem !important;
  }

  .\33xl\:translate-x-38px {
    --transform-translate-x: 2.375rem !important;
  }

  .\33xl\:translate-x-43px {
    --transform-translate-x: 2.6875rem !important;
  }

  .\33xl\:translate-x-44px {
    --transform-translate-x: 2.75rem !important;
  }

  .\33xl\:translate-x-46px {
    --transform-translate-x: 2.875rem !important;
  }

  .\33xl\:translate-x-53px {
    --transform-translate-x: 3.3125rem !important;
  }

  .\33xl\:translate-x-54px {
    --transform-translate-x: 3.375rem !important;
  }

  .\33xl\:translate-x-55px {
    --transform-translate-x: 3.4375rem !important;
  }

  .\33xl\:translate-x-60px {
    --transform-translate-x: 3.75rem !important;
  }

  .\33xl\:translate-x-67px {
    --transform-translate-x: 4.1875rem !important;
  }

  .\33xl\:translate-x-73px {
    --transform-translate-x: 4.5625rem !important;
  }

  .\33xl\:translate-x-80px {
    --transform-translate-x: 5rem !important;
  }

  .\33xl\:translate-x-81px {
    --transform-translate-x: 5.0625rem !important;
  }

  .\33xl\:translate-x-85px {
    --transform-translate-x: 5.3125rem !important;
  }

  .\33xl\:translate-x-92px {
    --transform-translate-x: 5.75rem !important;
  }

  .\33xl\:translate-x-100px {
    --transform-translate-x: 6.25rem !important;
  }

  .\33xl\:translate-x-106px {
    --transform-translate-x: 6.625rem !important;
  }

  .\33xl\:translate-x-123px {
    --transform-translate-x: 7.6875rem !important;
  }

  .\33xl\:translate-x-126px {
    --transform-translate-x: 7.875rem !important;
  }

  .\33xl\:translate-x-138px {
    --transform-translate-x: 8.625rem !important;
  }

  .\33xl\:translate-x-140px {
    --transform-translate-x: 8.75rem !important;
  }

  .\33xl\:translate-x-146px {
    --transform-translate-x: 9.125rem !important;
  }

  .\33xl\:translate-x-152px {
    --transform-translate-x: 9.5rem !important;
  }

  .\33xl\:translate-x-187px {
    --transform-translate-x: 11.6875rem !important;
  }

  .\33xl\:translate-x-220px {
    --transform-translate-x: 13.75rem !important;
  }

  .\33xl\:translate-x-253px {
    --transform-translate-x: 15.8125rem !important;
  }

  .\33xl\:translate-x-320px {
    --transform-translate-x: 20rem !important;
  }

  .\33xl\:translate-x-400px {
    --transform-translate-x: 25rem !important;
  }

  .\33xl\:translate-x-500px {
    --transform-translate-x: 31.25rem !important;
  }

  .\33xl\:translate-x-lgPaddingTop {
    --transform-translate-x: 15.8125rem !important;
  }

  .\33xl\:translate-x-phonePaddingTop {
    --transform-translate-x: 9.875rem !important;
  }

  .\33xl\:translate-x-tabletPaddingTop {
    --transform-translate-x: 6.625rem !important;
  }

  .\33xl\:translate-x-largePaddingTop {
    --transform-translate-x: 13.75rem !important;
  }

  .\33xl\:translate-x-phoneTextContentMaxWidth {
    --transform-translate-x: 57.0625rem !important;
  }

  .\33xl\:translate-x-phoneTextContentWidth {
    --transform-translate-x: 63% !important;
  }

  .\33xl\:translate-x-phoneBlockContentWidth {
    --transform-translate-x: 71.625rem !important;
  }

  .\33xl\:translate-x-tabletTextContentMaxWidth {
    --transform-translate-x: 57.0625rem !important;
  }

  .\33xl\:translate-x-tabletTextContentWidth {
    --transform-translate-x: 63% !important;
  }

  .\33xl\:translate-x-tabletBlockContentWidth {
    --transform-translate-x: 71.625rem !important;
  }

  .\33xl\:translate-x-largeTextContentMaxWidth {
    --transform-translate-x: 57.0625rem !important;
  }

  .\33xl\:translate-x-largeTextContentWidth {
    --transform-translate-x: 63% !important;
  }

  .\33xl\:translate-x-largeBlockContentWidth {
    --transform-translate-x: 71.625rem !important;
  }

  .\33xl\:-translate-x-1 {
    --transform-translate-x: -0.25rem !important;
  }

  .\33xl\:-translate-x-2 {
    --transform-translate-x: -0.5rem !important;
  }

  .\33xl\:-translate-x-3 {
    --transform-translate-x: -0.75rem !important;
  }

  .\33xl\:-translate-x-4 {
    --transform-translate-x: -1rem !important;
  }

  .\33xl\:-translate-x-5 {
    --transform-translate-x: -1.25rem !important;
  }

  .\33xl\:-translate-x-6 {
    --transform-translate-x: -1.5rem !important;
  }

  .\33xl\:-translate-x-8 {
    --transform-translate-x: -2rem !important;
  }

  .\33xl\:-translate-x-9 {
    --transform-translate-x: -2.5rem !important;
  }

  .\33xl\:-translate-x-10 {
    --transform-translate-x: -2.5rem !important;
  }

  .\33xl\:-translate-x-12 {
    --transform-translate-x: -3rem !important;
  }

  .\33xl\:-translate-x-14 {
    --transform-translate-x: -3.5rem !important;
  }

  .\33xl\:-translate-x-16 {
    --transform-translate-x: -4rem !important;
  }

  .\33xl\:-translate-x-18 {
    --transform-translate-x: -4.5rem !important;
  }

  .\33xl\:-translate-x-20 {
    --transform-translate-x: -5rem !important;
  }

  .\33xl\:-translate-x-22 {
    --transform-translate-x: -5.626rem !important;
  }

  .\33xl\:-translate-x-24 {
    --transform-translate-x: -6rem !important;
  }

  .\33xl\:-translate-x-26 {
    --transform-translate-x: -6.25rem !important;
  }

  .\33xl\:-translate-x-28 {
    --transform-translate-x: -7rem !important;
  }

  .\33xl\:-translate-x-32 {
    --transform-translate-x: -8rem !important;
  }

  .\33xl\:-translate-x-34 {
    --transform-translate-x: -8.5rem !important;
  }

  .\33xl\:-translate-x-38 {
    --transform-translate-x: -9.25rem !important;
  }

  .\33xl\:-translate-x-40 {
    --transform-translate-x: -10rem !important;
  }

  .\33xl\:-translate-x-46 {
    --transform-translate-x: -11.75rem !important;
  }

  .\33xl\:-translate-x-48 {
    --transform-translate-x: -12rem !important;
  }

  .\33xl\:-translate-x-56 {
    --transform-translate-x: -14rem !important;
  }

  .\33xl\:-translate-x-64 {
    --transform-translate-x: -16rem !important;
  }

  .\33xl\:-translate-x-82 {
    --transform-translate-x: -20.75rem !important;
  }

  .\33xl\:-translate-x-px {
    --transform-translate-x: -1px !important;
  }

  .\33xl\:-translate-x-tiny {
    --transform-translate-x: -0.3rem !important;
  }

  .\33xl\:-translate-x-quick-links {
    --transform-translate-x: -26% !important;
  }

  .\33xl\:-translate-x-pro-slid {
    --transform-translate-x: -48% !important;
  }

  .\33xl\:-translate-x-62p {
    --transform-translate-x: -62% !important;
  }

  .\33xl\:-translate-x-90p {
    --transform-translate-x: -90% !important;
  }

  .\33xl\:-translate-x-x-large {
    --transform-translate-x: -27.5rem !important;
  }

  .\33xl\:-translate-x-2px {
    --transform-translate-x: -0.125rem !important;
  }

  .\33xl\:-translate-x-9px {
    --transform-translate-x: -0.5625rem !important;
  }

  .\33xl\:-translate-x-10px {
    --transform-translate-x: -0.625rem !important;
  }

  .\33xl\:-translate-x-18px {
    --transform-translate-x: -1.125rem !important;
  }

  .\33xl\:-translate-x-20px {
    --transform-translate-x: -1.25rem !important;
  }

  .\33xl\:-translate-x-24px {
    --transform-translate-x: -1.5rem !important;
  }

  .\33xl\:-translate-x-26px {
    --transform-translate-x: -1.625rem !important;
  }

  .\33xl\:-translate-x-30px {
    --transform-translate-x: -1.875rem !important;
  }

  .\33xl\:-translate-x-38px {
    --transform-translate-x: -2.375rem !important;
  }

  .\33xl\:-translate-x-43px {
    --transform-translate-x: -2.6875rem !important;
  }

  .\33xl\:-translate-x-44px {
    --transform-translate-x: -2.75rem !important;
  }

  .\33xl\:-translate-x-46px {
    --transform-translate-x: -2.875rem !important;
  }

  .\33xl\:-translate-x-53px {
    --transform-translate-x: -3.3125rem !important;
  }

  .\33xl\:-translate-x-54px {
    --transform-translate-x: -3.375rem !important;
  }

  .\33xl\:-translate-x-55px {
    --transform-translate-x: -3.4375rem !important;
  }

  .\33xl\:-translate-x-60px {
    --transform-translate-x: -3.75rem !important;
  }

  .\33xl\:-translate-x-67px {
    --transform-translate-x: -4.1875rem !important;
  }

  .\33xl\:-translate-x-73px {
    --transform-translate-x: -4.5625rem !important;
  }

  .\33xl\:-translate-x-80px {
    --transform-translate-x: -5rem !important;
  }

  .\33xl\:-translate-x-81px {
    --transform-translate-x: -5.0625rem !important;
  }

  .\33xl\:-translate-x-85px {
    --transform-translate-x: -5.3125rem !important;
  }

  .\33xl\:-translate-x-92px {
    --transform-translate-x: -5.75rem !important;
  }

  .\33xl\:-translate-x-100px {
    --transform-translate-x: -6.25rem !important;
  }

  .\33xl\:-translate-x-106px {
    --transform-translate-x: -6.625rem !important;
  }

  .\33xl\:-translate-x-123px {
    --transform-translate-x: -7.6875rem !important;
  }

  .\33xl\:-translate-x-126px {
    --transform-translate-x: -7.875rem !important;
  }

  .\33xl\:-translate-x-138px {
    --transform-translate-x: -8.625rem !important;
  }

  .\33xl\:-translate-x-140px {
    --transform-translate-x: -8.75rem !important;
  }

  .\33xl\:-translate-x-146px {
    --transform-translate-x: -9.125rem !important;
  }

  .\33xl\:-translate-x-152px {
    --transform-translate-x: -9.5rem !important;
  }

  .\33xl\:-translate-x-187px {
    --transform-translate-x: -11.6875rem !important;
  }

  .\33xl\:-translate-x-220px {
    --transform-translate-x: -13.75rem !important;
  }

  .\33xl\:-translate-x-253px {
    --transform-translate-x: -15.8125rem !important;
  }

  .\33xl\:-translate-x-320px {
    --transform-translate-x: -20rem !important;
  }

  .\33xl\:-translate-x-400px {
    --transform-translate-x: -25rem !important;
  }

  .\33xl\:-translate-x-500px {
    --transform-translate-x: -31.25rem !important;
  }

  .\33xl\:-translate-x-lgPaddingTop {
    --transform-translate-x: -15.8125rem !important;
  }

  .\33xl\:-translate-x-phonePaddingTop {
    --transform-translate-x: -9.875rem !important;
  }

  .\33xl\:-translate-x-tabletPaddingTop {
    --transform-translate-x: -6.625rem !important;
  }

  .\33xl\:-translate-x-largePaddingTop {
    --transform-translate-x: -13.75rem !important;
  }

  .\33xl\:-translate-x-phoneTextContentMaxWidth {
    --transform-translate-x: -57.0625rem !important;
  }

  .\33xl\:-translate-x-phoneTextContentWidth {
    --transform-translate-x: -63% !important;
  }

  .\33xl\:-translate-x-phoneBlockContentWidth {
    --transform-translate-x: -71.625rem !important;
  }

  .\33xl\:-translate-x-tabletTextContentMaxWidth {
    --transform-translate-x: -57.0625rem !important;
  }

  .\33xl\:-translate-x-tabletTextContentWidth {
    --transform-translate-x: -63% !important;
  }

  .\33xl\:-translate-x-tabletBlockContentWidth {
    --transform-translate-x: -71.625rem !important;
  }

  .\33xl\:-translate-x-largeTextContentMaxWidth {
    --transform-translate-x: -57.0625rem !important;
  }

  .\33xl\:-translate-x-largeTextContentWidth {
    --transform-translate-x: -63% !important;
  }

  .\33xl\:-translate-x-largeBlockContentWidth {
    --transform-translate-x: -71.625rem !important;
  }

  .\33xl\:-translate-x-full {
    --transform-translate-x: -100% !important;
  }

  .\33xl\:-translate-x-1\/2 {
    --transform-translate-x: -50% !important;
  }

  .\33xl\:translate-x-1\/2 {
    --transform-translate-x: 50% !important;
  }

  .\33xl\:translate-x-full {
    --transform-translate-x: 100% !important;
  }

  .\33xl\:translate-y-0 {
    --transform-translate-y: 0 !important;
  }

  .\33xl\:translate-y-1 {
    --transform-translate-y: 0.25rem !important;
  }

  .\33xl\:translate-y-2 {
    --transform-translate-y: 0.5rem !important;
  }

  .\33xl\:translate-y-3 {
    --transform-translate-y: 0.75rem !important;
  }

  .\33xl\:translate-y-4 {
    --transform-translate-y: 1rem !important;
  }

  .\33xl\:translate-y-5 {
    --transform-translate-y: 1.25rem !important;
  }

  .\33xl\:translate-y-6 {
    --transform-translate-y: 1.5rem !important;
  }

  .\33xl\:translate-y-8 {
    --transform-translate-y: 2rem !important;
  }

  .\33xl\:translate-y-9 {
    --transform-translate-y: 2.5rem !important;
  }

  .\33xl\:translate-y-10 {
    --transform-translate-y: 2.5rem !important;
  }

  .\33xl\:translate-y-12 {
    --transform-translate-y: 3rem !important;
  }

  .\33xl\:translate-y-14 {
    --transform-translate-y: 3.5rem !important;
  }

  .\33xl\:translate-y-16 {
    --transform-translate-y: 4rem !important;
  }

  .\33xl\:translate-y-18 {
    --transform-translate-y: 4.5rem !important;
  }

  .\33xl\:translate-y-20 {
    --transform-translate-y: 5rem !important;
  }

  .\33xl\:translate-y-22 {
    --transform-translate-y: 5.626rem !important;
  }

  .\33xl\:translate-y-24 {
    --transform-translate-y: 6rem !important;
  }

  .\33xl\:translate-y-26 {
    --transform-translate-y: 6.25rem !important;
  }

  .\33xl\:translate-y-28 {
    --transform-translate-y: 7rem !important;
  }

  .\33xl\:translate-y-32 {
    --transform-translate-y: 8rem !important;
  }

  .\33xl\:translate-y-34 {
    --transform-translate-y: 8.5rem !important;
  }

  .\33xl\:translate-y-38 {
    --transform-translate-y: 9.25rem !important;
  }

  .\33xl\:translate-y-40 {
    --transform-translate-y: 10rem !important;
  }

  .\33xl\:translate-y-46 {
    --transform-translate-y: 11.75rem !important;
  }

  .\33xl\:translate-y-48 {
    --transform-translate-y: 12rem !important;
  }

  .\33xl\:translate-y-56 {
    --transform-translate-y: 14rem !important;
  }

  .\33xl\:translate-y-64 {
    --transform-translate-y: 16rem !important;
  }

  .\33xl\:translate-y-82 {
    --transform-translate-y: 20.75rem !important;
  }

  .\33xl\:translate-y-px {
    --transform-translate-y: 1px !important;
  }

  .\33xl\:translate-y-tiny {
    --transform-translate-y: 0.3rem !important;
  }

  .\33xl\:translate-y-quick-links {
    --transform-translate-y: 26% !important;
  }

  .\33xl\:translate-y-pro-slid {
    --transform-translate-y: 48% !important;
  }

  .\33xl\:translate-y-62p {
    --transform-translate-y: 62% !important;
  }

  .\33xl\:translate-y-90p {
    --transform-translate-y: 90% !important;
  }

  .\33xl\:translate-y-x-large {
    --transform-translate-y: 27.5rem !important;
  }

  .\33xl\:translate-y-2px {
    --transform-translate-y: 0.125rem !important;
  }

  .\33xl\:translate-y-9px {
    --transform-translate-y: 0.5625rem !important;
  }

  .\33xl\:translate-y-10px {
    --transform-translate-y: 0.625rem !important;
  }

  .\33xl\:translate-y-18px {
    --transform-translate-y: 1.125rem !important;
  }

  .\33xl\:translate-y-20px {
    --transform-translate-y: 1.25rem !important;
  }

  .\33xl\:translate-y-24px {
    --transform-translate-y: 1.5rem !important;
  }

  .\33xl\:translate-y-26px {
    --transform-translate-y: 1.625rem !important;
  }

  .\33xl\:translate-y-30px {
    --transform-translate-y: 1.875rem !important;
  }

  .\33xl\:translate-y-38px {
    --transform-translate-y: 2.375rem !important;
  }

  .\33xl\:translate-y-43px {
    --transform-translate-y: 2.6875rem !important;
  }

  .\33xl\:translate-y-44px {
    --transform-translate-y: 2.75rem !important;
  }

  .\33xl\:translate-y-46px {
    --transform-translate-y: 2.875rem !important;
  }

  .\33xl\:translate-y-53px {
    --transform-translate-y: 3.3125rem !important;
  }

  .\33xl\:translate-y-54px {
    --transform-translate-y: 3.375rem !important;
  }

  .\33xl\:translate-y-55px {
    --transform-translate-y: 3.4375rem !important;
  }

  .\33xl\:translate-y-60px {
    --transform-translate-y: 3.75rem !important;
  }

  .\33xl\:translate-y-67px {
    --transform-translate-y: 4.1875rem !important;
  }

  .\33xl\:translate-y-73px {
    --transform-translate-y: 4.5625rem !important;
  }

  .\33xl\:translate-y-80px {
    --transform-translate-y: 5rem !important;
  }

  .\33xl\:translate-y-81px {
    --transform-translate-y: 5.0625rem !important;
  }

  .\33xl\:translate-y-85px {
    --transform-translate-y: 5.3125rem !important;
  }

  .\33xl\:translate-y-92px {
    --transform-translate-y: 5.75rem !important;
  }

  .\33xl\:translate-y-100px {
    --transform-translate-y: 6.25rem !important;
  }

  .\33xl\:translate-y-106px {
    --transform-translate-y: 6.625rem !important;
  }

  .\33xl\:translate-y-123px {
    --transform-translate-y: 7.6875rem !important;
  }

  .\33xl\:translate-y-126px {
    --transform-translate-y: 7.875rem !important;
  }

  .\33xl\:translate-y-138px {
    --transform-translate-y: 8.625rem !important;
  }

  .\33xl\:translate-y-140px {
    --transform-translate-y: 8.75rem !important;
  }

  .\33xl\:translate-y-146px {
    --transform-translate-y: 9.125rem !important;
  }

  .\33xl\:translate-y-152px {
    --transform-translate-y: 9.5rem !important;
  }

  .\33xl\:translate-y-187px {
    --transform-translate-y: 11.6875rem !important;
  }

  .\33xl\:translate-y-220px {
    --transform-translate-y: 13.75rem !important;
  }

  .\33xl\:translate-y-253px {
    --transform-translate-y: 15.8125rem !important;
  }

  .\33xl\:translate-y-320px {
    --transform-translate-y: 20rem !important;
  }

  .\33xl\:translate-y-400px {
    --transform-translate-y: 25rem !important;
  }

  .\33xl\:translate-y-500px {
    --transform-translate-y: 31.25rem !important;
  }

  .\33xl\:translate-y-lgPaddingTop {
    --transform-translate-y: 15.8125rem !important;
  }

  .\33xl\:translate-y-phonePaddingTop {
    --transform-translate-y: 9.875rem !important;
  }

  .\33xl\:translate-y-tabletPaddingTop {
    --transform-translate-y: 6.625rem !important;
  }

  .\33xl\:translate-y-largePaddingTop {
    --transform-translate-y: 13.75rem !important;
  }

  .\33xl\:translate-y-phoneTextContentMaxWidth {
    --transform-translate-y: 57.0625rem !important;
  }

  .\33xl\:translate-y-phoneTextContentWidth {
    --transform-translate-y: 63% !important;
  }

  .\33xl\:translate-y-phoneBlockContentWidth {
    --transform-translate-y: 71.625rem !important;
  }

  .\33xl\:translate-y-tabletTextContentMaxWidth {
    --transform-translate-y: 57.0625rem !important;
  }

  .\33xl\:translate-y-tabletTextContentWidth {
    --transform-translate-y: 63% !important;
  }

  .\33xl\:translate-y-tabletBlockContentWidth {
    --transform-translate-y: 71.625rem !important;
  }

  .\33xl\:translate-y-largeTextContentMaxWidth {
    --transform-translate-y: 57.0625rem !important;
  }

  .\33xl\:translate-y-largeTextContentWidth {
    --transform-translate-y: 63% !important;
  }

  .\33xl\:translate-y-largeBlockContentWidth {
    --transform-translate-y: 71.625rem !important;
  }

  .\33xl\:-translate-y-1 {
    --transform-translate-y: -0.25rem !important;
  }

  .\33xl\:-translate-y-2 {
    --transform-translate-y: -0.5rem !important;
  }

  .\33xl\:-translate-y-3 {
    --transform-translate-y: -0.75rem !important;
  }

  .\33xl\:-translate-y-4 {
    --transform-translate-y: -1rem !important;
  }

  .\33xl\:-translate-y-5 {
    --transform-translate-y: -1.25rem !important;
  }

  .\33xl\:-translate-y-6 {
    --transform-translate-y: -1.5rem !important;
  }

  .\33xl\:-translate-y-8 {
    --transform-translate-y: -2rem !important;
  }

  .\33xl\:-translate-y-9 {
    --transform-translate-y: -2.5rem !important;
  }

  .\33xl\:-translate-y-10 {
    --transform-translate-y: -2.5rem !important;
  }

  .\33xl\:-translate-y-12 {
    --transform-translate-y: -3rem !important;
  }

  .\33xl\:-translate-y-14 {
    --transform-translate-y: -3.5rem !important;
  }

  .\33xl\:-translate-y-16 {
    --transform-translate-y: -4rem !important;
  }

  .\33xl\:-translate-y-18 {
    --transform-translate-y: -4.5rem !important;
  }

  .\33xl\:-translate-y-20 {
    --transform-translate-y: -5rem !important;
  }

  .\33xl\:-translate-y-22 {
    --transform-translate-y: -5.626rem !important;
  }

  .\33xl\:-translate-y-24 {
    --transform-translate-y: -6rem !important;
  }

  .\33xl\:-translate-y-26 {
    --transform-translate-y: -6.25rem !important;
  }

  .\33xl\:-translate-y-28 {
    --transform-translate-y: -7rem !important;
  }

  .\33xl\:-translate-y-32 {
    --transform-translate-y: -8rem !important;
  }

  .\33xl\:-translate-y-34 {
    --transform-translate-y: -8.5rem !important;
  }

  .\33xl\:-translate-y-38 {
    --transform-translate-y: -9.25rem !important;
  }

  .\33xl\:-translate-y-40 {
    --transform-translate-y: -10rem !important;
  }

  .\33xl\:-translate-y-46 {
    --transform-translate-y: -11.75rem !important;
  }

  .\33xl\:-translate-y-48 {
    --transform-translate-y: -12rem !important;
  }

  .\33xl\:-translate-y-56 {
    --transform-translate-y: -14rem !important;
  }

  .\33xl\:-translate-y-64 {
    --transform-translate-y: -16rem !important;
  }

  .\33xl\:-translate-y-82 {
    --transform-translate-y: -20.75rem !important;
  }

  .\33xl\:-translate-y-px {
    --transform-translate-y: -1px !important;
  }

  .\33xl\:-translate-y-tiny {
    --transform-translate-y: -0.3rem !important;
  }

  .\33xl\:-translate-y-quick-links {
    --transform-translate-y: -26% !important;
  }

  .\33xl\:-translate-y-pro-slid {
    --transform-translate-y: -48% !important;
  }

  .\33xl\:-translate-y-62p {
    --transform-translate-y: -62% !important;
  }

  .\33xl\:-translate-y-90p {
    --transform-translate-y: -90% !important;
  }

  .\33xl\:-translate-y-x-large {
    --transform-translate-y: -27.5rem !important;
  }

  .\33xl\:-translate-y-2px {
    --transform-translate-y: -0.125rem !important;
  }

  .\33xl\:-translate-y-9px {
    --transform-translate-y: -0.5625rem !important;
  }

  .\33xl\:-translate-y-10px {
    --transform-translate-y: -0.625rem !important;
  }

  .\33xl\:-translate-y-18px {
    --transform-translate-y: -1.125rem !important;
  }

  .\33xl\:-translate-y-20px {
    --transform-translate-y: -1.25rem !important;
  }

  .\33xl\:-translate-y-24px {
    --transform-translate-y: -1.5rem !important;
  }

  .\33xl\:-translate-y-26px {
    --transform-translate-y: -1.625rem !important;
  }

  .\33xl\:-translate-y-30px {
    --transform-translate-y: -1.875rem !important;
  }

  .\33xl\:-translate-y-38px {
    --transform-translate-y: -2.375rem !important;
  }

  .\33xl\:-translate-y-43px {
    --transform-translate-y: -2.6875rem !important;
  }

  .\33xl\:-translate-y-44px {
    --transform-translate-y: -2.75rem !important;
  }

  .\33xl\:-translate-y-46px {
    --transform-translate-y: -2.875rem !important;
  }

  .\33xl\:-translate-y-53px {
    --transform-translate-y: -3.3125rem !important;
  }

  .\33xl\:-translate-y-54px {
    --transform-translate-y: -3.375rem !important;
  }

  .\33xl\:-translate-y-55px {
    --transform-translate-y: -3.4375rem !important;
  }

  .\33xl\:-translate-y-60px {
    --transform-translate-y: -3.75rem !important;
  }

  .\33xl\:-translate-y-67px {
    --transform-translate-y: -4.1875rem !important;
  }

  .\33xl\:-translate-y-73px {
    --transform-translate-y: -4.5625rem !important;
  }

  .\33xl\:-translate-y-80px {
    --transform-translate-y: -5rem !important;
  }

  .\33xl\:-translate-y-81px {
    --transform-translate-y: -5.0625rem !important;
  }

  .\33xl\:-translate-y-85px {
    --transform-translate-y: -5.3125rem !important;
  }

  .\33xl\:-translate-y-92px {
    --transform-translate-y: -5.75rem !important;
  }

  .\33xl\:-translate-y-100px {
    --transform-translate-y: -6.25rem !important;
  }

  .\33xl\:-translate-y-106px {
    --transform-translate-y: -6.625rem !important;
  }

  .\33xl\:-translate-y-123px {
    --transform-translate-y: -7.6875rem !important;
  }

  .\33xl\:-translate-y-126px {
    --transform-translate-y: -7.875rem !important;
  }

  .\33xl\:-translate-y-138px {
    --transform-translate-y: -8.625rem !important;
  }

  .\33xl\:-translate-y-140px {
    --transform-translate-y: -8.75rem !important;
  }

  .\33xl\:-translate-y-146px {
    --transform-translate-y: -9.125rem !important;
  }

  .\33xl\:-translate-y-152px {
    --transform-translate-y: -9.5rem !important;
  }

  .\33xl\:-translate-y-187px {
    --transform-translate-y: -11.6875rem !important;
  }

  .\33xl\:-translate-y-220px {
    --transform-translate-y: -13.75rem !important;
  }

  .\33xl\:-translate-y-253px {
    --transform-translate-y: -15.8125rem !important;
  }

  .\33xl\:-translate-y-320px {
    --transform-translate-y: -20rem !important;
  }

  .\33xl\:-translate-y-400px {
    --transform-translate-y: -25rem !important;
  }

  .\33xl\:-translate-y-500px {
    --transform-translate-y: -31.25rem !important;
  }

  .\33xl\:-translate-y-lgPaddingTop {
    --transform-translate-y: -15.8125rem !important;
  }

  .\33xl\:-translate-y-phonePaddingTop {
    --transform-translate-y: -9.875rem !important;
  }

  .\33xl\:-translate-y-tabletPaddingTop {
    --transform-translate-y: -6.625rem !important;
  }

  .\33xl\:-translate-y-largePaddingTop {
    --transform-translate-y: -13.75rem !important;
  }

  .\33xl\:-translate-y-phoneTextContentMaxWidth {
    --transform-translate-y: -57.0625rem !important;
  }

  .\33xl\:-translate-y-phoneTextContentWidth {
    --transform-translate-y: -63% !important;
  }

  .\33xl\:-translate-y-phoneBlockContentWidth {
    --transform-translate-y: -71.625rem !important;
  }

  .\33xl\:-translate-y-tabletTextContentMaxWidth {
    --transform-translate-y: -57.0625rem !important;
  }

  .\33xl\:-translate-y-tabletTextContentWidth {
    --transform-translate-y: -63% !important;
  }

  .\33xl\:-translate-y-tabletBlockContentWidth {
    --transform-translate-y: -71.625rem !important;
  }

  .\33xl\:-translate-y-largeTextContentMaxWidth {
    --transform-translate-y: -57.0625rem !important;
  }

  .\33xl\:-translate-y-largeTextContentWidth {
    --transform-translate-y: -63% !important;
  }

  .\33xl\:-translate-y-largeBlockContentWidth {
    --transform-translate-y: -71.625rem !important;
  }

  .\33xl\:-translate-y-full {
    --transform-translate-y: -100% !important;
  }

  .\33xl\:-translate-y-1\/2 {
    --transform-translate-y: -50% !important;
  }

  .\33xl\:translate-y-1\/2 {
    --transform-translate-y: 50% !important;
  }

  .\33xl\:translate-y-full {
    --transform-translate-y: 100% !important;
  }

  .\33xl\:hover\:translate-x-0:hover {
    --transform-translate-x: 0 !important;
  }

  .\33xl\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem !important;
  }

  .\33xl\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem !important;
  }

  .\33xl\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem !important;
  }

  .\33xl\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem !important;
  }

  .\33xl\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.25rem !important;
  }

  .\33xl\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem !important;
  }

  .\33xl\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem !important;
  }

  .\33xl\:hover\:translate-x-9:hover {
    --transform-translate-x: 2.5rem !important;
  }

  .\33xl\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem !important;
  }

  .\33xl\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem !important;
  }

  .\33xl\:hover\:translate-x-14:hover {
    --transform-translate-x: 3.5rem !important;
  }

  .\33xl\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem !important;
  }

  .\33xl\:hover\:translate-x-18:hover {
    --transform-translate-x: 4.5rem !important;
  }

  .\33xl\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem !important;
  }

  .\33xl\:hover\:translate-x-22:hover {
    --transform-translate-x: 5.626rem !important;
  }

  .\33xl\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem !important;
  }

  .\33xl\:hover\:translate-x-26:hover {
    --transform-translate-x: 6.25rem !important;
  }

  .\33xl\:hover\:translate-x-28:hover {
    --transform-translate-x: 7rem !important;
  }

  .\33xl\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem !important;
  }

  .\33xl\:hover\:translate-x-34:hover {
    --transform-translate-x: 8.5rem !important;
  }

  .\33xl\:hover\:translate-x-38:hover {
    --transform-translate-x: 9.25rem !important;
  }

  .\33xl\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem !important;
  }

  .\33xl\:hover\:translate-x-46:hover {
    --transform-translate-x: 11.75rem !important;
  }

  .\33xl\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem !important;
  }

  .\33xl\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem !important;
  }

  .\33xl\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem !important;
  }

  .\33xl\:hover\:translate-x-82:hover {
    --transform-translate-x: 20.75rem !important;
  }

  .\33xl\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px !important;
  }

  .\33xl\:hover\:translate-x-tiny:hover {
    --transform-translate-x: 0.3rem !important;
  }

  .\33xl\:hover\:translate-x-quick-links:hover {
    --transform-translate-x: 26% !important;
  }

  .\33xl\:hover\:translate-x-pro-slid:hover {
    --transform-translate-x: 48% !important;
  }

  .\33xl\:hover\:translate-x-62p:hover {
    --transform-translate-x: 62% !important;
  }

  .\33xl\:hover\:translate-x-90p:hover {
    --transform-translate-x: 90% !important;
  }

  .\33xl\:hover\:translate-x-x-large:hover {
    --transform-translate-x: 27.5rem !important;
  }

  .\33xl\:hover\:translate-x-2px:hover {
    --transform-translate-x: 0.125rem !important;
  }

  .\33xl\:hover\:translate-x-9px:hover {
    --transform-translate-x: 0.5625rem !important;
  }

  .\33xl\:hover\:translate-x-10px:hover {
    --transform-translate-x: 0.625rem !important;
  }

  .\33xl\:hover\:translate-x-18px:hover {
    --transform-translate-x: 1.125rem !important;
  }

  .\33xl\:hover\:translate-x-20px:hover {
    --transform-translate-x: 1.25rem !important;
  }

  .\33xl\:hover\:translate-x-24px:hover {
    --transform-translate-x: 1.5rem !important;
  }

  .\33xl\:hover\:translate-x-26px:hover {
    --transform-translate-x: 1.625rem !important;
  }

  .\33xl\:hover\:translate-x-30px:hover {
    --transform-translate-x: 1.875rem !important;
  }

  .\33xl\:hover\:translate-x-38px:hover {
    --transform-translate-x: 2.375rem !important;
  }

  .\33xl\:hover\:translate-x-43px:hover {
    --transform-translate-x: 2.6875rem !important;
  }

  .\33xl\:hover\:translate-x-44px:hover {
    --transform-translate-x: 2.75rem !important;
  }

  .\33xl\:hover\:translate-x-46px:hover {
    --transform-translate-x: 2.875rem !important;
  }

  .\33xl\:hover\:translate-x-53px:hover {
    --transform-translate-x: 3.3125rem !important;
  }

  .\33xl\:hover\:translate-x-54px:hover {
    --transform-translate-x: 3.375rem !important;
  }

  .\33xl\:hover\:translate-x-55px:hover {
    --transform-translate-x: 3.4375rem !important;
  }

  .\33xl\:hover\:translate-x-60px:hover {
    --transform-translate-x: 3.75rem !important;
  }

  .\33xl\:hover\:translate-x-67px:hover {
    --transform-translate-x: 4.1875rem !important;
  }

  .\33xl\:hover\:translate-x-73px:hover {
    --transform-translate-x: 4.5625rem !important;
  }

  .\33xl\:hover\:translate-x-80px:hover {
    --transform-translate-x: 5rem !important;
  }

  .\33xl\:hover\:translate-x-81px:hover {
    --transform-translate-x: 5.0625rem !important;
  }

  .\33xl\:hover\:translate-x-85px:hover {
    --transform-translate-x: 5.3125rem !important;
  }

  .\33xl\:hover\:translate-x-92px:hover {
    --transform-translate-x: 5.75rem !important;
  }

  .\33xl\:hover\:translate-x-100px:hover {
    --transform-translate-x: 6.25rem !important;
  }

  .\33xl\:hover\:translate-x-106px:hover {
    --transform-translate-x: 6.625rem !important;
  }

  .\33xl\:hover\:translate-x-123px:hover {
    --transform-translate-x: 7.6875rem !important;
  }

  .\33xl\:hover\:translate-x-126px:hover {
    --transform-translate-x: 7.875rem !important;
  }

  .\33xl\:hover\:translate-x-138px:hover {
    --transform-translate-x: 8.625rem !important;
  }

  .\33xl\:hover\:translate-x-140px:hover {
    --transform-translate-x: 8.75rem !important;
  }

  .\33xl\:hover\:translate-x-146px:hover {
    --transform-translate-x: 9.125rem !important;
  }

  .\33xl\:hover\:translate-x-152px:hover {
    --transform-translate-x: 9.5rem !important;
  }

  .\33xl\:hover\:translate-x-187px:hover {
    --transform-translate-x: 11.6875rem !important;
  }

  .\33xl\:hover\:translate-x-220px:hover {
    --transform-translate-x: 13.75rem !important;
  }

  .\33xl\:hover\:translate-x-253px:hover {
    --transform-translate-x: 15.8125rem !important;
  }

  .\33xl\:hover\:translate-x-320px:hover {
    --transform-translate-x: 20rem !important;
  }

  .\33xl\:hover\:translate-x-400px:hover {
    --transform-translate-x: 25rem !important;
  }

  .\33xl\:hover\:translate-x-500px:hover {
    --transform-translate-x: 31.25rem !important;
  }

  .\33xl\:hover\:translate-x-lgPaddingTop:hover {
    --transform-translate-x: 15.8125rem !important;
  }

  .\33xl\:hover\:translate-x-phonePaddingTop:hover {
    --transform-translate-x: 9.875rem !important;
  }

  .\33xl\:hover\:translate-x-tabletPaddingTop:hover {
    --transform-translate-x: 6.625rem !important;
  }

  .\33xl\:hover\:translate-x-largePaddingTop:hover {
    --transform-translate-x: 13.75rem !important;
  }

  .\33xl\:hover\:translate-x-phoneTextContentMaxWidth:hover {
    --transform-translate-x: 57.0625rem !important;
  }

  .\33xl\:hover\:translate-x-phoneTextContentWidth:hover {
    --transform-translate-x: 63% !important;
  }

  .\33xl\:hover\:translate-x-phoneBlockContentWidth:hover {
    --transform-translate-x: 71.625rem !important;
  }

  .\33xl\:hover\:translate-x-tabletTextContentMaxWidth:hover {
    --transform-translate-x: 57.0625rem !important;
  }

  .\33xl\:hover\:translate-x-tabletTextContentWidth:hover {
    --transform-translate-x: 63% !important;
  }

  .\33xl\:hover\:translate-x-tabletBlockContentWidth:hover {
    --transform-translate-x: 71.625rem !important;
  }

  .\33xl\:hover\:translate-x-largeTextContentMaxWidth:hover {
    --transform-translate-x: 57.0625rem !important;
  }

  .\33xl\:hover\:translate-x-largeTextContentWidth:hover {
    --transform-translate-x: 63% !important;
  }

  .\33xl\:hover\:translate-x-largeBlockContentWidth:hover {
    --transform-translate-x: 71.625rem !important;
  }

  .\33xl\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem !important;
  }

  .\33xl\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem !important;
  }

  .\33xl\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem !important;
  }

  .\33xl\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem !important;
  }

  .\33xl\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.25rem !important;
  }

  .\33xl\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem !important;
  }

  .\33xl\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem !important;
  }

  .\33xl\:hover\:-translate-x-9:hover {
    --transform-translate-x: -2.5rem !important;
  }

  .\33xl\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem !important;
  }

  .\33xl\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem !important;
  }

  .\33xl\:hover\:-translate-x-14:hover {
    --transform-translate-x: -3.5rem !important;
  }

  .\33xl\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem !important;
  }

  .\33xl\:hover\:-translate-x-18:hover {
    --transform-translate-x: -4.5rem !important;
  }

  .\33xl\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem !important;
  }

  .\33xl\:hover\:-translate-x-22:hover {
    --transform-translate-x: -5.626rem !important;
  }

  .\33xl\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem !important;
  }

  .\33xl\:hover\:-translate-x-26:hover {
    --transform-translate-x: -6.25rem !important;
  }

  .\33xl\:hover\:-translate-x-28:hover {
    --transform-translate-x: -7rem !important;
  }

  .\33xl\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem !important;
  }

  .\33xl\:hover\:-translate-x-34:hover {
    --transform-translate-x: -8.5rem !important;
  }

  .\33xl\:hover\:-translate-x-38:hover {
    --transform-translate-x: -9.25rem !important;
  }

  .\33xl\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem !important;
  }

  .\33xl\:hover\:-translate-x-46:hover {
    --transform-translate-x: -11.75rem !important;
  }

  .\33xl\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem !important;
  }

  .\33xl\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem !important;
  }

  .\33xl\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem !important;
  }

  .\33xl\:hover\:-translate-x-82:hover {
    --transform-translate-x: -20.75rem !important;
  }

  .\33xl\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px !important;
  }

  .\33xl\:hover\:-translate-x-tiny:hover {
    --transform-translate-x: -0.3rem !important;
  }

  .\33xl\:hover\:-translate-x-quick-links:hover {
    --transform-translate-x: -26% !important;
  }

  .\33xl\:hover\:-translate-x-pro-slid:hover {
    --transform-translate-x: -48% !important;
  }

  .\33xl\:hover\:-translate-x-62p:hover {
    --transform-translate-x: -62% !important;
  }

  .\33xl\:hover\:-translate-x-90p:hover {
    --transform-translate-x: -90% !important;
  }

  .\33xl\:hover\:-translate-x-x-large:hover {
    --transform-translate-x: -27.5rem !important;
  }

  .\33xl\:hover\:-translate-x-2px:hover {
    --transform-translate-x: -0.125rem !important;
  }

  .\33xl\:hover\:-translate-x-9px:hover {
    --transform-translate-x: -0.5625rem !important;
  }

  .\33xl\:hover\:-translate-x-10px:hover {
    --transform-translate-x: -0.625rem !important;
  }

  .\33xl\:hover\:-translate-x-18px:hover {
    --transform-translate-x: -1.125rem !important;
  }

  .\33xl\:hover\:-translate-x-20px:hover {
    --transform-translate-x: -1.25rem !important;
  }

  .\33xl\:hover\:-translate-x-24px:hover {
    --transform-translate-x: -1.5rem !important;
  }

  .\33xl\:hover\:-translate-x-26px:hover {
    --transform-translate-x: -1.625rem !important;
  }

  .\33xl\:hover\:-translate-x-30px:hover {
    --transform-translate-x: -1.875rem !important;
  }

  .\33xl\:hover\:-translate-x-38px:hover {
    --transform-translate-x: -2.375rem !important;
  }

  .\33xl\:hover\:-translate-x-43px:hover {
    --transform-translate-x: -2.6875rem !important;
  }

  .\33xl\:hover\:-translate-x-44px:hover {
    --transform-translate-x: -2.75rem !important;
  }

  .\33xl\:hover\:-translate-x-46px:hover {
    --transform-translate-x: -2.875rem !important;
  }

  .\33xl\:hover\:-translate-x-53px:hover {
    --transform-translate-x: -3.3125rem !important;
  }

  .\33xl\:hover\:-translate-x-54px:hover {
    --transform-translate-x: -3.375rem !important;
  }

  .\33xl\:hover\:-translate-x-55px:hover {
    --transform-translate-x: -3.4375rem !important;
  }

  .\33xl\:hover\:-translate-x-60px:hover {
    --transform-translate-x: -3.75rem !important;
  }

  .\33xl\:hover\:-translate-x-67px:hover {
    --transform-translate-x: -4.1875rem !important;
  }

  .\33xl\:hover\:-translate-x-73px:hover {
    --transform-translate-x: -4.5625rem !important;
  }

  .\33xl\:hover\:-translate-x-80px:hover {
    --transform-translate-x: -5rem !important;
  }

  .\33xl\:hover\:-translate-x-81px:hover {
    --transform-translate-x: -5.0625rem !important;
  }

  .\33xl\:hover\:-translate-x-85px:hover {
    --transform-translate-x: -5.3125rem !important;
  }

  .\33xl\:hover\:-translate-x-92px:hover {
    --transform-translate-x: -5.75rem !important;
  }

  .\33xl\:hover\:-translate-x-100px:hover {
    --transform-translate-x: -6.25rem !important;
  }

  .\33xl\:hover\:-translate-x-106px:hover {
    --transform-translate-x: -6.625rem !important;
  }

  .\33xl\:hover\:-translate-x-123px:hover {
    --transform-translate-x: -7.6875rem !important;
  }

  .\33xl\:hover\:-translate-x-126px:hover {
    --transform-translate-x: -7.875rem !important;
  }

  .\33xl\:hover\:-translate-x-138px:hover {
    --transform-translate-x: -8.625rem !important;
  }

  .\33xl\:hover\:-translate-x-140px:hover {
    --transform-translate-x: -8.75rem !important;
  }

  .\33xl\:hover\:-translate-x-146px:hover {
    --transform-translate-x: -9.125rem !important;
  }

  .\33xl\:hover\:-translate-x-152px:hover {
    --transform-translate-x: -9.5rem !important;
  }

  .\33xl\:hover\:-translate-x-187px:hover {
    --transform-translate-x: -11.6875rem !important;
  }

  .\33xl\:hover\:-translate-x-220px:hover {
    --transform-translate-x: -13.75rem !important;
  }

  .\33xl\:hover\:-translate-x-253px:hover {
    --transform-translate-x: -15.8125rem !important;
  }

  .\33xl\:hover\:-translate-x-320px:hover {
    --transform-translate-x: -20rem !important;
  }

  .\33xl\:hover\:-translate-x-400px:hover {
    --transform-translate-x: -25rem !important;
  }

  .\33xl\:hover\:-translate-x-500px:hover {
    --transform-translate-x: -31.25rem !important;
  }

  .\33xl\:hover\:-translate-x-lgPaddingTop:hover {
    --transform-translate-x: -15.8125rem !important;
  }

  .\33xl\:hover\:-translate-x-phonePaddingTop:hover {
    --transform-translate-x: -9.875rem !important;
  }

  .\33xl\:hover\:-translate-x-tabletPaddingTop:hover {
    --transform-translate-x: -6.625rem !important;
  }

  .\33xl\:hover\:-translate-x-largePaddingTop:hover {
    --transform-translate-x: -13.75rem !important;
  }

  .\33xl\:hover\:-translate-x-phoneTextContentMaxWidth:hover {
    --transform-translate-x: -57.0625rem !important;
  }

  .\33xl\:hover\:-translate-x-phoneTextContentWidth:hover {
    --transform-translate-x: -63% !important;
  }

  .\33xl\:hover\:-translate-x-phoneBlockContentWidth:hover {
    --transform-translate-x: -71.625rem !important;
  }

  .\33xl\:hover\:-translate-x-tabletTextContentMaxWidth:hover {
    --transform-translate-x: -57.0625rem !important;
  }

  .\33xl\:hover\:-translate-x-tabletTextContentWidth:hover {
    --transform-translate-x: -63% !important;
  }

  .\33xl\:hover\:-translate-x-tabletBlockContentWidth:hover {
    --transform-translate-x: -71.625rem !important;
  }

  .\33xl\:hover\:-translate-x-largeTextContentMaxWidth:hover {
    --transform-translate-x: -57.0625rem !important;
  }

  .\33xl\:hover\:-translate-x-largeTextContentWidth:hover {
    --transform-translate-x: -63% !important;
  }

  .\33xl\:hover\:-translate-x-largeBlockContentWidth:hover {
    --transform-translate-x: -71.625rem !important;
  }

  .\33xl\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100% !important;
  }

  .\33xl\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50% !important;
  }

  .\33xl\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50% !important;
  }

  .\33xl\:hover\:translate-x-full:hover {
    --transform-translate-x: 100% !important;
  }

  .\33xl\:hover\:translate-y-0:hover {
    --transform-translate-y: 0 !important;
  }

  .\33xl\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem !important;
  }

  .\33xl\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem !important;
  }

  .\33xl\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem !important;
  }

  .\33xl\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem !important;
  }

  .\33xl\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.25rem !important;
  }

  .\33xl\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem !important;
  }

  .\33xl\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem !important;
  }

  .\33xl\:hover\:translate-y-9:hover {
    --transform-translate-y: 2.5rem !important;
  }

  .\33xl\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem !important;
  }

  .\33xl\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem !important;
  }

  .\33xl\:hover\:translate-y-14:hover {
    --transform-translate-y: 3.5rem !important;
  }

  .\33xl\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem !important;
  }

  .\33xl\:hover\:translate-y-18:hover {
    --transform-translate-y: 4.5rem !important;
  }

  .\33xl\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem !important;
  }

  .\33xl\:hover\:translate-y-22:hover {
    --transform-translate-y: 5.626rem !important;
  }

  .\33xl\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem !important;
  }

  .\33xl\:hover\:translate-y-26:hover {
    --transform-translate-y: 6.25rem !important;
  }

  .\33xl\:hover\:translate-y-28:hover {
    --transform-translate-y: 7rem !important;
  }

  .\33xl\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem !important;
  }

  .\33xl\:hover\:translate-y-34:hover {
    --transform-translate-y: 8.5rem !important;
  }

  .\33xl\:hover\:translate-y-38:hover {
    --transform-translate-y: 9.25rem !important;
  }

  .\33xl\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem !important;
  }

  .\33xl\:hover\:translate-y-46:hover {
    --transform-translate-y: 11.75rem !important;
  }

  .\33xl\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem !important;
  }

  .\33xl\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem !important;
  }

  .\33xl\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem !important;
  }

  .\33xl\:hover\:translate-y-82:hover {
    --transform-translate-y: 20.75rem !important;
  }

  .\33xl\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px !important;
  }

  .\33xl\:hover\:translate-y-tiny:hover {
    --transform-translate-y: 0.3rem !important;
  }

  .\33xl\:hover\:translate-y-quick-links:hover {
    --transform-translate-y: 26% !important;
  }

  .\33xl\:hover\:translate-y-pro-slid:hover {
    --transform-translate-y: 48% !important;
  }

  .\33xl\:hover\:translate-y-62p:hover {
    --transform-translate-y: 62% !important;
  }

  .\33xl\:hover\:translate-y-90p:hover {
    --transform-translate-y: 90% !important;
  }

  .\33xl\:hover\:translate-y-x-large:hover {
    --transform-translate-y: 27.5rem !important;
  }

  .\33xl\:hover\:translate-y-2px:hover {
    --transform-translate-y: 0.125rem !important;
  }

  .\33xl\:hover\:translate-y-9px:hover {
    --transform-translate-y: 0.5625rem !important;
  }

  .\33xl\:hover\:translate-y-10px:hover {
    --transform-translate-y: 0.625rem !important;
  }

  .\33xl\:hover\:translate-y-18px:hover {
    --transform-translate-y: 1.125rem !important;
  }

  .\33xl\:hover\:translate-y-20px:hover {
    --transform-translate-y: 1.25rem !important;
  }

  .\33xl\:hover\:translate-y-24px:hover {
    --transform-translate-y: 1.5rem !important;
  }

  .\33xl\:hover\:translate-y-26px:hover {
    --transform-translate-y: 1.625rem !important;
  }

  .\33xl\:hover\:translate-y-30px:hover {
    --transform-translate-y: 1.875rem !important;
  }

  .\33xl\:hover\:translate-y-38px:hover {
    --transform-translate-y: 2.375rem !important;
  }

  .\33xl\:hover\:translate-y-43px:hover {
    --transform-translate-y: 2.6875rem !important;
  }

  .\33xl\:hover\:translate-y-44px:hover {
    --transform-translate-y: 2.75rem !important;
  }

  .\33xl\:hover\:translate-y-46px:hover {
    --transform-translate-y: 2.875rem !important;
  }

  .\33xl\:hover\:translate-y-53px:hover {
    --transform-translate-y: 3.3125rem !important;
  }

  .\33xl\:hover\:translate-y-54px:hover {
    --transform-translate-y: 3.375rem !important;
  }

  .\33xl\:hover\:translate-y-55px:hover {
    --transform-translate-y: 3.4375rem !important;
  }

  .\33xl\:hover\:translate-y-60px:hover {
    --transform-translate-y: 3.75rem !important;
  }

  .\33xl\:hover\:translate-y-67px:hover {
    --transform-translate-y: 4.1875rem !important;
  }

  .\33xl\:hover\:translate-y-73px:hover {
    --transform-translate-y: 4.5625rem !important;
  }

  .\33xl\:hover\:translate-y-80px:hover {
    --transform-translate-y: 5rem !important;
  }

  .\33xl\:hover\:translate-y-81px:hover {
    --transform-translate-y: 5.0625rem !important;
  }

  .\33xl\:hover\:translate-y-85px:hover {
    --transform-translate-y: 5.3125rem !important;
  }

  .\33xl\:hover\:translate-y-92px:hover {
    --transform-translate-y: 5.75rem !important;
  }

  .\33xl\:hover\:translate-y-100px:hover {
    --transform-translate-y: 6.25rem !important;
  }

  .\33xl\:hover\:translate-y-106px:hover {
    --transform-translate-y: 6.625rem !important;
  }

  .\33xl\:hover\:translate-y-123px:hover {
    --transform-translate-y: 7.6875rem !important;
  }

  .\33xl\:hover\:translate-y-126px:hover {
    --transform-translate-y: 7.875rem !important;
  }

  .\33xl\:hover\:translate-y-138px:hover {
    --transform-translate-y: 8.625rem !important;
  }

  .\33xl\:hover\:translate-y-140px:hover {
    --transform-translate-y: 8.75rem !important;
  }

  .\33xl\:hover\:translate-y-146px:hover {
    --transform-translate-y: 9.125rem !important;
  }

  .\33xl\:hover\:translate-y-152px:hover {
    --transform-translate-y: 9.5rem !important;
  }

  .\33xl\:hover\:translate-y-187px:hover {
    --transform-translate-y: 11.6875rem !important;
  }

  .\33xl\:hover\:translate-y-220px:hover {
    --transform-translate-y: 13.75rem !important;
  }

  .\33xl\:hover\:translate-y-253px:hover {
    --transform-translate-y: 15.8125rem !important;
  }

  .\33xl\:hover\:translate-y-320px:hover {
    --transform-translate-y: 20rem !important;
  }

  .\33xl\:hover\:translate-y-400px:hover {
    --transform-translate-y: 25rem !important;
  }

  .\33xl\:hover\:translate-y-500px:hover {
    --transform-translate-y: 31.25rem !important;
  }

  .\33xl\:hover\:translate-y-lgPaddingTop:hover {
    --transform-translate-y: 15.8125rem !important;
  }

  .\33xl\:hover\:translate-y-phonePaddingTop:hover {
    --transform-translate-y: 9.875rem !important;
  }

  .\33xl\:hover\:translate-y-tabletPaddingTop:hover {
    --transform-translate-y: 6.625rem !important;
  }

  .\33xl\:hover\:translate-y-largePaddingTop:hover {
    --transform-translate-y: 13.75rem !important;
  }

  .\33xl\:hover\:translate-y-phoneTextContentMaxWidth:hover {
    --transform-translate-y: 57.0625rem !important;
  }

  .\33xl\:hover\:translate-y-phoneTextContentWidth:hover {
    --transform-translate-y: 63% !important;
  }

  .\33xl\:hover\:translate-y-phoneBlockContentWidth:hover {
    --transform-translate-y: 71.625rem !important;
  }

  .\33xl\:hover\:translate-y-tabletTextContentMaxWidth:hover {
    --transform-translate-y: 57.0625rem !important;
  }

  .\33xl\:hover\:translate-y-tabletTextContentWidth:hover {
    --transform-translate-y: 63% !important;
  }

  .\33xl\:hover\:translate-y-tabletBlockContentWidth:hover {
    --transform-translate-y: 71.625rem !important;
  }

  .\33xl\:hover\:translate-y-largeTextContentMaxWidth:hover {
    --transform-translate-y: 57.0625rem !important;
  }

  .\33xl\:hover\:translate-y-largeTextContentWidth:hover {
    --transform-translate-y: 63% !important;
  }

  .\33xl\:hover\:translate-y-largeBlockContentWidth:hover {
    --transform-translate-y: 71.625rem !important;
  }

  .\33xl\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem !important;
  }

  .\33xl\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem !important;
  }

  .\33xl\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem !important;
  }

  .\33xl\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem !important;
  }

  .\33xl\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.25rem !important;
  }

  .\33xl\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem !important;
  }

  .\33xl\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem !important;
  }

  .\33xl\:hover\:-translate-y-9:hover {
    --transform-translate-y: -2.5rem !important;
  }

  .\33xl\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem !important;
  }

  .\33xl\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem !important;
  }

  .\33xl\:hover\:-translate-y-14:hover {
    --transform-translate-y: -3.5rem !important;
  }

  .\33xl\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem !important;
  }

  .\33xl\:hover\:-translate-y-18:hover {
    --transform-translate-y: -4.5rem !important;
  }

  .\33xl\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem !important;
  }

  .\33xl\:hover\:-translate-y-22:hover {
    --transform-translate-y: -5.626rem !important;
  }

  .\33xl\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem !important;
  }

  .\33xl\:hover\:-translate-y-26:hover {
    --transform-translate-y: -6.25rem !important;
  }

  .\33xl\:hover\:-translate-y-28:hover {
    --transform-translate-y: -7rem !important;
  }

  .\33xl\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem !important;
  }

  .\33xl\:hover\:-translate-y-34:hover {
    --transform-translate-y: -8.5rem !important;
  }

  .\33xl\:hover\:-translate-y-38:hover {
    --transform-translate-y: -9.25rem !important;
  }

  .\33xl\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem !important;
  }

  .\33xl\:hover\:-translate-y-46:hover {
    --transform-translate-y: -11.75rem !important;
  }

  .\33xl\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem !important;
  }

  .\33xl\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem !important;
  }

  .\33xl\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem !important;
  }

  .\33xl\:hover\:-translate-y-82:hover {
    --transform-translate-y: -20.75rem !important;
  }

  .\33xl\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px !important;
  }

  .\33xl\:hover\:-translate-y-tiny:hover {
    --transform-translate-y: -0.3rem !important;
  }

  .\33xl\:hover\:-translate-y-quick-links:hover {
    --transform-translate-y: -26% !important;
  }

  .\33xl\:hover\:-translate-y-pro-slid:hover {
    --transform-translate-y: -48% !important;
  }

  .\33xl\:hover\:-translate-y-62p:hover {
    --transform-translate-y: -62% !important;
  }

  .\33xl\:hover\:-translate-y-90p:hover {
    --transform-translate-y: -90% !important;
  }

  .\33xl\:hover\:-translate-y-x-large:hover {
    --transform-translate-y: -27.5rem !important;
  }

  .\33xl\:hover\:-translate-y-2px:hover {
    --transform-translate-y: -0.125rem !important;
  }

  .\33xl\:hover\:-translate-y-9px:hover {
    --transform-translate-y: -0.5625rem !important;
  }

  .\33xl\:hover\:-translate-y-10px:hover {
    --transform-translate-y: -0.625rem !important;
  }

  .\33xl\:hover\:-translate-y-18px:hover {
    --transform-translate-y: -1.125rem !important;
  }

  .\33xl\:hover\:-translate-y-20px:hover {
    --transform-translate-y: -1.25rem !important;
  }

  .\33xl\:hover\:-translate-y-24px:hover {
    --transform-translate-y: -1.5rem !important;
  }

  .\33xl\:hover\:-translate-y-26px:hover {
    --transform-translate-y: -1.625rem !important;
  }

  .\33xl\:hover\:-translate-y-30px:hover {
    --transform-translate-y: -1.875rem !important;
  }

  .\33xl\:hover\:-translate-y-38px:hover {
    --transform-translate-y: -2.375rem !important;
  }

  .\33xl\:hover\:-translate-y-43px:hover {
    --transform-translate-y: -2.6875rem !important;
  }

  .\33xl\:hover\:-translate-y-44px:hover {
    --transform-translate-y: -2.75rem !important;
  }

  .\33xl\:hover\:-translate-y-46px:hover {
    --transform-translate-y: -2.875rem !important;
  }

  .\33xl\:hover\:-translate-y-53px:hover {
    --transform-translate-y: -3.3125rem !important;
  }

  .\33xl\:hover\:-translate-y-54px:hover {
    --transform-translate-y: -3.375rem !important;
  }

  .\33xl\:hover\:-translate-y-55px:hover {
    --transform-translate-y: -3.4375rem !important;
  }

  .\33xl\:hover\:-translate-y-60px:hover {
    --transform-translate-y: -3.75rem !important;
  }

  .\33xl\:hover\:-translate-y-67px:hover {
    --transform-translate-y: -4.1875rem !important;
  }

  .\33xl\:hover\:-translate-y-73px:hover {
    --transform-translate-y: -4.5625rem !important;
  }

  .\33xl\:hover\:-translate-y-80px:hover {
    --transform-translate-y: -5rem !important;
  }

  .\33xl\:hover\:-translate-y-81px:hover {
    --transform-translate-y: -5.0625rem !important;
  }

  .\33xl\:hover\:-translate-y-85px:hover {
    --transform-translate-y: -5.3125rem !important;
  }

  .\33xl\:hover\:-translate-y-92px:hover {
    --transform-translate-y: -5.75rem !important;
  }

  .\33xl\:hover\:-translate-y-100px:hover {
    --transform-translate-y: -6.25rem !important;
  }

  .\33xl\:hover\:-translate-y-106px:hover {
    --transform-translate-y: -6.625rem !important;
  }

  .\33xl\:hover\:-translate-y-123px:hover {
    --transform-translate-y: -7.6875rem !important;
  }

  .\33xl\:hover\:-translate-y-126px:hover {
    --transform-translate-y: -7.875rem !important;
  }

  .\33xl\:hover\:-translate-y-138px:hover {
    --transform-translate-y: -8.625rem !important;
  }

  .\33xl\:hover\:-translate-y-140px:hover {
    --transform-translate-y: -8.75rem !important;
  }

  .\33xl\:hover\:-translate-y-146px:hover {
    --transform-translate-y: -9.125rem !important;
  }

  .\33xl\:hover\:-translate-y-152px:hover {
    --transform-translate-y: -9.5rem !important;
  }

  .\33xl\:hover\:-translate-y-187px:hover {
    --transform-translate-y: -11.6875rem !important;
  }

  .\33xl\:hover\:-translate-y-220px:hover {
    --transform-translate-y: -13.75rem !important;
  }

  .\33xl\:hover\:-translate-y-253px:hover {
    --transform-translate-y: -15.8125rem !important;
  }

  .\33xl\:hover\:-translate-y-320px:hover {
    --transform-translate-y: -20rem !important;
  }

  .\33xl\:hover\:-translate-y-400px:hover {
    --transform-translate-y: -25rem !important;
  }

  .\33xl\:hover\:-translate-y-500px:hover {
    --transform-translate-y: -31.25rem !important;
  }

  .\33xl\:hover\:-translate-y-lgPaddingTop:hover {
    --transform-translate-y: -15.8125rem !important;
  }

  .\33xl\:hover\:-translate-y-phonePaddingTop:hover {
    --transform-translate-y: -9.875rem !important;
  }

  .\33xl\:hover\:-translate-y-tabletPaddingTop:hover {
    --transform-translate-y: -6.625rem !important;
  }

  .\33xl\:hover\:-translate-y-largePaddingTop:hover {
    --transform-translate-y: -13.75rem !important;
  }

  .\33xl\:hover\:-translate-y-phoneTextContentMaxWidth:hover {
    --transform-translate-y: -57.0625rem !important;
  }

  .\33xl\:hover\:-translate-y-phoneTextContentWidth:hover {
    --transform-translate-y: -63% !important;
  }

  .\33xl\:hover\:-translate-y-phoneBlockContentWidth:hover {
    --transform-translate-y: -71.625rem !important;
  }

  .\33xl\:hover\:-translate-y-tabletTextContentMaxWidth:hover {
    --transform-translate-y: -57.0625rem !important;
  }

  .\33xl\:hover\:-translate-y-tabletTextContentWidth:hover {
    --transform-translate-y: -63% !important;
  }

  .\33xl\:hover\:-translate-y-tabletBlockContentWidth:hover {
    --transform-translate-y: -71.625rem !important;
  }

  .\33xl\:hover\:-translate-y-largeTextContentMaxWidth:hover {
    --transform-translate-y: -57.0625rem !important;
  }

  .\33xl\:hover\:-translate-y-largeTextContentWidth:hover {
    --transform-translate-y: -63% !important;
  }

  .\33xl\:hover\:-translate-y-largeBlockContentWidth:hover {
    --transform-translate-y: -71.625rem !important;
  }

  .\33xl\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100% !important;
  }

  .\33xl\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50% !important;
  }

  .\33xl\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50% !important;
  }

  .\33xl\:hover\:translate-y-full:hover {
    --transform-translate-y: 100% !important;
  }

  .\33xl\:focus\:translate-x-0:focus {
    --transform-translate-x: 0 !important;
  }

  .\33xl\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem !important;
  }

  .\33xl\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem !important;
  }

  .\33xl\:focus\:translate-x-3:focus {
    --transform-translate-x: 0.75rem !important;
  }

  .\33xl\:focus\:translate-x-4:focus {
    --transform-translate-x: 1rem !important;
  }

  .\33xl\:focus\:translate-x-5:focus {
    --transform-translate-x: 1.25rem !important;
  }

  .\33xl\:focus\:translate-x-6:focus {
    --transform-translate-x: 1.5rem !important;
  }

  .\33xl\:focus\:translate-x-8:focus {
    --transform-translate-x: 2rem !important;
  }

  .\33xl\:focus\:translate-x-9:focus {
    --transform-translate-x: 2.5rem !important;
  }

  .\33xl\:focus\:translate-x-10:focus {
    --transform-translate-x: 2.5rem !important;
  }

  .\33xl\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem !important;
  }

  .\33xl\:focus\:translate-x-14:focus {
    --transform-translate-x: 3.5rem !important;
  }

  .\33xl\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem !important;
  }

  .\33xl\:focus\:translate-x-18:focus {
    --transform-translate-x: 4.5rem !important;
  }

  .\33xl\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem !important;
  }

  .\33xl\:focus\:translate-x-22:focus {
    --transform-translate-x: 5.626rem !important;
  }

  .\33xl\:focus\:translate-x-24:focus {
    --transform-translate-x: 6rem !important;
  }

  .\33xl\:focus\:translate-x-26:focus {
    --transform-translate-x: 6.25rem !important;
  }

  .\33xl\:focus\:translate-x-28:focus {
    --transform-translate-x: 7rem !important;
  }

  .\33xl\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem !important;
  }

  .\33xl\:focus\:translate-x-34:focus {
    --transform-translate-x: 8.5rem !important;
  }

  .\33xl\:focus\:translate-x-38:focus {
    --transform-translate-x: 9.25rem !important;
  }

  .\33xl\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem !important;
  }

  .\33xl\:focus\:translate-x-46:focus {
    --transform-translate-x: 11.75rem !important;
  }

  .\33xl\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem !important;
  }

  .\33xl\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem !important;
  }

  .\33xl\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem !important;
  }

  .\33xl\:focus\:translate-x-82:focus {
    --transform-translate-x: 20.75rem !important;
  }

  .\33xl\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px !important;
  }

  .\33xl\:focus\:translate-x-tiny:focus {
    --transform-translate-x: 0.3rem !important;
  }

  .\33xl\:focus\:translate-x-quick-links:focus {
    --transform-translate-x: 26% !important;
  }

  .\33xl\:focus\:translate-x-pro-slid:focus {
    --transform-translate-x: 48% !important;
  }

  .\33xl\:focus\:translate-x-62p:focus {
    --transform-translate-x: 62% !important;
  }

  .\33xl\:focus\:translate-x-90p:focus {
    --transform-translate-x: 90% !important;
  }

  .\33xl\:focus\:translate-x-x-large:focus {
    --transform-translate-x: 27.5rem !important;
  }

  .\33xl\:focus\:translate-x-2px:focus {
    --transform-translate-x: 0.125rem !important;
  }

  .\33xl\:focus\:translate-x-9px:focus {
    --transform-translate-x: 0.5625rem !important;
  }

  .\33xl\:focus\:translate-x-10px:focus {
    --transform-translate-x: 0.625rem !important;
  }

  .\33xl\:focus\:translate-x-18px:focus {
    --transform-translate-x: 1.125rem !important;
  }

  .\33xl\:focus\:translate-x-20px:focus {
    --transform-translate-x: 1.25rem !important;
  }

  .\33xl\:focus\:translate-x-24px:focus {
    --transform-translate-x: 1.5rem !important;
  }

  .\33xl\:focus\:translate-x-26px:focus {
    --transform-translate-x: 1.625rem !important;
  }

  .\33xl\:focus\:translate-x-30px:focus {
    --transform-translate-x: 1.875rem !important;
  }

  .\33xl\:focus\:translate-x-38px:focus {
    --transform-translate-x: 2.375rem !important;
  }

  .\33xl\:focus\:translate-x-43px:focus {
    --transform-translate-x: 2.6875rem !important;
  }

  .\33xl\:focus\:translate-x-44px:focus {
    --transform-translate-x: 2.75rem !important;
  }

  .\33xl\:focus\:translate-x-46px:focus {
    --transform-translate-x: 2.875rem !important;
  }

  .\33xl\:focus\:translate-x-53px:focus {
    --transform-translate-x: 3.3125rem !important;
  }

  .\33xl\:focus\:translate-x-54px:focus {
    --transform-translate-x: 3.375rem !important;
  }

  .\33xl\:focus\:translate-x-55px:focus {
    --transform-translate-x: 3.4375rem !important;
  }

  .\33xl\:focus\:translate-x-60px:focus {
    --transform-translate-x: 3.75rem !important;
  }

  .\33xl\:focus\:translate-x-67px:focus {
    --transform-translate-x: 4.1875rem !important;
  }

  .\33xl\:focus\:translate-x-73px:focus {
    --transform-translate-x: 4.5625rem !important;
  }

  .\33xl\:focus\:translate-x-80px:focus {
    --transform-translate-x: 5rem !important;
  }

  .\33xl\:focus\:translate-x-81px:focus {
    --transform-translate-x: 5.0625rem !important;
  }

  .\33xl\:focus\:translate-x-85px:focus {
    --transform-translate-x: 5.3125rem !important;
  }

  .\33xl\:focus\:translate-x-92px:focus {
    --transform-translate-x: 5.75rem !important;
  }

  .\33xl\:focus\:translate-x-100px:focus {
    --transform-translate-x: 6.25rem !important;
  }

  .\33xl\:focus\:translate-x-106px:focus {
    --transform-translate-x: 6.625rem !important;
  }

  .\33xl\:focus\:translate-x-123px:focus {
    --transform-translate-x: 7.6875rem !important;
  }

  .\33xl\:focus\:translate-x-126px:focus {
    --transform-translate-x: 7.875rem !important;
  }

  .\33xl\:focus\:translate-x-138px:focus {
    --transform-translate-x: 8.625rem !important;
  }

  .\33xl\:focus\:translate-x-140px:focus {
    --transform-translate-x: 8.75rem !important;
  }

  .\33xl\:focus\:translate-x-146px:focus {
    --transform-translate-x: 9.125rem !important;
  }

  .\33xl\:focus\:translate-x-152px:focus {
    --transform-translate-x: 9.5rem !important;
  }

  .\33xl\:focus\:translate-x-187px:focus {
    --transform-translate-x: 11.6875rem !important;
  }

  .\33xl\:focus\:translate-x-220px:focus {
    --transform-translate-x: 13.75rem !important;
  }

  .\33xl\:focus\:translate-x-253px:focus {
    --transform-translate-x: 15.8125rem !important;
  }

  .\33xl\:focus\:translate-x-320px:focus {
    --transform-translate-x: 20rem !important;
  }

  .\33xl\:focus\:translate-x-400px:focus {
    --transform-translate-x: 25rem !important;
  }

  .\33xl\:focus\:translate-x-500px:focus {
    --transform-translate-x: 31.25rem !important;
  }

  .\33xl\:focus\:translate-x-lgPaddingTop:focus {
    --transform-translate-x: 15.8125rem !important;
  }

  .\33xl\:focus\:translate-x-phonePaddingTop:focus {
    --transform-translate-x: 9.875rem !important;
  }

  .\33xl\:focus\:translate-x-tabletPaddingTop:focus {
    --transform-translate-x: 6.625rem !important;
  }

  .\33xl\:focus\:translate-x-largePaddingTop:focus {
    --transform-translate-x: 13.75rem !important;
  }

  .\33xl\:focus\:translate-x-phoneTextContentMaxWidth:focus {
    --transform-translate-x: 57.0625rem !important;
  }

  .\33xl\:focus\:translate-x-phoneTextContentWidth:focus {
    --transform-translate-x: 63% !important;
  }

  .\33xl\:focus\:translate-x-phoneBlockContentWidth:focus {
    --transform-translate-x: 71.625rem !important;
  }

  .\33xl\:focus\:translate-x-tabletTextContentMaxWidth:focus {
    --transform-translate-x: 57.0625rem !important;
  }

  .\33xl\:focus\:translate-x-tabletTextContentWidth:focus {
    --transform-translate-x: 63% !important;
  }

  .\33xl\:focus\:translate-x-tabletBlockContentWidth:focus {
    --transform-translate-x: 71.625rem !important;
  }

  .\33xl\:focus\:translate-x-largeTextContentMaxWidth:focus {
    --transform-translate-x: 57.0625rem !important;
  }

  .\33xl\:focus\:translate-x-largeTextContentWidth:focus {
    --transform-translate-x: 63% !important;
  }

  .\33xl\:focus\:translate-x-largeBlockContentWidth:focus {
    --transform-translate-x: 71.625rem !important;
  }

  .\33xl\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem !important;
  }

  .\33xl\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem !important;
  }

  .\33xl\:focus\:-translate-x-3:focus {
    --transform-translate-x: -0.75rem !important;
  }

  .\33xl\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1rem !important;
  }

  .\33xl\:focus\:-translate-x-5:focus {
    --transform-translate-x: -1.25rem !important;
  }

  .\33xl\:focus\:-translate-x-6:focus {
    --transform-translate-x: -1.5rem !important;
  }

  .\33xl\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2rem !important;
  }

  .\33xl\:focus\:-translate-x-9:focus {
    --transform-translate-x: -2.5rem !important;
  }

  .\33xl\:focus\:-translate-x-10:focus {
    --transform-translate-x: -2.5rem !important;
  }

  .\33xl\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem !important;
  }

  .\33xl\:focus\:-translate-x-14:focus {
    --transform-translate-x: -3.5rem !important;
  }

  .\33xl\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem !important;
  }

  .\33xl\:focus\:-translate-x-18:focus {
    --transform-translate-x: -4.5rem !important;
  }

  .\33xl\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem !important;
  }

  .\33xl\:focus\:-translate-x-22:focus {
    --transform-translate-x: -5.626rem !important;
  }

  .\33xl\:focus\:-translate-x-24:focus {
    --transform-translate-x: -6rem !important;
  }

  .\33xl\:focus\:-translate-x-26:focus {
    --transform-translate-x: -6.25rem !important;
  }

  .\33xl\:focus\:-translate-x-28:focus {
    --transform-translate-x: -7rem !important;
  }

  .\33xl\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem !important;
  }

  .\33xl\:focus\:-translate-x-34:focus {
    --transform-translate-x: -8.5rem !important;
  }

  .\33xl\:focus\:-translate-x-38:focus {
    --transform-translate-x: -9.25rem !important;
  }

  .\33xl\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem !important;
  }

  .\33xl\:focus\:-translate-x-46:focus {
    --transform-translate-x: -11.75rem !important;
  }

  .\33xl\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem !important;
  }

  .\33xl\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem !important;
  }

  .\33xl\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem !important;
  }

  .\33xl\:focus\:-translate-x-82:focus {
    --transform-translate-x: -20.75rem !important;
  }

  .\33xl\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px !important;
  }

  .\33xl\:focus\:-translate-x-tiny:focus {
    --transform-translate-x: -0.3rem !important;
  }

  .\33xl\:focus\:-translate-x-quick-links:focus {
    --transform-translate-x: -26% !important;
  }

  .\33xl\:focus\:-translate-x-pro-slid:focus {
    --transform-translate-x: -48% !important;
  }

  .\33xl\:focus\:-translate-x-62p:focus {
    --transform-translate-x: -62% !important;
  }

  .\33xl\:focus\:-translate-x-90p:focus {
    --transform-translate-x: -90% !important;
  }

  .\33xl\:focus\:-translate-x-x-large:focus {
    --transform-translate-x: -27.5rem !important;
  }

  .\33xl\:focus\:-translate-x-2px:focus {
    --transform-translate-x: -0.125rem !important;
  }

  .\33xl\:focus\:-translate-x-9px:focus {
    --transform-translate-x: -0.5625rem !important;
  }

  .\33xl\:focus\:-translate-x-10px:focus {
    --transform-translate-x: -0.625rem !important;
  }

  .\33xl\:focus\:-translate-x-18px:focus {
    --transform-translate-x: -1.125rem !important;
  }

  .\33xl\:focus\:-translate-x-20px:focus {
    --transform-translate-x: -1.25rem !important;
  }

  .\33xl\:focus\:-translate-x-24px:focus {
    --transform-translate-x: -1.5rem !important;
  }

  .\33xl\:focus\:-translate-x-26px:focus {
    --transform-translate-x: -1.625rem !important;
  }

  .\33xl\:focus\:-translate-x-30px:focus {
    --transform-translate-x: -1.875rem !important;
  }

  .\33xl\:focus\:-translate-x-38px:focus {
    --transform-translate-x: -2.375rem !important;
  }

  .\33xl\:focus\:-translate-x-43px:focus {
    --transform-translate-x: -2.6875rem !important;
  }

  .\33xl\:focus\:-translate-x-44px:focus {
    --transform-translate-x: -2.75rem !important;
  }

  .\33xl\:focus\:-translate-x-46px:focus {
    --transform-translate-x: -2.875rem !important;
  }

  .\33xl\:focus\:-translate-x-53px:focus {
    --transform-translate-x: -3.3125rem !important;
  }

  .\33xl\:focus\:-translate-x-54px:focus {
    --transform-translate-x: -3.375rem !important;
  }

  .\33xl\:focus\:-translate-x-55px:focus {
    --transform-translate-x: -3.4375rem !important;
  }

  .\33xl\:focus\:-translate-x-60px:focus {
    --transform-translate-x: -3.75rem !important;
  }

  .\33xl\:focus\:-translate-x-67px:focus {
    --transform-translate-x: -4.1875rem !important;
  }

  .\33xl\:focus\:-translate-x-73px:focus {
    --transform-translate-x: -4.5625rem !important;
  }

  .\33xl\:focus\:-translate-x-80px:focus {
    --transform-translate-x: -5rem !important;
  }

  .\33xl\:focus\:-translate-x-81px:focus {
    --transform-translate-x: -5.0625rem !important;
  }

  .\33xl\:focus\:-translate-x-85px:focus {
    --transform-translate-x: -5.3125rem !important;
  }

  .\33xl\:focus\:-translate-x-92px:focus {
    --transform-translate-x: -5.75rem !important;
  }

  .\33xl\:focus\:-translate-x-100px:focus {
    --transform-translate-x: -6.25rem !important;
  }

  .\33xl\:focus\:-translate-x-106px:focus {
    --transform-translate-x: -6.625rem !important;
  }

  .\33xl\:focus\:-translate-x-123px:focus {
    --transform-translate-x: -7.6875rem !important;
  }

  .\33xl\:focus\:-translate-x-126px:focus {
    --transform-translate-x: -7.875rem !important;
  }

  .\33xl\:focus\:-translate-x-138px:focus {
    --transform-translate-x: -8.625rem !important;
  }

  .\33xl\:focus\:-translate-x-140px:focus {
    --transform-translate-x: -8.75rem !important;
  }

  .\33xl\:focus\:-translate-x-146px:focus {
    --transform-translate-x: -9.125rem !important;
  }

  .\33xl\:focus\:-translate-x-152px:focus {
    --transform-translate-x: -9.5rem !important;
  }

  .\33xl\:focus\:-translate-x-187px:focus {
    --transform-translate-x: -11.6875rem !important;
  }

  .\33xl\:focus\:-translate-x-220px:focus {
    --transform-translate-x: -13.75rem !important;
  }

  .\33xl\:focus\:-translate-x-253px:focus {
    --transform-translate-x: -15.8125rem !important;
  }

  .\33xl\:focus\:-translate-x-320px:focus {
    --transform-translate-x: -20rem !important;
  }

  .\33xl\:focus\:-translate-x-400px:focus {
    --transform-translate-x: -25rem !important;
  }

  .\33xl\:focus\:-translate-x-500px:focus {
    --transform-translate-x: -31.25rem !important;
  }

  .\33xl\:focus\:-translate-x-lgPaddingTop:focus {
    --transform-translate-x: -15.8125rem !important;
  }

  .\33xl\:focus\:-translate-x-phonePaddingTop:focus {
    --transform-translate-x: -9.875rem !important;
  }

  .\33xl\:focus\:-translate-x-tabletPaddingTop:focus {
    --transform-translate-x: -6.625rem !important;
  }

  .\33xl\:focus\:-translate-x-largePaddingTop:focus {
    --transform-translate-x: -13.75rem !important;
  }

  .\33xl\:focus\:-translate-x-phoneTextContentMaxWidth:focus {
    --transform-translate-x: -57.0625rem !important;
  }

  .\33xl\:focus\:-translate-x-phoneTextContentWidth:focus {
    --transform-translate-x: -63% !important;
  }

  .\33xl\:focus\:-translate-x-phoneBlockContentWidth:focus {
    --transform-translate-x: -71.625rem !important;
  }

  .\33xl\:focus\:-translate-x-tabletTextContentMaxWidth:focus {
    --transform-translate-x: -57.0625rem !important;
  }

  .\33xl\:focus\:-translate-x-tabletTextContentWidth:focus {
    --transform-translate-x: -63% !important;
  }

  .\33xl\:focus\:-translate-x-tabletBlockContentWidth:focus {
    --transform-translate-x: -71.625rem !important;
  }

  .\33xl\:focus\:-translate-x-largeTextContentMaxWidth:focus {
    --transform-translate-x: -57.0625rem !important;
  }

  .\33xl\:focus\:-translate-x-largeTextContentWidth:focus {
    --transform-translate-x: -63% !important;
  }

  .\33xl\:focus\:-translate-x-largeBlockContentWidth:focus {
    --transform-translate-x: -71.625rem !important;
  }

  .\33xl\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100% !important;
  }

  .\33xl\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50% !important;
  }

  .\33xl\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50% !important;
  }

  .\33xl\:focus\:translate-x-full:focus {
    --transform-translate-x: 100% !important;
  }

  .\33xl\:focus\:translate-y-0:focus {
    --transform-translate-y: 0 !important;
  }

  .\33xl\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem !important;
  }

  .\33xl\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem !important;
  }

  .\33xl\:focus\:translate-y-3:focus {
    --transform-translate-y: 0.75rem !important;
  }

  .\33xl\:focus\:translate-y-4:focus {
    --transform-translate-y: 1rem !important;
  }

  .\33xl\:focus\:translate-y-5:focus {
    --transform-translate-y: 1.25rem !important;
  }

  .\33xl\:focus\:translate-y-6:focus {
    --transform-translate-y: 1.5rem !important;
  }

  .\33xl\:focus\:translate-y-8:focus {
    --transform-translate-y: 2rem !important;
  }

  .\33xl\:focus\:translate-y-9:focus {
    --transform-translate-y: 2.5rem !important;
  }

  .\33xl\:focus\:translate-y-10:focus {
    --transform-translate-y: 2.5rem !important;
  }

  .\33xl\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem !important;
  }

  .\33xl\:focus\:translate-y-14:focus {
    --transform-translate-y: 3.5rem !important;
  }

  .\33xl\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem !important;
  }

  .\33xl\:focus\:translate-y-18:focus {
    --transform-translate-y: 4.5rem !important;
  }

  .\33xl\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem !important;
  }

  .\33xl\:focus\:translate-y-22:focus {
    --transform-translate-y: 5.626rem !important;
  }

  .\33xl\:focus\:translate-y-24:focus {
    --transform-translate-y: 6rem !important;
  }

  .\33xl\:focus\:translate-y-26:focus {
    --transform-translate-y: 6.25rem !important;
  }

  .\33xl\:focus\:translate-y-28:focus {
    --transform-translate-y: 7rem !important;
  }

  .\33xl\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem !important;
  }

  .\33xl\:focus\:translate-y-34:focus {
    --transform-translate-y: 8.5rem !important;
  }

  .\33xl\:focus\:translate-y-38:focus {
    --transform-translate-y: 9.25rem !important;
  }

  .\33xl\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem !important;
  }

  .\33xl\:focus\:translate-y-46:focus {
    --transform-translate-y: 11.75rem !important;
  }

  .\33xl\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem !important;
  }

  .\33xl\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem !important;
  }

  .\33xl\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem !important;
  }

  .\33xl\:focus\:translate-y-82:focus {
    --transform-translate-y: 20.75rem !important;
  }

  .\33xl\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px !important;
  }

  .\33xl\:focus\:translate-y-tiny:focus {
    --transform-translate-y: 0.3rem !important;
  }

  .\33xl\:focus\:translate-y-quick-links:focus {
    --transform-translate-y: 26% !important;
  }

  .\33xl\:focus\:translate-y-pro-slid:focus {
    --transform-translate-y: 48% !important;
  }

  .\33xl\:focus\:translate-y-62p:focus {
    --transform-translate-y: 62% !important;
  }

  .\33xl\:focus\:translate-y-90p:focus {
    --transform-translate-y: 90% !important;
  }

  .\33xl\:focus\:translate-y-x-large:focus {
    --transform-translate-y: 27.5rem !important;
  }

  .\33xl\:focus\:translate-y-2px:focus {
    --transform-translate-y: 0.125rem !important;
  }

  .\33xl\:focus\:translate-y-9px:focus {
    --transform-translate-y: 0.5625rem !important;
  }

  .\33xl\:focus\:translate-y-10px:focus {
    --transform-translate-y: 0.625rem !important;
  }

  .\33xl\:focus\:translate-y-18px:focus {
    --transform-translate-y: 1.125rem !important;
  }

  .\33xl\:focus\:translate-y-20px:focus {
    --transform-translate-y: 1.25rem !important;
  }

  .\33xl\:focus\:translate-y-24px:focus {
    --transform-translate-y: 1.5rem !important;
  }

  .\33xl\:focus\:translate-y-26px:focus {
    --transform-translate-y: 1.625rem !important;
  }

  .\33xl\:focus\:translate-y-30px:focus {
    --transform-translate-y: 1.875rem !important;
  }

  .\33xl\:focus\:translate-y-38px:focus {
    --transform-translate-y: 2.375rem !important;
  }

  .\33xl\:focus\:translate-y-43px:focus {
    --transform-translate-y: 2.6875rem !important;
  }

  .\33xl\:focus\:translate-y-44px:focus {
    --transform-translate-y: 2.75rem !important;
  }

  .\33xl\:focus\:translate-y-46px:focus {
    --transform-translate-y: 2.875rem !important;
  }

  .\33xl\:focus\:translate-y-53px:focus {
    --transform-translate-y: 3.3125rem !important;
  }

  .\33xl\:focus\:translate-y-54px:focus {
    --transform-translate-y: 3.375rem !important;
  }

  .\33xl\:focus\:translate-y-55px:focus {
    --transform-translate-y: 3.4375rem !important;
  }

  .\33xl\:focus\:translate-y-60px:focus {
    --transform-translate-y: 3.75rem !important;
  }

  .\33xl\:focus\:translate-y-67px:focus {
    --transform-translate-y: 4.1875rem !important;
  }

  .\33xl\:focus\:translate-y-73px:focus {
    --transform-translate-y: 4.5625rem !important;
  }

  .\33xl\:focus\:translate-y-80px:focus {
    --transform-translate-y: 5rem !important;
  }

  .\33xl\:focus\:translate-y-81px:focus {
    --transform-translate-y: 5.0625rem !important;
  }

  .\33xl\:focus\:translate-y-85px:focus {
    --transform-translate-y: 5.3125rem !important;
  }

  .\33xl\:focus\:translate-y-92px:focus {
    --transform-translate-y: 5.75rem !important;
  }

  .\33xl\:focus\:translate-y-100px:focus {
    --transform-translate-y: 6.25rem !important;
  }

  .\33xl\:focus\:translate-y-106px:focus {
    --transform-translate-y: 6.625rem !important;
  }

  .\33xl\:focus\:translate-y-123px:focus {
    --transform-translate-y: 7.6875rem !important;
  }

  .\33xl\:focus\:translate-y-126px:focus {
    --transform-translate-y: 7.875rem !important;
  }

  .\33xl\:focus\:translate-y-138px:focus {
    --transform-translate-y: 8.625rem !important;
  }

  .\33xl\:focus\:translate-y-140px:focus {
    --transform-translate-y: 8.75rem !important;
  }

  .\33xl\:focus\:translate-y-146px:focus {
    --transform-translate-y: 9.125rem !important;
  }

  .\33xl\:focus\:translate-y-152px:focus {
    --transform-translate-y: 9.5rem !important;
  }

  .\33xl\:focus\:translate-y-187px:focus {
    --transform-translate-y: 11.6875rem !important;
  }

  .\33xl\:focus\:translate-y-220px:focus {
    --transform-translate-y: 13.75rem !important;
  }

  .\33xl\:focus\:translate-y-253px:focus {
    --transform-translate-y: 15.8125rem !important;
  }

  .\33xl\:focus\:translate-y-320px:focus {
    --transform-translate-y: 20rem !important;
  }

  .\33xl\:focus\:translate-y-400px:focus {
    --transform-translate-y: 25rem !important;
  }

  .\33xl\:focus\:translate-y-500px:focus {
    --transform-translate-y: 31.25rem !important;
  }

  .\33xl\:focus\:translate-y-lgPaddingTop:focus {
    --transform-translate-y: 15.8125rem !important;
  }

  .\33xl\:focus\:translate-y-phonePaddingTop:focus {
    --transform-translate-y: 9.875rem !important;
  }

  .\33xl\:focus\:translate-y-tabletPaddingTop:focus {
    --transform-translate-y: 6.625rem !important;
  }

  .\33xl\:focus\:translate-y-largePaddingTop:focus {
    --transform-translate-y: 13.75rem !important;
  }

  .\33xl\:focus\:translate-y-phoneTextContentMaxWidth:focus {
    --transform-translate-y: 57.0625rem !important;
  }

  .\33xl\:focus\:translate-y-phoneTextContentWidth:focus {
    --transform-translate-y: 63% !important;
  }

  .\33xl\:focus\:translate-y-phoneBlockContentWidth:focus {
    --transform-translate-y: 71.625rem !important;
  }

  .\33xl\:focus\:translate-y-tabletTextContentMaxWidth:focus {
    --transform-translate-y: 57.0625rem !important;
  }

  .\33xl\:focus\:translate-y-tabletTextContentWidth:focus {
    --transform-translate-y: 63% !important;
  }

  .\33xl\:focus\:translate-y-tabletBlockContentWidth:focus {
    --transform-translate-y: 71.625rem !important;
  }

  .\33xl\:focus\:translate-y-largeTextContentMaxWidth:focus {
    --transform-translate-y: 57.0625rem !important;
  }

  .\33xl\:focus\:translate-y-largeTextContentWidth:focus {
    --transform-translate-y: 63% !important;
  }

  .\33xl\:focus\:translate-y-largeBlockContentWidth:focus {
    --transform-translate-y: 71.625rem !important;
  }

  .\33xl\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem !important;
  }

  .\33xl\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem !important;
  }

  .\33xl\:focus\:-translate-y-3:focus {
    --transform-translate-y: -0.75rem !important;
  }

  .\33xl\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1rem !important;
  }

  .\33xl\:focus\:-translate-y-5:focus {
    --transform-translate-y: -1.25rem !important;
  }

  .\33xl\:focus\:-translate-y-6:focus {
    --transform-translate-y: -1.5rem !important;
  }

  .\33xl\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2rem !important;
  }

  .\33xl\:focus\:-translate-y-9:focus {
    --transform-translate-y: -2.5rem !important;
  }

  .\33xl\:focus\:-translate-y-10:focus {
    --transform-translate-y: -2.5rem !important;
  }

  .\33xl\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem !important;
  }

  .\33xl\:focus\:-translate-y-14:focus {
    --transform-translate-y: -3.5rem !important;
  }

  .\33xl\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem !important;
  }

  .\33xl\:focus\:-translate-y-18:focus {
    --transform-translate-y: -4.5rem !important;
  }

  .\33xl\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem !important;
  }

  .\33xl\:focus\:-translate-y-22:focus {
    --transform-translate-y: -5.626rem !important;
  }

  .\33xl\:focus\:-translate-y-24:focus {
    --transform-translate-y: -6rem !important;
  }

  .\33xl\:focus\:-translate-y-26:focus {
    --transform-translate-y: -6.25rem !important;
  }

  .\33xl\:focus\:-translate-y-28:focus {
    --transform-translate-y: -7rem !important;
  }

  .\33xl\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem !important;
  }

  .\33xl\:focus\:-translate-y-34:focus {
    --transform-translate-y: -8.5rem !important;
  }

  .\33xl\:focus\:-translate-y-38:focus {
    --transform-translate-y: -9.25rem !important;
  }

  .\33xl\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem !important;
  }

  .\33xl\:focus\:-translate-y-46:focus {
    --transform-translate-y: -11.75rem !important;
  }

  .\33xl\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem !important;
  }

  .\33xl\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem !important;
  }

  .\33xl\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem !important;
  }

  .\33xl\:focus\:-translate-y-82:focus {
    --transform-translate-y: -20.75rem !important;
  }

  .\33xl\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px !important;
  }

  .\33xl\:focus\:-translate-y-tiny:focus {
    --transform-translate-y: -0.3rem !important;
  }

  .\33xl\:focus\:-translate-y-quick-links:focus {
    --transform-translate-y: -26% !important;
  }

  .\33xl\:focus\:-translate-y-pro-slid:focus {
    --transform-translate-y: -48% !important;
  }

  .\33xl\:focus\:-translate-y-62p:focus {
    --transform-translate-y: -62% !important;
  }

  .\33xl\:focus\:-translate-y-90p:focus {
    --transform-translate-y: -90% !important;
  }

  .\33xl\:focus\:-translate-y-x-large:focus {
    --transform-translate-y: -27.5rem !important;
  }

  .\33xl\:focus\:-translate-y-2px:focus {
    --transform-translate-y: -0.125rem !important;
  }

  .\33xl\:focus\:-translate-y-9px:focus {
    --transform-translate-y: -0.5625rem !important;
  }

  .\33xl\:focus\:-translate-y-10px:focus {
    --transform-translate-y: -0.625rem !important;
  }

  .\33xl\:focus\:-translate-y-18px:focus {
    --transform-translate-y: -1.125rem !important;
  }

  .\33xl\:focus\:-translate-y-20px:focus {
    --transform-translate-y: -1.25rem !important;
  }

  .\33xl\:focus\:-translate-y-24px:focus {
    --transform-translate-y: -1.5rem !important;
  }

  .\33xl\:focus\:-translate-y-26px:focus {
    --transform-translate-y: -1.625rem !important;
  }

  .\33xl\:focus\:-translate-y-30px:focus {
    --transform-translate-y: -1.875rem !important;
  }

  .\33xl\:focus\:-translate-y-38px:focus {
    --transform-translate-y: -2.375rem !important;
  }

  .\33xl\:focus\:-translate-y-43px:focus {
    --transform-translate-y: -2.6875rem !important;
  }

  .\33xl\:focus\:-translate-y-44px:focus {
    --transform-translate-y: -2.75rem !important;
  }

  .\33xl\:focus\:-translate-y-46px:focus {
    --transform-translate-y: -2.875rem !important;
  }

  .\33xl\:focus\:-translate-y-53px:focus {
    --transform-translate-y: -3.3125rem !important;
  }

  .\33xl\:focus\:-translate-y-54px:focus {
    --transform-translate-y: -3.375rem !important;
  }

  .\33xl\:focus\:-translate-y-55px:focus {
    --transform-translate-y: -3.4375rem !important;
  }

  .\33xl\:focus\:-translate-y-60px:focus {
    --transform-translate-y: -3.75rem !important;
  }

  .\33xl\:focus\:-translate-y-67px:focus {
    --transform-translate-y: -4.1875rem !important;
  }

  .\33xl\:focus\:-translate-y-73px:focus {
    --transform-translate-y: -4.5625rem !important;
  }

  .\33xl\:focus\:-translate-y-80px:focus {
    --transform-translate-y: -5rem !important;
  }

  .\33xl\:focus\:-translate-y-81px:focus {
    --transform-translate-y: -5.0625rem !important;
  }

  .\33xl\:focus\:-translate-y-85px:focus {
    --transform-translate-y: -5.3125rem !important;
  }

  .\33xl\:focus\:-translate-y-92px:focus {
    --transform-translate-y: -5.75rem !important;
  }

  .\33xl\:focus\:-translate-y-100px:focus {
    --transform-translate-y: -6.25rem !important;
  }

  .\33xl\:focus\:-translate-y-106px:focus {
    --transform-translate-y: -6.625rem !important;
  }

  .\33xl\:focus\:-translate-y-123px:focus {
    --transform-translate-y: -7.6875rem !important;
  }

  .\33xl\:focus\:-translate-y-126px:focus {
    --transform-translate-y: -7.875rem !important;
  }

  .\33xl\:focus\:-translate-y-138px:focus {
    --transform-translate-y: -8.625rem !important;
  }

  .\33xl\:focus\:-translate-y-140px:focus {
    --transform-translate-y: -8.75rem !important;
  }

  .\33xl\:focus\:-translate-y-146px:focus {
    --transform-translate-y: -9.125rem !important;
  }

  .\33xl\:focus\:-translate-y-152px:focus {
    --transform-translate-y: -9.5rem !important;
  }

  .\33xl\:focus\:-translate-y-187px:focus {
    --transform-translate-y: -11.6875rem !important;
  }

  .\33xl\:focus\:-translate-y-220px:focus {
    --transform-translate-y: -13.75rem !important;
  }

  .\33xl\:focus\:-translate-y-253px:focus {
    --transform-translate-y: -15.8125rem !important;
  }

  .\33xl\:focus\:-translate-y-320px:focus {
    --transform-translate-y: -20rem !important;
  }

  .\33xl\:focus\:-translate-y-400px:focus {
    --transform-translate-y: -25rem !important;
  }

  .\33xl\:focus\:-translate-y-500px:focus {
    --transform-translate-y: -31.25rem !important;
  }

  .\33xl\:focus\:-translate-y-lgPaddingTop:focus {
    --transform-translate-y: -15.8125rem !important;
  }

  .\33xl\:focus\:-translate-y-phonePaddingTop:focus {
    --transform-translate-y: -9.875rem !important;
  }

  .\33xl\:focus\:-translate-y-tabletPaddingTop:focus {
    --transform-translate-y: -6.625rem !important;
  }

  .\33xl\:focus\:-translate-y-largePaddingTop:focus {
    --transform-translate-y: -13.75rem !important;
  }

  .\33xl\:focus\:-translate-y-phoneTextContentMaxWidth:focus {
    --transform-translate-y: -57.0625rem !important;
  }

  .\33xl\:focus\:-translate-y-phoneTextContentWidth:focus {
    --transform-translate-y: -63% !important;
  }

  .\33xl\:focus\:-translate-y-phoneBlockContentWidth:focus {
    --transform-translate-y: -71.625rem !important;
  }

  .\33xl\:focus\:-translate-y-tabletTextContentMaxWidth:focus {
    --transform-translate-y: -57.0625rem !important;
  }

  .\33xl\:focus\:-translate-y-tabletTextContentWidth:focus {
    --transform-translate-y: -63% !important;
  }

  .\33xl\:focus\:-translate-y-tabletBlockContentWidth:focus {
    --transform-translate-y: -71.625rem !important;
  }

  .\33xl\:focus\:-translate-y-largeTextContentMaxWidth:focus {
    --transform-translate-y: -57.0625rem !important;
  }

  .\33xl\:focus\:-translate-y-largeTextContentWidth:focus {
    --transform-translate-y: -63% !important;
  }

  .\33xl\:focus\:-translate-y-largeBlockContentWidth:focus {
    --transform-translate-y: -71.625rem !important;
  }

  .\33xl\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100% !important;
  }

  .\33xl\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50% !important;
  }

  .\33xl\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50% !important;
  }

  .\33xl\:focus\:translate-y-full:focus {
    --transform-translate-y: 100% !important;
  }

  .\33xl\:skew-x-0 {
    --transform-skew-x: 0 !important;
  }

  .\33xl\:skew-x-1 {
    --transform-skew-x: 1deg !important;
  }

  .\33xl\:skew-x-2 {
    --transform-skew-x: 2deg !important;
  }

  .\33xl\:skew-x-3 {
    --transform-skew-x: 3deg !important;
  }

  .\33xl\:skew-x-6 {
    --transform-skew-x: 6deg !important;
  }

  .\33xl\:skew-x-12 {
    --transform-skew-x: 12deg !important;
  }

  .\33xl\:-skew-x-12 {
    --transform-skew-x: -12deg !important;
  }

  .\33xl\:-skew-x-6 {
    --transform-skew-x: -6deg !important;
  }

  .\33xl\:-skew-x-3 {
    --transform-skew-x: -3deg !important;
  }

  .\33xl\:-skew-x-2 {
    --transform-skew-x: -2deg !important;
  }

  .\33xl\:-skew-x-1 {
    --transform-skew-x: -1deg !important;
  }

  .\33xl\:skew-y-0 {
    --transform-skew-y: 0 !important;
  }

  .\33xl\:skew-y-1 {
    --transform-skew-y: 1deg !important;
  }

  .\33xl\:skew-y-2 {
    --transform-skew-y: 2deg !important;
  }

  .\33xl\:skew-y-3 {
    --transform-skew-y: 3deg !important;
  }

  .\33xl\:skew-y-6 {
    --transform-skew-y: 6deg !important;
  }

  .\33xl\:skew-y-12 {
    --transform-skew-y: 12deg !important;
  }

  .\33xl\:-skew-y-12 {
    --transform-skew-y: -12deg !important;
  }

  .\33xl\:-skew-y-6 {
    --transform-skew-y: -6deg !important;
  }

  .\33xl\:-skew-y-3 {
    --transform-skew-y: -3deg !important;
  }

  .\33xl\:-skew-y-2 {
    --transform-skew-y: -2deg !important;
  }

  .\33xl\:-skew-y-1 {
    --transform-skew-y: -1deg !important;
  }

  .\33xl\:hover\:skew-x-0:hover {
    --transform-skew-x: 0 !important;
  }

  .\33xl\:hover\:skew-x-1:hover {
    --transform-skew-x: 1deg !important;
  }

  .\33xl\:hover\:skew-x-2:hover {
    --transform-skew-x: 2deg !important;
  }

  .\33xl\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg !important;
  }

  .\33xl\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg !important;
  }

  .\33xl\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg !important;
  }

  .\33xl\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg !important;
  }

  .\33xl\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg !important;
  }

  .\33xl\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg !important;
  }

  .\33xl\:hover\:-skew-x-2:hover {
    --transform-skew-x: -2deg !important;
  }

  .\33xl\:hover\:-skew-x-1:hover {
    --transform-skew-x: -1deg !important;
  }

  .\33xl\:hover\:skew-y-0:hover {
    --transform-skew-y: 0 !important;
  }

  .\33xl\:hover\:skew-y-1:hover {
    --transform-skew-y: 1deg !important;
  }

  .\33xl\:hover\:skew-y-2:hover {
    --transform-skew-y: 2deg !important;
  }

  .\33xl\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg !important;
  }

  .\33xl\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg !important;
  }

  .\33xl\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg !important;
  }

  .\33xl\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg !important;
  }

  .\33xl\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg !important;
  }

  .\33xl\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg !important;
  }

  .\33xl\:hover\:-skew-y-2:hover {
    --transform-skew-y: -2deg !important;
  }

  .\33xl\:hover\:-skew-y-1:hover {
    --transform-skew-y: -1deg !important;
  }

  .\33xl\:focus\:skew-x-0:focus {
    --transform-skew-x: 0 !important;
  }

  .\33xl\:focus\:skew-x-1:focus {
    --transform-skew-x: 1deg !important;
  }

  .\33xl\:focus\:skew-x-2:focus {
    --transform-skew-x: 2deg !important;
  }

  .\33xl\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg !important;
  }

  .\33xl\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg !important;
  }

  .\33xl\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg !important;
  }

  .\33xl\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg !important;
  }

  .\33xl\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg !important;
  }

  .\33xl\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg !important;
  }

  .\33xl\:focus\:-skew-x-2:focus {
    --transform-skew-x: -2deg !important;
  }

  .\33xl\:focus\:-skew-x-1:focus {
    --transform-skew-x: -1deg !important;
  }

  .\33xl\:focus\:skew-y-0:focus {
    --transform-skew-y: 0 !important;
  }

  .\33xl\:focus\:skew-y-1:focus {
    --transform-skew-y: 1deg !important;
  }

  .\33xl\:focus\:skew-y-2:focus {
    --transform-skew-y: 2deg !important;
  }

  .\33xl\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg !important;
  }

  .\33xl\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg !important;
  }

  .\33xl\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg !important;
  }

  .\33xl\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg !important;
  }

  .\33xl\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg !important;
  }

  .\33xl\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg !important;
  }

  .\33xl\:focus\:-skew-y-2:focus {
    --transform-skew-y: -2deg !important;
  }

  .\33xl\:focus\:-skew-y-1:focus {
    --transform-skew-y: -1deg !important;
  }

  .\33xl\:transition-none {
    transition-property: none !important;
  }

  .\33xl\:transition-all {
    transition-property: all !important;
  }

  .\33xl\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
  }

  .\33xl\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  .\33xl\:transition-opacity {
    transition-property: opacity !important;
  }

  .\33xl\:transition-shadow {
    transition-property: box-shadow !important;
  }

  .\33xl\:transition-transform {
    transition-property: transform !important;
  }

  .\33xl\:ease-linear {
    transition-timing-function: linear !important;
  }

  .\33xl\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .\33xl\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

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

  .\33xl\:duration-75 {
    transition-duration: 75ms !important;
  }

  .\33xl\:duration-100 {
    transition-duration: 100ms !important;
  }

  .\33xl\:duration-150 {
    transition-duration: 150ms !important;
  }

  .\33xl\:duration-200 {
    transition-duration: 200ms !important;
  }

  .\33xl\:duration-300 {
    transition-duration: 300ms !important;
  }

  .\33xl\:duration-500 {
    transition-duration: 500ms !important;
  }

  .\33xl\:duration-700 {
    transition-duration: 700ms !important;
  }

  .\33xl\:duration-1000 {
    transition-duration: 1000ms !important;
  }

  .\33xl\:delay-75 {
    transition-delay: 75ms !important;
  }

  .\33xl\:delay-100 {
    transition-delay: 100ms !important;
  }

  .\33xl\:delay-150 {
    transition-delay: 150ms !important;
  }

  .\33xl\:delay-200 {
    transition-delay: 200ms !important;
  }

  .\33xl\:delay-300 {
    transition-delay: 300ms !important;
  }

  .\33xl\:delay-500 {
    transition-delay: 500ms !important;
  }

  .\33xl\:delay-700 {
    transition-delay: 700ms !important;
  }

  .\33xl\:delay-1000 {
    transition-delay: 1000ms !important;
  }

  .\33xl\:animate-none {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .\33xl\:animate-spin {
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

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

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

  .\33xl\:animate-bounce {
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !important;
  }
}